summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().rwatson2006-09-171-1/+1
* Assign proper audit event identifiers to a number of system calls notrwatson2006-09-031-9/+10
* Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.rwatson2006-09-031-1/+1
* This is initial version of POSIX priority mutex support, a new userlanddavidxu2006-08-281-2/+2
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-161-0/+2
* - Use NOSTD rather than NOIMPL for nfssvc() to match other syscallsjhb2006-08-151-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-381/+377
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-2/+2
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,davidxu2006-07-131-0/+9
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-1/+1
* Add audit events for the extended attribute system calls.wsalamon2006-07-051-22/+26
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTdes2006-03-281-1/+1
* The undocumented and deprecated system call _umtx_op() takes two pointerdes2006-03-281-1/+1
* Implement aio_fsync() syscall.davidxu2006-03-231-0/+1
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-011-12/+12
* Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely leftrwatson2006-02-061-22/+22
* Implement thr_set_name to set a name for thread.davidxu2006-02-051-0/+1
OpenPOWER on IntegriCloud