Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1998-03-23 | Emulated version of SunOS ostime(2) wass totally wrong. For now | Todd C. Miller | |
we will just return EPERM. Correct code is #if 0'd out as it needs to call settime() which is static to kern_time.c (and it's not clear that we really want to be setting the clock from an emulated program anyway). | |||
1998-03-23 | Emulate otimes(2) | Todd C. Miller | |
1997-11-13 | make msync() have 3 args | Theo de Raadt | |
1997-07-28 | stime; christos | Theo de Raadt | |
1997-01-26 | Since these are old systems, call lchown() in place of chown(). | Jason Downs | |
1996-08-25 | route execve via compat filename translation | Theo de Raadt | |
1996-08-02 | /sys_poll/s/STD/NOARGS/ | Niklas Hallqvist | |
1996-08-02 | Make emulations use our native poll(2) | Niklas Hallqvist | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |