| Age | Commit message (Expand) | Author |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-01-01 | Fix three stack info leaks, found by kMSan when just invoking all syscalls | maxv |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2011-01-19 | Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. | tsutsui |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 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 |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-13 | compat code reorg. | christos |
| 2003-09-06 | SA_SIGINFO changes | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2000-12-17 | make LKM safe | jdolecek |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-03-30 | Kill register declarations. | augustss |
| 1999-04-29 | Make ss_size something reasonable (not 0) so sigaltstack does not fail. | christos |
| 1998-09-14 | Fix copyout() arguments. | pk |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1996-03-14 | Fix compiler warnings | christos |
| 1996-01-04 | Changed name of sigaltstack's ss_base field to ss_sp to match XPG4.2 and | jtc |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-08-17 | Update for signal handling changes. | mycroft |
| 1995-08-15 | Rename ss_flags bits. | mycroft |
| 1995-06-24 | - Extracted all compat routines from the kern directory and moved here. | christos |