aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed disordering, misformatting, and duplicate declaration ofBruce Evans2000-01-141-3/+2
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-131-0/+4
* Fixed missing declaration of getlogin_r(3).Bruce Evans1999-12-231-0/+2
* Make profil() 64bit-safe for alpha.Hidetoshi Shimokawa1999-07-161-1/+1
* Declare mkstemps().Bruce Evans1999-04-091-0/+1
* Add prototypes for pread and pwrite.Dmitrij Tejblum1999-04-041-0/+2
* optreset is a POSIX extension, make it visible in POSIX_SOURCE scope.Mike Smith1999-01-111-1/+1
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-0/+1
* Fixed whitespace lossage and long lines in previous commit.Bruce Evans1998-07-111-5/+5
* Declare lockf().Dmitrij Tejblum1998-07-081-0/+8
* Remove duplicate declsBrian Somers1998-04-191-2/+0
* Added forgotten declaration of mkdtemp().Bruce Evans1998-03-121-0/+1
* Change usleep return type from void to int to match OpenGroup specs.Andrey A. Chernov1997-10-221-1/+1
* Prototypes for getsid() and getpgid(). Also, prefix type names inPeter Wemm1997-08-191-1/+3
* remove stray forward declaration for struct timespecPeter Wemm1997-05-131-3/+0
* Oops, move clock_*() and nanosleep() to time.hPeter Wemm1997-05-121-4/+0
* prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().Peter Wemm1997-05-121-0/+7
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tBruce Evans1997-04-131-0/+10
* Declare issetugid()Peter Wemm1997-04-051-0/+1
* Declare lchown()..Peter Wemm1997-03-311-0/+1
* Merge Lite2 changes -Peter Wemm1997-03-111-1/+9
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-4/+2
* Fixed new and old standards conformance bugs. The non-POSIX confstr() wasBruce Evans1996-07-171-3/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+2
* Add prototype for rfork().Peter Wemm1996-02-231-0/+1