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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed printf format errors which apparently crept in while -Wformat was
bde
2002-05-25
5
-13
/
+10
*
"Fixed" printf format errors (64-bit daddr_t casualties; should use %jx
bde
2002-05-25
1
-4
/
+4
*
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
bde
2002-05-25
1
-4
/
+6
*
Fully reset a gem on some error conditions; otherwise it would hang in
tmm
2002-05-24
1
-0
/
+4
*
Fix warnings due to macro varargs.
peter
2002-05-24
1
-1
/
+1
*
Fix new compiler unhappiness.
peter
2002-05-24
4
-1
/
+4
*
Fix deprecated use of label at end of compound statement
peter
2002-05-24
1
-0
/
+1
*
Constify a debug function arg that we pass __func__ to in order to pacify
peter
2002-05-24
2
-2
/
+2
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
5
-13
/
+16
*
Dont panic if only one disk on a channel can do tagged queueing.
sos
2002-05-23
1
-8
/
+8
*
Fix a panic by allocating the iface structure locally in the attach
joe
2002-05-23
2
-3
/
+14
*
Reflect some changes in the NetBSD code path, and sligh adjustments to ours.
joe
2002-05-23
1
-4
/
+7
*
Sync with NetBSD. (Non functional changes).
joe
2002-05-22
1
-9
/
+9
*
Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUT
joe
2002-05-22
1
-1
/
+1
*
Use correct inactivity timeout of 2 minutes rather than 24 seconds due to
imp
2002-05-20
1
-1
/
+1
*
Regen after changing Device ID string for DaisyTech devices.
sobomax
2002-05-20
2
-4
/
+4
*
Change Device ID string for DaisyTech devices.
sobomax
2002-05-20
1
-1
/
+1
*
Off-by-128 error in the cuam* device node numbers.
rwatson
2002-05-20
1
-1
/
+1
*
Bump the rc driver a little bit closer to the 21st century: use
rwatson
2002-05-20
1
-0
/
+6
*
Terminate ACPI subsystem on reboot.
iwasaki
2002-05-19
1
-0
/
+3
*
Try and solve some cases of labels at end of compound statements that gcc
peter
2002-05-19
2
-10
/
+7
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
14
-64
/
+64
*
Separate "seperate" from kernel source.
eric
2002-05-16
1
-1
/
+1
*
More s/file system/filesystem/g
trhodes
2002-05-16
4
-5
/
+5
*
Use splnet() when we need to block timeouts rather than splimp() since
imp
2002-05-16
1
-10
/
+18
*
Enhance the use of the watchdog timer in this driver so that it will
silby
2002-05-15
1
-4
/
+3
*
Remove an extraneous )
brian
2002-05-15
1
-1
/
+1
*
`unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.
obrien
2002-05-14
14
-1088
/
+1088
*
Tighten up the defined()'s.
obrien
2002-05-14
7
-31
/
+31
*
After some comments from bde, rewrite the loops to avoid turning the
joerg
2002-05-14
1
-43
/
+29
*
Tweak the include dirs w/o incurring extra warnings
obrien
2002-05-14
1
-1
/
+1
*
unexpand -a everything
obrien
2002-05-14
15
-7496
/
+7496
*
First pass of style(9) for #define's.
obrien
2002-05-14
15
-1677
/
+1677
*
BDE and I have had a chance to hash this out:
imp
2002-05-13
1
-5
/
+5
*
Don't include <stddef.h> "For offsetof". This is not even wrong in
bde
2002-05-13
1
-2
/
+0
*
style(9) changes before further editing that region:
joerg
2002-05-13
1
-6
/
+7
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
3
-4
/
+2
*
Hide the fd autoselection messages behind the bootverbose case so they
joerg
2002-05-12
1
-3
/
+5
*
Increase the PIO timeout to approximately the value it used to have
joerg
2002-05-12
2
-15
/
+38
*
Update the PCI table as per Dell's fickleness.
scottl
2002-05-12
1
-2
/
+2
*
sysctl -w -> sysctl
dd
2002-05-11
1
-1
/
+1
*
Change the PIO loops from a hard counter into a loop that calls DELAY()
joerg
2002-05-10
2
-8
/
+26
*
Use only bits w/in /sys if at all possible.
obrien
2002-05-10
1
-1
/
+1
*
MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.
joe
2002-05-09
1
-14
/
+107
*
Fix acpi_avoid() to call freeenv() on the original char * returned from
jhb
2002-05-09
1
-4
/
+5
*
Use usb_callout_init() instead of directly calling callout_init() with
peter
2002-05-09
1
-1
/
+1
*
Directives may not be used inside a macro argument, so don't.
obrien
2002-05-09
1
-3
/
+3
*
MFNetBSD:
joe
2002-05-09
1
-1
/
+3
*
Detect and attach to the ICH3 SMBus controller.
jhb
2002-05-08
1
-0
/
+4
*
Try to use spls more correctly
imp
2002-05-07
1
-7
/
+10
[next]