| Age | Commit message (Expand) | Author |
| 2015-10-18 | Make sure we have space for the aout header. | maxv |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2009-08-15 | Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-30 | Don't try to map a 0 size bss. | christos |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-05 | count executable image pages as executable for vm-usage purposes. | chs |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-07-29 | Adjust to the new copyargs() footprint. | christos |
| 2000-12-01 | put linux_sys_uselib() to separate file linux_uselib.c | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 2000-04-11 | add a new function vn_marktext() for exec code to let others know | chs |
| 1999-02-09 | const poisoning. | christos |
| 1998-10-23 | Include linux_errno.h to fix the recent error->errno losage. | veego |
| 1998-10-23 | Change linux_error to native_to_linux_errno. Add some (unrelated) debugging ... | erh |
| 1998-10-07 | The siginfo include line is not needed here anymore. | erh |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |
| 1998-10-03 | Attempt to fix the mess. | christos |
| 1998-10-01 | Split compat/linux/linux_exec.c into common, elf and a.out parts. | erh |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-28 | Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, | thorpej |
| 1998-01-24 | Use linux_setregs(). | mycroft |
| 1996-10-13 | catch up with Jason's exec.h inclusion. | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-10-07 | include <sys/exec.h> rather than <machine/exec.h> | cgd |
| 1996-10-05 | update to compile; needs new enum name 'Elf_sht_progbits' | jtk |
| 1996-10-03 | kill (re)definitions of EXEC_ELF32. They're no longer necessary | cgd |
| 1996-10-03 | Fix a section header check that didn't get updated with the elf32/elf64 | thorpej |
| 1996-09-30 | Elf32_sht_progbits -> Elf_sht_progbits | christos |