Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
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-09-21 | no need for own implemenation of p{read,write}{,v} | Artur Grabowski | |
2001-09-05 | Add some necessary MSG_COMPAT. | Artur Grabowski | |
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid | |||
2001-05-16 | Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23 | Todd C. Miller | |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
2000-05-01 | sys_semconfig goes away | Theo de Raadt | |
1999-09-21 | some COMPATs not seen on alpha | kstailey | |
1999-09-17 | alternate path | kstailey | |
1999-09-17 | lcrap() | kstailey | |
1999-09-17 | rest of pread() etc., fdatasync() hack | kstailey | |
1999-09-17 | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | kstailey | |
1999-09-15 | getdents(2) | kstailey | |
1999-09-15 | more and better signal routines, vfork() | kstailey | |
1999-09-14 | signals | kstailey | |
1999-09-12 | take out unimplemented calls | kstailey | |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey | |