aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* struct drive: add fields for debugging lockdrive deadlocks.Greg Lehey1999-04-101-0/+4
* set_sd_state:Greg Lehey1999-04-101-0/+1
* When VINUMDEBUG is set, add function basename() to return the baseGreg Lehey1999-04-101-5/+14
* lockdrive: Add debug calls to catch occasional deadlocks on drives.Greg Lehey1999-04-101-6/+26
* Add flag keyword w.Greg Lehey1999-04-102-3/+5
* daemon_save_config:Greg Lehey1999-04-101-3/+5
* Define macro LOCKDRIVE for debugging drive locking deadlocks.Greg Lehey1999-04-101-1/+3
* Add declaration for basename()Greg Lehey1999-04-101-0/+5
* Add debug calls to catch occasional deadlocks on drives. The problemGreg Lehey1999-04-101-15/+20
* update_plex_config: Eliminate a potential divide-by-zero.Greg Lehey1999-04-091-13/+15
* Modify parameter checking in LongJmp to match the reality of anGreg Lehey1999-04-091-3/+3
* Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.Greg Lehey1999-04-051-0/+1
* remove_plex: If we don't find the plex in a volume to which itGreg Lehey1999-04-051-2/+6
* free_vinum: Clean out bdevsw entry before unloading kld.Greg Lehey1999-04-051-6/+21
* Destaticize some variables to allow checking on them when exiting.Greg Lehey1999-03-311-2/+2
* daemonq_return request: Clean up request queue and free all memoryGreg Lehey1999-03-311-2/+8
* free_drive: free the drive free list if it has one.Greg Lehey1999-03-311-0/+2
* vinumattach: Remove some really old, dead cruft.Greg Lehey1999-03-311-26/+18
* Add flag VF_CREATEDGreg Lehey1999-03-301-0/+1
* Change the lengths of many ioctl parameters, which occasionally causedGreg Lehey1999-03-301-7/+7
* Revise use of the vinum_conf variables drives_used, subdisks_used,Greg Lehey1999-03-301-33/+33
* Revise use of the vinum_conf variables drives_used, subdisks_used,Greg Lehey1999-03-301-75/+85
* Revise use of the vinum_conf variables drives_used, subdisks_used,Greg Lehey1999-03-301-120/+65
* Revise use of the vinum_conf variables drives_used, subdisks_used,Greg Lehey1999-03-302-24/+28
* Add definition LongJmp for longjmp if -DVINUMDEBUG.Greg Lehey1999-03-281-6/+9
* set_sd_state: Handle sd_empty correctly. In particular, requireGreg Lehey1999-03-281-71/+79
* Put some \ns in some log messages.Greg Lehey1999-03-281-3/+3
* Add function LongJmp which checks the parameters before callingGreg Lehey1999-03-281-7/+48
* Remove longjmp declaration.Greg Lehey1999-03-282-14/+2
* Add declaration for forceup () (in vinumstate.c)Greg Lehey1999-03-281-1/+9
* Remove longjmp declaration.Greg Lehey1999-03-281-87/+150
* Remove longjmp declaration.Greg Lehey1999-03-281-9/+6
* Add 'referenced' states to subdisks and plexes.Greg Lehey1999-03-282-2/+9
* Correct the text of an obscure error message.Greg Lehey1999-03-241-2/+2
* Change the definition of VINUM_STARTCONFIG to take an int write parameter.Greg Lehey1999-03-231-1/+1
* Add flag VF_FORCECONFIG for use by the config_drive and friends.Greg Lehey1999-03-231-1/+1
* vinum_start:Greg Lehey1999-03-231-5/+2
* VINUM_STARTCONFIG:Greg Lehey1999-03-231-1/+1
* init_drive:Greg Lehey1999-03-231-2/+9
* Change the declaration of start_config.Greg Lehey1999-03-231-1/+1
* start_config:Greg Lehey1999-03-231-7/+16
* Define two superdevices for vinum(8), depending on whether they areGreg Lehey1999-03-191-3/+27
* VolState: return an enum volumestate, not a (non-existent) enum volstate.Greg Lehey1999-03-191-1/+1
* Perform all of vinumstrategy at splbio. This doesn't appearGreg Lehey1999-03-191-6/+4
* Use microtime, not getmicrotime, to note the times in the malloc andGreg Lehey1999-03-191-2/+2
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. ItGreg Lehey1999-03-191-3/+7
* Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They didGreg Lehey1999-03-191-6/+6
* free_vinum: don't change loop bounds for deleting drives while in the loop.Greg Lehey1999-03-191-11/+14
* Modify to compile with egcs.Greg Lehey1999-03-188-21/+15
* deallocrqg: deallocate the correct object, also check that the objectGreg Lehey1999-03-141-5/+11