summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
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
2011-07-18Add support for UTIME_OMIT and UTIME_NOW to utimensat(2), add theMatthew Dempsky
2011-07-09Fix up previous diff: use COMPAT_O48 instead of COMPAT_48, add optionMatthew Dempsky
2011-07-09More syscalls.master cleanup:Matthew Dempsky
2011-07-09mark an obsolete call with the release we killed it; reminded by teduTheo de Raadt
2011-07-09Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there.Theo de Raadt
2011-07-08remove all traces of COMPAT_09 and COMPAT_10. ok deraadtTed Unangst
2011-07-08Remove the sys_opipe() kernel entry point. sys_pipe() is the future.Matthew Dempsky
2011-07-07Add new syscall entries to support the openat(2) family of functionsMatthew Dempsky
2011-07-07getpid is NOLOCK again. ok deraadt guentherTed Unangst
2011-07-07remove all the old COMPAT_43 syscalls. The option itself remains forTed Unangst
2011-06-30compat_35 has not been enabled for sometime, time to remove itTed Unangst
2011-06-01Mark some system calls that don't require big lock with NOLOCKPhilip Guenthe
2011-06-01sys_getpid() isn't really NOLOCK safe, as the compat bits inside it requirePhilip Guenthe
2011-04-04COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid)Theo de Raadt
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-09-20Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is libraryTheo de Raadt
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-013.5 compat is old, but relied upon by other compats still in tree. theTed Unangst
2010-07-01compat_o43 and compat_23 can dieTheo de Raadt
2010-06-29Eliminate RTHREADS kernel option in favor of a sysctl. The actual statusTed Unangst
2010-01-18fix a spelling error in a comment, no code change; from Brad TilleyIngo Schwarze
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-27Convert thrsleep() to an absolute timeout with clockid to eliminate aPhilip Guenthe
2009-11-27Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_tPhilip Guenthe
2009-11-27Change threxit() to take a pointer to a pid_t to zero out from thePhilip Guenthe
2009-06-03remove bad #ifdef from syscall.masterJanne Johansson
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-03-12threxit() can't return, so its return type is really voidPhilip Guenthe
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
2008-01-05Mark vadvise(2) as obsolete and remove its implementation, so instead ofMiod Vallat
2007-11-28COMPAT_09 uname is only used by freebsd compat, so move it to the right placeTheo de Raadt
2007-11-27Mark getpid as NOLOCK just for testing.Artur Grabowski
2006-09-22Put the LFS syscall stubs back in, turns out libc is unable to buildPedro Martelletto
2006-09-22Remove LFS system callsPedro Martelletto
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-06-09spacing that made a grep look very suspiciousTheo de Raadt
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto
2005-12-30change thrwakeup to take an argument which specifies how many threadsTed Unangst
2005-12-13change the first arg to thrsleep and thrwakeup to a void *.Ted Unangst
2005-12-03kernel support for threaded processes (rthreads).Ted Unangst
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-06-17remove undelete syscallTodd C. Miller
2004-07-153 functions had inexact types; millert okTheo de Raadt
2004-07-15Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,Todd C. Miller
2004-07-14Because mode_t is used in struct ipc_perm we need new versions ofTodd C. Miller