summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Better support for clean bit: prompt the user to fix it if it's wrongdg1994-08-216-6/+30
| | | | when not preening, and indicate if it was fixed when preening.
* Install aliases "fasthalt" and "fastboot" for halt and boot respectively.dg1994-08-213-3/+18
| | | | | This is for "backwards compatibility". Documented these aliases in the manual page.
* fastboot is no longer - don't install it.dg1994-08-211-1/+1
|
* Added a "clean" field to the output - to show the state of the clean flag.dg1994-08-201-2/+2
|
* Added filesystem clean bit support. This only affects fsck during adg1994-08-209-6/+84
| | | | | | | preen (-p), and in that case the filesystem is skipped if it is clean. A new flag "-f" for 'force' has been added which basically gives back the old behavior of checking all the filesystems all the time. This very closely models the behavior of SunOS and Ultrix.
* Killed explicit OS specification.dg1994-08-191-2/+2
|
* Kill explicit OS specification.dg1994-08-191-2/+2
|
* NetBSD -> FreeBSDdg1994-08-191-2/+2
|
* netbsd -> kernel, NetBSD -> FreeBSDdg1994-08-192-5/+5
|
* Terry Lambert's loadable kernel module support - modload & modunloaddg1994-08-199-2/+744
| | | | utilities w/improvements from the NetBSD group.
* `init' needs crypt() for insecure consoles.wollman1994-08-151-1/+1
|
* Make keywords.h get properly built.jkh1994-08-141-1/+1
| | | | Submitted by: jkh
* Use nulls to pad proctitle rather than spaces...makes ps(1) output moredg1994-08-111-1/+1
| | | | readable.
* Suppress irritating extra newline after kern.boottime.wollman1994-08-081-1/+1
|
* Added support for setting the per-interface MTU.dg1994-08-082-8/+34
|
* Delete obsolete references to librpc.a.wollman1994-08-084-9/+0
|
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
| | | | (and rename a few in the process).
* Changed output formatting to accurately represent the precision.dg1994-08-051-2/+2
|
* Converted 'vmunix' to 'kernel'.dg1994-08-058-46/+46
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-0553-59/+829
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* Fixed so that it can grok old style "fastlinks".dg1994-08-026-6/+6
|
* Don't call getmntopts with a null pointer as an option string; it'lldg1994-08-021-3/+2
| | | | | dereference it. Pass optarg from getopts as it should have been done. This bug caused mount_cd9660 to segfault whenever -o was used.
* Fixed NULL pointer dereference that occured when any options weredg1994-08-022-2/+6
| | | | specified.
* Update this to the latest version from Steve Gerakines. This is an easyjkh1994-06-226-206/+494
| | | | | drop-in for me and looks substantailly neater than the previous version, so I'll give the floppy tape users a break (but just this once :).
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-152-8/+13
| | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes.
* Commented out a pointer to qtar(1), we don't have that yet.ats1994-06-072-6/+6
| | | | Changed the -description in the SYNOPSIS to description.
* Add the -r and -s flags to the Usage string.ats1994-06-051-2/+2
|
* From Bde:ache1994-05-302-98/+56
| | | | | o Rewrote lots of it to be more like stty.1. The old one was too verbose and the complicated options no longer exist.
* From Bde:ache1994-05-302-44/+4
| | | | o Removed bidir options.
* I know better than to edit files on freefall, next time take a patch file.rgrimes1994-05-281-1/+1
| | | | Change vm_paramh. to vm_param.h
* Remove old style manual page depends so make install with NOMAN setrgrimes1994-05-282-4/+0
| | | | can run.
* Disable afterinstall: for manual pages until the manual page fix patchrgrimes1994-05-281-1/+1
| | | | comes in.
* Remove stuff for building manual pages the old way.rgrimes1994-05-282-14/+0
|
* Comment out missing programs fsdb icheck and ncheck.rgrimes1994-05-281-5/+7
| | | | | | | Comment out porting work needed program scsiformat. Remove XNSrouted and routed as they have been moved to usr.sbin. Reviewed by: Submitted by:
* 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
* Don't build /sbin shared.rgrimes1994-05-281-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r1558,rgrimes1994-05-26207-0/+47134
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite sbin Sourcesrgrimes1994-05-26207-0/+47134
| | | | | | | | | | Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
* | BSD 4.4 Lite sbin Sourcesrgrimes1994-05-2673-0/+18495
| | | | | | | | | | 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-264-0/+1015
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+1015
|
* Latest error correction code from Steve Gerakinesjkh1994-05-202-290/+502
|
* FILES entry correctedache1994-05-032-2/+2
|
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-242-2/+2
|
* Better link ldconfig static instead dynamic.ats1994-04-131-2/+2
|
* Add that /usr/X386/lib is also in the default path for ldconfig. Bug foundats1994-04-051-1/+3
| | | | | by Satoshi Asami ( asami@cs.berkeley.edu ). Fixed also a minor typo problem.
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-133-18/+30
| | | | | | | | | | late stage due to the fact that link.h was copyright Sun Microsystems. This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries).
* Changed NetBSD -> FreeBSDnate1994-02-111-2/+2
|
* Manual is in section 8, you MUST say MAN8= for this to work. Add $Id$rgrimes1994-02-072-0/+6
|
*-. This commit was generated by cvs2svn to compensate for changes in r1112,alm1994-02-078-0/+1676
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud