summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Ups! Forgot to put "sbin" on the commit line:phk2004-11-041-2329/+0
* Fix potential buffer overflow.le2004-07-241-2/+2
* 'ld' lists drives, not volumes.le2004-05-251-1/+1
* NULL -> 0.ru2004-03-171-1/+1
* Also remove "makedev" from the online help.le2004-02-161-2/+0
* Since DEVFS is mandatory, remove all instances to make_dev*. Keep thele2004-02-161-18/+0
* Remove unused variable and related bogus checks.le2004-02-141-10/+3
* Don't attempt to make devices if we're using devfs. Thisrwatson2003-11-171-5/+10
* Remove label command. It has been deprecated since December 1998, andgrog2003-06-121-37/+1
* vinum_read: Don't lock configuration from userland. If vinum(8)grog2003-05-081-7/+1
* Centralize _PATH_* definitions.obrien2003-05-051-1/+1
* vinum_start: Call vinum_read with correct number of parameters.grog2003-05-051-1/+1
* vinum_readpol: Get this right.grog2003-05-051-19/+20
* Rewrite of startup code:grog2003-05-041-56/+13
* Move most #includes to vext.h.grog2003-05-011-57/+38
* Update to use current version of devstat API.phk2003-03-151-2/+2
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* While being here, remove a couple of unused "default:" labels in switchjoerg2003-01-161-4/+0
* 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
OpenPOWER on IntegriCloud