summaryrefslogtreecommitdiff
path: root/sys/dev/vn
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sBruce Evans1995-04-301-2/+3
* (Sorry about prev. blank message - I realised I needed a change too late).Gary Palmer1995-04-281-1/+1
* *** empty log message ***Gary Palmer1995-04-281-1/+1
* Escentially a rewrite by John Dyson. This is disgusting, and John agrees,David Greenman1995-04-191-161/+124
* A substantial change to the way this works. Not the "TEST_LABELING" isPoul-Henning Kamp1995-03-111-124/+137
* Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048)Bruce Evans1995-03-041-13/+6
* Missed a reference to numvnd.Poul-Henning Kamp1995-03-021-1/+1
* Less bogus allocation of softc to avoid races.Poul-Henning Kamp1995-03-011-30/+17
* Remove YF comments.Bruce Evans1995-02-251-2/+2
* Remove the #error that temporarily stopped this from supporting slices andBruce Evans1995-02-221-1/+0
* Temporarily stop this compiling if the option TEST_LABELLING is definedBruce Evans1995-02-161-0/+1
* YF fix.Poul-Henning Kamp1995-02-141-16/+20
* Fixed incorrect bufsize assignment that was causing a panic.David Greenman1995-02-131-1/+1
* Warning: vn doesn't work just now. I havn't found out why. This commitPoul-Henning Kamp1995-01-301-24/+0
* Continue implementing disk slices and labels for the vn driver. EverythingBruce Evans1994-12-161-16/+38
* An inconsequential #ifdef Bruce forgot.Poul-Henning Kamp1994-12-161-0/+2
* Implement disk slices and labels for the vn driver. This is intended mainlyBruce Evans1994-12-121-11/+93
* Avoid a panic if vn is configured as swapdev. Seems to work fine.Poul-Henning Kamp1994-12-061-3/+6
* The vn driver from 4.4_litePoul-Henning Kamp1994-12-041-0/+550