summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
Commit message (Expand)AuthorAgeFilesLines
* Remove the SLICE code.sos1998-09-141-325/+1
* Enable the vn device under DEVFS without SLICE.sos1998-09-121-4/+33
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Make struct buf->b_offset reflect the real byte offset which gotsos1998-08-191-1/+3
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-3/+3
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-5/+2
* Fixed printf format errors.bde1998-07-111-12/+15
* There is no such thing any more as "struct bdevsw".julian1998-07-041-7/+25
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Don't use a struct buf (malloc'd) without first initialising all the fieldsjulian1998-07-041-1/+5
* Fix another DEVFS/SLICE ioctl.dfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Add dump support to the DEVFS/slice code.julian1998-05-061-2/+17
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-241-3/+2
* close() is no longer a SLICE method.julian1998-04-221-3/+5
* Add changes and code to implement a functional DEVFS.julian1998-04-191-35/+314
* Removed unused debugging variables and macros.bde1998-02-201-11/+3
* Staticize.eivind1998-02-091-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* 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
OpenPOWER on IntegriCloud