summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | Manctl utility:csgr1994-04-172-0/+268
| / | | | | | | | | | | | | | | | | compresses man pages uncompresses man pages purges old formatted man pages (not implemented yet) currently still under development, but worth trying out (IMHO) a man page ;-) must still be written for manctl - to follow shortly
* | Whoops, -Y and -N would work better if they were in the getopts string!jkh1994-04-161-2/+2
| |
* | Make y_or_n() pay attention to AutoAnswer global.jkh1994-04-053-6/+17
| |
* | Add -N and -Y flags for auto-answer feature.jkh1994-04-052-1/+17
| |
* | Upgraded to Delaware version 3.3p (yes, that's right, they're not increasing).wollman1994-04-039-18/+73
| | | | | | | | | | | | This version still doesn't talk to the kernel PLL code, but you should be able to convince it to do so relatively easily. Also deleted some junk files and fixed all compilation warnings.
* | This commit was generated by cvs2svn to compensate for changes in r1328,wollman1994-04-0392-1142/+4661
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * xntp 3.3p from Delawarewollman1994-04-0395-1146/+4718
| |
* | Added support for "Conrad DCF-77 mobil" radio clock. This is the cheapestphk1994-02-261-0/+68
| | | | | | | | | | (DM130) way to get precise ticks if you are within range of the xmitter in Mainflingen. I'm some 1000Km away and have +/- 2ms clock using this.
* | From: phk@login.dkuug.dk (Poul-Henning Kamp)rgrimes1994-02-201-3/+3
| | | | | | | | | | | | | | | | Message-Id: <9402201119.AA06430@login.dkuug.dk> Subject: bug in fdformat.c There is a bug in fdformat.c: the number of heads are hardcoded in two places. This is quite inconsequencial at present, but a bug nontheless.
* | Some fixes from Joergache1994-02-111-8/+15
| |
* | When hexdumping a RIP entry, type cast the bytes to unsigned first. Notdg1994-02-101-3/+3
| | | | | | | | | | doing so caused them to be sign-extended to an int (which really messed things up).
* | Fixed bug in decoding of RIP packets. RIP data is in "osockaddr" format;dg1994-02-101-2/+28
| | | | | | | | | | | | | | the fix is to import the structures from protocols/routed.h and change the sockaddr to osockaddr. We can't change the generic include file because too many other things rely on this in order to deal with the kernel routing socket (which is sockaddr format).
* | Fix size of il (interleave) array.ache1994-02-101-1/+1
| |
* | Add interleave > 1 support by Poul-Henning Kamp.ache1994-02-102-10/+17
| | | | | | | | Chack valid range of sectors per track.
OpenPOWER on IntegriCloud