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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.
imp
2002-02-26
1
-6
/
+6
*
If we're going to ifdef out the only reference to asr_drvinit, then
imp
2002-02-26
1
-1
/
+1
*
Add an experimental tunable: machdep.conspeed.
imp
2002-02-26
1
-0
/
+1
*
minor style(9) fix: return (foo); The file was mostly style(9) before.
imp
2002-02-26
1
-16
/
+16
*
Allow the user tsb to span multiple pages. Make the default 2 pages for now
jake
2002-02-26
2
-26
/
+30
*
After getting IANA to fix a typo in their port assignments, add
cjc
2002-02-26
1
-0
/
+6
*
When using hardware decoding, reconstruct the wire form of the ethernet
brooks
2002-02-26
1
-0
/
+20
*
Enforce inbound IPsec SPD
jedgar
2002-02-26
1
-1
/
+11
*
Make gif(4) nesting level and parallel tunnel support tunable at runtime
brooks
2002-02-26
2
-5
/
+45
*
in ulpt_reset() req.bmRequestType was unitialized, fix it.
alfred
2002-02-26
1
-0
/
+1
*
Merge from NetBSD:
joe
2002-02-26
2
-16
/
+13
*
Fix a warning by pulling prototype for arp_ifinit() into scope.
peter
2002-02-26
1
-1
/
+4
*
Fix warning; amdsmb_abort() is not used.
peter
2002-02-26
1
-0
/
+2
*
Fix warning. s/microuptime()/binuptime()/ for switchtime initial value.
peter
2002-02-26
1
-1
/
+1
*
Remove unused variable (td)
peter
2002-02-26
1
-1
/
+0
*
Fix a warning. useracc() should take a const pointer argument.
peter
2002-02-26
2
-4
/
+4
*
Fix a warning. Do not assume pointer == long.
peter
2002-02-26
1
-2
/
+2
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
34
-920
/
+2134
*
Thoreau listed twice.
cjc
2002-02-25
1
-3
/
+2
*
Remove code to lock the user tsb into the tlb. We can handle faults on it
jake
2002-02-25
5
-49
/
+4
*
I was able to boot this kernel using the latest WIP kernel sources.
obrien
2002-02-25
1
-23
/
+39
*
Turn on -Werror by default. This is is easily turned off, by either:
peter
2002-02-25
1
-5
/
+5
*
Add a hint about -DNO_WERROR
peter
2002-02-25
1
-0
/
+1
*
Add 'nowerror' to the vendor acpica code that spews out warnings.
peter
2002-02-25
1
-31
/
+31
*
Supply -DNO_WERROR to the kernel build during release.
peter
2002-02-25
1
-3
/
+3
*
Add one.
phk
2002-02-25
1
-0
/
+4
*
Tidy up some warnings
peter
2002-02-25
4
-14
/
+16
*
Add a link to the hubs article, at the part that talks about setting
keramida
2002-02-25
1
-1
/
+4
*
Add myself.
jmallett
2002-02-25
1
-0
/
+1
*
Implement a nested window state. This avoids attempting to spill a user
jake
2002-02-25
3
-476
/
+189
*
Per POSIX <grp.h> doesn't require <sys/types.h>.
sobomax
2002-02-25
2
-3
/
+3
*
Rewrite the part of the conversation function that allocates the reply array;
des
2002-02-25
1
-2
/
+5
*
Backout rev.1.5 - it seems that it's posixly correct that the program
sobomax
2002-02-25
1
-2
/
+0
*
In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),
sobomax
2002-02-25
1
-0
/
+2
*
#include <time.h> for the definition of time functions instead of
bde
2002-02-25
1
-1
/
+2
*
Add a few missing commas.
murray
2002-02-25
1
-2
/
+2
*
Add a new test_counter() function which tries to determine the width of
phk
2002-02-25
1
-17
/
+46
*
Document what inpcb->inp_vflag is for.
alfred
2002-02-25
1
-1
/
+1
*
Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system
sobomax
2002-02-25
1
-1
/
+1
*
The TCP code did not do sufficient checks on whether incoming packets
cjc
2002-02-25
2
-14
/
+26
*
#include <time.h> for the definition of time functions instead of
bde
2002-02-25
1
-1
/
+1
*
Add some basic FreeBSD/sparc64 Hardware Notes.
murray
2002-02-25
6
-0
/
+412
*
Typo fix: missing ;.
matusita
2002-02-25
1
-1
/
+1
*
#include <time.h> for the definition of time functions instead of
bde
2002-02-25
1
-0
/
+1
*
#include <sys/time.h> instead of depending on namespace pollution in
bde
2002-02-25
1
-0
/
+1
*
#include <sys/time.h> instead of depending on namespace pollution in
bde
2002-02-25
1
-0
/
+2
*
Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn't
bde
2002-02-25
1
-0
/
+2
*
#include <sys/time.h> instead of depending on namespace pollution in
bde
2002-02-25
1
-2
/
+2
*
Modify the tte format to not include the tlb context number and to store the
jake
2002-02-25
8
-499
/
+1189
*
Improve grep'ing for variables in make.conf and rc.conf*.
dougb
2002-02-25
1
-4
/
+4
[next]