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