summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* `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.
| | * import floppy tape controlleralm1994-02-074-0/+838
| | |
| * | import floppy tape controlleralm1994-02-074-0/+838
| /
* | Cosmetique patch from bdeache1994-02-051-9/+23
| |
* | Fix sign of offset diff.ache1993-12-201-6/+36
| | | | | | | | Use Bruce initial/final hour scheme to avoid critical hours.
* | Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRnate1993-12-161-2/+2
| | | | | | | | in front of BINDIR definition.
* | This commit was generated by cvs2svn to compensate for changes in r867,ache1993-12-164-0/+342
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Attempt to import adjkerntz...ache1993-12-164-0/+342
|
* Change default dtrwait time to 2 seconds.ache1993-12-162-2/+4
|
* Man page added.ache1993-12-104-2/+148
|
* Modified for work without options COM_BIDIR into kernel.ache1993-12-102-10/+6
|
OpenPOWER on IntegriCloud