aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum/v.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "label" keyword.Greg Lehey2003-06-121-2/+1
* Move most #includes to vext.h.Greg Lehey2003-05-011-50/+33
* Make vinum disk-related devices readable by group "operator" to matchJoerg Wunsch2003-01-161-0/+15
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Remove #ifdef VINUMDEBUG. vinum(8) now always supports debug optionsGreg Lehey2001-05-231-37/+1
* Tidy up header files. Don't include stuff we don't need.Greg Lehey2001-05-221-50/+79
* Use _PATH_DEV.David E. O'Brien2001-02-281-3/+4
* Fix vinum for both devfs and non-devfs systems.Alfred Perlstein2001-02-201-19/+35
* Clean up now that setproctitle() is in libc.Greg Lehey2000-09-031-1/+0
* continue_revive: Set the revive blocksize correctly in the ioctl request.Greg Lehey2000-06-071-0/+6
* Change the default command history file from /var/tmp/vinum_history toGreg Lehey2000-06-021-3/+50
* Add -i (interval) option, for use with start command.Greg Lehey2000-05-111-2/+15
* Don't print any error message if we can't open the history file. ThisGreg Lehey2000-02-291-10/+8
* Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.Peter Wemm2000-02-061-1/+1
* make_devices(): Create devices with permissions 640, not 740.Greg Lehey2000-01-051-10/+10
* makedev: Give all devices permissions 740.Greg Lehey2000-01-051-57/+25
* Change the name of the v flag variable from 'verbose' to 'vflag',Greg Lehey1999-10-131-9/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* parseline(): Reset the -w flag.Greg Lehey1999-08-241-27/+29
* make_plex_dev: make them raw. Volume-related plex devices willGreg Lehey1999-08-141-9/+19
* Remove code to detect RAID-5/non-RAID-5 kernel modules.Greg Lehey1999-08-071-99/+125
* Modify device numbering method to work with latest -CURRENT. Briefly,Greg Lehey1999-07-221-4/+4
* Change the name of the s option to indicate that it wears more thanGreg Lehey1999-07-021-15/+49
* Remove ancient, mouldy comments.Greg Lehey1999-06-221-16/+0
* timestamp:Greg Lehey1999-05-021-1/+3
* Maintain a log file, by default /var/log/vinum.history, showing whatGreg Lehey1999-05-021-0/+54
* When looking at all objects, look at all objects.Greg Lehey1999-04-171-7/+7
* Add -w option to init command: wait for init to complete beforeGreg Lehey1999-04-101-0/+5
* If the wrong version of vinum(8) has been started (i.e. non-RAID-5Greg Lehey1999-04-091-3/+5
* main (): Don't loop waiting for children to finish.Greg Lehey1999-03-281-2/+2
* Print correct message if the wrong module is loaded.Greg Lehey1999-03-231-1/+1
* If we fail to open the super device, open the "wrong" device (that is,Greg Lehey1999-03-191-1/+32
* Move definitions of VINUMMOD and WRONGMOD to vext.h.Greg Lehey1999-03-021-17/+42
* Check for both kinds of Vinum module (with and without RAID-5). UsingGreg Lehey1999-02-111-0/+8
* Update to reflect major changes in vinum kernel moduleGreg Lehey1999-01-211-15/+95
* Complete previous commit: change debug macro from DEBUG to VINUMDEBUGGreg Lehey1999-01-061-5/+7
* Tweaks as a result of having vinum statically buildable in a kernel.Peter Wemm1998-12-281-2/+2
* Import base vinum userland sourcesGreg Lehey1998-09-161-0/+561