summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* Restore pointer that was removed in 1.128. This wasn't a merge-o.peter2002-10-151-0/+4
* Fix what looks like a merge-o from a conflict in the last commit torwatson2002-10-101-9/+4
* Add a pointer to the alternate syscall tables on 64 bit platforms.peter2002-10-091-0/+8
* Flesh out the extattr_{delete,get,set}_link() system calls: variationsrwatson2002-10-091-3/+8
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-021-1/+1
* Reserve system call numbers for the following system calls:rwatson2002-10-011-0/+6
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-251-4/+4
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-191-0/+15
* mac_syscall is now implemented, switch to MSTD.rwatson2002-08-191-1/+1
* Rename mac_policy() to mac_syscall() to be more reflective of itsrwatson2002-08-061-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-6/+8
* Introduce a mac_policy() system call that will provide MAC policiesrwatson2002-07-301-0/+2
* Prototype function arguments, only with MAC-specific structuresrwatson2002-07-301-6/+6
* Remove incorrect comment about now corrected manpage.alfred2002-07-131-1/+0
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move thealfred2002-07-121-2/+5
* Part 1 of KSE-IIIjulian2002-06-291-1/+1
* Keep POSIX.1e capabilities system call placeholders, but remove definitions.rwatson2002-06-131-6/+6
* Add syscall uuidgen() for generating Univerally Unique Identifiersmarcel2002-05-281-0/+1
* Add an entry for the lchflags(2) syscall. It's useful to preventmux2002-05-051-0/+1
* Add an entry for the kenv(2) syscall (code to follow).mux2002-04-171-0/+2
* Remove the requirement that Giant be held around sigreturn().alc2002-04-141-1/+1
* Remove the requirement that Giant be held around osigreturn(). All platform-alc2002-04-111-1/+1
* Reserve system call numbers for the MAC framework. This will preventrwatson2002-03-051-1/+6
* Add stub syscalls and definitions for KSE calls.julian2002-02-191-1/+1
* Add 5 KSE syscalls. Two will be implemented with the next KSEjulian2002-02-191-0/+6
* Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t.deischen2002-02-171-1/+1
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-8/+7
* Made osigreturn(2) standard so that SYS_osigreturn can be used in thebde2002-02-011-1/+1
* Make AIO a loadable module.alfred2001-12-291-8/+8
* Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>phk2001-11-021-0/+3
* o Reserve system call 377 for afs_syscall; by reserving a system callrwatson2001-10-131-0/+1
* o Introduce eaccess(2), a version of access(2) that uses the effectiverwatson2001-09-211-0/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-0/+1
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-104/+104
* Make yield() MPSAFE.dillon2001-09-011-19/+19
* Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls:dillon2001-08-311-24/+24
* Giant Pushdown: sysv shm, sem, and msg calls.dillon2001-08-311-14/+14
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-30/+32
* Remove a comment which was past its shelf life.phk2001-05-291-1/+0
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-17/+17
* gettimeofday() is MP safe on both -current and -stable.tegge2001-05-111-1/+1
* o Introduce a new system call, __setsugid(), which allows a process torwatson2001-04-111-0/+1
* o Introduce extattr_{delete,get,set}_fd() to allow extended attributerwatson2001-03-311-0/+8
OpenPOWER on IntegriCloud