aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.91: nuke incorrect comment.Dima Dorfman2002-03-091-1/+0
* MFC: Avoid collision with knowledge that gcc has of exit() and __dead2 etc.Peter Wemm2001-10-051-1/+1
* MFC: gettimeofday() is MP safe.Tor Egge2001-06-161-1/+1
* MFC: rev 1.82: Fix prototypes for {o|}{g|s}rlimit.Marcel Moolenaar2000-11-021-4/+4
* MFC: 1.76: fix mmap() prototype, and netbsd_lchown/msync()Peter Wemm2000-08-091-3/+3
* MFC: kqueue API change + latest changes from -currentJonathan Lemon2000-07-181-3/+3
* MFC the SMP cleanup.Matthew Dillon2000-05-161-8/+10
* MFC: kqueue() and kevent()Jonathan Lemon2000-05-051-0/+5
* MFC: remove semconfig()Peter Wemm2000-05-011-1/+1
* 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
* Add standard padding argument to pread and pwrite syscall. That should make themDmitrij Tejblum1999-04-041-3/+5
* Added pread and pwrite. These functions are defined by the X/OpenAlan Cox1999-03-271-3/+3
* A kldsym(2) syscall prototype for extracting information from the in-kernelPeter Wemm1998-11-111-1/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send aDavid Greenman1998-11-051-1/+3
* Fix a few syscall arguments to use size_t instead of u_int.Doug Rabson1998-08-241-6/+6
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* deep-six signanosleep(). It sounded like a good idea at the time.Peter Wemm1998-05-141-3/+2
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatJohn Dyson1998-05-111-15/+12
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-1/+12
* Fixed type of mincore().Bruce Evans1998-02-031-2/+3
* Retire LFS.Poul-Henning Kamp1998-01-301-18/+5
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Added missing caddr_t --> void * conversions for sys/mman.h functions.Alexander Langer1998-01-011-9/+9
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".Poul-Henning Kamp1997-10-261-11/+5
* Add a __getcwd() syscall. This is intentionally undocumented, but allPoul-Henning Kamp1997-09-141-1/+2
* Activate poll(2) syscallPeter Wemm1997-09-141-3/+5
* SVR4/XPG-style getpgid()/getsid() syscalls.Peter Wemm1997-08-191-3/+3
* Modifications to existing files to support the initial AIO/LIO andJohn Dyson1997-06-161-1/+13
* New syscall, signanosleep(), which is a hybrid of sigsuspend(2) andPeter Wemm1997-06-011-2/+3
* oops. NODIDE -> NOHIDEPeter Wemm1997-05-081-2/+2
* Define entries for the posix-style clock/timer syscalls includingPeter Wemm1997-05-081-14/+26
* This is the kernel linker. To use it, you will first need to applyDoug Rabson1997-05-071-1/+57
* issetugid is now implemented rather than reservedPeter Wemm1997-03-311-2/+2
* Reserve 252 (poll, first in OpenBSD)Peter Wemm1997-03-311-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-3/+3