aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Remove label command. It has been deprecated since December 1998, andGreg Lehey2003-06-121-37/+1
* vinum_read: Don't lock configuration from userland. If vinum(8)Greg Lehey2003-05-081-7/+1
* Centralize _PATH_* definitions.David E. O'Brien2003-05-051-1/+1
* vinum_start: Call vinum_read with correct number of parameters.Greg Lehey2003-05-051-1/+1
* vinum_readpol: Get this right.Greg Lehey2003-05-051-19/+20
* Rewrite of startup code:Greg Lehey2003-05-041-56/+13
* Move most #includes to vext.h.Greg Lehey2003-05-011-57/+38
* Update to use current version of devstat API.Poul-Henning Kamp2003-03-151-2/+2
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* While being here, remove a couple of unused "default:" labels in switchJoerg Wunsch2003-01-161-4/+0
* vinum_start: examine storage array devices, not just disks.Greg Lehey2002-04-261-3/+4
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-11/+11
* Correct typo.Greg Lehey2001-06-111-2/+2
* vinum_debug: Check for kernel module debug support, print errorGreg Lehey2001-05-231-10/+11
* Tidy up header files. Don't include stuff we don't need.Greg Lehey2001-05-221-108/+107
* Use _PATH_DEV.David E. O'Brien2001-02-281-2/+3
* Fix vinum for both devfs and non-devfs systems.Alfred Perlstein2001-02-201-19/+19
* Correct some comments.Greg Lehey2000-12-201-3/+6
* Clean up now that setproctitle() is in libc.Greg Lehey2000-09-031-1/+0
* vinum_start: Set the revive blocksize correctly.Greg Lehey2000-06-071-1/+3
* attach command: allow attaching striped or parity plexes if the -fGreg Lehey2000-06-021-1/+2
* start plex/subdisk:Greg Lehey2000-05-111-57/+31
* Implement vinum_rebuildparity, which had got forgotten. In theGreg Lehey2000-03-011-35/+58
* New function checkupdates: check whether configuration updates areGreg Lehey2000-02-291-5/+357
* Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.Peter Wemm2000-02-061-1/+1
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-10/+132
* Change the name of the v flag variable from 'verbose' to 'vflag',Greg Lehey1999-10-131-43/+110
* vinum_init: Fix message typo.Greg Lehey1999-09-281-1/+50
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tidy up some indentation and comments.Greg Lehey1999-08-241-15/+109
* initsd: On completion, put the subdisk in 'initialized' status, notGreg Lehey1999-08-151-34/+34
* vinum_init: add code to initialize subdisks as well as plexes. AlsoGreg Lehey1999-08-141-129/+159
* vinum_init:Greg Lehey1999-08-071-29/+83
* Remove the volume, plex, sd and drive commands which allowed the userGreg Lehey1999-07-021-66/+493
* Allow a 'start <drive>' command.Greg Lehey1999-06-221-1/+4
* vinum_create:Greg Lehey1999-05-021-57/+97
* vinum_init: count dead children correctly when waiting for completion.Greg Lehey1999-04-171-2/+5
* Add -w option to init command: wait for init to complete beforeGreg Lehey1999-04-101-63/+71
* vinum_resetstats: Reset stats for drives correctly when recursing.Greg Lehey1999-03-311-2/+4
* vinum_start: Allow user to specify a plex. In this case, revive allGreg Lehey1999-03-281-2/+28
* 'start' command: check that the objects in question aren't already up,Greg Lehey1999-03-241-17/+49
* Correct ioctl calls VINUM_STARTCONFIG. The last commit broke theGreg Lehey1999-03-231-3/+3
* vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.Greg Lehey1999-03-231-1/+1
* create command: get the message right if an error occurs with aGreg Lehey1999-03-141-3/+5
* create command: if an error occurs, print the offending line even ifGreg Lehey1999-03-131-0/+2
* resetconfig: don't log the "obliterated" message, the kernel does thatGreg Lehey1999-03-021-11/+47
* Extend 'start' command: if used without any parameters, vinum scansGreg Lehey1999-02-111-3/+41
* Update to reflect changes in kernel lkmGreg Lehey1999-01-211-84/+169
* Complete change from DEBUG to VINUMDEBUG. Now it still builds whenGreg Lehey1999-01-061-2/+2
* Tweaks as a result of having vinum statically buildable in a kernel.Peter Wemm1998-12-281-2/+2