summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinum.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to use physread() and physwrite().grog1999-05-071-1/+1
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-2/+0
* Get extern declarations right.grog1999-05-021-4/+4
* Suser() simplification:phk1999-04-271-2/+2
* free_vinum: clear up a warning message.grog1999-04-171-0/+2
* free_vinum: Clean out bdevsw entry before unloading kld.grog1999-04-051-7/+22
* vinumattach: Remove some really old, dead cruft.grog1999-03-311-26/+18
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-18/+21
* Remove longjmp declaration.grog1999-03-281-9/+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-181-9/+3
* vinum_inactive: distinguish whether we care whether the configgrog1999-03-131-5/+8
* Change printf() calls to log() calls.grog1999-03-021-101/+42
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-17/+26
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-74/+30
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-4/+5
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+544
* Remove LKM's depricated by modules.sos1998-12-271-544/+0
* Remove some dead code and commentsgrog1998-11-031-10/+8
* Move the kld stuff to here.peter1998-10-231-4/+38
* Import base vinum lkm sourcesgrog1998-09-161-0/+512
OpenPOWER on IntegriCloud