summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looksdwmalone2003-10-201-1/+1
* msync(2) should be declared MP-safe.alc2003-09-071-1/+1
* o Refine kse_thr_interrupt to allow it to handle different commands.davidxu2003-07-171-1/+1
* o Change kse_thr_interrupt to allow send a signal to a specified thread,davidxu2003-06-281-1/+1
* Add system calls to explicitly list extended attributes on arwatson2003-06-041-0/+6
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+1
* - Mark the various thr syscalls as MP safe. Previously there was a bug ifjeff2003-04-011-4/+4
* - Include umtx.h in files generated by makesyscalls.shjeff2003-04-011-0/+2
* - Add the four thr related system calls.jeff2003-04-011-0/+4
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-311-2/+5
* Add a timeout parameter to kse_release.davidxu2003-02-201-1/+1
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-1/+1
* Bring shm functions closer the the opengroup standards.alfred2003-01-251-3/+3
* Bring semop() closer the the opengroup standards.alfred2003-01-251-1/+1
* Some KSE syscalls are MPSAFE.davidxu2003-01-041-3/+3
* Add definitions for four new system calls:rwatson2002-12-291-0/+8
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+4
* Flesh out the definition of __mac_execve(): per earlier discussion,rwatson2002-11-051-1/+2
* Rename __execve_mac() to __mac_execve() for increased consistencyrwatson2002-11-011-1/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-5/+6
* Flesh out prototypes for __mac_get_pid, __mac_get_link, andrwatson2002-10-221-3/+5
OpenPOWER on IntegriCloud