index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
vn
/
vn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the request crosses EOF and bp->b_bcount is not a multiple of
dillon
1999-09-27
1
-2
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Fix the situation where an I/O crosses the EOF point. We need to properly
dillon
1999-09-20
1
-4
/
+29
*
Only assign to si_bsize_phys if we have an intelligent value for it.
phk
1999-09-18
1
-1
/
+0
*
Fix a bug in the block number calculation for VN disks with a sector
dillon
1999-09-17
1
-10
/
+48
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-4
/
+1
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-1
/
+4
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-4
/
+1
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-4
/
+2
*
Back out the cdevsw_remove() from previous revision for further testing.
green
1999-08-28
1
-1
/
+0
*
Unevilize vn(4) somewhat:
green
1999-08-28
1
-15
/
+26
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
1
-6
/
+6
*
Fix the breakage caused by hanging softc off dev_t. This is only
phk
1999-08-23
1
-7
/
+36
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-5
/
+3
*
Remove compiled in limit on number of devices.
phk
1999-08-08
1
-104
/
+29
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
1
-41
/
+6
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-1
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-16
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Submitted by: Matt Dillon <dillon@freebsd.org>
julian
1999-03-14
1
-216
/
+312
*
The alternate B_PAGING path for vnstrategy() is used for VM faults
dillon
1999-02-01
1
-1
/
+2
*
Oops, got my #ifdef's mixed up. Fix an unused variable warning.
peter
1999-01-23
1
-1
/
+3
*
Convert vn.c into a module (loadable and static).
peter
1999-01-21
1
-45
/
+53
*
Remove the SLICE code.
sos
1998-09-14
1
-325
/
+1
*
Enable the vn device under DEVFS without SLICE.
sos
1998-09-12
1
-4
/
+33
*
remove bdevsw arg from dsopen();
phk
1998-08-23
1
-2
/
+2
*
Make struct buf->b_offset reflect the real byte offset which got
sos
1998-08-19
1
-1
/
+3
*
Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE
bde
1998-07-30
1
-3
/
+3
*
SLICE probing becomes asynchronous. It can now be triggered by
julian
1998-07-13
1
-5
/
+2
*
Fixed printf format errors.
bde
1998-07-11
1
-12
/
+15
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-7
/
+25
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-3
/
+3
*
Don't use a struct buf (malloc'd) without first initialising all the fields
julian
1998-07-04
1
-1
/
+5
*
Fix another DEVFS/SLICE ioctl.
dfr
1998-06-07
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Add dump support to the DEVFS/slice code.
julian
1998-05-06
1
-2
/
+17
*
slice_device.c: permissions changes for SLICE devices
julian
1998-04-24
1
-3
/
+2
*
close() is no longer a SLICE method.
julian
1998-04-22
1
-3
/
+5
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-35
/
+314
*
Removed unused debugging variables and macros.
bde
1998-02-20
1
-11
/
+3
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+3
*
Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are
bde
1997-12-06
1
-2
/
+2
*
Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.
kato
1997-10-21
1
-5
/
+18
*
Clustered read and write are switched at mount-option level.
kato
1997-09-27
1
-3
/
+3
*
Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE and
kato
1997-08-14
1
-2
/
+7
[next]