summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumconfig.c
Commit message (Expand)AuthorAgeFilesLines
* give_sd_to_plex: Initialize sd->plexno correctly. Previously this wasgrog2000-06-021-3/+4
* Only wake up one process when we're done configuring.grog2000-05-041-2/+2
* Add support for RAID-4, even though it is inferior in almost every waygrog2000-02-291-51/+73
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+18
* Remove some superfluous comments.grog1999-09-281-63/+41
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* config_plex: don't allocate a rangelock struct.grog1999-08-261-6/+0
* give_sd_to_drive: If we don't have space, deallocate the subdisk.grog1999-08-241-26/+56
* free_drive: mark drive down. This may fix a panic in the 'start' command.grog1999-08-161-1/+3
* Ensure that we can't create two different drives on the samegrog1999-08-151-38/+50
* Add code which someday will help support hot spares.grog1999-08-141-30/+46
* free_drive:grog1999-06-241-2/+2
* Modify to work with new style dev_t.grog1999-05-151-1/+1
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-2/+0
* Add debug calls to catch occasional deadlocks on drives. The problemgrog1999-04-101-15/+20
* update_plex_config: Eliminate a potential divide-by-zero.grog1999-04-091-13/+15
* remove_plex: If we don't find the plex in a volume to which itgrog1999-04-051-2/+6
* free_drive: free the drive free list if it has one.grog1999-03-311-0/+2
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-120/+65
* Remove longjmp declaration.grog1999-03-281-87/+150
* start_config:grog1999-03-231-7/+16
* Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They didgrog1999-03-191-6/+6
* Change the way of recognizing whether a plex was given to a volumegrog1999-03-131-41/+63
* Change printf() calls to log() calls.grog1999-03-021-99/+217
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-97/+187
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-4/+4
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-111/+117
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-2/+3
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+1723
* Remove LKM's depricated by modules.sos1998-12-271-1723/+0
* Check for duplicate subdisk namesgrog1998-11-031-9/+9
* Check for maximum number of subdisks in a plexgrog1998-11-021-1/+11
* config.c:grog1998-10-211-4/+5
* Import base vinum lkm sourcesgrog1998-09-161-0/+1712
OpenPOWER on IntegriCloud