| Age | Commit message (Expand) | Author |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2017-05-03 | add missing arg to fpu_discard(). | chs |
| 2017-03-16 | allow pcu_save() and pcu_discard() to be called on other threads, | chs |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2013-01-27 | exitting -> exiting. | mbalmer |
| 2011-05-05 | Adapt to new PCU based FPU code. | matt |
| 2011-01-20 | save_fpu_lwp() was renamed to fpu_save_lwp(), so follow suit. | he |
| 2011-01-18 | Deal with changes in the trapframe. | matt |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-02-02 | Missing printf in sys/compat/linux/arch/powerpc/linux_machdep.c | wiz |
| 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-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-05 | Use (char *) cast on pointer arith. | tsutsui |
| 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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-20 | Define linux_usertrap function, and set it in struct emul. For all | fvdl |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-04-17 | Switch to using PSL_USEROK_P() | matt |
| 2004-03-26 | all ports define __HAVE_SIGINFO now, so remove the CPP conditionals | drochner |
| 2003-10-08 | Use ksi_signo accessor macro. | thorpej |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-25 | Add siginfo support for PowerPC. | matt |
| 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-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-07-28 | restructure the FPU and AltiVEC code so that it works for MP. | chs |
| 2002-07-09 | Change fpuproc to curcpu()->ci_fpuproc. | matt |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-05-20 | whitespace fixes | jdolecek |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-02-15 | - add a real linux_sys___sysctl because the mib numbers are different. | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-06-13 | #include <machine/fpu.h> for save_fpu() | wiz |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-27 | Fixed two typo in comments | manu |
| 2001-04-11 | Integrated security review for signal delivery by Wolfgang Solfrank | manu |
| 2001-03-22 | Added a missing native to linux signal number translation in linux_sendsig(), | manu |
| 2001-03-18 | Fixed typos in comments | manu |
| 2001-02-05 | Modified a cast so that it builds again | manu |
| 2001-02-04 | cosmetic fixes. | christos |
| 2001-01-26 | Moved include <sys/ioctl.h> so that we can build without WSCONS enabled. | manu |
| 2001-01-25 | Fixed wrong signal handler argument setup. The emulated sigcontext still has ... | manu |