| Commit message (Expand) | Author | Age | Files | Lines |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -8/+8 |
* | Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com> | phk | 2001-11-02 | 1 | -0/+3 |
* | o Reserve system call 377 for afs_syscall; by reserving a system call | rwatson | 2001-10-13 | 1 | -0/+1 |
* | o Introduce eaccess(2), a version of access(2) that uses the effective | rwatson | 2001-09-21 | 1 | -0/+1 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -0/+1 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 1 | -104/+104 |
* | Make yield() MPSAFE. | dillon | 2001-09-01 | 1 | -19/+19 |
* | Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls: | dillon | 2001-08-31 | 1 | -24/+24 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | dillon | 2001-08-31 | 1 | -14/+14 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -30/+32 |
* | Remove a comment which was past its shelf life. | phk | 2001-05-29 | 1 | -1/+0 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -17/+17 |
* | gettimeofday() is MP safe on both -current and -stable. | tegge | 2001-05-11 | 1 | -1/+1 |
* | o Introduce a new system call, __setsugid(), which allows a process to | rwatson | 2001-04-11 | 1 | -0/+1 |
* | o Introduce extattr_{delete,get,set}_fd() to allow extended attribute | rwatson | 2001-03-31 | 1 | -0/+8 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -4/+4 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -6/+7 |
* | 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 |