| Age | Commit message (Expand) | Author |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-07-15 | - fix constants and explain limit | christos |
| 2018-07-09 | Fix compile error. | msaitoh |
| 2018-07-08 | Enable executing linux go binaries by using a special probe function for them. | christos |
| 2017-02-06 | Use ELFOSABI_LINUX instead of a magic number. | uwe |
| 2015-06-11 | Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size. | matt |
| 2015-03-20 | Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the | maxv |
| 2014-04-15 | A specially-crafted binary could easily control a kernel array index. | maxv |
| 2014-02-23 | Fix wrong KASSERTs. Do not compare size vs. entries count. | njoly |
| 2014-02-21 | Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, | maxv |
| 2014-02-09 | account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. | chs |
| 2013-11-18 | implement AT_RANDOM. | chs |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-02-03 | Add a hook for freeing an ep_emul_arg. Add a wrapper routine | matt |
| 2010-09-11 | always supply an auxiliary vector for linux ELF processes. | chs |
| 2009-03-15 | ansify function definitions | cegger |
| 2008-11-20 | PR port-amd64/39964 modules/compat_linux: missing symbols on amd64 | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 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 |
| 2006-08-07 | Add a new signature test for linux probe function. We look for a .debuglink | manu |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-10-31 | adapt for changes to kern/exec_elf32.c | drochner |
| 2003-10-27 | uninitialized variables | chs |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | 'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built | darrenr |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-29 | Get the dynamic interpreter location using emul_find_interp(), so that | jdolecek |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-10-22 | remove XXX should die comment from the define; otherwise traditional cpp | christos |
| 2002-09-05 | check out EI_OSABI and EI_ABIVERSION for linux signatures. This is what | christos |
| 2002-03-22 | gc debugging printfs. | christos |
| 2002-02-15 | s/printf/uprintf/ | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-08-30 | Changed the way signature tests are done. This makes possible to run | manu |
| 2001-07-14 | rename elf32_read_from to exec_read_from since it is used in many places | christos |
| 2001-01-19 | Added a linux_atexit_signature to match Linux statically linked ELF binaries. It | manu |
| 2000-12-15 | Tighten up the ELF signature checks, and actually look for the ABI tag added | mycroft |