aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* getlogin_r: fix the type of lenKyle Evans2020-09-091-1/+1
* Implement a close_range(2) syscallKyle Evans2020-04-121-0/+1
* Mark rfork(2) as __returns_twiceKyle Evans2020-01-221-1/+1
* <unistd.h>: remove redundant __BSD_VISIBLEKyle Evans2019-12-151-2/+0
* Add an entry for copy_file_range(2) to unistd.h.Rick Macklem2019-07-251-0/+1
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-0/+1
* Add a missed chunk r335939.Konstantin Belousov2018-07-081-0/+1
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+1
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove setkey(), encrypt(), des_setkey() and des_cipher().Ed Schouten2016-10-031-8/+0
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-151-0/+1
* Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten2016-08-101-0/+7
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-1/+1
* Rename __sentinel to __null_sentinelPedro F. Giffuni2015-11-051-2/+2
* Use the __sentinel attribute.Pedro F. Giffuni2015-07-081-2/+2
* unistd: drop argument names from setpgrp(3) prototype.Pedro F. Giffuni2014-09-191-1/+1
* unistd: move setpgrp(2) to the __BSD_VISIBLE sectionPedro F. Giffuni2014-09-181-1/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-3/+3
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.Jilles Tjoelker2013-08-161-0/+1
* Add pipe2() system call.Jilles Tjoelker2013-05-011-0/+1
* Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.David Xu2012-09-101-0/+1
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-291-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+1
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+2
* rpc.lockd(8) WARNS cleanupUlrich Spörlein2010-12-201-0/+1
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,David Xu2010-10-291-0/+1
* Style: tabs after #defineKevin Lo2010-08-111-1/+1
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Phase out ttyslot(3).Ed Schouten2010-01-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-0/+1
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-151-0/+1
* Various namespace cleanups, including exposing fchmod() and fchmodat()David Schultz2009-03-141-5/+4
* - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate,David Schultz2009-03-041-26/+38
* Move getosreldate(3) prototype from the machine generated <osreldate.h>Peter Wemm2008-09-261-0/+1
* posix_spawn() is supported, set _POSIX_SPAWN to 200212L.David Xu2008-07-081-1/+1
* Turn execvpe() into an internal libc routine.Ed Schouten2008-06-231-1/+0
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichDavid Xu2008-06-171-0/+1
* Add the restrict qualifiers to the pointer arguments of the readlinkat.Konstantin Belousov2008-04-101-1/+1
* Correct the prototype for the faccessat().Konstantin Belousov2008-04-011-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-311-0/+11
* Added the "restrict" type-qualifier to the readlink() prototype.Ruslan Ermilov2008-02-261-1/+1
* Change readlink(2)'s return type and type of the last argumentRuslan Ermilov2008-02-121-1/+1
* _POSIX_THREAD_CPUTIME is now supported.David Xu2008-01-181-1/+1
* Add a feature_present(3) function which checks to see if a named kernelJohn Baldwin2008-01-101-0/+1
* Forgot to commit this file: add definition for _SC_PHYS_PAGES.Pawel Jakub Dawidek2006-12-141-0/+3
* barrier and spin_lock had already been implemented in libpthread andDavid Xu2005-12-021-2/+2
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-131-1/+1
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.Xin LI2005-05-111-0/+1
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.David Schultz2005-03-221-0/+3
* According to the information on:Tom Rhodes2004-12-101-1/+6