| Age | Commit message (Expand) | Author |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-26 | version the socket(2) syscall. for compat30 socket, we use | mrg |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-06 | in sysinfo(), force NUL termination of truncated | drochner |
| 2006-04-05 | -Consistently check the buffer length in getsysinfo(), | drochner |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-28 | Suddenly these need explicit inclusion of <sys/socket.h>; they use | he |
| 2005-06-01 | remove (caddr_t) casts on "const" pointers, and use __UNCONST() | drochner |
| 2005-03-31 | regen | drochner |
| 2005-03-31 | emulate setreuid()/setregid(), from Eric Schnoebelen per PR | drochner |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-02-26 | regen | perry |
| 2005-02-26 | make this rebuild generated files by default | perry |
| 2005-02-26 | regen | perry |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-16 | Use sendsig_sigcontext() as signal delivery function instead | drochner |
| 2005-01-16 | Make osf1_sys_sigaction() use the internal sigaction1() | drochner |
| 2004-10-27 | Bounds check syscall arguments where appropriate | david |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 2004-09-12 | only include emulation syscallnames with SYSCALL_DEBUG, it's not used otherwise | jdolecek |
| 2004-04-27 | Line 175 VFS_STAVTFS -> STATVFS (tyop) | fair |
| 2004-04-26 | PR/25335: Erik E. Fair: statvfs lossage in sys/lkm/compat/osf1 | christos |
| 2004-04-23 | PR/25288: Erik E. Fair: convert this file to statvfs | christos |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 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-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-15 | We have CVS; there is no reason to make .bak files when generating the | thorpej |
| 2003-10-27 | uninitialized variables | chs |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-09-23 | catch up with sys___sigaction14 compat_16 rename | cl |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 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-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-08 | Remove to local declarations of "p" which are no more in use, to make | he |
| 2003-03-05 | Use do_setres{u,g}id for osf1_sys_set{u,g}id | dsl |
| 2003-01-18 | Regen for correct RCS ID. | thorpej |
| 2003-01-18 | Regen: Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-29 | Get the dynamic interpreter location using emul_find_interp(), so that | jdolecek |
| 2002-11-27 | Complete the rename: s/sa_/<compat>_sa_/g | atatat |
| 2002-11-27 | Fix namespace clash caused by addition of sigaction(2). | tron |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |
| 2002-09-21 | - Introduce a e_fault field in struct proc to provide emulation specific | manu |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-04-08 | Fix compile problem. | christos |