summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.0release/2.1.0cvs2svn1996-01-011-0/+201
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-10-216-0/+886
* Brought in changes from rev 1.10: various bugfixes.David Greenman1995-10-071-24/+41
* Sync with main branch.David Greenman1995-10-051-5/+5
* Brought in changes from main branch: add missing manual pages.David Greenman1995-10-051-1/+4
* Sync with main branch.David Greenman1995-10-055-85/+102
* Brought in changes from main branch: security fixes.David Greenman1995-09-261-18/+86
* Brought in change from rev 1.2: indicate backlog limit is 32.David Greenman1995-09-151-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-08-301-0/+7
* Brought in changes from main branch: use ctime (again, sigh!).David Greenman1995-08-301-2/+1
* Brought in changes from main branch: update to BIND 4.9.3-beta24David Greenman1995-08-308-217/+412
* Brought in changes from main branch...everything except the BIND 4.9.3-b24.David Greenman1995-08-2826-396/+706
* Fix an 'oops' in a previous commit - part of a patch got applied twice.David Greenman1995-08-281-4/+0
* Brought in changes from revs 1.4-1.7: various bug fixes.David Greenman1995-08-251-5/+23
* Brought in changes from rev 1.2: make NIS ethers data appear inserted atDavid Greenman1995-08-251-23/+8
* Brought in change from rev 1.4: add missing fclose().David Greenman1995-08-251-0/+1
* Brought in change from rev 1.3: add missing fclose().David Greenman1995-08-251-0/+1
* Brought in changes from rev 1.4: NULL terminate strings, produce saneDavid Greenman1995-08-251-9/+13
* Brought in changes from revs 1.10-1.11: various bug fixes.David Greenman1995-08-251-13/+187
* Brought in changes from rev 1.4 and 1.5: deal with comment characters.David Greenman1995-08-061-0/+4
* Brought in change from rev 1.11: YP_NODOM should map to YPERR_DOMAIN.David Greenman1995-08-051-2/+2
* Brought in changes from rev 1.9: fixes for PRs 507, 508, and 509.David Greenman1995-08-051-7/+43
* Brought in changes from main branch: check for NULL pointers.David Greenman1995-08-052-27/+39
* Brought in changes from rev 1.4: backed out "NIS rebind" performanceDavid Greenman1995-08-041-14/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-1385-10179/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-0/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-30128-720/+727
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Add a missing link from the setpgid manpage to the setpgrp manpage.Nate Williams1995-05-271-0/+1
* Fixed typo.David Greenman1995-05-151-1/+1
* Parse ^? now, our termcap use it and some termcaps from otherAndrey A. Chernov1995-05-141-1/+5
* Cosmetic changes and paranoia checks:Bill Paul1995-05-031-5/+5
* Fix bracket error for LogMaskAndrey A. Chernov1995-05-021-1/+1
* Added function and man page for ftok(3), used in conjunction withJoerg Wunsch1995-05-012-0/+135
* Small fix for the following problems:Bill Paul1995-04-291-2/+10
* ypbind.c: Major overhaul.Bill Paul1995-04-261-55/+20
* Remove setre*id*.Bruce Evans1995-04-251-2/+2
* Add setreuid/setregid to MAN sectionAndrey A. Chernov1995-04-231-1/+2
* Add setreuid/setregidAndrey A. Chernov1995-04-231-1/+2
* Fix history infoAndrey A. Chernov1995-04-232-8/+4
* in _freecaches(): strdup() allocates us memory -- remember to free it.Bill Paul1995-04-221-10/+18
* small NIS binding fixes:Bill Paul1995-04-211-1/+26
* Fix bugs in opendir():Bruce Evans1995-04-211-9/+23
* If locale not available, fallback to strcasecmp, not to strcmpAndrey A. Chernov1995-04-161-2/+2
* Head off potential core dump in _havemaster() (we don't need to free anyBill Paul1995-04-151-4/+1
* Better conformance to SunOS behavior: if we can't match a user to oneBill Paul1995-04-141-2/+8
* Add err_set_file() and err_set_exit() functions to make it possible forGarrett Wollman1995-04-132-18/+64
* Add an ethers(3) man page.Bill Paul1995-04-122-3/+190
* More of the same: we also need to handle multiple domains properlyBill Paul1995-04-091-6/+33
* Fix behavior of YP library routines in environments with multiple domains,Bill Paul1995-04-091-6/+24