summaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinumvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix a multitude of sins, including data corruption and panics.Greg Lehey2000-05-111-5/+5
* Set default revive block size to 64 kB.Greg Lehey2000-03-011-1/+2
* Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR withGreg Lehey2000-02-291-14/+19
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-19/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Change default revive block size to 60 kB (was 64 kB), and set aGreg Lehey1999-10-131-2/+16
* struct plex: Add variables checkblock and rebuildblock to keep trackGreg Lehey1999-09-281-1/+8
* Initialize the si_bsize fields of the new dev structure. This fixesGreg Lehey1999-08-291-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add 'initialized' state for subdisks. After initializing, the subdiskGreg Lehey1999-08-151-18/+19
* Tidy up comments.Greg Lehey1999-08-141-18/+42
* Import RAID-5 code.Greg Lehey1999-08-071-3/+26
* Modify device numbering method to work with latest -CURRENT. Briefly,Greg Lehey1999-07-221-6/+6
* Change the type of the freelist sectors variable to u_int64_t inGreg Lehey1999-07-021-2/+2
* Add some comments about the VINUMMINOR macro, which is not for humanGreg Lehey1999-06-221-1/+6
* Modify to work with new style dev_t.Greg Lehey1999-05-151-26/+23
* Remove some dead variables.Greg Lehey1999-05-021-3/+1
* struct drive: add fields for debugging lockdrive deadlocks.Greg Lehey1999-04-101-0/+4
* Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.Greg Lehey1999-04-051-0/+1
* Add flag VF_CREATEDGreg Lehey1999-03-301-0/+1
* Add definition LongJmp for longjmp if -DVINUMDEBUG.Greg Lehey1999-03-281-6/+9
* Add flag VF_FORCECONFIG for use by the config_drive and friends.Greg Lehey1999-03-231-1/+1
* Define two superdevices for vinum(8), depending on whether they areGreg Lehey1999-03-191-3/+27
* Remove opencount from vinum_conf and struct vol, and disk index fromGreg Lehey1999-03-131-7/+4
* Correct some diagramsGreg Lehey1999-03-021-8/+10
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-30/+52
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-47/+59
* Some relatively minor tweaks to enable vinum to be built into a staticPeter Wemm1998-12-281-4/+4
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-281-0/+516
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-516/+0
* Change some numeric #defines to enumsGreg Lehey1998-11-021-12/+11
* config.c:Greg Lehey1998-10-211-2/+9
* Import base vinum lkm sourcesGreg Lehey1998-09-161-0/+510