summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* free_vinum: clear up a warning message.grog1999-04-171-0/+2
* struct drive: add fields for debugging lockdrive deadlocks.grog1999-04-101-0/+4
* set_sd_state:grog1999-04-101-0/+1
* When VINUMDEBUG is set, add function basename() to return the basegrog1999-04-101-5/+14
* lockdrive: Add debug calls to catch occasional deadlocks on drives.grog1999-04-101-6/+26
* Add flag keyword w.grog1999-04-102-3/+5
* daemon_save_config:grog1999-04-101-3/+5
* Define macro LOCKDRIVE for debugging drive locking deadlocks.grog1999-04-101-1/+3
* Add declaration for basename()grog1999-04-101-0/+5
* 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
* Modify parameter checking in LongJmp to match the reality of angrog1999-04-091-3/+3
* Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.grog1999-04-051-0/+1
* remove_plex: If we don't find the plex in a volume to which itgrog1999-04-051-2/+6
* free_vinum: Clean out bdevsw entry before unloading kld.grog1999-04-051-7/+22
* Destaticize some variables to allow checking on them when exiting.grog1999-03-311-2/+2
* daemonq_return request: Clean up request queue and free all memorygrog1999-03-311-2/+8
* free_drive: free the drive free list if it has one.grog1999-03-311-0/+2
* vinumattach: Remove some really old, dead cruft.grog1999-03-311-26/+18
* Add flag VF_CREATEDgrog1999-03-301-0/+1
* Change the lengths of many ioctl parameters, which occasionally causedgrog1999-03-301-7/+7
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-33/+33
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-75/+85
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-120/+65
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-302-24/+28
* Add definition LongJmp for longjmp if -DVINUMDEBUG.grog1999-03-281-6/+9
* set_sd_state: Handle sd_empty correctly. In particular, requiregrog1999-03-281-72/+80
* Put some \ns in some log messages.grog1999-03-281-3/+3
* Add function LongJmp which checks the parameters before callinggrog1999-03-281-7/+48
* Remove longjmp declaration.grog1999-03-282-14/+2
* Add declaration for forceup () (in vinumstate.c)grog1999-03-281-1/+9
* Remove longjmp declaration.grog1999-03-281-87/+150
* Remove longjmp declaration.grog1999-03-281-9/+6
* Add 'referenced' states to subdisks and plexes.grog1999-03-282-2/+9
* Correct the text of an obscure error message.grog1999-03-241-2/+2
* Change the definition of VINUM_STARTCONFIG to take an int write parameter.grog1999-03-231-1/+1
* Add flag VF_FORCECONFIG for use by the config_drive and friends.grog1999-03-231-1/+1
* vinum_start:grog1999-03-231-5/+2
* VINUM_STARTCONFIG:grog1999-03-231-1/+1
* init_drive:grog1999-03-231-2/+9
* Change the declaration of start_config.grog1999-03-231-1/+1
* start_config:grog1999-03-231-7/+16
* Define two superdevices for vinum(8), depending on whether they aregrog1999-03-191-3/+27
* VolState: return an enum volumestate, not a (non-existent) enum volstate.grog1999-03-191-1/+1
* Perform all of vinumstrategy at splbio. This doesn't appeargrog1999-03-191-6/+4
* Use microtime, not getmicrotime, to note the times in the malloc andgrog1999-03-191-2/+2
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. Itgrog1999-03-191-3/+7
* Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They didgrog1999-03-191-6/+6
* free_vinum: don't change loop bounds for deleting drives while in the loop.grog1999-03-191-12/+15
* Modify to compile with egcs.grog1999-03-188-21/+15
OpenPOWER on IntegriCloud