| Commit message (Expand) | Author | Age | Files | Lines |
* | mac_syscall is now implemented, switch to MSTD. | rwatson | 2002-08-19 | 1 | -1/+1 |
* | Rename mac_policy() to mac_syscall() to be more reflective of its | rwatson | 2002-08-06 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -6/+8 |
* | Introduce a mac_policy() system call that will provide MAC policies | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Prototype function arguments, only with MAC-specific structures | rwatson | 2002-07-30 | 1 | -6/+6 |
* | Remove incorrect comment about now corrected manpage. | alfred | 2002-07-13 | 1 | -1/+0 |
* | Create a bug-for-bug FreeBSD4 compatible version of sendfile and move the | alfred | 2002-07-12 | 1 | -2/+5 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -1/+1 |
* | Keep POSIX.1e capabilities system call placeholders, but remove definitions. | rwatson | 2002-06-13 | 1 | -6/+6 |
* | Add syscall uuidgen() for generating Univerally Unique Identifiers | marcel | 2002-05-28 | 1 | -0/+1 |
* | Add an entry for the lchflags(2) syscall. It's useful to prevent | mux | 2002-05-05 | 1 | -0/+1 |
* | Add an entry for the kenv(2) syscall (code to follow). | mux | 2002-04-17 | 1 | -0/+2 |
* | Remove the requirement that Giant be held around sigreturn(). | alc | 2002-04-14 | 1 | -1/+1 |
* | Remove the requirement that Giant be held around osigreturn(). All platform- | alc | 2002-04-11 | 1 | -1/+1 |
* | Reserve system call numbers for the MAC framework. This will prevent | rwatson | 2002-03-05 | 1 | -1/+6 |
* | Add stub syscalls and definitions for KSE calls. | julian | 2002-02-19 | 1 | -1/+1 |
* | Add 5 KSE syscalls. Two will be implemented with the next KSE | julian | 2002-02-19 | 1 | -0/+6 |
* | Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t. | deischen | 2002-02-17 | 1 | -1/+1 |
* | Part I: Update extended attribute API and ABI: | rwatson | 2002-02-10 | 1 | -8/+7 |
* | Made osigreturn(2) standard so that SYS_osigreturn can be used in the | bde | 2002-02-01 | 1 | -1/+1 |
* | 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 |