summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/syscalls.master
AgeCommit message (Expand)Author
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-07-09Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.Todd C. Miller
2004-05-28ACCOUNTING is optional. found by mpech. ok deraadtTed Unangst
2004-01-14change sigaltstack.ss_size type to size_t. handle syscall fallout.Ted Unangst
2003-05-11finish compat swapon cleanupTheo de Raadt
2003-04-30Oops, repair omsync deprecation lossage.Miod Vallat
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
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
2001-09-21no need for own implemenation of p{read,write}{,v}Artur Grabowski
2001-09-05Add some necessary MSG_COMPAT.Artur Grabowski
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
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