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 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
*
Major update of the ATA RAID code, part 1:
sos
2002-02-04
18
-2053
/
+2263
*
Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.
rwatson
2002-02-04
1
-4
/
+2
*
Return EPERM instead of 0 in the un-implemented pseudofs_setattr().
rwatson
2002-02-04
1
-2
/
+1
*
o Scatter vn_start_write() and vn_finished_write() through ACL code so
rwatson
2002-02-04
3
-9
/
+30
*
Corrected an argument to in6_pcbnotify().
ume
2002-02-04
1
-2
/
+3
*
In tcp_respond(), correctly reset returned IPv6 header. This is essential
ume
2002-02-04
2
-0
/
+6
*
Back out the "upgrading" of NBBY to unsigned, as it exposes
markm
2002-02-04
1
-1
/
+1
*
Note that Kirk apparently missed adding vn_start_write() and friends
rwatson
2002-02-04
3
-0
/
+9
*
Default debugging to OFF now.
imp
2002-02-04
4
-5
/
+2
*
Supported C-NET(98)P2 PnP mode.
nyan
2002-02-04
1
-15
/
+27
[next]