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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-9
/
+9
*
Move the truncation code out of vn_open and into the open system call
mckusick
2000-07-04
1
-2
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Zero out the uio structure prior to initializing it. A garbage (uninitia...
dillon
2000-05-14
1
-4
/
+9
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-5
/
+3
*
Convert the vm_pager_strategy() interface to take a struct bio instead of
phk
2000-05-03
1
-2
/
+0
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-34
/
+36
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-6
/
+9
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-7
/
+7
*
Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transfers
peter
1999-12-28
1
-1
/
+13
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+1
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
Remove the devsw magic from DEV_MODULE()
phk
1999-11-07
1
-1
/
+2
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Remove the D_NOCLUSTER[RW] options which were added because vn had
phk
1999-09-30
1
-1
/
+0
*
Zap #include "vn.h" - it's not used
peter
1999-09-27
1
-1
/
+0
*
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
[next]