summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Include umtx.h in files generated by makesyscalls.shJeff Roberson2003-04-011-0/+2
* - Add the four thr related system calls.Jeff Roberson2003-04-011-0/+4
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofJeff Roberson2003-03-311-2/+5
* Add a timeout parameter to kse_release.David Xu2003-02-201-1/+1
* Add const qualifier to data argument for msgsnd.Alfred Perlstein2003-01-261-1/+1
* Bring shm functions closer the the opengroup standards.Alfred Perlstein2003-01-251-3/+3
* Bring semop() closer the the opengroup standards.Alfred Perlstein2003-01-251-1/+1
* Some KSE syscalls are MPSAFE.David Xu2003-01-041-3/+3
* Add definitions for four new system calls:Robert Watson2002-12-291-0/+8
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-0/+4
* Flesh out the definition of __mac_execve(): per earlier discussion,Robert Watson2002-11-051-1/+2
* Rename __execve_mac() to __mac_execve() for increased consistencyRobert Watson2002-11-011-1/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-5/+6
* Flesh out prototypes for __mac_get_pid, __mac_get_link, andRobert Watson2002-10-221-3/+5
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)Peter Wemm2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.Peter Wemm2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'sRobert Watson2002-10-191-0/+1
* Restore pointer that was removed in 1.128. This wasn't a merge-o.Peter Wemm2002-10-151-0/+4
* Fix what looks like a merge-o from a conflict in the last commit toRobert Watson2002-10-101-9/+4
* Add a pointer to the alternate syscall tables on 64 bit platforms.Peter Wemm2002-10-091-0/+8
* Flesh out the extattr_{delete,get,set}_link() system calls: variationsRobert Watson2002-10-091-3/+8
* Let kse_wakeup() take a KSE mailbox pointer argument.Archie Cobbs2002-10-021-1/+1
* Reserve system call numbers for the following system calls:Robert Watson2002-10-011-0/+6
* Make the following name changes to KSE related functions, etc., to betterArchie Cobbs2002-09-251-4/+4
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.Alfred Perlstein2002-09-191-0/+15
* mac_syscall is now implemented, switch to MSTD.Robert Watson2002-08-191-1/+1
* Rename mac_policy() to mac_syscall() to be more reflective of itsRobert Watson2002-08-061-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-6/+8
* Introduce a mac_policy() system call that will provide MAC policiesRobert Watson2002-07-301-0/+2
* Prototype function arguments, only with MAC-specific structuresRobert Watson2002-07-301-6/+6
* Remove incorrect comment about now corrected manpage.Alfred Perlstein2002-07-131-1/+0
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move theAlfred Perlstein2002-07-121-2/+5
* Part 1 of KSE-IIIJulian Elischer2002-06-291-1/+1
* Keep POSIX.1e capabilities system call placeholders, but remove definitions.Robert Watson2002-06-131-6/+6
* Add syscall uuidgen() for generating Univerally Unique IdentifiersMarcel Moolenaar2002-05-281-0/+1
* Add an entry for the lchflags(2) syscall. It's useful to preventMaxime Henrion2002-05-051-0/+1
* Add an entry for the kenv(2) syscall (code to follow).Maxime Henrion2002-04-171-0/+2
* Remove the requirement that Giant be held around sigreturn().Alan Cox2002-04-141-1/+1