aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't define LITTLE_ENDIAN is already defined.David Greenman1994-09-231-0/+2
* Removed last vestige of MULTICAST option.David Greenman1994-09-234-18/+5
* Add -e option to mtree commands so that extra directories are ignored.Rodney W. Grimes1994-09-231-6/+9
* Revert the change that moved the /etc files to share/examples/etc, theRodney W. Grimes1994-09-231-2/+6
* Added *ran48 functions, and put them in the correct place this time.Garrett Wollman1994-09-2313-2/+476
* Add PPP. NB: this is VERY VERY VERY green code, added to make it easierGarrett Wollman1994-09-231-0/+2
* Make the kernel side of PPP compile.Garrett Wollman1994-09-233-15/+31
* Initial revisionGarrett Wollman1994-09-234-0/+2483
* ncftp addedAndrey A. Chernov1994-09-231-2/+2
* Final (I hope) tuningAndrey A. Chernov1994-09-223-3/+25
* This commit was generated by cvs2svn to compensate for changes in r3004,Andrey A. Chernov1994-09-2229-0/+12578
|\
| * ncftp 1.8.5vendor/ncftp/1.8.5Andrey A. Chernov1994-09-2229-0/+12578
* Add left/right arrows to graphics entry for vt100 familyAndrey A. Chernov1994-09-221-1/+1
* Add semigraphics chars description to vt100 familyAndrey A. Chernov1994-09-221-0/+1
* Pass -q and -u flags to modload so that it shuts up and doesn't leaveGarrett Wollman1994-09-221-1/+1
* Add two new flags:Garrett Wollman1994-09-222-9/+29
* Automatically load NFS and a bevy of other filesystems.Garrett Wollman1994-09-2229-36/+349
* Create NFS LKM.Garrett Wollman1994-09-226-4/+48
* Make NFS loadable.Garrett Wollman1994-09-227-8/+124
* Port host to FreeBSDPaul Traina1994-09-222-2/+8
* Port dig to FreeBSDPaul Traina1994-09-222-3/+14
* Port nslookup to FreeBSDPaul Traina1994-09-229-26/+43
* This commit was generated by cvs2svn to compensate for changes in r2990,Paul Traina1994-09-2212-0/+5531
|\
| * nslookup(8) from BIND 4.9.3BETA9pl1Paul Traina1994-09-2212-0/+5531
* | This commit was generated by cvs2svn to compensate for changes in r2988,Paul Traina1994-09-222-0/+1665
|\|
| * host(1) from BIND 4.9.3BETA9pl1Paul Traina1994-09-222-0/+1665
* | This commit was generated by cvs2svn to compensate for changes in r2986,Paul Traina1994-09-222-0/+1549
|\|
| * dig(1) from BIND 4.9.3BETA9pl1Paul Traina1994-09-222-0/+1549
* | Port BIND to FreeBSD.Paul Traina1994-09-2221-18/+1458
* | Fix compilation error and formatting mistake.Garrett Wollman1994-09-221-2/+2
* | make 8bit clean defaultsAndrey A. Chernov1994-09-221-3/+3
* | This commit was generated by cvs2svn to compensate for changes in r2980,Paul Traina1994-09-2238-0/+18802
|\|
| * NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)vendor/bind4/4.9.3b9-p1Paul Traina1994-09-2238-0/+18802
* More loadable VFS changes:Garrett Wollman1994-09-2241-152/+52
* Make iso_addr's output conform to modern conventions for NSAPPaul Traina1994-09-221-18/+16
* From 1.1.5:David Greenman1994-09-223-6/+6
* Root should NEVER have . in the path.Rodney W. Grimes1994-09-221-2/+2
* Revert the change that removed the -k flag from the ls alias, we have ls -kRodney W. Grimes1994-09-221-2/+2
* change COOKIE directory from .CURDIR to WRKDIR since a user may not haveSteven Wallace1994-09-221-3/+3
* Attention to all cc hackers, here workaround for gcc 2.6.0Andrey A. Chernov1994-09-221-2/+4
* Fix mvcur typo bug from my previous fixAndrey A. Chernov1994-09-221-1/+1
* Various cleanup and fixes.Poul-Henning Kamp1994-09-228-43/+77
* Fix stupid memory-allocation error.Garrett Wollman1994-09-221-3/+9
* Automatically load filesystem if not present in system and loadable.Garrett Wollman1994-09-221-1/+11
* Use getvfs* functions to map between VFS types and names.Garrett Wollman1994-09-224-8/+40
* Call ffs ``ufs'' for the benefit of poor, confused user-land programs.Garrett Wollman1994-09-221-2/+2
* Build lsvfs.Garrett Wollman1994-09-221-2/+3
* Added lsvfs command to show loaded VFS modules (including statically-linkedGarrett Wollman1994-09-223-0/+107
* 1) Make ctype-aware expect chars in range 0200-0204 treatedAndrey A. Chernov1994-09-228-53/+85
* Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,Garrett Wollman1994-09-222-1/+235