| Age | Commit message (Expand) | Author |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-09-03 | The conversion of FPU tracking to PCU rendered the fpcurlwp variable | thorpej |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2011-11-18 | - add sigtimedwait support. | christos |
| 2011-06-09 | Adapt to change to PCU. | matt |
| 2011-03-04 | Refactor ps_strings access. Based on PK_32, write either the normal | joerg |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 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-07-08 | fix pasto: sigframe.sf_sc is of type linux_sigcontext | pooka |
| 2007-03-04 | fix fallout from caddr_t changes. | yamt |
| 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-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-15 | include kauth.h for kauth_cred_geteuid. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-20 | Define linux_usertrap function, and set it in struct emul. For all | fvdl |
| 2003-10-10 | Adapt to SIGINFO changes. | matt |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Fix 'struct lwp *' lossage. | simonb |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-03-23 | make this compile again (PS_STRINGS is gone). | chs |
| 2002-02-18 | Resolve alpha compile issues: | 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-09-30 | DEBUG kernels fill the registers with garbage on process startup and | simonb |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-04-26 | o IEEE 754 floating-point completion code. | ross |
| 2001-01-26 | Moved include <sys/ioctl.h> so that we can build without WSCONS enabled. | manu |
| 2000-12-27 | Let COMPAT_LINUX build with DEBUG | sommerfeld |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-11-29 | LKMify | jdolecek |
| 2000-11-27 | don't use linux_emuldata for now, so that this compiles after | jdolecek |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-03-18 | Add sigset_t parameter to restore_sigcontext, created by the sigreturn functi... | erh |
| 1999-09-12 | eliminate the PMAP_NEW option by making it required for all ports. | chs |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-01-03 | Make consistent: si_ -> lsi_ | erh |
| 1999-01-03 | Avoid name clash with standard si_{uid,pid} fields. | erh |
| 1998-12-08 | At least make this compile. Add linux compat version of auxillary data event... | erh |