aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from umtx support:Attilio Rao2014-03-181-2/+2
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+2
* Fix the type of the idtype argument to wait6() in syscalls.master.John Baldwin2013-09-121-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-4/+4
* Add new system call - aio_mlock(). The name speaks for itself. It allowsGleb Smirnoff2013-06-081-0/+1
* Fix the wait6(2) on 32bit architectures and for the compat32, by usingKonstantin Belousov2013-05-211-1/+1
* Add pipe2() system call.Jilles Tjoelker2013-05-011-0/+1
* Add accept4() system call.Jilles Tjoelker2013-05-011-0/+4
* Fix return type of extattr_set_* and fix rmextattr(8) utility.Matthew D Fleming2013-04-021-3/+3
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+2
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-3/+4
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+4
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+11
* Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-2/+5
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-1/+2
* Remove use of non-ISO-C integer types from system call tables.Ed Schouten2012-05-251-2/+2
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-3/+5
* Improve *access*() parameter name consistency.Ed Schouten2011-11-191-3/+3
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-041-1/+2
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-4/+4
* Add cap_new() and cap_getrights() system calls.Jonathan Anderson2011-07-151-2/+3
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-181-0/+3
* Add rctl. It's used by racct to take user-configurable actions basedEdward Tomasz Napierala2011-03-301-0/+15
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-011-2/+2
* Make the syscalls reserved for AFS usable by OpenAFS port.Konstantin Belousov2010-08-301-2/+6
* Fix typo.Konstantin Belousov2010-08-261-1/+1
* Count number of threads that enter and leave dynamically registeredKonstantin Belousov2010-06-281-11/+11
* Remove unused LIBCOMPAT keyword from syscalls.master.Ed Schouten2010-02-081-2/+1
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-271-0/+4
* Reserve system call numbers for Capsicum security framework capabilities,Robert Watson2009-09-301-0/+8
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-6/+12
* Deprecate the msgsys(), semsys(), and shmsys() system calls by movingJohn Baldwin2009-06-241-3/+0
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.John Baldwin2009-06-241-1/+2
* Fix a typo in a comment.John Baldwin2009-06-221-1/+1
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersJohn Baldwin2009-06-171-5/+8
* Remove the now-unused NOIMPL flag. It serves no useful purpose given theJohn Baldwin2009-06-171-1/+1
* - NOSTD results in lkmressys being used instead of lkmssys.John Baldwin2009-06-171-2/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-151-0/+1
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-291-0/+5
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-3/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+2
* Tidy up a few things with syscall generation:John Baldwin2008-09-251-3/+3
* When MPSAFE ttys were merged, a new BSM audit event identifier wasRobert Watson2008-08-241-1/+1
* Add comments on NOARGS, NODEF, and NOPROTO.David E. O'Brien2008-08-211-0/+8
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+1
* Add the openat(), fexecve() and other *at() syscalls to the table.Konstantin Belousov2008-03-311-1/+28
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-1/+2