summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2001-07-01Linux-compatible clone(2) system call, lifted from the Linuxthorpej
2001-04-10Slight indentation nit.kleink
2001-01-27getpid(2), our first MP-safe syscall!thorpej
2001-01-08Reserve system call slots for getcontext, setcontext, LWPs, andnathanw
2001-01-05utrace(2): rename 'id' parameter to 'label'jdolecek
2000-12-28add utrace(2) - this syscall allows to add user ktrace entriesjdolecek
2000-12-09Define 3 new functions:mycroft
2000-12-09Add the %% separators.mycroft
2000-08-07Changes to syscalls.master to exclude ntp_adjtime(2) entirely if NTP is notbjh21
2000-04-21Add native issetugid() call.minoura
2000-04-17implement lchflags(2), which does the chflags(2) dance without followingmrg
2000-01-31__semctl13 -> ____semctl13 because this now is not called directly.christos
2000-01-23Use proper varargs format for __semctl13.mycroft
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