summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat
2003-04-29Deprecate omsync syscall, and only enable it if COMPAT_25 is required.Miod Vallat
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-14There are two related changes.Artur Grabowski
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2002-10-30Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), basedTodd 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
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
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