summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Don't use OpenBSD syscall numbers, instead, use new syscall numbersdavidxu2005-11-271-16/+22
* Bring in experimental kernel support for POSIX message queue.davidxu2005-11-261-6/+16
* Fix sigevent's POSIX incompatible problem by adding member fieldsdavidxu2005-10-301-8/+10
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICdavidxu2005-10-231-5/+9
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.stefanf2005-10-181-1/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* Mark the extended attribute syscalls as being MP safe.csjp2005-09-271-13/+13
* Mark second instance of lchown() MP safe just like the first.jhb2005-07-081-1/+1
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-071-2/+5
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-561/+705
* Normalize white space in syscalls.master: try to use tabs before systemrwatson2005-05-291-20/+20
* Mark ntp_gettime() as MSTD, since its system call path will acquirerwatson2005-05-281-1/+1
* Mark the following compatability system calls as MCOMPAT or MCOMPAT4 basedrwatson2005-05-281-8/+8
* Mark quotactl() as MSTD.rwatson2005-05-281-1/+1
* Mark kenv(2) as MPSAFE, since it appears to be properly locked down.rwatson2005-05-281-1/+1
* Also mark the COMPAT4 version of fhstatfs() as MPSAFE.rwatson2005-05-281-1/+1
* Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they nowrwatson2005-05-281-3/+3
* Add new syscall thr_new to create thread in atomic, it willdavidxu2005-04-231-0/+2
* Fix typo in comment.stefanf2005-03-091-1/+1
* Change the prototype of kevent to remove the const from the changelist.ps2005-03-011-1/+1
* - Struct mount is not yet locked well enough to allowjeff2005-01-261-3/+3
* - Change all VFS syscalls to MSTD as they all manually deal with giantjeff2005-01-241-46/+46
* uuidgen(2) is MP safe.marcel2005-01-031-1/+1
* Make _umtx_op() as more general interface, the final parameter needn't bedavidxu2004-12-251-1/+1
* 1. make umtx sharable between processes, the way is two or more processesdavidxu2004-12-181-0/+2
* Mark mount, unmount and nmount MPSAFEphk2004-11-251-3/+3
* Add ntp_gettime(2) system call.marks2004-11-181-1/+1
* Add system call place-holders for the following system callsrwatson2004-10-231-0/+11
* Regen to unbreak world.davidxu2004-10-071-1/+1
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-131-0/+1
* Change kse_switchin to accept kse_thr_mailbox pointer, the syscalldavidxu2004-07-121-2/+2
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-021-4/+4
* Mark unlink() as MPSAFE as we now acquire Giant in the unlink()rwatson2004-06-221-1/+1
* Mark link() system call as MPSAFE.rwatson2004-06-221-1/+1
* Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks.dfr2004-04-051-1/+1
* Separate thread synchronization from signals in libthr. Insteadmtm2004-03-271-0/+2
* Get ready to mark open, creat and nosys as MPSAFE.dwmalone2004-03-161-3/+3
* Drop the proc lock around calls to the MD functions ptrace_single_step(),jhb2004-03-151-1/+1
* Push Giant down a little further:peter2004-03-131-1/+1
* Add ksem_timedwait() to complement ksem_wait().deischen2004-02-031-0/+1
* Put restrict back in, the compilation failure was my fault when Ialfred2003-12-261-8/+8
* We're not ready for restrict qualifiers here.alfred2003-12-241-8/+8
* Add restrict qualifiers.alfred2003-12-241-4/+8
* Remove namespc column and attempt to un-fold some of the longer linespeter2003-12-231-563/+543
* Update file locations for syscall tables to copy to.peter2003-12-101-3/+4
* Add kse_switchin(2). This syscall can be used by KSE implementationsmarcel2003-12-071-0/+2
* - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implementsjeff2003-11-141-1/+1
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-8/+10
* Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe.jhb2003-11-071-5/+5
* Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten upscottl2003-10-211-1/+1
OpenPOWER on IntegriCloud