summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-4/+4
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-6/+7
* Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeupjake2000-12-021-2/+2
* sysvipc loadable.alfred2000-12-011-17/+23
* Fix prototypes for {o|}{g|s}etrlimit. A recent change in themarcel2000-08-281-4/+4
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Simplify kqueue API slightly.jlemon2000-07-181-3/+3
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},rwatson2000-07-131-0/+4
* Introduce syscalls for process capability manipulation. Currently backsrwatson2000-06-151-0/+2
* Fixed the declaration of mmap(). The crufty padding arg had the wrongbde2000-05-091-3/+3
* Remove undocumented broken-as-designed semconfig() syscall.peter2000-05-011-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+5
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesalfred2000-04-031-8/+10
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-12/+25
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-161-2/+4
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-141-0/+1
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-1/+1
* First pass commit to introduce new ACL and Extended Attribute system calls.rwatson1999-12-191-0/+12
* modfind(char *) -> modfind(const char *)brian1999-11-171-1/+1
* Now that userland including modules don't use the osig* syscalls,marcel1999-10-121-5/+5
* sigset_t change (part 1 of 5)marcel1999-09-291-8/+16
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-3/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentednik1999-08-111-2/+3
* Move syscall 180 back to where it was before and fix thejkh1999-08-051-3/+3
* Reserve a syscall for the arla folks. I'm assuming that since syscalls.cjkh1999-08-041-2/+3
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().bde1999-05-131-3/+3
* Add the jail system call.phk1999-04-281-1/+2
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-041-3/+5
* Added pread and pwrite. These functions are defined by the X/Openalc1999-03-271-3/+3
* A kldsym(2) syscall prototype for extracting information from the in-kernelpeter1998-11-111-1/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-051-1/+3
* Fix a few syscall arguments to use size_t instead of u_int.dfr1998-08-241-6/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* deep-six signanosleep(). It sounded like a good idea at the time.peter1998-05-141-3/+2
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-111-15/+12
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+12
* Fixed type of mincore().bde1998-02-031-2/+3
* Retire LFS.phk1998-01-301-18/+5
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Added missing caddr_t --> void * conversions for sys/mman.h functions.alex1998-01-011-9/+9
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".phk1997-10-261-11/+5
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-141-1/+2
* Activate poll(2) syscallpeter1997-09-141-3/+5
* SVR4/XPG-style getpgid()/getsid() syscalls.peter1997-08-191-3/+3
OpenPOWER on IntegriCloud