summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2019-05-09Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2).cheloha
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2018-07-30Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2).Martin Pieuchot
2018-07-30rename 2nd argument of unveil from vague "flags" to "permissions";Theo de Raadt
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-05Put back sendto(2) and sendmsg(2) under KERNEL_LOCK().Martin Pieuchot
2018-06-27Revert previous, at least one pool need its IPL to be IPL_MPFLOOR asMartin Pieuchot
2018-06-27Unlock 12 network-related syscalls.Martin Pieuchot
2018-06-20Unlock sendmsg(2) and sendto(2).Martin Pieuchot
2018-05-28Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2)Martin Pieuchot
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-11-28Delete fktrace(2). The consequences of it were not thought throughPhilip Guenther
2017-09-25sendsyslog should take a const char * everywhere.Marc Espie
2017-08-12add a fktrace syscall that takes a file descriptor instead of a name.Ted Unangst
2017-04-28Add futex(2) syscall based on a sane subset of its Linux equivalent.Martin Pieuchot
2017-04-13Delete the getlogin59 syscall, which was last used one year, two releases,Philip Guenther
2016-09-04Remove sys_o58_kill since OpenBSD 6.0 has been tagged/released.Joel Sing
2016-06-27Restore the sys_o58_kill system call.Joel Sing
2016-05-31sys_osendsyslog can go away; we have transitioned to the new version withTheo de Raadt
2016-05-31sys_o58_kill is no longer needed for compat.Theo de Raadt
2016-05-17Document NOLOCK, from Michal Mazurek.Martin Pieuchot
2016-03-30Add getlogin_r syscall that checks and returns errors like userspacePhilip Guenther
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