Hi Here is a patch that implements fexecve(2) for review: http://ftp.espci.fr/shadow/manu/fexecve.patch
Regarding this: +#if ((defined(NVERIEXEC) && (NVERIEXEC > 0)) || defined(PAX_SEGVGUARD)) + return ENOSTS; /* not yet implemented */ +#endif It is because veriexec_verify() and pax_segvguard() want a file name. Any idea welcome on how to fix it. -- Emmanuel Dreyfus m...@netbsd.org