summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2004-01-02kernel part of no-syscall upcall stack return: libpthread registerscl
2003-11-15Kernel portion of the fsync_range(2) system call. Written by Billthorpej
2003-09-30#ifdef _LIBC the semid_t syscalls since we don't define semid_t in userlandchristos
2003-09-26Constify __sigaction_sigtramp argument 'void * tramp'.matt
2003-09-23__sigaction14 should have been COMPAT_16 a while ago. GC it now.christos
2003-09-16fix SA/pthread pagefault failure:cl
2003-09-10we don't need sigreturn and sigcode glue if we are not compat_16 anymore.christos
2003-03-18_lwp_setprivate returns voidchristos
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