summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.1.5_cvscvs2svn1996-10-06169-230/+234
| | | | | | | 'RELENG_2_1_5_RELEASE'. This commit was manufactured to restore the state of the 2.1.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/2.1.5cvs2svn1996-10-061-59/+0
| | | | | | | | 'RELENG_2_1_5_RELEASE'. Notes: svn path=/stable/2.1/; revision=18740 svn path=/release/2.1.5/; revision=18741; tag=release/2.1.5
* Brought in change from rev.1.3: stat() before open() because opening ofBruce Evans1996-07-021-0/+10
| | | | | | | special files may be harmful. Notes: svn path=/stable/2.1/; revision=16907
* Bring in change from rev. 1.20: add links for the fts(3) set of functions.Gary Palmer1996-06-281-1/+3
| | | | Notes: svn path=/stable/2.1/; revision=16818
* Bring in a bunch of man page fixes from the HEADGary Palmer1996-06-2713-30/+52
| | | | Notes: svn path=/stable/2.1/; revision=16790
* Bring in small fix from HEAD:Bill Paul1996-06-251-3/+1
| | | | | | | Remove two unnecessary calls to free(result). Notes: svn path=/stable/2.1/; revision=16737
* Merged from HEAD (rev.1.4): fixed comparisons to stop malloc(INT_MAX) fromBruce Evans1996-06-251-5/+5
| | | | | | | dumping core. Notes: svn path=/stable/2.1/; revision=16721
* Bring in one fix from the HEAD:Bill Paul1996-06-251-2/+11
| | | | | | | | | | | In _yp_dobind(), don't spew an error message on failure to contact ypbind unless it's for something really out of the ordinary. This stops _yp_check() from generating a lot of pointless noise. (Example: set your system domainname but don't turn on NIS, then do an rpcinfo -p. Watch as 'clnttcp_create' errors scroll by.) Notes: svn path=/stable/2.1/; revision=16708
* Merge in some NIS fixes from the HEAD:Bill Paul1996-06-255-18/+243
| | | | | | | | | - Fix bugs in gethostbynis and getnetbynis. - Add NIS support to getservent(3). Notes: svn path=/stable/2.1/; revision=16686
* Merge in man page fixes from the headGary Palmer1996-06-2216-26/+36
| | | | Notes: svn path=/stable/2.1/; revision=16602
* Bug fix brought in from HEAD as suggested by dg.James Raynard1996-06-102-6/+8
| | | | | | | | Fixed bug in clnt_{tcp, udp}create() where pointers could be free'd even if they hadn't been successfully malloc()'d. Notes: svn path=/stable/2.1/; revision=16284
* Bring in changes from the HEAD.Nate Williams1996-06-061-60/+95
| | | | | | | | | | | | Note, I'm only bringing in the bare minimum necessary to support doing reverse PTR using CNAME's, which is necessary for the 'Classless in-addr.arpa delegation' draft, which is now in use by many ISPs. This file is now the at the 'bind-4.9.3-REL' revision level. Inspired by: John Capo Notes: svn path=/stable/2.1/; revision=16151
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-05296-5581/+2803
| | | | | | | I can get it to `make world' succesfully, anyway! Notes: svn path=/stable/2.1/; revision=16121
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-06-042-0/+343
| | | | Notes: svn path=/stable/2.1/; revision=16112
* Revert these back on advice of wpaul.Jordan K. Hubbard1996-06-033-229/+543
| | | | Notes: svn path=/stable/2.1/; revision=16090
* Phase 2 of merge - also fix things broken in phase 1.Jordan K. Hubbard1996-06-03295-3430/+5810
| | | | | | | | | | | | Watch out for falling rock until phase 3 is over! libc completely merged except for phkmalloc & rfork (don't know if David wants that). Some include files in sys/ had to be updated in order to bring in libc. Notes: svn path=/stable/2.1/; revision=16088
* Bring in just some of the RUNE stuff from HEAD. I'm holding offJordan K. Hubbard1996-05-301-3/+7
| | | | | | | on any more aggressive merging of libc for now. Notes: svn path=/stable/2.1/; revision=16003
* Bring the vasprintf() family of routines in - there are many needlesslyJordan K. Hubbard1996-05-301-5/+5
| | | | | | | redundant copies in -stable as well. Notes: svn path=/stable/2.1/; revision=15987
* Wrong copyright, wrong placeMarc G. Fournier1996-05-275-170/+0
| | | | Notes: svn path=/stable/2.1/; revision=15928
* Added in appropriate copyright & RCS IdMarc G. Fournier1996-05-275-0/+180
| | | | Notes: svn path=/stable/2.1/; revision=15924
* Sync with HEAD: bring over fix for PR #1207 and take out one unneededBill Paul1996-05-211-8/+8
| | | | | | | instance of free(result). Notes: svn path=/stable/2.1/; revision=15840
* Merge vfsloaD(3) bug fix from head.Garrett Wollman1996-05-171-7/+7
| | | | Notes: svn path=/stable/2.1/; revision=15806
* Bring in clarification of FNM_PERIOD flag from main branch (1.2 -> 1.3).John Polstra1996-05-101-1/+6
| | | | Notes: svn path=/stable/2.1/; revision=15707
* Bring in one line fix from HEAD: take out unneeded free(result)Bill Paul1996-05-071-1/+0
| | | | | | | from _havemaster(). Notes: svn path=/stable/2.1/; revision=15669
* Merge with HEAD. Revamp the NIS netgroup inclusion/exclusion code.Bill Paul1996-05-021-297/+314
| | | | Notes: svn path=/stable/2.1/; revision=15548
* Bring in changes from main branch: various man page cleanups.Mike Pritchard1996-05-0121-99/+137
| | | | Notes: svn path=/stable/2.1/; revision=15523
* Bring in changes from main branch: some of my various man page cleanupsMike Pritchard1996-05-0131-62/+86
| | | | | | | from the last few months Notes: svn path=/stable/2.1/; revision=15520
* Bring in changes from main branch: fix a man page xref, an errorMike Pritchard1996-05-011-8/+2
| | | | | | | description and a typo. Notes: svn path=/stable/2.1/; revision=15519
* Sync with HEAD. Closes a PR (rlogind dumps core when netgroups areBill Paul1996-04-291-12/+16
| | | | | | | | | used in /etc/hosts.equiv and /etc/netgroup doesn't exist), fixes another bogon that I discovered independently (_yp_innetgr flag not reset at the right time) and small performance tweak. Notes: svn path=/stable/2.1/; revision=15447
* Merge from HEAD:Joerg Wunsch1996-04-171-0/+2
| | | | | | | | | Document the possible EPERM return. Submitted by: imp@village.org (Warner Losh) Notes: svn path=/stable/2.1/; revision=15281
* Merge all the changes to this man page from HEAD.Joerg Wunsch1996-04-061-5/+46
| | | | Notes: svn path=/stable/2.1/; revision=15075
* Merge from HEAD: Xref clocks(7).Joerg Wunsch1996-04-057-6/+13
| | | | Notes: svn path=/stable/2.1/; revision=15051
* alarm -> ualarm (same as in HEAD).Bruce Evans1996-03-191-2/+3
| | | | Notes: svn path=/stable/2.1/; revision=14700
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-03-184-0/+653
| | | | Notes: svn path=/stable/2.1/; revision=14678
* back out size==0 -> initialize changePaul Traina1996-02-251-2/+1
| | | | Notes: svn path=/stable/2.1/; revision=14247
* If a .db file is 0 length, initialize it properly as if it didn't exist.Paul Traina1996-02-231-1/+2
| | | | | | | Reviewed by: wollman Notes: svn path=/stable/2.1/; revision=14214
* Sync with HEADJordan K. Hubbard1996-02-111-1/+13
| | | | Notes: svn path=/stable/2.1/; revision=14023
* Bring in changes from HEAD:Mike Pritchard1996-01-3019-36/+36
| | | | | | | Fix even more spelling errors in various man pages. Notes: svn path=/stable/2.1/; revision=13752
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-291-0/+196
| | | | Notes: svn path=/stable/2.1/; revision=13686
* Bring in fixes from the headGary Palmer1995-12-292-4/+4
| | | | Notes: svn path=/stable/2.1/; revision=13103
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-10-216-0/+886
| | | | Notes: svn path=/stable/2.1/; revision=11634
* Brought in changes from rev 1.10: various bugfixes.David Greenman1995-10-071-24/+41
| | | | Notes: svn path=/stable/2.1/; revision=11287
* Sync with main branch.David Greenman1995-10-051-5/+5
| | | | Notes: svn path=/stable/2.1/; revision=11228
* Brought in changes from main branch: add missing manual pages.David Greenman1995-10-051-1/+4
| | | | Notes: svn path=/stable/2.1/; revision=11227
* Sync with main branch.David Greenman1995-10-055-85/+102
| | | | Notes: svn path=/stable/2.1/; revision=11226
* Brought in changes from main branch: security fixes.David Greenman1995-09-261-18/+86
| | | | Notes: svn path=/stable/2.1/; revision=11013
* Brought in change from rev 1.2: indicate backlog limit is 32.David Greenman1995-09-151-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=10790
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-08-301-0/+7
| | | | Notes: svn path=/stable/2.1/; revision=10481
* Brought in changes from main branch: use ctime (again, sigh!).David Greenman1995-08-301-2/+1
| | | | Notes: svn path=/stable/2.1/; revision=10456
* Brought in changes from main branch: update to BIND 4.9.3-beta24David Greenman1995-08-308-217/+412
| | | | Notes: svn path=/stable/2.1/; revision=10432