aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Reserve system call numbers for the MAC framework. This will preventRobert Watson2002-03-051-1/+6
* Add stub syscalls and definitions for KSE calls.Julian Elischer2002-02-191-1/+1
* Add 5 KSE syscalls. Two will be implemented with the next KSEJulian Elischer2002-02-191-0/+6
* Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t.Daniel Eischen2002-02-171-1/+1
* Part I: Update extended attribute API and ABI:Robert Watson2002-02-101-8/+7
* Made osigreturn(2) standard so that SYS_osigreturn can be used in theBruce Evans2002-02-011-1/+1
* Make AIO a loadable module.Alfred Perlstein2001-12-291-8/+8
* Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>Poul-Henning Kamp2001-11-021-0/+3
* o Reserve system call 377 for afs_syscall; by reserving a system callRobert Watson2001-10-131-0/+1
* o Introduce eaccess(2), a version of access(2) that uses the effectiveRobert Watson2001-09-211-0/+1
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-0/+1
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-011-104/+104
* Make yield() MPSAFE.Matthew Dillon2001-09-011-19/+19
* Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls:Matthew Dillon2001-08-311-24/+24
* Giant Pushdown: sysv shm, sem, and msg calls.Matthew Dillon2001-08-311-14/+14
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-301-30/+32
* Remove a comment which was past its shelf life.Poul-Henning Kamp2001-05-291-1/+0
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-17/+17
* gettimeofday() is MP safe on both -current and -stable.Tor Egge2001-05-111-1/+1
* o Introduce a new system call, __setsugid(), which allows a process toRobert Watson2001-04-111-0/+1
* o Introduce extattr_{delete,get,set}_fd() to allow extended attributeRobert Watson2001-03-311-0/+8
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-4/+4
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-6/+7
* Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeupJake Burkholder2000-12-021-2/+2
* sysvipc loadable.Alfred Perlstein2000-12-011-17/+23
* Fix prototypes for {o|}{g|s}etrlimit. A recent change in theMarcel Moolenaar2000-08-281-4/+4
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-291-1/+1
* Simplify kqueue API slightly.Jonathan Lemon2000-07-181-3/+3
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},Robert Watson2000-07-131-0/+4
* Introduce syscalls for process capability manipulation. Currently backsRobert Watson2000-06-151-0/+2
* Fixed the declaration of mmap(). The crufty padding arg had the wrongBruce Evans2000-05-091-3/+3
* Remove undocumented broken-as-designed semconfig() syscall.Peter Wemm2000-05-011-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+5
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesAlfred Perlstein2000-04-031-8/+10
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-12/+25
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inPeter Wemm2000-01-161-2/+4
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.Jason Evans2000-01-141-0/+1
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-211-1/+1
* First pass commit to introduce new ACL and Extended Attribute system calls.Robert Watson1999-12-191-0/+12
* modfind(char *) -> modfind(const char *)Brian Somers1999-11-171-1/+1
* Now that userland including modules don't use the osig* syscalls,Marcel Moolenaar1999-10-121-5/+5
* sigset_t change (part 1 of 5)Marcel Moolenaar1999-09-291-8/+16
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentedNik Clayton1999-08-111-2/+3
* Move syscall 180 back to where it was before and fix theJordan K. Hubbard1999-08-051-3/+3
* Reserve a syscall for the arla folks. I'm assuming that since syscalls.cJordan K. Hubbard1999-08-041-2/+3
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().Bruce Evans1999-05-131-3/+3
* Add the jail system call.Poul-Henning Kamp1999-04-281-1/+2