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
*
Remove __P
alfred
2002-03-19
80
-1417
/
+1406
*
Fix bio->bio_blkno format warning.
alfred
2002-03-19
2
-8
/
+8
*
Remove duplicate extern declarations to silence warnings.
alfred
2002-03-19
4
-9
/
+0
*
- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.
arr
2002-03-19
1
-2
/
+1
*
do not include the missing ip_h323_pxy.c
darrenr
2002-03-19
1
-1
/
+0
*
put an extern for ip6_protox in here where it is only used for kernel compiling
darrenr
2002-03-19
1
-0
/
+1
*
put an extern for inet6sw in here and make it active only for kernel compiling
darrenr
2002-03-19
1
-0
/
+4
*
Add five GEOM oriented ioctls to get basic information about a geom device.
phk
2002-03-19
4
-11
/
+49
*
#if 0 some unused variables (only in #if 0 code)
peter
2002-03-19
1
-0
/
+4
*
Add some break's after default: in the end of switch statements to
peter
2002-03-19
2
-0
/
+4
*
Quit a warning introduced by UMA. This only occurs on machines where
jeff
2002-03-19
1
-1
/
+1
*
fix conflicts (mostly damn rcs id's) generated by import
darrenr
2002-03-19
20
-854
/
+2055
*
This file is being removed pending the all clear on its licence by someone
darrenr
2002-03-19
1
-275
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r92680,
darrenr
2002-03-19
3
-0
/
+676
|
\
|
*
Import IPFilter 3.4.25 (last version 3.4.20)
darrenr
2002-03-19
3
-0
/
+676
|
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-09-12
1
-0
/
+29
|
*
Import version 3.4.20 of IPFilter
darrenr
2001-07-28
18
-510
/
+862
|
*
Update IP Filter kernel source
darrenr
2001-02-04
14
-119
/
+259
|
*
Import IP filter 3.4.13
darrenr
2000-10-29
8
-48
/
+58
|
*
Import IP Filter 3.4.12 into kernel source tree
darrenr
2000-10-26
14
-192
/
+613
|
*
Import IP Filter 3.4.9 bits into the kernel
darrenr
2000-08-13
10
-102
/
+367
|
*
import ipfilter 3.4.8
darrenr
2000-07-19
13
-112
/
+226
|
*
Import IP Filter 3.4.4 into the kernel
darrenr
2000-05-24
20
-2519
/
+6875
|
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
1999-12-06
3
-0
/
+612
*
|
Enabling the SKI option is a guaranteed breakage for me. Interrupts no
peter
2002-03-19
1
-1
/
+4
*
|
My ia64 box for some reason likes to fragment the beginning/end of memory
peter
2002-03-19
1
-1
/
+1
*
|
Fix some unused variables.
peter
2002-03-19
3
-1
/
+5
*
|
Move a couple of prototypes together instead of being incompletely
peter
2002-03-19
4
-7
/
+4
*
|
__func__ is a const char *, not a "string" that can be concatenated.
peter
2002-03-19
1
-3
/
+3
*
|
Fix a pointer/int warning
peter
2002-03-19
1
-1
/
+1
*
|
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
peter
2002-03-19
1
-0
/
+2
*
|
Work around an apparent compiler bug with gcc-3.1, although it might be
peter
2002-03-19
1
-2
/
+5
*
|
Believe it or not, I ran into the 32MB stack size limit using a natively
peter
2002-03-19
1
-1
/
+1
*
|
#if 0 out some unused code.
peter
2002-03-19
2
-0
/
+5
*
|
Add some #includes after things got broken with the last round of
peter
2002-03-19
2
-0
/
+3
*
|
Turn off the ia64 ITC timecounter when SMP is present since it has the
peter
2002-03-19
1
-0
/
+10
*
|
Fix a gcc-3.1+ warning.
peter
2002-03-19
7
-0
/
+16
*
|
Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized
peter
2002-03-19
1
-2
/
+2
*
|
Fix warnings on gcc-3.1+ where __func__ is a const char * instead of a
peter
2002-03-19
1
-2
/
+2
*
|
Regen; post SMC id's and also pick up a previously forgotten regen(?).
peter
2002-03-19
2
-2
/
+49
*
|
Add another SMC device ID and the hub ID that it went with.
peter
2002-03-19
1
-0
/
+3
*
|
Add the ia64 bus space tag for the IO ports (!).
peter
2002-03-19
2
-0
/
+8
*
|
Use the FreeBSD cross tools instead of the linux ones.
peter
2002-03-19
1
-9
/
+9
*
|
Add -ffreestanding to avoid printf/puts/putchar conversions
peter
2002-03-19
4
-0
/
+4
*
|
Boot from efifs first.
peter
2002-03-19
2
-2
/
+2
*
|
gcc-3.1 likes to have extra { } around the internal array initializers in
peter
2002-03-19
1
-5
/
+5
*
|
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
35
-489
/
+3181
*
|
Backed out the part of the previous commit related to xargs. It just
bde
2002-03-19
1
-6
/
+4
*
|
Add #include so that the previous change compiles.
alc
2002-03-19
1
-0
/
+1
*
|
Removed env(1) commands. make(1) uses a real shell, and
bde
2002-03-19
1
-14
/
+16
[next]