Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller | |
for HP-UX, FreeBSD, and Linux emulations. Note that Linux has two versions of these system calls. One for 16bit uids and another for 32bit uids. | |||
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat | |
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | |||
2001-10-10 | Don't roll our own dup, we cen use the standard one. | Artur Grabowski | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1997-03-26 | Merge in NetBSD changes as if 3/19/97, undo some of ours. | Jason Downs | |
1996-08-25 | route execve via compat filename translation | Theo de Raadt | |
1996-08-02 | Add $OpenBSD$ | Niklas Hallqvist | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |