summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2016-03-28Make sure that a thread that calls sched_yield(2) ends up on the run queueMark Kettenis
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2015-11-24Add sendsyslog2... this has an additional flags variable to permitTheo de Raadt
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-10-28The short-lived dnssocket/dnsconnect calls are being required because weTheo de Raadt
2015-10-18Add two new system calls: dnssocket() and dnsconnect(). This creates aTheo de Raadt
2015-10-09Rename tame() to pledge(). This fairly interface has evolved to be moreTheo de Raadt
2015-10-02Revert previous commit; something is not quite right yet in the bowels of uvmMark Kettenis
2015-09-26unlock the mmap! reminded and ok kettenisTed Unangst
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-09-09Move to next tame() API. The flags are now passed as a very simple string,Theo de Raadt
2015-08-26Convert paths argument of tame(2) to const char **.Doug Hogan
2015-08-22Move to tame(int flags, char *paths[]) API/ABI.Theo de Raadt
2015-07-20Add kbind, a syscall for ld.so to use to securely and efficiently updatePhilip Guenther
2015-07-19tame(2) is a subsystem which restricts programs into a "reduced featureTheo de Raadt
2015-05-06#include <sys/event.h> was removed from init_sysent.c but notJonathan Gray
2015-02-09getrtable() can operate NOLOCK; ok guentherTheo de Raadt
2015-02-09make sigprocmask(2) not take the kernel lockMartin Pelikan
2015-02-09getdtablecount() can go NOLOCKTheo de Raadt
2014-12-08Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.Philip Guenther
2014-10-09delete LKM syscall stubsTed Unangst
2014-09-18Correct argument name (int flags -> int amode) in sys_access().Masao Uebayashi
2014-09-17The 2nd arg of setpgid(2) should be pid_t, not int.Todd C. Miller
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-07-10Add new sendsyslog(const char *, size_t) system call which simply passesTheo de Raadt
2014-07-07Mark get{,e,res}{u,g}id() and getgroups() as NOLOCKMatthew Dempsky
2014-07-06getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK.Mark Kettenis
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-02-09nanosleep() isn't actually NOLOCK safe yet: tsleep() still requires kernelPhilip Guenther
2013-09-14Snapshots for all archs have been built, so remove the T32 codePhilip Guenther
2013-08-16Tweak the getdents() kernel prototype to use "void *"Philip Guenther
2013-08-14The last user of the old __tfork() was updated to the current one,Philip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-01always implement stub utrace syscall, but keep the body #ifdef KTRACETed Unangst
2013-06-01Add utrace(2), a system call allowing for userland to send its own ktraceMiod Vallat
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
2013-03-14the 5.1 era tfork syscall claws its way out of the grave. we failed toTed Unangst
2013-03-02No longer need the 5.1 version of the __tfork syscallPhilip Guenther
2012-09-10compat_o48_sys_getdirentries can die; ok guentherTheo de Raadt
2012-08-23kill nnpfs deadTheo de Raadt
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12kill lfs system call lines and libc stubsTheo de Raadt
2012-04-12New system call: getdtablecount(2) returns the number of fileTheo de Raadt
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe