summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2003-02-15add __sigtimedwait(2) - wait for specified set of signals, with optionaljdolecek
2003-01-24Reserve slots for the p1003.1b scheduler system calls.thorpej
2003-01-24Reserve slots for p1003.1b message queue calls.thorpej
2003-01-24Allocate a slot for _ksem_timedwait(), although it is not currentlythorpej
2003-01-23Allow the _ksem_*() syscalls to be properly seen by ktruss/kdump.thorpej
2003-01-20sys_ksem -> sys__ksemchristos
2003-01-20actually, remove ksem.hchristos
2003-01-20semaphore.h -> ksem.hchristos
2003-01-20add support for p1003.1b semaphores. From FreeBSDchristos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-19Reserve syscall slots for sigwaitinfo(2), sigtimedwait(2), andthorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-04claim syscall slots for kqueue(2) and kevent(2)jdolecek
2002-08-28MI kernel support for user-level Restartable Atomic Sequences (RAS).gmcgarry
2002-08-07New syscalls: sys_pmc_get_info and sys_pmc_control.briggs
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-05-03Use #if defined(_LP64) to determine if we're generating 64-bit binaries,eeh
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