summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Slight adjustment to previous fix for __ivaliduser(). It was checking forpeter1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to havejoerg1995-07-161-0/+2
* The declaration of sigaction was missing a `const'.bde1995-07-161-1/+1
* Fix the synopsis of signal() again. Now it is uglier but correct.bde1995-07-161-2/+2
* Fix the prototypes for getservby{name,port}().joerg1995-07-091-2/+2
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.wpaul1995-07-051-2/+2
* Do the same sanity checking in _pw_breakout_yp() that we do inwpaul1995-06-261-16/+19
* Fix for a potential problem reported by a user I bumped into on IRCwpaul1995-06-261-9/+14
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andwpaul1995-06-231-7/+43
* Don't cast void functions to void.hsu1995-06-204-7/+7
* Make _havemaster() use yp_first() (again) instead of yp_order() towpaul1995-06-171-2/+6
* Add /usr/local/share/nls to default search pathache1995-06-171-2/+2
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-0/+9
* Remove trailing whitespace.rgrimes1995-05-30128-720/+727
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Add a missing link from the setpgid manpage to the setpgrp manpage.nate1995-05-271-0/+1
* Fixed typo.dg1995-05-151-1/+1
* Parse ^? now, our termcap use it and some termcaps from otherache1995-05-141-1/+5
* Cosmetic changes and paranoia checks:wpaul1995-05-031-5/+5
* Fix bracket error for LogMaskache1995-05-021-1/+1
* Added function and man page for ftok(3), used in conjunction withjoerg1995-05-012-0/+135
* Small fix for the following problems:wpaul1995-04-291-2/+10
* ypbind.c: Major overhaul.wpaul1995-04-261-55/+20
* Remove setre*id*.bde1995-04-251-2/+2
* Add setreuid/setregid to MAN sectionache1995-04-231-1/+2
* Add setreuid/setregidache1995-04-231-1/+2
* Fix history infoache1995-04-232-8/+4
* in _freecaches(): strdup() allocates us memory -- remember to free it.wpaul1995-04-221-10/+18
* small NIS binding fixes:wpaul1995-04-211-1/+26
* Fix bugs in opendir():bde1995-04-211-9/+23
* If locale not available, fallback to strcasecmp, not to strcmpache1995-04-161-2/+2
* Head off potential core dump in _havemaster() (we don't need to free anywpaul1995-04-151-4/+1
* Better conformance to SunOS behavior: if we can't match a user to onewpaul1995-04-141-2/+8
* Add err_set_file() and err_set_exit() functions to make it possible forwollman1995-04-132-18/+64
* Add an ethers(3) man page.wpaul1995-04-122-3/+190
* More of the same: we also need to handle multiple domains properlywpaul1995-04-091-6/+33
* Fix behavior of YP library routines in environments with multiple domains,wpaul1995-04-091-6/+24
* Add missing header referenceache1995-04-091-0/+1
* Reviewed by: ache and wollman (long ago)bde1995-04-072-52/+11
* Obtained from: 1.1.5 (originally by jtc)bde1995-04-061-1/+2
* The man page setmode(3) declares `void setmode' when it should bejoerg1995-04-051-1/+1
* Add "before inclusion of any header which ... "ache1995-04-041-1/+1
* 'Fix' for esoteric misfeature discovered while searching for another bug:wpaul1995-04-041-1/+16
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-043-21/+34
* Properly describe how to expand default limit of handled descriptorsache1995-04-041-1/+6
* Submitted by: Sebastian Strollowwpaul1995-04-021-4/+14
* Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername()wpaul1995-04-021-4/+4
* Fix manpage ruleache1995-04-021-1/+1
* Add ether_addr functions to libc. This seems to be the logical placewpaul1995-04-022-1/+235
* Add some missing xdr functions needed for server-side implementations.wpaul1995-04-021-1/+116
OpenPOWER on IntegriCloud