aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-273-12/+12
* Correct #include in vinumioctl.c to compile correctlyGreg Lehey1999-01-241-2/+2
* Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,Peter Wemm1999-01-232-6/+6
* Remove stray Makefile that Greg initially imported.Peter Wemm1999-01-231-26/+0
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-47/+59
* Retain some of the RAID5 texts even in the non-RAID5 versions.Greg Lehey1999-01-211-1/+67
* Remove states:Greg Lehey1999-01-211-28/+21
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-413/+456
* Change the style of revive: revive subdisks instead of plexes. ThisGreg Lehey1999-01-211-35/+86
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-83/+41
* Add keywords help, makedev, quit and setdaemonGreg Lehey1999-01-211-1/+7
* MMalloc: remove directory part of name correctlyGreg Lehey1999-01-211-5/+4
* Create functions lockdrive and unlockdrive to handle drive lockingGreg Lehey1999-01-211-2/+35
* Add keywords makedev, setdaemon and help.Greg Lehey1999-01-211-1/+6
* Remove ioctls VINUM_GETUNMAPPED and VINUM_GETDEFECTIVE (we no longerGreg Lehey1999-01-211-3/+7
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-212-392/+484
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-14/+25
* Remove old cruftGreg Lehey1999-01-211-11/+2
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-111/+117
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-18/+40
* Code for vinum daemon.Greg Lehey1999-01-211-0/+202
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-74/+30
* Reflect changes in vinumstate.hGreg Lehey1999-01-211-5/+4
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-12/+41
* Include the copyright notice in the script, making the file COPYRIGHTGreg Lehey1999-01-211-2/+40
* Fix an overflow problem which prevented revive from working on plexesGreg Lehey1999-01-061-2/+2
* Some relatively minor tweaks to enable vinum to be built into a staticPeter Wemm1998-12-2819-73/+107
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-2823-0/+8492
* Remove LKM's depricated by modules.Søren Schmidt1998-12-2723-8492/+0
* Remove machine/cputypes.h - it's an i386 only thingPeter Wemm1998-11-061-2/+1
* Remove some dead code and commentsGreg Lehey1998-11-031-10/+8
* Print a warning if we removed a junked driveGreg Lehey1998-11-031-1/+7
* Take drive down if the disk driver tells us it's not thereGreg Lehey1998-11-031-1/+5
* Check for duplicate subdisk namesGreg Lehey1998-11-031-9/+9
* Change some numeric #defines to enumsGreg Lehey1998-11-021-12/+11
* Don't close drives when called from interrupt context, set a flag forGreg Lehey1998-11-021-23/+63
* Get the default revive blocksize right for striped and RAID-5 plexesGreg Lehey1998-11-021-3/+4
* Close any drives downed in an interrupt context.Greg Lehey1998-11-021-5/+24
* Accept incorrect device open counts, but print a warningGreg Lehey1998-11-021-2/+17
* Check for maximum number of subdisks in a plexGreg Lehey1998-11-021-1/+11
* Move the kld stuff to here.Peter Wemm1998-10-231-4/+38
* config.c:Greg Lehey1998-10-2111-56/+188
* Correct calculation of revive blocksizeGreg Lehey1998-09-281-2/+2
* Get include paths rightGreg Lehey1998-09-281-2/+2
* Import base vinum lkm sourcesGreg Lehey1998-09-1623-0/+8235