minix/lib/libexec
Ben Gras 0cfff08e56 libexec: mmap support, prealloc variants
In libexec, split the memory allocation method into cleared and
non-cleared. Cleared gives zeroed memory, non-cleared gives 'junk'
memory (that will be overwritten anyway, and so needn't be cleared)
that is faster to get.

Also introduce the 'memmap' method that can be used, if available,
to map code and data from executables into a process using the
third-party mmap() mode.

Change-Id: I26694fd3c21deb8b97e01ed675dfc14719b0672b
2013-04-24 10:18:16 +00:00
..
exec_aout.c Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
exec_elf.c libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
exec_general.c libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
libexec.h libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
Makefile Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00