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
*
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
*
Removed unused #includes.
bde
1997-06-14
1
-3
/
+1
*
Add D_DISK flag to vn_bdevsw.
dfr
1997-04-30
1
-2
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Call bdevsw_add_generic() later so that there is no chance of returning
bde
1996-08-28
1
-4
/
+4
*
Some cleanups to the callout lists recently added.
julian
1996-08-22
1
-2
/
+2
*
oops apparently this wasn't in my test compile, becasue it didn't
julian
1996-08-19
1
-3
/
+4
*
Collect all the functioons concerned with rebooting into one place
julian
1996-08-19
1
-5
/
+6
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-14
/
+3
*
Removed an unused devfs variable again.
bde
1996-03-28
1
-2
/
+2
*
Reviewed by: julian@freebsd.org
scrappy
1996-03-28
1
-0
/
+1
*
Fixed group of disk devices (was wheel or games, now operator).
bde
1996-03-27
1
-6
/
+6
*
Always dsgone() slices when we leave.
phk
1996-03-17
1
-3
/
+2
*
First attempt at creating devfs entries for sliced devices. Doesn't
bde
1996-01-27
1
-10
/
+25
*
Fixed an overflowing multiplication in vnstrategy() by replacing it with
bde
1996-01-14
1
-13
/
+16
*
Staticize.
phk
1995-12-09
1
-9
/
+6
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-29
/
+33
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-1
/
+1
*
OK, that's it..
julian
1995-11-29
1
-0
/
+52
*
Fix a printf.
phk
1995-11-20
1
-1
/
+1
*
Kill setting of b_pfcent - it's unused.
dg
1995-11-19
1
-1
/
+0
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-6
/
+0
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-4
/
+4
[next]