| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate syscalls. | adrian | 2015-07-11 | 1 | -0/+7 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 1 | -6/+6 |
* | Add futimens and utimensat system calls. | jilles | 2015-01-23 | 1 | -0/+5 |
* | Indeed, instead of hiding the kern___getcwd() bug by bogus cast | dchagin | 2015-01-04 | 1 | -1/+1 |
* | Add the ppoll() system call. | dchagin | 2014-11-13 | 1 | -0/+3 |
* | Move the SCTP syscalls to netinet with the rest of the SCTP code. The | marcel | 2014-10-09 | 1 | -4/+4 |
* | Remove dead code from umtx support: | attilio | 2014-03-18 | 1 | -2/+2 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 1 | -0/+2 |
* | Fix the type of the idtype argument to wait6() in syscalls.master. | jhb | 2013-09-12 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -4/+4 |
* | Add new system call - aio_mlock(). The name speaks for itself. It allows | glebius | 2013-06-08 | 1 | -0/+1 |
* | Fix the wait6(2) on 32bit architectures and for the compat32, by using | kib | 2013-05-21 | 1 | -1/+1 |
* | Add pipe2() system call. | jilles | 2013-05-01 | 1 | -0/+1 |
* | Add accept4() system call. | jilles | 2013-05-01 | 1 | -0/+4 |
* | Fix return type of extattr_set_* and fix rmextattr(8) utility. | mdf | 2013-04-02 | 1 | -3/+3 |
* | Implement chflagsat(2) system call, similar to fchmodat(2), but operates on | pjd | 2013-03-21 | 1 | -0/+2 |
* | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | pjd | 2013-03-21 | 1 | -3/+4 |
* | - Implement two new system calls: | pjd | 2013-03-02 | 1 | -0/+4 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+11 |
* | Add the wait6(2) system call. It takes POSIX waitid()-like process | kib | 2012-11-13 | 1 | -2/+5 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 1 | -1/+2 |
* | Remove use of non-ISO-C integer types from system call tables. | ed | 2012-05-25 | 1 | -2/+2 |
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | lstewart | 2011-11-21 | 1 | -3/+5 |
* | Improve *access*() parameter name consistency. | ed | 2011-11-19 | 1 | -3/+3 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 1 | -1/+2 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -4/+4 |
* | Add cap_new() and cap_getrights() system calls. | jonathan | 2011-07-15 | 1 | -2/+3 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 1 | -0/+3 |
* | Add rctl. It's used by racct to take user-configurable actions based | trasz | 2011-03-30 | 1 | -0/+15 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+3 |
* | Add initial support for Capsicum's Capability Mode to the FreeBSD kernel, | rwatson | 2011-03-01 | 1 | -2/+2 |
* | Make the syscalls reserved for AFS usable by OpenAFS port. | kib | 2010-08-30 | 1 | -2/+6 |
* | Fix typo. | kib | 2010-08-26 | 1 | -1/+1 |
* | Count number of threads that enter and leave dynamically registered | kib | 2010-06-28 | 1 | -11/+11 |
* | Remove unused LIBCOMPAT keyword from syscalls.master. | ed | 2010-02-08 | 1 | -2/+1 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 1 | -0/+4 |
* | 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 |