| Age | Commit message (Expand) | Author |
| 2018-01-09 | remove struct emul's e_fault. | maya |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2011-08-18 | sizeof type -> sizeof *var | christos |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2009-10-25 | Initialise struct emul members by name (it is readable now and one can search | rmind |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-28 | Only call release_futexes if LINUX_NPTL | jmcneill |
| 2008-10-26 | futex support fixes from FreeBSD via cube+pengo. | christos |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Sprinkle locking. | ad |
| 2008-04-11 | Under NPTL emulation, do not reparent all members of a thread group, | njoly |
| 2008-04-08 | Cleanup unneeded LINUX_NPTL ifdef/endif. | njoly |
| 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-11-16 | Cleanup. Remove a few linux syscalls definitions, now identical to | njoly |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 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-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-19 | Introduce a new member to struct emul, e_startlwp, to be used by | cube |
| 2007-02-15 | Fix Linux compat on amd64. | 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 |
| 2006-09-29 | Coverity CID 2990: fix memory leak (from Arnaud Lacombe) | christos |
| 2006-09-02 | fix incomplete initializer | christos |
| 2006-08-23 | 1) Complete Linux exit_group() emulation | manu |
| 2006-06-25 | - Complete exit_group() implementation. We now maintain a list of Linux | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-23 | To awake all processes sleeping on a futex, set maximum value to 0x7fffffff | manu |
| 2005-11-05 | Implement more of Linux futex(2) | manu |
| 2005-11-05 | Fix build when LINUX_NPTL is not defined | manu |
| 2005-11-05 | Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce an | manu |
| 2005-11-04 | Implement Linux futex ang gettid | manu |
| 2005-06-22 | Implent CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, and CLONE_CHILD_SETTID | manu |
| 2005-06-02 | Add a const. | tsutsui |
| 2005-05-20 | Define linux_usertrap function, and set it in struct emul. For all | fvdl |
| 2005-03-26 | s/uvm_map_defaultaddr/uvm_default_mapaddr/ HI FRANK! | christos |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2004-08-08 | fix two bugs in previous: | jdolecek |
| 2004-08-08 | linux processes sharing VM space (via clone() call) must also | jdolecek |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |