summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2001-06-26implement djb's getpeereid(2), to allow local-domain servers to determine cli...Dug Song
2001-06-16sysarch() takes a void *Theo de Raadt
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
2001-03-09Add mlockall and munlockall (dummy for the old vm system).Artur Grabowski
2000-11-16support kernel event queues, from FreeBSD by Jonathan Lemon,Niels Provos
2000-09-12sys_getsid() and sys_getpgid() return pid_t, not int (though pid_t *is*Todd C. Miller
2000-06-22make vtrace always obsolte; art@Michael Shalayeff
2000-05-01sys_semconfig goes awayTheo de Raadt
2000-04-20system call hookup for p{read,write}{,v}Theo de Raadt
2000-02-07always include sys_getfh. add fhopen, fhstat, and fhstatfsassar
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-05-22Add swapctl(2) system call.Tobias Weingartner
1999-02-15sendto(2) takes a socklen_t as wellTodd C. Miller
1999-02-15use socklen_tTodd C. Miller
1998-11-18syscalls behind #ifdef should have an #elseArtur Grabowski
1998-09-17always use xfspioctlArtur Grabowski
1998-08-30cleanTheo de Raadt
1998-08-30glue for xfspioctl syscallArtur Grabowski
1998-06-12ifdef the new sem/shm/msg syscallsTheo de Raadt
1998-06-11move shm/msg/sem calls because ipc.h is getting uid_t and friendsTheo de Raadt
1998-06-02const mlock(2) and munlock(2)Theo de Raadt
1998-05-11const a few more callsTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-02-16Make "flags" field in f?chflags(2) consistent--unsigned intTodd C. Miller
1998-02-10revert mode_t things to int, obviously requires more thought and workTheo de Raadt
1998-02-08Correct many typesThorsten Lockert
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-11-14convert to void *addrTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-13add getsid(2), XPG4Theo de Raadt
1997-08-29prefix ntp system calls with sys_ like other system callskstailey
1997-05-30add getpgid(2) from NetBSDkstailey
1997-04-20Add new POSIX 1003.1b related syscalls; from pk@NetBSDThorsten Lockert
1997-01-26Add lchown(2).Jason Downs
1996-10-29prettyTheo de Raadt
1996-10-04sys_getfh is NFSCLIENT|NFSSERVERTheo de Raadt
1996-08-25issetugid() system call discovers if a process was started setuid or setgidTheo de Raadt
1996-05-18poll() as a system callTheo de Raadt
1996-05-02Implement futimes()Theo de Raadt
1996-04-28First argument to profil(2) should be `char *', not `caddr_t'.Thorsten Lockert
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-01-29Add kernel PLL for system clockThorsten Lockert
1996-01-10plan9-like rfork() implimentation by me based on some earlier incompleteTheo de Raadt
1996-01-07add minherit() system callTheo de Raadt
1995-12-14from netbsd; change profil() argumentsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt