aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* Polish error handling code using biofinish()Poul-Henning Kamp2001-05-081-6/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-6/+3
* Fix a panic if MD devices were left half-created.Poul-Henning Kamp2001-05-061-14/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+7
* Fix a reference to the "vn" driver in a warning message.Poul-Henning Kamp2001-03-201-1/+1
* Use a more BIOS friendly geometry.Poul-Henning Kamp2001-03-091-1/+1
* Make "md" and "mdctl" macroized parameters.Poul-Henning Kamp2001-02-251-4/+28
* Make md/mdconfig do kld.Poul-Henning Kamp2001-02-241-4/+35
* Remove devstat entries in mddelete()Poul-Henning Kamp2001-01-281-0/+1
* General cleanup.Poul-Henning Kamp2001-01-211-53/+33
* Fix a maybe-not-so-harmless warning.Peter Wemm2001-01-191-1/+1
* Either cvs(1) or I forgot this file in my last commit.Poul-Henning Kamp2001-01-021-25/+93
* This is the first snapshot of the new all-singing-and-dancing md(4).Poul-Henning Kamp2000-12-311-127/+507
* Enforce disk unit numbers upper limit in cloning.Poul-Henning Kamp2000-12-151-0/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-6/+3
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-17/+5
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-4/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-9/+59
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tSheldon Hearn2000-07-171-3/+3
* Fix the "almost clone" semantics.Poul-Henning Kamp2000-07-041-6/+11
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-39/+40
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-6/+6
* Initialize type correctly.Poul-Henning Kamp1999-12-011-1/+3
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-94/+192
* Teach the md driver to use preloaded files of type "md_image".Poul-Henning Kamp1999-11-201-66/+126
* remove unused #includePoul-Henning Kamp1999-10-111-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Fix includes (remove unnecessary ones, reorder necessary ones.)Brian Feldman1999-09-221-16/+5
* fix a buglet which jordan made me provoke :-)Poul-Henning Kamp1999-09-211-6/+10
* Add an experimental Memory-Disk driver. This driver will allocatePoul-Henning Kamp1999-09-211-0/+282