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
*
turn on the ethertype filter module
julian
2002-02-27
1
-0
/
+1
*
Remove a redundant decalaration of call_desc[] since it's now a
gj
2002-02-27
1
-2
/
+0
*
First rev at making pipe(2) pipe's MPsafe.
alfred
2002-02-27
2
-23
/
+76
*
Minimal testing has shown that a 4 page tsb is a nice sweet spot for current
jake
2002-02-27
1
-1
/
+1
*
Parameterize the number of pages to allocate for the per-cpu area on
jake
2002-02-27
5
-5
/
+7
*
Make cpu_identify take the value of the ver register and cpuid as arguments
jake
2002-02-27
3
-6
/
+4
*
Bandaid for the Uniprocessor kernel exploding. This makes a UP kernel
peter
2002-02-27
2
-2
/
+2
*
More IPV6 const fixes.
alfred
2002-02-27
2
-2
/
+2
*
<port>fish</port> -> <filename role="package">fish</filename>
dd
2002-02-27
6
-47
/
+47
*
Use the pci.c code wherever possible, rather than copying all the pci
imp
2002-02-27
5
-1040
/
+220
*
Introduce a version field to `struct xucred' in place of one of the
dd
2002-02-27
13
-50
/
+38
*
clarify panic message
alfred
2002-02-27
2
-2
/
+2
*
Fix warnings caused by discarding const.
alfred
2002-02-27
6
-9
/
+11
*
Remove errors in LINT (now that they are fatal)
julian
2002-02-27
1
-0
/
+4
*
Jake further reduced IPI shootdowns on sparc64 in loops by using ranged
peter
2002-02-27
7
-125
/
+65
*
Remove problematic PHY_WRITE so that autoneg to 10 Mbps
danny
2002-02-27
1
-16
/
+1
*
remove trailing semi-colons from macro definitions.
alfred
2002-02-27
1
-2
/
+2
*
didn't quite undo the last reversion. This gets it.
dillon
2002-02-27
2
-2
/
+2
*
Minor cleanup.
jake
2002-02-27
1
-2
/
+4
*
Wrap long lines.
jake
2002-02-27
1
-1
/
+2
*
Use pcpu.pc_cpumask instead of computing 1 << cpuid.
jake
2002-02-27
3
-12
/
+5
*
Add a macro for shift of an integer (1 << shift == sizeof). Move the pointer
jake
2002-02-27
7
-7
/
+13
*
Wrap long lines.
jake
2002-02-27
1
-2
/
+4
*
remove "discards qualifier" erro by not potentially writing to
julian
2002-02-26
1
-2
/
+5
*
Define basic macros required by GDB.
obrien
2002-02-26
1
-5
/
+21
*
use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent over
alfred
2002-02-26
1
-2
/
+2
*
revert compatibility fix temporarily (thought it would not break anything
dillon
2002-02-26
2
-2
/
+2
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
48
-2179
/
+611
*
Fix warnings in the gif(4) driver so it compiles with -Werror.
brooks
2002-02-26
2
-6
/
+7
*
Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid
brooks
2002-02-26
1
-1
/
+1
*
Rather than include namespace pollution in <grp.h> in order to declare
mike
2002-02-26
2
-1
/
+10
*
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
*
Add some ifdef(RELEASE_CRUNCH) goo to explicitly list the requisite
murray
2002-02-26
1
-0
/
+48
*
MFen
gioria
2002-02-26
2
-8
/
+4
*
When asked to print bytes (-b option) do that and put 16 on a line.
sos
2002-02-26
1
-3
/
+4
*
Hide "bla bla exists, skipping it" behind bootverbose.
sos
2002-02-26
1
-4
/
+4
*
Avoid a null-pointer dereference which occurred when emulating DOS
robert
2002-02-26
1
-0
/
+2
*
- Emulate instructions prefixed with 'rep' correctly: set the CX
robert
2002-02-26
1
-0
/
+1
*
- 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
[next]