summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Whoops, missed the .cache files - those can be tossed too.jkh1994-06-151-1/+1
|
* Nuke all the intermediate files.jkh1994-06-151-1/+1
|
* 1. Clean the intermediate files when building the default fixit floppyjkh1994-06-153-1/+34
| | | | | (demonstration) target. 2. Add the kcopy and filesystem floppy configuration files from Rod.
* This commit was generated by cvs2svn to compensate for changes in r1722,jkh1994-06-1516-0/+2086
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is the new crunch utility for making distribution floppies fromjkh1994-06-1516-0/+2086
| | | | | James da Silva. We need to integrate this before 1.1.5 so that we can actually make the boot floppies.
* Add explanation of -e in usage().asami1994-06-011-1/+2
|
* Close /dev/tty that is opened in y_or_n()...this is called many timesasami1994-06-011-1/+2
| | | | so it will run out of ptys if not properly closed.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+288
|
* Repeat after me, I will not edit files on Freefall, but bring patchesrgrimes1994-05-291-1/+1
| | | | | over instead. Moved #ifdef to correct place.
* Comment out missing/broken sources.rgrimes1994-05-281-12/+16
|
* Remove stuff for building manual pages the old way.rgrimes1994-05-281-6/+0
|
* Why cast a constant to (unsigned long) when you can make it this byrgrimes1994-05-281-1/+1
| | | | appending UL.
* Disable PS_STRINGS for now until I get the headers fixed.rgrimes1994-05-281-0/+4
|
* Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.rgrimes1994-05-281-0/+3
| | | | Reviewed by: David Greenman
* My last fix broke things more, thanks to Paul Traina for pointing that out!csgr1994-05-261-1/+3
|
* Upgrade config to be compatible with our i386 port, pull in 95% of thergrimes1994-05-269-149/+205
| | | | | changes that have been made in FreeBSD 1.x, except for possibly the nfs diskless support this is a completed config.
* >From Jordancsgr1994-05-261-6/+4
| | | | Fix braindeadness in my makefile
* This commit was generated by cvs2svn to compensate for changes in r1560,rgrimes1994-05-2640-0/+7240
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite sbin -> usr.sbin Sourcesrgrimes1994-05-2640-0/+7240
| | | | | | | | | | Note: The sources for XNSrouted and routed are being imported to usr.sbin instead of sbin.
* | This commit was generated by cvs2svn to compensate for changes in r1558,rgrimes1994-05-261-0/+39
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+39
| | | | | | | | | | Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
* | BSD 4.4 Lite sbin Sourcesrgrimes1994-05-2623-0/+4739
| | | | | | | | | | Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
| |
| \
| \
| \
| \
| \
*-----. \ This commit was generated by cvs2svn to compensate for changes in r1553,rgrimes1994-05-26643-0/+178765
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| | | | * BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-26135-0/+65486
| | | |
| | | * BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+84
| | |
| | * BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-263-0/+659
| |
| * BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-26504-0/+112536
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+2840
|
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-255-16/+46
| | | | | | | in the packing list, or the argument to -p if it is specified, before the requirements/installation/deinstallation scripts are called. This enables the scripts to be written to work on the final installation destination, even if the user uses -p to override the package's default.
* Change Header to Id.jkh1994-05-251-1/+1
|
* Add new find_plist() function.jkh1994-05-252-9/+9
|
* Change in_plist() call to find_plist().jkh1994-05-251-2/+2
|
* Remove find_name(), replace with more generic find_plist() function.jkh1994-05-251-16/+3
|
* Make use of the new FDOPT_NORETRY facility. It does not make sense tojoerg1994-05-223-56/+61
| | | | | | verify formatted tracks with fully retryng. The head should not be moved in either case. Also some minor copyright cleanup.
* Typo (pkg_add => pkg-add).asami1994-05-201-1/+1
|
* Make clear what arguments the "require" script gets.asami1994-05-201-2/+5
|
* Make clear what arguments the "require" package gets (the original didn'tasami1994-05-201-2/+5
| | | | make any sense, with a ".b" instead of ".B" in front of "INSTALL"!).
* Add `-h' option to force tar to follow symbolic linksalm1994-05-194-3/+15
|
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-242-3/+3
|
* Add note about kernel PLL support.wollman1994-04-211-0/+6
|
* Enable kernelized NTP PLL support on the daemon side.wollman1994-04-212-1/+3
| | | | | | If your clocks suddenly start running backwards 500 hours per day, let me know. ifdef out some bogus declarations.
* Enable kernelized NTP PLL support on the daemon side.wollman1994-04-211-0/+2
| | | | | If your clocks suddenly start running backwards 500 hours per day, let me know.
* Merged xntp3.3q from vendor branch.wollman1994-04-219-37/+167
|
* This commit was generated by cvs2svn to compensate for changes in r1381,wollman1994-04-2199-2627/+21737
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * xntp3.3s from UDelwollman1994-04-21106-2674/+21906
| |
* | Fixed Makefile problem pointed out by Piero Serinicsgr1994-04-191-3/+7
| |
* | Much fixed handling of .so entries.csgr1994-04-181-4/+110
| | | | | | | | Also turns pages that consists of a single .so entry into a hard link.
* | get the soelim crud right this time !csgr1994-04-171-2/+3
| |
* | fix to get .so's working - I hopecsgr1994-04-171-1/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r1366,csgr1994-04-172-0/+268
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud