summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTdes2006-03-281-1/+1
* The undocumented and deprecated system call _umtx_op() takes two pointerdes2006-03-281-1/+1
* Implement aio_fsync() syscall.davidxu2006-03-231-0/+1
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-011-12/+12
* Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely leftrwatson2006-02-061-22/+22
* Implement thr_set_name to set a name for thread.davidxu2006-02-051-0/+1
* Assign audit event identifiers to many system calls.rwatson2006-02-031-226/+225
* Map audit-related system calls to audit event identifiers.rwatson2006-02-021-10/+10
* Make aio code MP safe.davidxu2006-01-221-11/+11
* Add abort2() systemcall.phk2005-12-231-0/+1
* 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
OpenPOWER on IntegriCloud