summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/syscalls.master
AgeCommit message (Collapse)Author
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod 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-21no need for own implemenation of p{read,write}{,v}Artur Grabowski
2001-09-05Add some necessary MSG_COMPAT.Artur Grabowski
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid
2001-05-16Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23Todd C. Miller
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there.
2000-05-01sys_semconfig goes awayTheo de Raadt
1999-09-21some COMPATs not seen on alphakstailey
1999-09-17alternate pathkstailey
1999-09-17lcrap()kstailey
1999-09-17rest of pread() etc., fdatasync() hackkstailey
1999-09-17start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey
1999-09-15getdents(2)kstailey
1999-09-15more and better signal routines, vfork()kstailey
1999-09-14signalskstailey
1999-09-12take out unimplemented callskstailey
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey