summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. make umtx sharable between processes, the way is two or more processesDavid Xu2004-12-181-0/+2
* Mark mount, unmount and nmount MPSAFEPoul-Henning Kamp2004-11-251-3/+3
* Add ntp_gettime(2) system call.Mark Santcroos2004-11-181-1/+1
* Add system call place-holders for the following system callsRobert Watson2004-10-231-0/+11
* Regen to unbreak world.David Xu2004-10-071-1/+1
* Add kldunloadf() system call. Stay tuned for follwing commit messages.Poul-Henning Kamp2004-07-131-0/+1
* Change kse_switchin to accept kse_thr_mailbox pointer, the syscallDavid Xu2004-07-121-2/+2
* Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-021-4/+4
* Mark unlink() as MPSAFE as we now acquire Giant in the unlink()Robert Watson2004-06-221-1/+1
* Mark link() system call as MPSAFE.Robert Watson2004-06-221-1/+1
* Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks.Doug Rabson2004-04-051-1/+1
* Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-271-0/+2
* Get ready to mark open, creat and nosys as MPSAFE.David Malone2004-03-161-3/+3
* Drop the proc lock around calls to the MD functions ptrace_single_step(),John Baldwin2004-03-151-1/+1
* Push Giant down a little further:Peter Wemm2004-03-131-1/+1
* Add ksem_timedwait() to complement ksem_wait().Daniel Eischen2004-02-031-0/+1
* Put restrict back in, the compilation failure was my fault when IAlfred Perlstein2003-12-261-8/+8
* We're not ready for restrict qualifiers here.Alfred Perlstein2003-12-241-8/+8
* Add restrict qualifiers.Alfred Perlstein2003-12-241-4/+8
* Remove namespc column and attempt to un-fold some of the longer linesPeter Wemm2003-12-231-563/+543
* Update file locations for syscall tables to copy to.Peter Wemm2003-12-101-3/+4
* Add kse_switchin(2). This syscall can be used by KSE implementationsMarcel Moolenaar2003-12-071-0/+2
* - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implementsJeff Roberson2003-11-141-1/+1
* Update the statfs structure with 64-bit fields to allowKirk McKusick2003-11-121-8/+10
* Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe.John Baldwin2003-11-071-5/+5
* Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten upScott Long2003-10-211-1/+1
* Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looksDavid Malone2003-10-201-1/+1
* msync(2) should be declared MP-safe.Alan Cox2003-09-071-1/+1
* o Refine kse_thr_interrupt to allow it to handle different commands.David Xu2003-07-171-1/+1
* o Change kse_thr_interrupt to allow send a signal to a specified thread,David Xu2003-06-281-1/+1
* Add system calls to explicitly list extended attributes on aRobert Watson2003-06-041-0/+6
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-0/+1
* - Mark the various thr syscalls as MP safe. Previously there was a bug ifJeff Roberson2003-04-011-4/+4