summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* Modify to work with new style dev_t.grog1999-05-1511-90/+69
* Fix a bogon which stopped Vinum from recognizing half its keywords.grog1999-05-111-1/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-5/+5
* Make Vinum compile correctly without VINUMDEBUGgrog1999-05-082-1/+2
* Continue where Julian left off in July 1998:phk1999-05-074-10/+7
* Include opt_vinum.h to get the VINUMDEBUG definition as early asgrog1999-05-072-4/+1
* Convert to use physread() and physwrite().grog1999-05-073-16/+3
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-0714-58/+15
* Remove old grungegrog1999-05-071-1/+0
* remove b_proc from struct buf, it's (now) unused.phk1999-05-062-4/+2
* Get extern declarations right.grog1999-05-021-4/+4
* close_drive:grog1999-05-021-32/+47
* vinum_mallocinfo:grog1999-05-021-1/+1
* set_sd_state:grog1999-05-021-6/+9
* sizespec:grog1999-05-021-1/+3
* Remove some dead variables.grog1999-05-021-3/+1
* Suser() simplification:phk1999-04-271-2/+2
* 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
OpenPOWER on IntegriCloud