summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-281-0/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-271-0/+3
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, somike2002-10-131-2/+1
* Back down to 1003.2-1992 for the time being -- it is causing too manywollman2002-09-251-1/+1
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.mike2002-09-231-0/+5
* Define constants for those POSIX options and option groups which arewollman2002-09-211-18/+237
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-12/+12
* Support POSIX/SUS ``programming environment'' mistake in confstr().wollman2002-07-151-0/+15
* Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involvedwollman2002-07-151-0/+2
* getopt(3) was also added in 1003.2-1992.wollman2002-07-151-4/+4
* Fix visibility:wollman2002-07-151-11/+14
* Partially fix namespace visibility issues by using new visibility macros.wollman2002-06-151-38/+70
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-1/+26
* Breath deep and take __P out of the system include files.imp2002-03-231-151/+148
* Change brk's prototype from char *brk(const char *) to int brk(const void *)dwmalone2002-01-241-2/+2
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-221-2/+2
* Fix support for K&R C.mike2001-12-221-1/+2
* NFS split forgot to prototype nfsclnt() syscall, do it.alfred2001-11-131-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.ru2001-11-091-0/+2
* o Update unistd.h with the prototype for the new eaccess(2) system call.rwatson2001-09-211-0/+1
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDdd2001-08-171-0/+1
* Drop nested __P(). This trips up Supelec's dcc.rnordier2001-05-271-1/+1
* Change prototype to getlogin_r to reflect recent change to itsdeischen2001-01-011-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-0/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-0/+2
* Add a prototype for rfork_thread().peter2000-07-291-0/+1
* Add strtofflags and fflagstostr to libc.joe2000-06-171-0/+2
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-2/+0
* sync iruserok() extension API with other BSDsshin2000-02-011-2/+1
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-0/+2
* several tcp apps IPv6 updateshin2000-01-251-0/+2
* Add prototypes for [sg]etres[ug]id().peter2000-01-171-0/+4
* Fixed disordering, misformatting, and duplicate declaration ofbde2000-01-141-3/+2
* libc rcmd update for IPv6.shin2000-01-131-0/+4
* Fixed missing declaration of getlogin_r(3).bde1999-12-231-0/+2
* Make profil() 64bit-safe for alpha.simokawa1999-07-161-1/+1
* Declare mkstemps().bde1999-04-091-0/+1
* Add prototypes for pread and pwrite.dt1999-04-041-0/+2
* optreset is a POSIX extension, make it visible in POSIX_SOURCE scope.msmith1999-01-111-1/+1
* POSIX introduced optreset to deal with multiple invocationsmsmith1999-01-111-0/+1
* Fixed whitespace lossage and long lines in previous commit.bde1998-07-111-5/+5
* Declare lockf().dt1998-07-081-0/+8
* Remove duplicate declsbrian1998-04-191-2/+0
* Added forgotten declaration of mkdtemp().bde1998-03-121-0/+1
* Change usleep return type from void to int to match OpenGroup specs.ache1997-10-221-1/+1
* Prototypes for getsid() and getpgid(). Also, prefix type names inpeter1997-08-191-1/+3
OpenPOWER on IntegriCloud