summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* - Man page fix, updates.peter1996-12-302-8/+11
* Add manpage links for rpc functionspeter1996-12-301-0/+68
* - Missing prototypes, including pointers to functionspeter1996-12-307-150/+375
* xdr manpage linkspeter1996-12-301-0/+33
* Tempt fate! 'cvs add' a file remotely which also exists in the Attic onpeter1996-12-301-0/+64
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-3019-216/+1268
* _thread_kern_sig_unblock takes an integer, not a reference.alex1996-12-291-2/+2
* Add comment that range checking is already done at upper levelache1996-12-283-4/+9
* Small yet significant tweaks/cleanups:wpaul1996-12-273-10/+14
* Small yet significant tweaks/cleanups:wpaul1996-12-275-15/+17
* Make a note in the standards section that sysconf isn't completelyalex1996-12-271-2/+3
* Use dynamic allocated buffers instead static buffers. No member orwosch1996-12-251-19/+91
* Another one-liner: remember to NUL terminate local copy of NIS hostwpaul1996-12-241-2/+3
* Make the __dns_getanswer() wrapper work right. For the newer versionswpaul1996-12-241-1/+14
* comma typoswosch1996-12-237-15/+21
* Add __dns_getanswer() hook to allow access to the gethostanswer()wpaul1996-12-221-1/+11
* Back out rev 1.5: the overflow condition is already handled elsewhere.joerg1996-12-221-2/+4
* Speeling fix.davidn1996-12-221-1/+1
* Convert to mdoc format.mpp1996-12-214-178/+122
* Add a missing #ifdef YP/#endif pair so that this module willwpaul1996-12-211-0/+2
* Fix for bug noticed by Christoph Kukulies.wpaul1996-12-201-2/+3
* Back out change. The last argument to semctl() IS union semunswallace1996-12-181-1/+1
* Last argument to semctl() is union semun *, not union semun.jkh1996-12-171-2/+2
* Fix yet another buffer overflow. :-(joerg1996-12-162-9/+5
* Mention FreeBSD explicitly along with 4.2BSD so that thempp1996-12-151-2/+4
* Correct some xrefs/mlinks.mpp1996-12-143-2/+7
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftsteve1996-12-143-6/+21
* Fix the fix.joerg1996-12-131-1/+2
* Don't free the line buffer, since getttynam(3) might still referencejoerg1996-12-121-5/+4
* Fix an embarassing and rather obscure incarnation of an uninitializedjoerg1996-12-121-1/+1
* POSIX.4 defines MAP_FAILED to be the error return from mmap().alex1996-12-121-1/+1
* Get struct ether_addr directly from <net/ethernet.h> rather than pullingwollman1996-12-102-8/+4
* Change another reference to host names to domain names, and restore somempp1996-12-091-4/+3
* English pedantry : affect -> effectmsmith1996-12-091-1/+1
* Turn POSIX_SAVED_IDS offache1996-12-061-20/+20
* I asked Bill Paul why _getnetbynis() was only being called with 2 parameters,jkh1996-12-061-3/+3
* Remove more instances of passing arrays by address when they shouldjkh1996-12-051-7/+7
* Eliminate 3 more examples of gratutiously passing arrays by address.jkh1996-12-051-3/+3
* sethostname() returns int, not long. I could get used to having thisjkh1996-12-051-2/+2
* _key is a char array and we don't need to pass its address to _buildkey()jkh1996-12-051-1/+1
* gethostname() returns int, not long. Answered my own question byjkh1996-12-051-1/+1
* make u_char * -> char * conversion explicit.jkh1996-12-051-1/+1
* The semget man page uses the incorect symbol for altermpp1996-12-031-7/+7
* Add support for detecting and hopefully using the passwd.adjunct.bynamewpaul1996-12-031-13/+65
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-0228-91/+100
* Update getdomainname(3) to reflect that it operates onmpp1996-12-011-11/+13
* Add rcsid[]ache1996-11-271-13/+19
* Add Idache1996-11-261-35/+43
* Move PATH_LOCALE handling to setlocale.c, simplify locale path building,ache1996-11-261-10/+9
* PATH_LOCALE: use this non-standard env variable first time only, i.e.ache1996-11-263-72/+98
OpenPOWER on IntegriCloud