| Age | Commit message (Expand) | Author |
| 2017-01-25 | The argument length is in bytes; don't use howmany() | christos |
| 2014-07-22 | 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. | maxv |
| 2014-04-07 | whitespace. | rjs |
| 2014-03-07 | c99 initializers for struct execsw | christos |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-09-15 | Replace intptr_t with uintptr_t in few more places. | rmind |
| 2008-07-18 | fix debugging printf | christos |
| 2008-06-03 | Don't use proc specificdata for the PAX stuff. Speeds up mmap() and others. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-03 | malloc -> kmem_alloc | yamt |
| 2008-01-02 | - elf_load_file: return ENOEXEC instead of 0 in the case of | yamt |
| 2007-12-28 | Provide 8 more bits of stack randomization, from the PaX author. | elad |
| 2007-12-27 | PAX_ASLR_DELTA_PROG_LEN -> PAX_ASLR_DELTA_EXEC_LEN, and put it in pax.h. | elad |
| 2007-12-26 | Add PaX ASLR (Address Space Layout Randomization) [from elad and myself] | christos |
| 2007-12-03 | - add an elf aux vector entry for implementing $ORIGIN. | christos |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-06-24 | Use an elf note to handle pax arguments. This is a temporary solution to | christos |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-05 | netbsd_elf_signature: fix a caddr_t removal botch which | yamt |
| 2007-03-05 | die, caddr_t, die. | dogcow |
| 2006-11-24 | Put back break mistakenly removed in previous commit. | elad |
| 2006-11-22 | Initial implementation of PaX Segvguard (this is still work-in-progress, | elad |
| 2006-11-22 | Make PaX MPROTECT use specificdata(9), freeing up two P_* flags. | elad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-18 | don't break lkms; pointed out by hannken@ and he@, thanks! | elad |
| 2006-05-16 | Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen | elad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-17 | KNF | skrll |
| 2006-03-17 | Found by coverity issue 887. Check for NULL before using base_ph so | erh |
| 2006-02-04 | for some random places, use PNBUF_GET/PUT rather than | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-07 | Add a hack to deal with MIPS relocatable shared-linker problem on | simonb |
| 2005-07-17 | More cosmetic changes. | junyoung |
| 2005-07-17 | Make code prettier. | junyoung |
| 2005-05-29 | - add const. | christos |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-07 | Allow 32K instead of 1K of section headers. Solaris opera binary has 15K | christos |
| 2004-10-30 | We emulate more than SVR4, and IBCS2 on the i386 and Linux on the i386 | skrll |
| 2004-08-01 | bump the number of allowed sections to 1024; e.g. SuSE 9.1 packaged | jdolecek |
| 2004-01-07 | Back out >2 PT_LOAD changes from rev 1.96. They cause older GCC3-compiled | thorpej |
| 2003-12-07 | add support for more than 2 PT_LOAD sections. from OpenBSD. | chs |
| 2003-10-31 | -fix ELF_INTERP_NON_RELOCATABLE: | drochner |
| 2003-08-08 | GC: exec_foo_setup_stack; use exec_setup_stack, and provide a way for | christos |
| 2003-08-06 | Make elf{32|64}_check_header public, as it will be used by irix_elf32_probe. | manu |