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
*
Check for defined(__i386__) instead of just defined(i386) since the compiler
alfred
2002-05-30
2
-5
/
+5
*
Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other
phk
2002-05-29
1
-55
/
+0
*
NetBSD have adopted our usage of the DMAADDR macro:
joe
2002-05-28
3
-12
/
+10
*
Use %02d in track numbers, so that 1 is 01, much easier for scripts
sos
2002-05-28
1
-1
/
+1
*
Regen.
joe
2002-05-27
2
-2
/
+16
*
Add a couple of new aue ethernet adapters from NetBSD:
joe
2002-05-27
2
-0
/
+4
*
Use aue_lookup for looking up devices.
joe
2002-05-26
2
-86
/
+71
*
Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compiler
joe
2002-05-26
1
-1
/
+1
*
MFNetBSD:
joe
2002-05-26
1
-2
/
+2
*
MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)
joe
2002-05-26
3
-9
/
+9
*
Mis-edit in last commit.
phk
2002-05-26
1
-0
/
+1
*
Be a bit smarter about rewriting data so we don't loose too much performance.
phk
2002-05-26
1
-21
/
+21
*
Use an umazone per unit for allocating the sectors for malloc backing.
phk
2002-05-26
1
-14
/
+32
*
Give the "malloc" backing of md(4) an adaptive multilevel index tree to
phk
2002-05-25
1
-64
/
+225
*
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
[next]