summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
Commit message (Expand)AuthorAgeFilesLines
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.kato1997-10-211-5/+18
* Clustered read and write are switched at mount-option level.kato1997-09-271-3/+3
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andkato1997-08-141-2/+7
* Removed unused #includes.bde1997-06-141-3/+1
* Add D_DISK flag to vn_bdevsw.dfr1997-04-301-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Call bdevsw_add_generic() later so that there is no chance of returningbde1996-08-281-4/+4
* Some cleanups to the callout lists recently added.julian1996-08-221-2/+2
* oops apparently this wasn't in my test compile, becasue it didn'tjulian1996-08-191-3/+4
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-5/+6
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-14/+3
* Removed an unused devfs variable again.bde1996-03-281-2/+2
* Reviewed by: julian@freebsd.orgscrappy1996-03-281-0/+1
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-6/+6
* Always dsgone() slices when we leave.phk1996-03-171-3/+2
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-10/+25
* Fixed an overflowing multiplication in vnstrategy() by replacing it withbde1996-01-141-13/+16
* Staticize.phk1995-12-091-9/+6
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-29/+33
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-0/+52
* Fix a printf.phk1995-11-201-1/+1
* Kill setting of b_pfcent - it's unused.dg1995-11-191-1/+0
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-6/+0
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-4/+4
* Fixed VOP_BMAP. A new argument was added, and I missed this one.dyson1995-09-041-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-2/+3
* (Sorry about prev. blank message - I realised I needed a change too late).gpalmer1995-04-281-1/+1
* *** empty log message ***gpalmer1995-04-281-1/+1
* Escentially a rewrite by John Dyson. This is disgusting, and John agrees,dg1995-04-191-164/+127
* A substantial change to the way this works. Not the "TEST_LABELING" isphk1995-03-111-126/+139
* Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048)bde1995-03-041-13/+6
* Missed a reference to numvnd.phk1995-03-021-1/+1
* Less bogus allocation of softc to avoid races.phk1995-03-011-30/+17
* Remove YF comments.bde1995-02-251-2/+2
* Remove the #error that temporarily stopped this from supporting slices andbde1995-02-221-1/+0
* Temporarily stop this compiling if the option TEST_LABELLING is definedbde1995-02-161-0/+1
* YF fix.phk1995-02-141-16/+20
* Fixed incorrect bufsize assignment that was causing a panic.dg1995-02-131-1/+1
* Warning: vn doesn't work just now. I havn't found out why. This commitphk1995-01-301-24/+0
* Continue implementing disk slices and labels for the vn driver. Everythingbde1994-12-161-16/+38
* An inconsequential #ifdef Bruce forgot.phk1994-12-161-0/+2
* Implement disk slices and labels for the vn driver. This is intended mainlybde1994-12-121-11/+93
OpenPOWER on IntegriCloud