| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reserve system call numbers for the MAC framework. This will prevent | Robert Watson | 2002-03-05 | 1 | -1/+6 |
| * | Add stub syscalls and definitions for KSE calls. | Julian Elischer | 2002-02-19 | 1 | -1/+1 |
| * | Add 5 KSE syscalls. Two will be implemented with the next KSE | Julian Elischer | 2002-02-19 | 1 | -0/+6 |
| * | Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t. | Daniel Eischen | 2002-02-17 | 1 | -1/+1 |
| * | Part I: Update extended attribute API and ABI: | Robert Watson | 2002-02-10 | 1 | -8/+7 |
| * | Made osigreturn(2) standard so that SYS_osigreturn can be used in the | Bruce Evans | 2002-02-01 | 1 | -1/+1 |
| * | Make AIO a loadable module. | Alfred Perlstein | 2001-12-29 | 1 | -8/+8 |
| * | Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com> | Poul-Henning Kamp | 2001-11-02 | 1 | -0/+3 |
| * | o Reserve system call 377 for afs_syscall; by reserving a system call | Robert Watson | 2001-10-13 | 1 | -0/+1 |
| * | o Introduce eaccess(2), a version of access(2) that uses the effective | Robert Watson | 2001-09-21 | 1 | -0/+1 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -0/+1 |
| * | Synchronize syscalls.master(s) with recent Giant pushdown work | Matthew Dillon | 2001-09-01 | 1 | -104/+104 |
| * | Make yield() MPSAFE. | Matthew Dillon | 2001-09-01 | 1 | -19/+19 |
| * | Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls: | Matthew Dillon | 2001-08-31 | 1 | -24/+24 |
| * | Giant Pushdown: sysv shm, sem, and msg calls. | Matthew Dillon | 2001-08-31 | 1 | -14/+14 |
| * | Remove the MPSAFE keyword from the parser for syscalls.master. | Matthew Dillon | 2001-08-30 | 1 | -30/+32 |
| * | Remove a comment which was past its shelf life. | Poul-Henning Kamp | 2001-05-29 | 1 | -1/+0 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -17/+17 |
| * | gettimeofday() is MP safe on both -current and -stable. | Tor Egge | 2001-05-11 | 1 | -1/+1 |
| * | o Introduce a new system call, __setsugid(), which allows a process to | Robert Watson | 2001-04-11 | 1 | -0/+1 |
| * | o Introduce extattr_{delete,get,set}_fd() to allow extended attribute | Robert Watson | 2001-03-31 | 1 | -0/+8 |
| * | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | Robert Watson | 2001-03-19 | 1 | -4/+4 |
| * | o Change the API and ABI of the Extended Attribute kernel interfaces to | Robert Watson | 2001-03-15 | 1 | -6/+7 |
| * | Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup | Jake Burkholder | 2000-12-02 | 1 | -2/+2 |
| * | sysvipc loadable. | Alfred Perlstein | 2000-12-01 | 1 | -17/+23 |
| * | Fix prototypes for {o|}{g|s}etrlimit. A recent change in the | Marcel Moolenaar | 2000-08-28 | 1 | -4/+4 |
| * | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
| * | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
| * | Simplify kqueue API slightly. | Jonathan Lemon | 2000-07-18 | 1 | -3/+3 |
| * | o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file}, | Robert Watson | 2000-07-13 | 1 | -0/+4 |
| * | Introduce syscalls for process capability manipulation. Currently backs | Robert Watson | 2000-06-15 | 1 | -0/+2 |
| * | Fixed the declaration of mmap(). The crufty padding arg had the wrong | Bruce Evans | 2000-05-09 | 1 | -3/+3 |
| * | Remove undocumented broken-as-designed semconfig() syscall. | Peter Wemm | 2000-05-01 | 1 | -1/+1 |
| * | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+5 |
| * | Make makesyscalls.sh parse an optional field 'MPSAFE' that specifies | Alfred Perlstein | 2000-04-03 | 1 | -8/+10 |
| * | 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 |