summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2004-07-153 functions had inexact types; millert okTheo de Raadt
2004-07-15Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,Todd C. Miller
2004-07-14Because mode_t is used in struct ipc_perm we need new versions ofTodd C. Miller
2004-07-14fhstat(2) uses struct stat too and so needs replacing as well.Todd C. Miller
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-27make acct(2) optional with ACCOUNTINGTed Unangst
2004-05-03POSIX says the length parameter for semop(2) and shmget(2) should be size_t.Todd C. Miller
2004-02-28Rather than adding amd64 to the 64-bit platform which do not require theMiod Vallat
2004-01-14change sigaltstack.ss_size type to size_t. handle syscall fallout.Ted Unangst
2004-01-12new syscall closefrom(int fd) closes all fds equal and greater than fd.Ted Unangst
2003-12-31wait4(2) takes and returns pid_t, not int. OK deraadt@ and miod@Todd C. Miller
2003-12-11Add id_t type as per POSIX and use it for [gs]etpriority(2).Todd C. Miller
2003-12-10Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.Todd C. Miller
2003-09-07No COMPAT_10 SYSVSHM syscalls on sparc64; ok deraadt@Miod Vallat
2003-07-01remove sys_omquery. it was only used for two weeks, and you can'tTed Unangst
2003-06-23fix nfds type; tedu marc okTheo de Raadt
2003-06-22extra headersTheo de Raadt
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