aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+10
* o Add keyword volatile for user mutex owner field.David Xu2006-10-171-1/+1
* Audit creat() system call (compat code), and change type for getpagesize(),Robert Watson2006-10-031-2/+2
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamDavid Xu2006-09-211-9/+4
* AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().Robert Watson2006-09-171-1/+1
* Assign proper audit event identifiers to a number of system calls notRobert Watson2006-09-031-9/+10
* Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.Robert Watson2006-09-031-1/+1
* This is initial version of POSIX priority mutex support, a new userlandDavid Xu2006-08-281-2/+2
* Grab two syscall numbers. One is used to emulate functionality that linuxPeter Wemm2006-08-161-0/+2
* - Use NOSTD rather than NOIMPL for nfssvc() to match other syscallsJohn Baldwin2006-08-151-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-381/+377
* Various fixes to comments in the syscall master files including removingJohn Baldwin2006-07-281-2/+2
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,David Xu2006-07-131-0/+9
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),John Baldwin2006-07-111-1/+1
* Add audit events for the extended attribute system calls.Wayne Salamon2006-07-051-22/+26
* - Expand the scope of Giant some in mount(2) to protect the vfsp structureJohn Baldwin2006-06-271-3/+3
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTDag-Erling Smørgrav2006-03-281-1/+1
* The undocumented and deprecated system call _umtx_op() takes two pointerDag-Erling Smørgrav2006-03-281-1/+1
* Implement aio_fsync() syscall.David Xu2006-03-231-0/+1
* Let kernel POSIX timer code and mqueue code to use integer as a resourceDavid Xu2006-03-011-12/+12
* Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely leftRobert Watson2006-02-061-22/+22
* Implement thr_set_name to set a name for thread.David Xu2006-02-051-0/+1
* Assign audit event identifiers to many system calls.Robert Watson2006-02-031-226/+225
* Map audit-related system calls to audit event identifiers.Robert Watson2006-02-021-10/+10
* Make aio code MP safe.David Xu2006-01-221-11/+11
* Add abort2() systemcall.Poul-Henning Kamp2005-12-231-0/+1
* Don't use OpenBSD syscall numbers, instead, use new syscall numbersDavid Xu2005-11-271-16/+22
* Bring in experimental kernel support for POSIX message queue.David Xu2005-11-261-6/+16
* Fix sigevent's POSIX incompatible problem by adding member fieldsDavid Xu2005-10-301-8/+10
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICDavid Xu2005-10-231-5/+9
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.Stefan Farfeleder2005-10-181-1/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-1/+1
* Mark the extended attribute syscalls as being MP safe.Christian S.J. Peron2005-09-271-13/+13
* Mark second instance of lchown() MP safe just like the first.John Baldwin2005-07-081-1/+1
* - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-071-2/+5
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-561/+705
* Normalize white space in syscalls.master: try to use tabs before systemRobert Watson2005-05-291-20/+20
* Mark ntp_gettime() as MSTD, since its system call path will acquireRobert Watson2005-05-281-1/+1
* Mark the following compatability system calls as MCOMPAT or MCOMPAT4 basedRobert Watson2005-05-281-8/+8
* Mark quotactl() as MSTD.Robert Watson2005-05-281-1/+1
* Mark kenv(2) as MPSAFE, since it appears to be properly locked down.Robert Watson2005-05-281-1/+1
* Also mark the COMPAT4 version of fhstatfs() as MPSAFE.Robert Watson2005-05-281-1/+1
* Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they nowRobert Watson2005-05-281-3/+3
* Add new syscall thr_new to create thread in atomic, it willDavid Xu2005-04-231-0/+2
* Fix typo in comment.Stefan Farfeleder2005-03-091-1/+1
* Change the prototype of kevent to remove the const from the changelist.Paul Saab2005-03-011-1/+1
* - Struct mount is not yet locked well enough to allowJeff Roberson2005-01-261-3/+3
* - Change all VFS syscalls to MSTD as they all manually deal with giantJeff Roberson2005-01-241-46/+46
* uuidgen(2) is MP safe.Marcel Moolenaar2005-01-031-1/+1
* Make _umtx_op() as more general interface, the final parameter needn't beDavid Xu2004-12-251-1/+1