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
/
scd
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-1
/
+1
*
Add locking to scd(4) and mark MPSAFE.
jhb
2014-11-18
3
-74
/
+86
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-1
/
+1
*
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
-10
/
+4
*
Boot away another stackgap (one of the lest ones in linuxlator/i386) by
sobomax
2005-01-30
1
-5
/
+11
*
Don't set si_bszize_phys, nobody cares.
phk
2004-10-29
1
-4
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
1
-6
/
+5
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-4
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Discontinue bio_blkno, use bio_offset instead.
phk
2003-10-18
1
-14
/
+1
*
Use __FBSDID().
obrien
2003-08-24
2
-2
/
+6
*
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
*
Replace {disable,enable}_intr() with critical_{enter,exit}().
mdodd
2002-11-10
1
-2
/
+2
*
Whitespace, style fixes.
mdodd
2002-11-06
1
-124
/
+99
*
Remove undefined variable.
mdodd
2002-11-05
1
-1
/
+1
*
Style/whitespace changes.
mdodd
2002-11-05
1
-82
/
+78
*
Fix for GEOM.
mdodd
2002-11-05
2
-56
/
+11
*
- Convert to newbus, bus_space etc.
mdodd
2002-11-05
4
-393
/
+589
*
Remove duplicate make_dev() calls.
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
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
1
-5
/
+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
-2
/
+1
*
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
-32
/
+32
*
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 #if NFOO > 0 (it's not required in most cases) and also where it
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
-29
/
+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
*
don't confuse units and devices.
phk
1999-05-09
1
-6
/
+4
*
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]