| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.91: nuke incorrect comment. | Dima Dorfman | 2002-03-09 | 1 | -1/+0 |
| * | MFC: Avoid collision with knowledge that gcc has of exit() and __dead2 etc. | Peter Wemm | 2001-10-05 | 1 | -1/+1 |
| * | MFC: gettimeofday() is MP safe. | Tor Egge | 2001-06-16 | 1 | -1/+1 |
| * | MFC: rev 1.82: Fix prototypes for {o|}{g|s}rlimit. | Marcel Moolenaar | 2000-11-02 | 1 | -4/+4 |
| * | MFC: 1.76: fix mmap() prototype, and netbsd_lchown/msync() | Peter Wemm | 2000-08-09 | 1 | -3/+3 |
| * | MFC: kqueue API change + latest changes from -current | Jonathan Lemon | 2000-07-18 | 1 | -3/+3 |
| * | MFC the SMP cleanup. | Matthew Dillon | 2000-05-16 | 1 | -8/+10 |
| * | MFC: kqueue() and kevent() | Jonathan Lemon | 2000-05-05 | 1 | -0/+5 |
| * | MFC: remove semconfig() | Peter Wemm | 2000-05-01 | 1 | -1/+1 |
| * | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | Robert Watson | 2000-01-19 | 1 | -12/+25 |
| * | Implement setres[ug]id() and getres[ug]id(). This has been sitting in | Peter Wemm | 2000-01-16 | 1 | -2/+4 |
| * | Add aio_waitcomplete(). Make aio work correctly for socket descriptors. | Jason Evans | 2000-01-14 | 1 | -0/+1 |
| * | make getfh a standard syscall instead of dependant on having | Alfred Perlstein | 1999-12-21 | 1 | -1/+1 |
| * | First pass commit to introduce new ACL and Extended Attribute system calls. | Robert Watson | 1999-12-19 | 1 | -0/+12 |
| * | modfind(char *) -> modfind(const char *) | Brian Somers | 1999-11-17 | 1 | -1/+1 |
| * | Now that userland including modules don't use the osig* syscalls, | Marcel Moolenaar | 1999-10-12 | 1 | -5/+5 |
| * | sigset_t change (part 1 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -8/+16 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -3/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented | Nik Clayton | 1999-08-11 | 1 | -2/+3 |
| * | Move syscall 180 back to where it was before and fix the | Jordan K. Hubbard | 1999-08-05 | 1 | -3/+3 |
| * | Reserve a syscall for the arla folks. I'm assuming that since syscalls.c | Jordan K. Hubbard | 1999-08-04 | 1 | -2/+3 |
| * | Fixed nonsense arg type `const caddr_t' in the prototype() for utrace(). | Bruce Evans | 1999-05-13 | 1 | -3/+3 |
| * | Add the jail system call. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+2 |
| * | Add standard padding argument to pread and pwrite syscall. That should make them | Dmitrij Tejblum | 1999-04-04 | 1 | -3/+5 |
| * | Added pread and pwrite. These functions are defined by the X/Open | Alan Cox | 1999-03-27 | 1 | -3/+3 |
| * | A kldsym(2) syscall prototype for extracting information from the in-kernel | Peter Wemm | 1998-11-11 | 1 | -1/+2 |
| * | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | David Greenman | 1998-11-05 | 1 | -1/+3 |
| * | Fix a few syscall arguments to use size_t instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -6/+6 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | deep-six signanosleep(). It sounded like a good idea at the time. | Peter Wemm | 1998-05-14 | 1 | -3/+2 |
| * | Fix the futimes/undelete/utrace conflict with other BSD's. Note that | John Dyson | 1998-05-11 | 1 | -15/+12 |
| * | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | Peter Dufault | 1998-03-28 | 1 | -1/+12 |
| * | Fixed type of mincore(). | Bruce Evans | 1998-02-03 | 1 | -2/+3 |
| * | Retire LFS. | Poul-Henning Kamp | 1998-01-30 | 1 | -18/+5 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+3 |
| * | Added missing caddr_t --> void * conversions for sys/mman.h functions. | Alexander Langer | 1998-01-01 | 1 | -9/+9 |
| * | Add "NOIMPL" for syscalls we know what is, but don't implement as "STD". | Poul-Henning Kamp | 1997-10-26 | 1 | -11/+5 |
| * | Add a __getcwd() syscall. This is intentionally undocumented, but all | Poul-Henning Kamp | 1997-09-14 | 1 | -1/+2 |
| * | Activate poll(2) syscall | Peter Wemm | 1997-09-14 | 1 | -3/+5 |
| * | SVR4/XPG-style getpgid()/getsid() syscalls. | Peter Wemm | 1997-08-19 | 1 | -3/+3 |
| * | Modifications to existing files to support the initial AIO/LIO and | John Dyson | 1997-06-16 | 1 | -1/+13 |
| * | New syscall, signanosleep(), which is a hybrid of sigsuspend(2) and | Peter Wemm | 1997-06-01 | 1 | -2/+3 |
| * | oops. NODIDE -> NOHIDE | Peter Wemm | 1997-05-08 | 1 | -2/+2 |
| * | Define entries for the posix-style clock/timer syscalls including | Peter Wemm | 1997-05-08 | 1 | -14/+26 |
| * | This is the kernel linker. To use it, you will first need to apply | Doug Rabson | 1997-05-07 | 1 | -1/+57 |
| * | issetugid is now implemented rather than reserved | Peter Wemm | 1997-03-31 | 1 | -2/+2 |
| * | Reserve 252 (poll, first in OpenBSD) | Peter Wemm | 1997-03-31 | 1 | -1/+4 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -3/+3 |