summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* MFC r277610 (by jillies):dchagin2016-01-091-0/+5
* MFC r276564, r276654:dchagin2015-01-111-1/+1
* MFC r274462: Add the ppoll() system call.dchagin2014-12-211-0/+3
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+2
* Fix the type of the idtype argument to wait6() in syscalls.master.jhb2013-09-121-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-4/+4
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-081-0/+1
* Fix the wait6(2) on 32bit architectures and for the compat32, by usingkib2013-05-211-1/+1
* Add pipe2() system call.jilles2013-05-011-0/+1
* Add accept4() system call.jilles2013-05-011-0/+4
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+2
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-3/+4
* - Implement two new system calls:pjd2013-03-021-0/+4
* Merge Capsicum overhaul:pjd2013-03-021-1/+11
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-2/+5
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-1/+2
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-2/+2
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-3/+5
* Improve *access*() parameter name consistency.ed2011-11-191-3/+3
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-1/+2
* Add experimental support for process descriptorsjonathan2011-08-181-4/+4
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-151-2/+3
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-0/+3
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-0/+15
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-2/+2
* Make the syscalls reserved for AFS usable by OpenAFS port.kib2010-08-301-2/+6
* Fix typo.kib2010-08-261-1/+1
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-11/+11
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-2/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-0/+4
* Reserve system call numbers for Capsicum security framework capabilities,rwatson2009-09-301-0/+8
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-6/+12
* Deprecate the msgsys(), semsys(), and shmsys() system calls by movingjhb2009-06-241-3/+0
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-241-1/+2
* Fix a typo in a comment.jhb2009-06-221-1/+1
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-171-5/+8
* Remove the now-unused NOIMPL flag. It serves no useful purpose given thejhb2009-06-171-1/+1
* - NOSTD results in lkmressys being used instead of lkmssys.jhb2009-06-171-2/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+1
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-0/+5
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-3/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+2
* Tidy up a few things with syscall generation:jhb2008-09-251-3/+3
* When MPSAFE ttys were merged, a new BSM audit event identifier wasrwatson2008-08-241-1/+1
* Add comments on NOARGS, NODEF, and NOPROTO.obrien2008-08-211-0/+8
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
OpenPOWER on IntegriCloud