aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove nfsclnt() prototype.Poul-Henning Kamp2004-12-071-1/+0
* Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)Andrey A. Chernov2004-02-231-0/+3
* Try to better mimic GNU getopt.h which does not assume to make visibleAndrey A. Chernov2004-02-231-0/+3
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>,Andrey A. Chernov2004-02-231-5/+0
* Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar2003-12-071-4/+1
* Update gethostname() prototype to match source and standard.Garrett Wollman2003-08-191-1/+1
* Fixed namespace pollution and unsorting of the 1003.1-1990 list inBruce Evans2003-07-011-1/+1
* Add a libc function execvP that takes the search path as an arguement.Gordon Tetlow2003-06-291-0/+1
* o Add typedef for off_t, pid_t, and useconds_t.Mike Barcroft2002-12-291-6/+17
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* Fix XSI (X/Open) namespace support.Mike Barcroft2002-11-121-11/+18
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-281-0/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-271-0/+3
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, soMike Barcroft2002-10-131-2/+1
* Back down to 1003.2-1992 for the time being -- it is causing too manyGarrett Wollman2002-09-251-1/+1
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.Mike Barcroft2002-09-231-0/+5
* Define constants for those POSIX options and option groups which areGarrett Wollman2002-09-211-18/+237
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-12/+12
* Support POSIX/SUS ``programming environment'' mistake in confstr().Garrett Wollman2002-07-151-0/+15
* Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involvedGarrett Wollman2002-07-151-0/+2
* getopt(3) was also added in 1003.2-1992.Garrett Wollman2002-07-151-4/+4
* Fix visibility:Garrett Wollman2002-07-151-11/+14
* Partially fix namespace visibility issues by using new visibility macros.Garrett Wollman2002-06-151-38/+70
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-1/+26
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-151/+148
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-241-2/+2
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray2002-01-221-2/+2
* Fix support for K&R C.Mike Barcroft2001-12-221-1/+2
* NFS split forgot to prototype nfsclnt() syscall, do it.Alfred Perlstein2001-11-131-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.Ruslan Ermilov2001-11-091-0/+2
* o Update unistd.h with the prototype for the new eaccess(2) system call.Robert Watson2001-09-211-0/+1
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDDima Dorfman2001-08-171-0/+1
* Drop nested __P(). This trips up Supelec's dcc.Robert Nordier2001-05-271-1/+1
* Change prototype to getlogin_r to reflect recent change to itsDaniel Eischen2001-01-011-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-0/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-0/+2
* Add a prototype for rfork_thread().Peter Wemm2000-07-291-0/+1
* Add strtofflags and fflagstostr to libc.Josef Karthauser2000-06-171-0/+2
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-2/+0
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-011-2/+1
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-0/+2
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-0/+2
* Add prototypes for [sg]etres[ug]id().Peter Wemm2000-01-171-0/+4