| Commit message (Expand) | Author | Age | Files | Lines |
* | Reserve system call numbers for Capsicum security framework capabilities, | rwatson | 2009-09-30 | 1 | -0/+8 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 1 | -0/+1 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -6/+12 |
* | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | jhb | 2009-06-24 | 1 | -3/+0 |
* | Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls. | jhb | 2009-06-24 | 1 | -1/+2 |
* | Fix a typo in a comment. | jhb | 2009-06-22 | 1 | -1/+1 |
* | - Add the ability to mix multiple flags seperated by pipe ('|') characters | jhb | 2009-06-17 | 1 | -5/+8 |
* | Remove the now-unused NOIMPL flag. It serves no useful purpose given the | jhb | 2009-06-17 | 1 | -1/+1 |
* | - NOSTD results in lkmressys being used instead of lkmssys. | jhb | 2009-06-17 | 1 | -2/+2 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | jhb | 2009-06-15 | 1 | -0/+1 |
* | Introduce the extensible jail framework, using the same "name=value" | jamie | 2009-04-29 | 1 | -0/+5 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -3/+3 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -0/+2 |
* | Tidy up a few things with syscall generation: | jhb | 2008-09-25 | 1 | -3/+3 |
* | When MPSAFE ttys were merged, a new BSM audit event identifier was | rwatson | 2008-08-24 | 1 | -1/+1 |
* | Add comments on NOARGS, NODEF, and NOPROTO. | obrien | 2008-08-21 | 1 | -0/+8 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -0/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | Add the openat(), fexecve() and other *at() syscalls to the table. | kib | 2008-03-31 | 1 | -1/+28 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -1/+2 |
* | Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t. | ru | 2008-03-25 | 1 | -4/+4 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -11/+6 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 1 | -0/+13 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 1 | -2/+2 |
* | Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system calls | rwatson | 2008-01-20 | 1 | -2/+2 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -0/+3 |
* | Put comments about syscalls by the correct ones, and use the correct syscall | emaste | 2007-10-19 | 1 | -2/+2 |
* | Add thr_kill2 syscall which sends a signal to a thread in another process. | davidxu | 2007-08-16 | 1 | -0/+1 |
* | Create new syscalls for mmap(), lseek(), pread(), pwrite(), truncate() and | peter | 2007-07-04 | 1 | -9/+20 |
* | Ok, here it is, we finally add SCTP to current. Note that this | rrs | 2006-11-03 | 1 | -0/+10 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 1 | -1/+1 |
* | Audit creat() system call (compat code), and change type for getpagesize(), | rwatson | 2006-10-03 | 1 | -2/+2 |
* | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | davidxu | 2006-09-21 | 1 | -9/+4 |
* | AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack(). | rwatson | 2006-09-17 | 1 | -1/+1 |
* | Assign proper audit event identifiers to a number of system calls not | rwatson | 2006-09-03 | 1 | -9/+10 |
* | Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME. | rwatson | 2006-09-03 | 1 | -1/+1 |
* | This is initial version of POSIX priority mutex support, a new userland | davidxu | 2006-08-28 | 1 | -2/+2 |
* | Grab two syscall numbers. One is used to emulate functionality that linux | peter | 2006-08-16 | 1 | -0/+2 |
* | - Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls | jhb | 2006-08-15 | 1 | -1/+1 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -381/+377 |
* | Various fixes to comments in the syscall master files including removing | jhb | 2006-07-28 | 1 | -2/+2 |
* | Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, | davidxu | 2006-07-13 | 1 | -0/+9 |
* | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | jhb | 2006-07-11 | 1 | -1/+1 |
* | Add audit events for the extended attribute system calls. | wsalamon | 2006-07-05 | 1 | -22/+26 |
* | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | jhb | 2006-06-27 | 1 | -3/+3 |
* | Revert previous commit at davidxu's insistance. Instead, use __DECONST | des | 2006-03-28 | 1 | -1/+1 |
* | The undocumented and deprecated system call _umtx_op() takes two pointer | des | 2006-03-28 | 1 | -1/+1 |
* | Implement aio_fsync() syscall. | davidxu | 2006-03-23 | 1 | -0/+1 |
* | Let kernel POSIX timer code and mqueue code to use integer as a resource | davidxu | 2006-03-01 | 1 | -12/+12 |
* | Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely left | rwatson | 2006-02-06 | 1 | -22/+22 |