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
/
mcd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
1
-6
/
+0
*
Don't call cdevsw_add().
phk
2001-11-04
1
-4
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-4
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-2
/
+9
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-33
/
+33
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-3
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Trying to set BAD144 handling on a CD is sufficiently "Dont Do That
phk
1999-09-20
1
-3
/
+0
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-2
/
+2
*
Set si_bsize_phys and si_bsize_max in all legacy CD drivers.
phk
1999-09-01
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-30
/
+9
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-2
/
+2
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-9
/
+2
*
Missing 'int' in declaration of variables.
peter
1999-05-06
1
-2
/
+2
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-3
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
1
-3
/
+3
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-8
/
+20
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+3
*
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
phk
1997-12-02
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-1
/
+5
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-17
/
+19
*
Removed unused #includes.
bde
1997-07-20
1
-8
/
+1
*
on second thoughts, it doesn't even need <machine/ipl.h> either.
peter
1997-06-01
1
-2
/
+1
*
<machine/spl.h> -> <machine/ipl.h>
peter
1997-06-01
1
-2
/
+2
*
Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.
joerg
1997-05-10
1
-2
/
+2
*
This mega-commit brings the following:
joerg
1997-05-04
1
-1
/
+53
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
1
-10
/
+17
*
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
2
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
2
-2
/
+2
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-30
/
+1
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-13
/
+3
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-3
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-2
/
+2
*
Fixed group and permissions for devfs devices (group operator was games;
bde
1996-06-08
1
-11
/
+13
*
Forget that TAILQ's must be init'ed.
phk
1996-05-03
1
-1
/
+2
*
Move from the old buf.b_actf to the new TAILQ(buf.b_act).
phk
1996-05-03
1
-8
/
+8
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
[next]