| Age | Commit message (Expand) | Author |
| 2011-04-26 | Remove Darwin, MACH and Mach-O support. | joerg |
| 2010-07-25 | Add reference to mach_syscallnames. Spotted by compiling ALL. | jym |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2009-06-02 | Declare extern syscallnames in a header. | pooka |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-07-02 | Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-03 | fix malloc type mismatches. | yamt |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-05 | lockmgr -> rwlock | ad |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-02-19 | Introduce a new member to struct emul, e_startlwp, to be used by | cube |
| 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-02 | add missing initializers | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-08-08 | pass the fork flags down to the emulation fork hook, so that emulation | jdolecek |
| 2004-03-26 | all ports define __HAVE_SIGINFO now, so remove the CPP conditionals | drochner |
| 2004-01-01 | Try to do a better job at Mach port refcount. That's not perfect, though. | manu |
| 2003-12-30 | - Rework the Mach semaphore code to handle threads instead of processes | manu |
| 2003-12-28 | When the catcher of an exception dies before releasing the thread that | manu |
| 2003-12-24 | Rework Mach exception and Darwin's ptrace. gdb is now able to attach a | manu |
| 2003-12-20 | Provide a kernel port for each thread. This makes the emulation of | manu |
| 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 |
| 2003-12-18 | KNF, spelling and english fixes to some comments. remove trailing | grant |
| 2003-12-06 | Remove the reference to struct proc in kernel and host port once the | manu |
| 2003-12-06 | Fix some panics caused by incorrect Mach exceptions reference counts | manu |
| 2003-12-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-03 | Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() | manu |
| 2003-11-25 | Don't change process' special ports on exec(). If gdb attached the process, | manu |
| 2003-11-20 | Avoid re-allocations of darwin_emuldata structures by COMPAT_MACH. This | manu |
| 2003-11-18 | Don't release the bootstrap port too much, as it is shared between | manu |
| 2003-11-18 | Avoid leaking some Mach ports allocated in the kernel on fork, exec and | manu |
| 2003-11-18 | More work on exceptions. Once a task has raised an exception, it remains | manu |
| 2003-11-17 | First work on Mach exceptions. Things that can turn into signals on UNIX | manu |
| 2003-09-10 | don't abuse the native sigcode. | christos |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |