| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup | jake | 2000-12-02 | 1 | -2/+2 |
* | sysvipc loadable. | alfred | 2000-12-01 | 1 | -17/+23 |
* | Fix prototypes for {o|}{g|s}etrlimit. A recent change in the | marcel | 2000-08-28 | 1 | -4/+4 |
* | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | peter | 2000-07-29 | 1 | -1/+1 |
* | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | peter | 2000-07-29 | 1 | -1/+1 |
* | Simplify kqueue API slightly. | jlemon | 2000-07-18 | 1 | -3/+3 |
* | o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file}, | rwatson | 2000-07-13 | 1 | -0/+4 |
* | Introduce syscalls for process capability manipulation. Currently backs | rwatson | 2000-06-15 | 1 | -0/+2 |
* | Fixed the declaration of mmap(). The crufty padding arg had the wrong | bde | 2000-05-09 | 1 | -3/+3 |
* | Remove undocumented broken-as-designed semconfig() syscall. | peter | 2000-05-01 | 1 | -1/+1 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -0/+5 |
* | Make makesyscalls.sh parse an optional field 'MPSAFE' that specifies | alfred | 2000-04-03 | 1 | -8/+10 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -12/+25 |
* | Implement setres[ug]id() and getres[ug]id(). This has been sitting in | peter | 2000-01-16 | 1 | -2/+4 |
* | Add aio_waitcomplete(). Make aio work correctly for socket descriptors. | jasone | 2000-01-14 | 1 | -0/+1 |
* | make getfh a standard syscall instead of dependant on having | alfred | 1999-12-21 | 1 | -1/+1 |
* | First pass commit to introduce new ACL and Extended Attribute system calls. | rwatson | 1999-12-19 | 1 | -0/+12 |
* | modfind(char *) -> modfind(const char *) | brian | 1999-11-17 | 1 | -1/+1 |
* | Now that userland including modules don't use the osig* syscalls, | marcel | 1999-10-12 | 1 | -5/+5 |
* | sigset_t change (part 1 of 5) | marcel | 1999-09-29 | 1 | -8/+16 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented | nik | 1999-08-11 | 1 | -2/+3 |
* | Move syscall 180 back to where it was before and fix the | jkh | 1999-08-05 | 1 | -3/+3 |
* | Reserve a syscall for the arla folks. I'm assuming that since syscalls.c | jkh | 1999-08-04 | 1 | -2/+3 |
* | Fixed nonsense arg type `const caddr_t' in the prototype() for utrace(). | bde | 1999-05-13 | 1 | -3/+3 |
* | Add the jail system call. | phk | 1999-04-28 | 1 | -1/+2 |
* | Add standard padding argument to pread and pwrite syscall. That should make them | dt | 1999-04-04 | 1 | -3/+5 |
* | Added pread and pwrite. These functions are defined by the X/Open | alc | 1999-03-27 | 1 | -3/+3 |
* | A kldsym(2) syscall prototype for extracting information from the in-kernel | peter | 1998-11-11 | 1 | -1/+2 |
* | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | dg | 1998-11-05 | 1 | -1/+3 |
* | Fix a few syscall arguments to use size_t instead of u_int. | dfr | 1998-08-24 | 1 | -6/+6 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | deep-six signanosleep(). It sounded like a good idea at the time. | peter | 1998-05-14 | 1 | -3/+2 |
* | Fix the futimes/undelete/utrace conflict with other BSD's. Note that | dyson | 1998-05-11 | 1 | -15/+12 |
* | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | dufault | 1998-03-28 | 1 | -1/+12 |
* | Fixed type of mincore(). | bde | 1998-02-03 | 1 | -2/+3 |
* | Retire LFS. | phk | 1998-01-30 | 1 | -18/+5 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Added missing caddr_t --> void * conversions for sys/mman.h functions. | alex | 1998-01-01 | 1 | -9/+9 |
* | Add "NOIMPL" for syscalls we know what is, but don't implement as "STD". | phk | 1997-10-26 | 1 | -11/+5 |
* | Add a __getcwd() syscall. This is intentionally undocumented, but all | phk | 1997-09-14 | 1 | -1/+2 |
* | Activate poll(2) syscall | peter | 1997-09-14 | 1 | -3/+5 |
* | SVR4/XPG-style getpgid()/getsid() syscalls. | peter | 1997-08-19 | 1 | -3/+3 |
* | Modifications to existing files to support the initial AIO/LIO and | dyson | 1997-06-16 | 1 | -1/+13 |
* | New syscall, signanosleep(), which is a hybrid of sigsuspend(2) and | peter | 1997-06-01 | 1 | -2/+3 |
* | oops. NODIDE -> NOHIDE | peter | 1997-05-08 | 1 | -2/+2 |
* | Define entries for the posix-style clock/timer syscalls including | peter | 1997-05-08 | 1 | -14/+26 |
* | This is the kernel linker. To use it, you will first need to apply | dfr | 1997-05-07 | 1 | -1/+57 |
* | issetugid is now implemented rather than reserved | peter | 1997-03-31 | 1 | -2/+2 |