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
*
Fix a bug introduced in r. 1.28: when copy{in,out} would fail for an
tmm
2002-02-08
1
-1
/
+2
*
Apparently during the KSE M2 commit bzero() on the i386 was changed so that
jhb
2002-02-08
2
-4
/
+4
*
Don't grab the ICU lock while reading the current pending interrupts and
jhb
2002-02-08
5
-12
/
+0
*
Turn SMP back on by default in GENERIC on the Alpha.
jhb
2002-02-08
2
-2
/
+2
*
Turn interrupt thread preemption back on on the alpha.
jhb
2002-02-08
1
-1
/
+1
*
MFi386: revisions 1.493 and 1.494.
nyan
2002-02-08
2
-2
/
+12
*
Fix broken Giant locking protocol introduced in rev 1.114. You cannot
peter
2002-02-08
1
-0
/
+1
*
Bah, I managed to turn cosmetic things into real bugs. Fix shadowed
peter
2002-02-08
3
-22
/
+22
*
Remove bogus range restrictions that attempted to restrict the range
imp
2002-02-08
1
-14
/
+30
*
o Merge various recent fixes from the MAC branch relating to extattrctl():
rwatson
2002-02-08
2
-12
/
+20
*
Fix world breakage (compiling libstdc++):
peter
2002-02-08
1
-2
/
+2
*
Fix a fatal trap when using ksched_setscheduler() (eg: mozilla, netscape
peter
2002-02-08
1
-1
/
+1
*
Add a helper script used to take an Intel-supplied ACPI CA drop and make it
msmith
2002-02-08
1
-0
/
+42
*
remove superfluous blank line
julian
2002-02-08
1
-1
/
+0
*
Fix a couple of style bugs introduced (or touched by) previous commit.
peter
2002-02-07
5
-6
/
+5
*
Fix a whole bunch of long lines introduced by previous commit by using
peter
2002-02-07
1
-11
/
+15
*
Fix a long line touched in previous commit (but not caused by previous
peter
2002-02-07
1
-1
/
+2
*
Attempt to patch up some style bugs introduced in the previous commit
peter
2002-02-07
5
-23
/
+31
*
Attempt to unmangle some code touched in the previous commit.
peter
2002-02-07
1
-11
/
+8
*
Fix a long line introduced in previous commit.
peter
2002-02-07
1
-1
/
+2
*
Fix long line added in previous commit.
peter
2002-02-07
1
-1
/
+3
*
Patch up some long lines introduced in previous commit.
peter
2002-02-07
1
-3
/
+7
*
Fix style bug introduced in previous commit.
peter
2002-02-07
1
-1
/
+1
*
Occationally background fsck would cause a spurious ``freeing free
mckusick
2002-02-07
1
-0
/
+4
*
Replace a few more lines of code orphaned by MFREE going away.
mjacob
2002-02-07
2
-6
/
+10
*
You cannot take the address of a variable with the 'register' qualifier.
mjacob
2002-02-07
1
-1
/
+1
*
Remove the inline assembly optimized versins of bintime_*() functions,
phk
2002-02-07
1
-30
/
+0
*
Revise timercounters to use binary fixed point format internally.
phk
2002-02-07
4
-115
/
+171
*
Pre-KSE/M3 commit.
julian
2002-02-07
71
-382
/
+431
*
GC the PC_SWITCH* symbols which are not used in assembly anymore.
phk
2002-02-07
5
-7
/
+0
*
Replace the MFREE that Marshal (Quick Draw) Dillon apparently didn't look for.
mjacob
2002-02-07
1
-3
/
+6
*
Use ETHER_CRC_LEN instead of SIS_CRC_SIZE
luigi
2002-02-07
1
-2
/
+1
*
Fix a bug in the driver -- the chip will always include the CRC
luigi
2002-02-07
1
-1
/
+2
*
Remove DETACH_NOWARN
imp
2002-02-07
1
-1
/
+0
*
Get rid of the bogus DETACH_NOWARN and don't warn when asked to detach
imp
2002-02-07
1
-4
/
+3
*
Occationally deleted files would hang around for hours or days
mckusick
2002-02-07
1
-7
/
+10
*
Fix support for 630ET support. We don't need the Linux part to set the
ambrisko
2002-02-06
2
-11
/
+4
*
Make LINT compile after fruitless attempts to get the authors
julian
2002-02-06
4
-3
/
+9
*
Fixes for alpha pmap on SMP machines:
jhb
2002-02-06
3
-52
/
+66
*
Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This
scottl
2002-02-06
4
-0
/
+51
*
Allow the kern.maxusers boot tuneable to be set to 0 (previously only
dillon
2002-02-06
1
-2
/
+3
*
Correctly identify the Intel 82830 AGP bridge.
benno
2002-02-05
2
-0
/
+6
*
Fix a race with free'ing vmspaces at process exit when vmspaces are
alfred
2002-02-05
5
-20
/
+37
*
Let the number of timecounters follow hz, otherwise people with
phk
2002-02-05
2
-3
/
+4
*
The hardware checksum code makes the assumption that a packet routed out
archie
2002-02-05
1
-2
/
+9
*
Add support for the Aztech 2320 chip.
tg
2002-02-05
1
-0
/
+45
*
- Do not hang if the resource allocation fails.
tanimura
2002-02-05
2
-19
/
+30
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
15
-95
/
+67
*
+ A variety of 23XX changes:
mjacob
2002-02-04
10
-56
/
+219
*
Move the pseudofs, procfs and linprocfs modules out from the fs directory.
des
2002-02-04
6
-31
/
+34
[next]