summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove stray forward declaration for struct timespecpeter1997-05-131-3/+0
* Oops, move clock_*() and nanosleep() to time.hpeter1997-05-121-4/+0
* prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().peter1997-05-121-0/+7
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tbde1997-04-131-0/+10
* Declare issetugid()peter1997-04-051-0/+1
* Declare lchown()..peter1997-03-311-0/+1
* Merge Lite2 changes -peter1997-03-111-1/+9
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-4/+2
* Fixed new and old standards conformance bugs. The non-POSIX confstr() wasbde1996-07-171-3/+2
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+2
* Add prototype for rfork().peter1996-02-231-0/+1
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+1
* Make the argument list for the (non-Posix) fchown() consistent withjoerg1995-02-161-1/+1
* Declare [gs]etdomainname().wollman1994-09-181-0/+2
* Declare functions that don't return as having attribute __dead2.bde1994-09-081-1/+1
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+175
OpenPOWER on IntegriCloud