Hi,
Will be there any objections if I rename execsw.es_check to es_makecmds?
From sys/exec.h:
struct execsw {
u_int es_hdrsz; /* size of header for this format */
exec_makecmds_fcn es_check; /* function to check exec format */
es_check was badly named, since it actually does a lot more than just
"check".
Jun-Young