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
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-2
/
+0
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-19
/
+8
*
o Fix a typo.
maxim
2005-01-30
1
-1
/
+1
*
Boot away another stackgap (one of the lest ones in linuxlator/i386) by
sobomax
2005-01-30
1
-4
/
+10
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
2
-2
/
+2
*
No point in setting si_bsize_phys anymore, nobody reads it.
phk
2004-10-29
1
-4
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-6
/
+6
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+6
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-4
/
+4
*
Device megapatch 4/6:
phk
2004-02-21
1
-2
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Discontinue bio_blkno, use bio_offset instead.
phk
2003-10-18
1
-15
/
+1
*
Use __FBSDID().
obrien
2003-08-24
2
-2
/
+6
*
Fix \ alignment in macro.
phk
2003-05-31
1
-5
/
+1
*
Don't include <sys/disklabel.h>
phk
2003-04-16
1
-1
/
+0
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
NO_GEOM cleanup:
phk
2003-03-02
1
-4
/
+4
*
Replace {disable,enable}_intr() with critical_{enter,exit}().
mdodd
2002-11-10
1
-4
/
+4
*
Whitespace, style fixes.
mdodd
2002-11-06
2
-314
/
+276
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending on
bde
2002-10-06
1
-0
/
+1
*
Make this work under GEOM.
mdodd
2002-10-06
3
-184
/
+43
*
NB: This commit does *NOT* make GEOM the default in FreeBSD
phk
2002-10-05
2
-1
/
+8
*
newbus & bus_space the mcd(4) driver.
mdodd
2002-10-04
4
-452
/
+702
*
Minor style(9) changes.
mdodd
2002-10-04
1
-9
/
+16
*
Remove duplicate calls to make_dev().
mdodd
2002-10-04
1
-4
/
+0
*
If GEOM is in the kernel, take these three out. I have no way of
phk
2002-09-30
1
-0
/
+3
*
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
[next]