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
...
*
Staticize an extern that no one else used.
brooks
2002-02-26
2
-3
/
+1
*
Make peter's commit compatible with interrupt-enabled critical_enter()
dillon
2002-02-26
2
-4
/
+4
*
Add a missing field to the end of array marker in the pci_ids array.
brooks
2002-02-26
1
-1
/
+1
*
Did someone turn on -Werror or something?
dillon
2002-02-26
1
-0
/
+2
*
Apparently gcc3.1 is now using deprcated v8 instructions in v9 code
jake
2002-02-26
2
-12
/
+30
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
48
-611
/
+2179
*
Initialize a variable bogusly to avoid a gcc bug that causes a spurious
bde
2002-02-26
3
-0
/
+9
*
off by one error in Aaron Gifford's code. KAME PR 393.
ume
2002-02-26
1
-3
/
+3
*
Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98,
bde
2002-02-26
1
-3
/
+4
*
Hide "bla bla exists, skipping it" behind bootverbose.
sos
2002-02-26
1
-4
/
+4
*
- Fix indentation and return statements to conform to style(9).
robert
2002-02-26
2
-810
/
+856
*
Revert part of the last commit. A couple of defines were removed
joe
2002-02-26
1
-0
/
+4
*
Add makeoptions NO_WERROR=true so that we can build. =)
benno
2002-02-26
1
-0
/
+1
*
Cast the variable, not the constant to 64 bits.
phk
2002-02-26
1
-1
/
+1
*
Fix warning in !SMP case.
phk
2002-02-26
1
-0
/
+2
*
Remove unused variable.
phk
2002-02-26
1
-1
/
+0
*
Hide GCCisms in the non-GCC case.
mike
2002-02-26
1
-0
/
+2
*
Convert pmap.pm_context to an array of contexts indexed by cpuid. This
jake
2002-02-26
7
-64
/
+67
*
Pu back a call to pmap_context_destroy which was accidentily removed
jake
2002-02-26
1
-0
/
+1
*
In ad-hoc mode, the "associate" bit is valid to check to see if it is
ambrisko
2002-02-26
1
-3
/
+1
*
Until I can figure out how to live without the volatile qualifier on
imp
2002-02-26
1
-1
/
+1
*
Remove an unused variable.
imp
2002-02-26
1
-1
/
+0
*
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
*
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
1
-5
/
+27
*
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
*
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 'nowerror' to the vendor acpica code that spews out warnings.
peter
2002-02-25
1
-31
/
+31
*
Tidy up some warnings
peter
2002-02-25
4
-14
/
+16
*
Implement a nested window state. This avoids attempting to spill a user
jake
2002-02-25
3
-476
/
+189
*
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
*
The TCP code did not do sufficient checks on whether incoming packets
cjc
2002-02-25
2
-14
/
+26
*
Modify the tte format to not include the tlb context number and to store the
jake
2002-02-25
8
-499
/
+1189
*
Declare time(not3) instead of depending on namespace pollution 3 layers
bde
2002-02-25
1
-0
/
+2
[prev]
[next]