summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the openat(), fexecve() and other *at() syscalls to the table.kib2008-03-311-1/+28
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+2
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-251-4/+4
* Remove kernel support for M:N threading.jeff2008-03-121-11/+6
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+13
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-2/+2
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsrwatson2008-01-201-2/+2
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+3
* Put comments about syscalls by the correct ones, and use the correct syscallemaste2007-10-191-2/+2
* Add thr_kill2 syscall which sends a signal to a thread in another process.davidxu2007-08-161-0/+1
* Create new syscalls for mmap(), lseek(), pread(), pwrite(), truncate() andpeter2007-07-041-9/+20
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+10
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-1/+1
* Audit creat() system call (compat code), and change type for getpagesize(),rwatson2006-10-031-2/+2
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamdavidxu2006-09-211-9/+4
OpenPOWER on IntegriCloud