| Age | Commit message (Expand) | Author |
| 2006-09-01 | When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in case | matt |
| 2006-09-01 | Regen. | matt |
| 2006-09-01 | Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt | matt |
| 2006-08-31 | Protect the include of "opt_ptrace.h" by _KERNEL_OPT. | he |
| 2006-08-30 | Regen (for PTRACE). | matt |
| 2006-08-30 | Update for options PTRACE | matt |
| 2006-08-30 | fix incomplete initializer | christos |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-31 | Step 1 to make filehandles completely opaque to userland | martin |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-13 | Make freebsd_sys_getfh use compat_30_sys_getfh | martin |
| 2006-06-26 | regenerate. | mrg |
| 2006-06-26 | version the socket(2) syscall. for compat30 socket, we use | mrg |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-04 | Regen | christos |
| 2006-05-04 | fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsui | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-10 | need compat/sys/shm.h | christos |
| 2005-09-13 | Forgot to reverse the conditional test. | christos |
| 2005-09-13 | compat code reorg. | christos |
| 2005-09-12 | Range checks are not optional. The omission of this one, allows the user | christos |
| 2005-09-02 | Add a SYSCTL_SETUP_PROTO() so that it compiles fine in the lkm. | rpaulo |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-07-10 | define syscall again. | christos |
| 2005-07-10 | No point in declaring syscall_intern and syscall in a zillion places. | christos |
| 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 | nuke trailing whitespace | perry |
| 2005-02-22 | Re-gen for sysctl emulation | heas |
| 2005-02-22 | Add FreeBSD sysctl emulation for their undocumented special OIDs rooted at | heas |
| 2004-09-12 | only include emulation syscallnames with SYSCALL_DEBUG, it's not used otherwise | jdolecek |
| 2004-05-11 | regen | drochner |
| 2004-05-11 | FreeBSD emulation should not depend on NetBSD binary compatibility | drochner |
| 2004-05-10 | Regen src/sys/compat/freebsd_sys{call.h,callargs.h,calls.c,ent.c} from | jonathan |
| 2004-05-10 | Add opt_compat_netbsd.h because we need it for COMPAT_20; pointed out | christos |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-26 | all ports define __HAVE_SIGINFO now, so remove the CPP conditionals | drochner |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-01-29 | uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in | tsarna |
| 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-26 | Regen: add new syscalls to the list | jdolecek |
| 2003-11-26 | add the new syscalls to the list | jdolecek |
| 2003-11-17 | www.netbsd.org -> www.NetBSD.org | keihan |
| 2003-11-15 | We have CVS; there is no reason to make .bak files when generating the | thorpej |
| 2003-10-31 | adapt for changes to kern/exec_elf32.c | drochner |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |