summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
1999-08-25Overhaul of the SVID IPC facilities, primarily to use the types specifiedthorpej
1999-07-12Remove two lines that were apparently added by accident.thorpej
1999-07-12XSH5: change function signature to `void *sbrk(intptr_t)'.kleink
1999-06-29Add fhopen, fhstat, fhstatfs.wrstuden
1999-06-15Add mlockall at #242 and munlockall at #243.thorpej
1999-06-09Add EXCL keyword as described in tech_kern, and fix comments. Make thechristos
1999-06-08mincore: caddr_t -> void *thorpej
1999-03-28Sync __getlogin()'s namelen argument with the libc-internal declarationkleink
1999-03-22Change namei cache to record vnode->(parent,name) entries (for directories).sommerfe
1999-02-10* Due to addition and use of socklen_t, make the socket option and addresskleink
1998-12-10defopt COMPAT_43christos
1998-11-26getpgid(2) returns a value of type pid_t.kleink
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-09-12Fix thinko in previous.mycroft
1998-09-12Version sys_sigreturn, to avoid breaking programs that use it explicitly.mycroft
1998-09-11Substantial signal handling changes:mycroft
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-07-02Argh, pad the off_t args in pread/pwrite/preadv/pwritev. System callthorpej
1998-06-30Add positional read and write system calls:thorpej
1998-06-25defopt NFSSERVERthorpej
1998-06-25defopt KTRACEthorpej
1998-06-05Per IEEE Std 1003.1b-1993, implement the fdatasync() system call which iskleink
1998-05-30Per XSH98, const'ify the `addr' arguments to mlock() and munlock().kleink
1998-05-07Several SYSV IPC prototype changes.kleink
1998-05-02New fktrace syscall from Darren Reed [with fixes from me]christos
1998-03-27Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument ofkleink
1998-02-25change second parm of sysarch() from char * to void *perry
1998-02-19Include the NFS and LFS option headers.thorpej
1998-02-14Implement __posix_chown(), __posix_fchown() and __posix_lchown(). Also,kleink
1998-02-14Reserve syscalls 283, 284, and 285 for 3 up-coming POSIX systems calls,thorpej
1998-01-04Add __vfork14() system call at #282.thorpej
1997-11-29Modify the recent sigaltstack() interface change to use the __RENAME() scheme;kleink
1997-11-25In XPG4.2, the ss_size member of type stack_t (struct sigaltstack) is specifiedkleink
1997-11-04Fix slight argument bogosity with getgroups(), setgroups(), select(),thorpej
1997-10-20Fix the shared library versioning snafu caused by the recent changesthorpej
1997-10-19umask(2) accepts and returns a mode_t.mycroft
1997-10-18Fixed missed const char * in lstat (thanks enami) and changed caddr_t -> void *christos
1997-10-16change char *path to const char *pathchristos
1997-10-15Adjust u_int arguments of some system calls to int, to match user-levelmycroft
1997-10-15Adjust u_int arguments of some system calls to int, to match user-levelmycroft
1997-10-10Add getdents(). Rename getdirentries to compat_12_getdirentries.fvdl
1997-10-03Add system call lchmod (#274), lchown (#275) and lutimes (#276).enami
1997-09-09Ups.veego
1997-09-09Move sys_minherit from 250 to 273 and add a comment why 240-269 areveego
1997-09-08add sys_minherit (from openbsd)chuck
1997-06-12swapon back to compat_12 syscall..mrg
1997-06-12for now, leave swapon(8) in place.mrg
1997-06-12add sys_swapctl(), and deprecate, with COMPAT_12, sys_swaponmrg
1997-05-18Add posix_rename() syscall.kleink
1997-04-16Add POSIX.1b nanosleep().jtc