summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/commands.c
Commit message (Expand)AuthorAgeFilesLines
* vinum_start: examine storage array devices, not just disks.grog2002-04-261-3/+4
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-11/+11
* Correct typo.grog2001-06-111-2/+2
* vinum_debug: Check for kernel module debug support, print errorgrog2001-05-231-10/+11
* Tidy up header files. Don't include stuff we don't need.grog2001-05-221-108/+107
* Use _PATH_DEV.obrien2001-02-281-2/+3
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-201-19/+19
* Correct some comments.grog2000-12-201-3/+6
* Clean up now that setproctitle() is in libc.grog2000-09-031-1/+0
* vinum_start: Set the revive blocksize correctly.grog2000-06-071-1/+3
* attach command: allow attaching striped or parity plexes if the -fgrog2000-06-021-1/+2
* start plex/subdisk:grog2000-05-111-57/+31
* Implement vinum_rebuildparity, which had got forgotten. In thegrog2000-03-011-35/+58
* New function checkupdates: check whether configuration updates aregrog2000-02-291-5/+357
* Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.peter2000-02-061-1/+1
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+132
* Change the name of the v flag variable from 'verbose' to 'vflag',grog1999-10-131-43/+110
* vinum_init: Fix message typo.grog1999-09-281-1/+50
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Tidy up some indentation and comments.grog1999-08-241-15/+109
* initsd: On completion, put the subdisk in 'initialized' status, notgrog1999-08-151-34/+34
* vinum_init: add code to initialize subdisks as well as plexes. Alsogrog1999-08-141-129/+159
* vinum_init:grog1999-08-071-29/+83
* Remove the volume, plex, sd and drive commands which allowed the usergrog1999-07-021-66/+493
* Allow a 'start <drive>' command.grog1999-06-221-1/+4
* vinum_create:grog1999-05-021-57/+97
* vinum_init: count dead children correctly when waiting for completion.grog1999-04-171-2/+5
* Add -w option to init command: wait for init to complete beforegrog1999-04-101-63/+71
* vinum_resetstats: Reset stats for drives correctly when recursing.grog1999-03-311-2/+4
* vinum_start: Allow user to specify a plex. In this case, revive allgrog1999-03-281-2/+28
* 'start' command: check that the objects in question aren't already up,grog1999-03-241-17/+49
* Correct ioctl calls VINUM_STARTCONFIG. The last commit broke thegrog1999-03-231-3/+3
* vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.grog1999-03-231-1/+1
* create command: get the message right if an error occurs with agrog1999-03-141-3/+5
* create command: if an error occurs, print the offending line even ifgrog1999-03-131-0/+2
* resetconfig: don't log the "obliterated" message, the kernel does thatgrog1999-03-021-11/+47
* Extend 'start' command: if used without any parameters, vinum scansgrog1999-02-111-3/+41
* Update to reflect changes in kernel lkmgrog1999-01-211-84/+169
* Complete change from DEBUG to VINUMDEBUG. Now it still builds whengrog1999-01-061-2/+2
* Tweaks as a result of having vinum statically buildable in a kernel.peter1998-12-281-2/+2
* Remove kludge to set subdisk states when bringing up a plexgrog1998-11-021-50/+1
* Import base vinum userland sourcesgrog1998-09-161-0/+1030
OpenPOWER on IntegriCloud