summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* When looking at all objects, look at all objects.grog1999-04-171-7/+7
| | | | | main: If the wrong version is started, execve the correct version.
* When looking at all objects, look at all objects.grog1999-04-171-19/+22
| | | | | | vinum_lsi: Print rough size of plex in parentheses. Print drive info with -v option (previously required -V).
* vinum_init: count dead children correctly when waiting for completion.grog1999-04-171-2/+5
| | | | vinum_resetstats: count objects correctly.
* Correctly ref editline(3).ghelmer1999-04-131-8/+4
| | | | PR: docs/10973
* Change LKM/modload to KLD/kldload.ghelmer1999-04-131-4/+4
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Add external declaration for wait flag, rather later than intended.grog1999-04-101-0/+1
| | | | | | Complained-about-by: jkh Jim Bloom <bloom@acm.org> Michael Reifenberger <root@nihil.plaut.de>
* Document -w option for init command.grog1999-04-101-22/+44
| | | | Reorganize OPTIONS section into alphabetical order.
* Add -w option to init command: wait for init to complete beforegrog1999-04-102-63/+76
| | | | returning.
* If the wrong version of vinum(8) has been started (i.e. non-RAID-5grog1999-04-093-5/+7
| | | | | | | when the kernel module is RAID-5, or the other way round), execve() the correct one. Add \n to an error message.
* Add a comment that natd is made for use with NICs, not PPP links - I'meivind1999-04-081-4/+4
| | | | | tired of the five people each day that ask me how to set up natd for use with PPP.
* Change LKM/modload to KLD/kldload.ghelmer1999-04-081-4/+4
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* modload -> kldload and add ref to kldload(8) in See Also section.ghelmer1999-04-082-4/+6
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Convert LKM/modload to KLD/kldload. Add ref to kldload(8).ghelmer1999-04-081-2/+3
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* kldload("ccd") if the ccd module isn't present.peter1999-04-051-1/+8
|
* Add GOTCHAS entries warning against using partition c for vinum, andgrog1999-04-051-0/+76
| | | | | | explaining the syntax of the 'read' command. Shot-in-foot-by: Bob Gustwick <gustwick@oldzoom.bga.com>
* Install dhclient-script under ${DESTDIR}.bde1999-04-031-2/+3
| | | | PR: 10615, 10891
* Update refs for KLD's and kldload.ghelmer1999-04-011-3/+3
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Rename spppcontrol.1 to spppcontrol.8. The latter file was createdjdp1999-04-012-227/+1
| | | | by repository copy.
* Null commit to note that spppcontrol.1 has been repository copiedjdp1999-04-011-1/+1
| | | | to spppcontrol.8.
* vinum_resetstats: Reset stats for drives correctly when recursing.grog1999-03-311-2/+4
|
* Change the meaning of the combination of -s and no -v option in thegrog1999-03-311-74/+133
| | | | | | list functions. Previously, it would produce a non-verbose listing of the objects followed individually by a statistics listing. Now it produces only a one-line-per-object statistics listing.
* Disable reads on our ICMP socket. We only use it for sending.brian1999-03-301-1/+8
| | | | PR: 9253
* Add ability to set protocol number.phk1999-03-292-5/+30
| | | | | PR: 10753 Submitted by: Isao SEKI <iseki@gongon.com>
* Get date right.grog1999-03-281-8/+57
| | | | | | | | Remove comments about not being able to unload from the command line. Add another example configuration output. Clarify when to use 'vinum start' and when to use 'vinum read'.
* main (): Don't loop waiting for children to finish.grog1999-03-281-2/+2
|
* vinum_start: Allow user to specify a plex. In this case, revive allgrog1999-03-281-2/+28
| | | | | | | | subdisks in need of revival. vinum_stop: sleep for a second before unloading. This solves a race condition with a potential daemon when the stop command is specified on the command line.
* - There exists a manpage, so use/install it.nate1999-03-261-2/+2
|
* Add `const's that I forgot to commit. Not bad - I brokebrian1999-03-261-3/+3
| | | | | | the -stable and -current builds in the space of 1 day ! Pointed out by: jdp
* Add some const-cleanliness and avoid some warnings.brian1999-03-241-43/+43
|
* Allow port ranges when specifying -redirect_port.brian1999-03-241-32/+127
| | | | | Submitted by: Wes Santee <wes@bogon.net> PR: 9696
* Add a tutorial-like section "How to set up Vinum"grog1999-03-241-76/+628
|
* 'start' command: check that the objects in question aren't already up,grog1999-03-241-17/+49
| | | | and produce an intelligble message if they are.
* Correct ioctl calls VINUM_STARTCONFIG. The last commit broke thegrog1999-03-231-3/+3
| | | | 'vinum start' command.
* Describe the new semantics of 'create':grog1999-03-231-8/+31
| | | | | | | | | | | | | | | When creating a new drive, if the drive already has a vinum label, and name doesn't match the specified drive, do it anyway if the 'force' flag is specified. Continually-tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk> Update information about partition type for Vinum drives. They *should* be of type 'vinum', but currently we still accept (and complain about) partitions of type 'unused'. At a later date, only 'vinum' will be accepted. Threatened-since: over a year
* Print correct message if the wrong module is loaded.grog1999-03-231-1/+1
|
* vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.grog1999-03-231-1/+1
| | | | | | | | | | Semantics: When creating a new drive, if the drive already has a vinum label, and name doesn't match the specified drive, do it anyway if the 'force' flag is specified. Continually-tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
* The attached patch to /usr/src/sbin/dump/optr.c changes the comparisonjkh1999-03-211-5/+5
| | | | | | | | | | | | so that dumps are treated by dump -w as having been done on midnight of the day they were actually run. This makes dump -w behave as expected for regularly scheduled daily dumps - if they all run the same day. It makes dump -w behave strangely if you dump late in the day and check again after midnight, but that is the lesser of two evils. Submitted by: Mike Meyer <mwm@phone.net> PR: 9429
* If we fail to open the super device, open the "wrong" device (that is,grog1999-03-191-1/+32
| | | | | | | | the debug superdevice when we're compiled without debug, or the normal superdevice when we're compiled with debug. If this succeeds, print an informative comment and exit. make_devices: Create both debug and normal superdevices.
* Clarify the synchronization options in additional plexes to a volume.grog1999-03-181-3/+11
|
* Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard tobde1999-03-162-4/+6
| | | | | | | avoid mounting filesystems multiple times. PR: 10572 Submitted by: Cy Schubert <cy@cschuber.net.gov.bc.ca>
* Add cross-reference to loader man page, plus various minorrnordier1999-03-161-9/+12
| | | | improvements.
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-155-11/+246
| | | | take two.
* Clarify that the stop command only works in interactive mode.grog1999-03-141-2/+6
|
* create command: get the message right if an error occurs with agrog1999-03-141-3/+5
| | | | non-verbose create.
* Describe the new debug flags DEBUG_EOFINFO and DEBUG_MEMFREE.grog1999-03-131-9/+10
| | | | | | Fix a confusion between slices and partitions. Clarify the problems of small stripe sizes (< 128 kB).
* info command: Remove opencount parameter, print value of open flag.grog1999-03-131-1/+1
|
* create command: if an error occurs, print the offending line even ifgrog1999-03-131-0/+2
| | | | the -v flag has not been set.
* Note that a standard MBR supports booting only from hard drive 0rnordier1999-03-132-2/+8
|
* src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp)brian1999-03-121-1/+2
|
* Fix savecore so that it works on alphasgallatin1999-03-121-1/+7
| | | | Reviewed by: Doug Rabson <dfr@nlsystems.com>
OpenPOWER on IntegriCloud