summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed references to nonexistent functions log2() and log2f().bde1996-12-181-3/+1
* 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
* Sanitize and extend SIGALRM timeout handling.jkh1996-12-171-34/+59
* Regenerate. This picks up the new CFLAGS for the PR#2006 fix.peter1996-12-171-3/+3
* Fix yet another buffer overflow. :-(joerg1996-12-162-9/+5
* Rerun configure for updatespeter1996-12-162-3/+3
* Mention FreeBSD explicitly along with 4.2BSD so that thempp1996-12-151-2/+4
* Correct some xrefs/mlinks.mpp1996-12-143-2/+7
* Fixed fiddling with the control word. Use the stack space reserved forbde1996-12-142-12/+12
* Clean up the FPU stack before returning. One stack slot was leaked onbde1996-12-142-2/+4
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftsteve1996-12-144-8/+28
* Fix the fix.joerg1996-12-131-1/+2
* Close PR#2198:jkh1996-12-132-3/+5
* 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
* Don't look for encumbered objects, but encumbered sources.phk1996-12-111-2/+2
* 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
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.phk1996-11-275-65/+57
* 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
* get_myaddress() wasn't following the interface array properlypst1996-11-221-12/+9
* Oops, we still want to build/install the static libraries.wollman1996-11-201-2/+1
* Copy a slightly modified version of the `libgnumalloc hack' to allowwollman1996-11-201-2/+24
* Fixed execvp() of an empty pathname to fail POSIXly. Previously itbde1996-11-181-0/+6
* Fixed uninitialized variables for the '/'-in-pathname case in execvp().bde1996-11-181-1/+2
* Oops, back out previous optimization, don't work as I expectache1996-11-141-4/+12
* Since ftpPutURL not use hostname cache, optimize it by always closingache1996-11-141-13/+5
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowache1996-11-144-20/+44
* Oops, forget the fact that several ftp connections can be activeache1996-11-142-10/+6
* 1) Don't allow endless recursion in ftp_close when it attempts toache1996-11-141-2/+8
* Slight rewording of the BUGS section.alex1996-11-131-4/+4
* Parameters for localtime_r() and gmtime_r() definitions changed.hsu1996-11-111-8/+8
OpenPOWER on IntegriCloud