summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r304176:kib2016-08-291-0/+1
* Implement process-shared locks support for libthr.so.3, withoutkib2016-02-281-1/+1
* Rename __sentinel to __null_sentinelpfg2015-11-051-2/+2
* Use the __sentinel attribute.pfg2015-07-081-2/+2
* unistd: drop argument names from setpgrp(3) prototype.pfg2014-09-191-1/+1
* unistd: move setpgrp(2) to the __BSD_VISIBLE sectionpfg2014-09-181-1/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEjilles2014-05-111-3/+3
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-161-0/+1
* Add pipe2() system call.jilles2013-05-011-0/+1
* Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.davidxu2012-09-101-0/+1
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-0/+1
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+2
* rpc.lockd(8) WARNS cleanupuqs2010-12-201-0/+1
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+1
* Style: tabs after #definekevlo2010-08-111-1/+1
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Phase out ttyslot(3).ed2010-01-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+1
* Various namespace cleanups, including exposing fchmod() and fchmodat()das2009-03-141-5/+4
* - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate,das2009-03-041-26/+38
* Move getosreldate(3) prototype from the machine generated <osreldate.h>peter2008-09-261-0/+1
* posix_spawn() is supported, set _POSIX_SPAWN to 200212L.davidxu2008-07-081-1/+1
* Turn execvpe() into an internal libc routine.ed2008-06-231-1/+0
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-171-0/+1
* Add the restrict qualifiers to the pointer arguments of the readlinkat.kib2008-04-101-1/+1
* Correct the prototype for the faccessat().kib2008-04-011-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+11
* Added the "restrict" type-qualifier to the readlink() prototype.ru2008-02-261-1/+1
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-1/+1
* _POSIX_THREAD_CPUTIME is now supported.davidxu2008-01-181-1/+1
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-101-0/+1
* Forgot to commit this file: add definition for _SC_PHYS_PAGES.pjd2006-12-141-0/+3
* barrier and spin_lock had already been implemented in libpthread anddavidxu2005-12-021-2/+2
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlydelphij2005-05-131-1/+1
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.delphij2005-05-111-0/+1
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-221-0/+3
* According to the information on:trhodes2004-12-101-1/+6
* Remove nfsclnt() prototype.phk2004-12-071-1/+0
* Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)ache2004-02-231-0/+3
* Try to better mimic GNU getopt.h which does not assume to make visibleache2004-02-231-0/+3
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>,ache2004-02-231-5/+0
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-4/+1
* Update gethostname() prototype to match source and standard.wollman2003-08-191-1/+1
* Fixed namespace pollution and unsorting of the 1003.1-1990 list inbde2003-07-011-1/+1
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-291-0/+1
* o Add typedef for off_t, pid_t, and useconds_t.mike2002-12-291-6/+17
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* Fix XSI (X/Open) namespace support.mike2002-11-121-11/+18
OpenPOWER on IntegriCloud