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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert daddr_t to 32 bits while we research the reported problems.
phk
2002-05-15
1
-2
/
+2
*
Enhance the use of the watchdog timer in this driver so that it will
silby
2002-05-15
2
-8
/
+6
*
style sync with other platforms.
obrien
2002-05-15
1
-2
/
+2
*
Remove an extraneous )
brian
2002-05-15
1
-1
/
+1
*
DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.
jhay
2002-05-15
1
-1
/
+1
*
Reset token-ring source routing control field on receipt of ethernet frame
kbyanc
2002-05-15
1
-0
/
+1
*
p_cansignal() returns an errno value; at some point, the check for
rwatson
2002-05-14
1
-2
/
+2
*
Disable the shared locking namei() code for now. It breaks several stacking
jeff
2002-05-14
5
-12
/
+12
*
`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
2
-86
/
+58
*
Move MI stuff out of MD param.h files.
phk
2002-05-14
7
-268
/
+68
*
Remove the unused definitions of ctod() and dotc().
phk
2002-05-14
4
-16
/
+0
*
Modify the arguments to syncache_socket() to include the mbuf (m) that
rwatson
2002-05-14
1
-4
/
+6
*
Remove a printf(3) argument with no corresponding format specifier.
des
2002-05-14
1
-1
/
+1
*
Following a repo-copy from src/sys/ufs/ufs, rename functions and
iedowse
2002-05-14
7
-305
/
+216
*
Strategic diff reduction against TrustedBSD MAC branch: introduce an
rwatson
2002-05-14
1
-0
/
+1
*
Even more BBSIZE related breakage.
ru
2002-05-14
1
-0
/
+1
*
Fixed to build for GCC 3.1
nyan
2002-05-14
6
-17
/
+16
*
Add -ffreestanding to CFLAGS.
nyan
2002-05-14
1
-1
/
+1
*
Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.
brian
2002-05-14
2
-1
/
+21
*
MFi386: revision 1.519
nyan
2002-05-14
2
-2
/
+2
*
Merged from sys/isa/fd.c revisions from 1.229 to 1.232.
nyan
2002-05-14
2
-36
/
+130
*
Merged from sys/dev/syscons/syscons.c revision 1.384
nyan
2002-05-14
1
-1
/
+2
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
14
-31
/
+30
*
Roll the LOG2 macro up again, I don't belive unrolling this for 64bits
phk
2002-05-14
1
-31
/
+13
*
Check that kldxref(8) exists before running it.
ru
2002-05-14
2
-6
/
+8
*
Make the mtio data structures explicitly sized.
phk
2002-05-14
1
-13
/
+13
*
Move a few ancient minor-number definitions for tapedrives to the
phk
2002-05-14
3
-20
/
+8
*
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
*
Align CLEANFILES with revision 1.25 changes.
ru
2002-05-13
2
-2
/
+2
*
Fixed CLEANFILES after bsd.lib.mk sweep.
ru
2002-05-13
2
-2
/
+2
*
Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's
bde
2002-05-13
2
-10
/
+10
*
Don't include <stddef.h> "For offsetof". This is not even wrong in
bde
2002-05-13
1
-2
/
+0
*
Fixed syntax errors (tokens after #endif).
bde
2002-05-13
8
-45
/
+45
*
Fixed syntax errors (garbage after #endif; just editing errors in this
bde
2002-05-13
2
-8
/
+8
*
Fixed a syntax error (a label not followed by a statement).
bde
2002-05-13
2
-2
/
+2
*
Removed now unused INTERNALSTATICLIB.
ru
2002-05-13
6
-17
/
+0
*
Major cleanup of bsd.lib.mk.
ru
2002-05-13
4
-16
/
+0
*
Add ipfw hooks to ether_demux() and ether_output_frame().
luigi
2002-05-13
3
-5
/
+175
*
style(9) changes before further editing that region:
joerg
2002-05-13
2
-12
/
+14
*
Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags
luigi
2002-05-13
2
-12
/
+1
*
Remove register keyword.
phk
2002-05-13
13
-127
/
+127
*
Build the fpu support routines.
benno
2002-05-13
1
-0
/
+1
*
FPU support.
benno
2002-05-13
9
-221
/
+219
*
Bump for GCC 3.1.
obrien
2002-05-13
1
-1
/
+1
*
Match the default newfs UFS block size.
obrien
2002-05-13
1
-1
/
+1
[next]