| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert these back on advice of wpaul. | Jordan K. Hubbard | 1996-06-03 | 3 | -229/+543 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=16090 | ||||
| * | Phase 2 of merge - also fix things broken in phase 1. | Jordan K. Hubbard | 1996-06-03 | 295 | -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 off | Jordan K. Hubbard | 1996-05-30 | 1 | -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 needlessly | Jordan K. Hubbard | 1996-05-30 | 1 | -5/+5 | 
| | | | | | | | | redundant copies in -stable as well. Notes: svn path=/stable/2.1/; revision=15987 | ||||
| * | Wrong copyright, wrong place | Marc G. Fournier | 1996-05-27 | 5 | -170/+0 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15928 | ||||
| * | Added in appropriate copyright & RCS Id | Marc G. Fournier | 1996-05-27 | 5 | -0/+180 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15924 | ||||
| * | Sync with HEAD: bring over fix for PR #1207 and take out one unneeded | Bill Paul | 1996-05-21 | 1 | -8/+8 | 
| | | | | | | | | instance of free(result). Notes: svn path=/stable/2.1/; revision=15840 | ||||
| * | Merge vfsloaD(3) bug fix from head. | Garrett Wollman | 1996-05-17 | 1 | -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 Polstra | 1996-05-10 | 1 | -1/+6 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15707 | ||||
| * | Bring in one line fix from HEAD: take out unneeded free(result) | Bill Paul | 1996-05-07 | 1 | -1/+0 | 
| | | | | | | | | from _havemaster(). Notes: svn path=/stable/2.1/; revision=15669 | ||||
| * | Merge with HEAD. Revamp the NIS netgroup inclusion/exclusion code. | Bill Paul | 1996-05-02 | 1 | -297/+314 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15548 | ||||
| * | Bring in changes from main branch: various man page cleanups. | Mike Pritchard | 1996-05-01 | 21 | -99/+137 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15523 | ||||
| * | Bring in changes from main branch: some of my various man page cleanups | Mike Pritchard | 1996-05-01 | 31 | -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 error | Mike Pritchard | 1996-05-01 | 1 | -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 are | Bill Paul | 1996-04-29 | 1 | -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 Wunsch | 1996-04-17 | 1 | -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 Wunsch | 1996-04-06 | 1 | -5/+46 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15075 | ||||
| * | Merge from HEAD: Xref clocks(7). | Joerg Wunsch | 1996-04-05 | 7 | -6/+13 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=15051 | ||||
| * | alarm -> ualarm (same as in HEAD). | Bruce Evans | 1996-03-19 | 1 | -2/+3 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=14700 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. | cvs2svn | 1996-03-18 | 4 | -0/+653 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=14678 | ||||
| * | back out size==0 -> initialize change | Paul Traina | 1996-02-25 | 1 | -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 Traina | 1996-02-23 | 1 | -1/+2 | 
| | | | | | | | | Reviewed by: wollman Notes: svn path=/stable/2.1/; revision=14214 | ||||
| * | Sync with HEAD | Jordan K. Hubbard | 1996-02-11 | 1 | -1/+13 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=14023 | ||||
| * | Bring in changes from HEAD: | Mike Pritchard | 1996-01-30 | 19 | -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'. | cvs2svn | 1996-01-29 | 1 | -0/+196 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=13686 | ||||
| * | Bring in fixes from the head | Gary Palmer | 1995-12-29 | 2 | -4/+4 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=13103 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. | cvs2svn | 1995-10-21 | 6 | -0/+886 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=11634 | ||||
| * | Brought in changes from rev 1.10: various bugfixes. | David Greenman | 1995-10-07 | 1 | -24/+41 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=11287 | ||||
| * | Sync with main branch. | David Greenman | 1995-10-05 | 1 | -5/+5 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=11228 | ||||
| * | Brought in changes from main branch: add missing manual pages. | David Greenman | 1995-10-05 | 1 | -1/+4 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=11227 | ||||
| * | Sync with main branch. | David Greenman | 1995-10-05 | 5 | -85/+102 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=11226 | ||||
| * | Brought in changes from main branch: security fixes. | David Greenman | 1995-09-26 | 1 | -18/+86 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=11013 | ||||
| * | Brought in change from rev 1.2: indicate backlog limit is 32. | David Greenman | 1995-09-15 | 1 | -1/+1 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10790 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. | cvs2svn | 1995-08-30 | 1 | -0/+7 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10481 | ||||
| * | Brought in changes from main branch: use ctime (again, sigh!). | David Greenman | 1995-08-30 | 1 | -2/+1 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10456 | ||||
| * | Brought in changes from main branch: update to BIND 4.9.3-beta24 | David Greenman | 1995-08-30 | 8 | -217/+412 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10432 | ||||
| * | Brought in changes from main branch...everything except the BIND 4.9.3-b24. | David Greenman | 1995-08-28 | 26 | -396/+706 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10357 | ||||
| * | Fix an 'oops' in a previous commit - part of a patch got applied twice. | David Greenman | 1995-08-28 | 1 | -4/+0 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10356 | ||||
| * | Brought in changes from revs 1.4-1.7: various bug fixes. | David Greenman | 1995-08-25 | 1 | -5/+23 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10267 | ||||
| * | Brought in changes from rev 1.2: make NIS ethers data appear inserted at | David Greenman | 1995-08-25 | 1 | -23/+8 | 
| | | | | | | | | "+". Notes: svn path=/stable/2.1/; revision=10266 | ||||
| * | Brought in change from rev 1.4: add missing fclose(). | David Greenman | 1995-08-25 | 1 | -0/+1 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10265 | ||||
| * | Brought in change from rev 1.3: add missing fclose(). | David Greenman | 1995-08-25 | 1 | -0/+1 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10264 | ||||
| * | Brought in changes from rev 1.4: NULL terminate strings, produce sane | David Greenman | 1995-08-25 | 1 | -9/+13 | 
| | | | | | | | | version string. Notes: svn path=/stable/2.1/; revision=10263 | ||||
| * | Brought in changes from revs 1.10-1.11: various bug fixes. | David Greenman | 1995-08-25 | 1 | -13/+187 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=10262 | ||||
| * | Brought in changes from rev 1.4 and 1.5: deal with comment characters. | David Greenman | 1995-08-06 | 1 | -0/+4 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=9955 | ||||
| * | Brought in change from rev 1.11: YP_NODOM should map to YPERR_DOMAIN. | David Greenman | 1995-08-05 | 1 | -2/+2 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=9925 | ||||
| * | Brought in changes from rev 1.9: fixes for PRs 507, 508, and 509. | David Greenman | 1995-08-05 | 1 | -7/+43 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=9924 | ||||
| * | Brought in changes from main branch: check for NULL pointers. | David Greenman | 1995-08-05 | 2 | -27/+39 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=9923 | ||||
| * | Brought in changes from rev 1.4: backed out "NIS rebind" performance | David Greenman | 1995-08-04 | 1 | -14/+4 | 
| | | | | | | | | improvement. Notes: svn path=/stable/2.1/; revision=9913 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. | cvs2svn | 1995-06-13 | 85 | -10179/+0 | 
| | | | | | Notes: svn path=/stable/2.1/; revision=9211 | ||||
