summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/v.c
Commit message (Expand)AuthorAgeFilesLines
* Ups! Forgot to put "sbin" on the commit line:phk2004-11-041-685/+0
* Since DEVFS is mandatory, remove all instances to make_dev*. Keep thele2004-02-161-193/+3
* Remove "label" keyword.grog2003-06-121-2/+1
* Move most #includes to vext.h.grog2003-05-011-50/+33
* Make vinum disk-related devices readable by group "operator" to matchjoerg2003-01-161-0/+15
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* more file system > filesystemtrhodes2002-05-161-1/+1
* Remove #ifdef VINUMDEBUG. vinum(8) now always supports debug optionsgrog2001-05-231-37/+1
* Tidy up header files. Don't include stuff we don't need.grog2001-05-221-50/+79
* Use _PATH_DEV.obrien2001-02-281-3/+4
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-201-19/+35
* Clean up now that setproctitle() is in libc.grog2000-09-031-1/+0
* continue_revive: Set the revive blocksize correctly in the ioctl request.grog2000-06-071-0/+6
* Change the default command history file from /var/tmp/vinum_history togrog2000-06-021-3/+50
* Add -i (interval) option, for use with start command.grog2000-05-111-2/+15
* Don't print any error message if we can't open the history file. Thisgrog2000-02-291-10/+8
* Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.peter2000-02-061-1/+1
* make_devices(): Create devices with permissions 640, not 740.grog2000-01-051-10/+10
* makedev: Give all devices permissions 740.grog2000-01-051-57/+25
* Change the name of the v flag variable from 'verbose' to 'vflag',grog1999-10-131-9/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* parseline(): Reset the -w flag.grog1999-08-241-27/+29
* make_plex_dev: make them raw. Volume-related plex devices willgrog1999-08-141-9/+19
* Remove code to detect RAID-5/non-RAID-5 kernel modules.grog1999-08-071-99/+125
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-221-4/+4
* Change the name of the s option to indicate that it wears more thangrog1999-07-021-15/+49
* Remove ancient, mouldy comments.grog1999-06-221-16/+0
* timestamp:grog1999-05-021-1/+3
* Maintain a log file, by default /var/log/vinum.history, showing whatgrog1999-05-021-0/+54
* When looking at all objects, look at all objects.grog1999-04-171-7/+7
* Add -w option to init command: wait for init to complete beforegrog1999-04-101-0/+5
* If the wrong version of vinum(8) has been started (i.e. non-RAID-5grog1999-04-091-3/+5
* main (): Don't loop waiting for children to finish.grog1999-03-281-2/+2
* Print correct message if the wrong module is loaded.grog1999-03-231-1/+1
* If we fail to open the super device, open the "wrong" device (that is,grog1999-03-191-1/+32
* Move definitions of VINUMMOD and WRONGMOD to vext.h.grog1999-03-021-17/+42
* Check for both kinds of Vinum module (with and without RAID-5). Usinggrog1999-02-111-0/+8
* Update to reflect major changes in vinum kernel modulegrog1999-01-211-15/+95
* Complete previous commit: change debug macro from DEBUG to VINUMDEBUGgrog1999-01-061-5/+7
* Tweaks as a result of having vinum statically buildable in a kernel.peter1998-12-281-2/+2
* Import base vinum userland sourcesgrog1998-09-161-0/+561
OpenPOWER on IntegriCloud