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
...
*
Merge from DragonFlyBSD rev 1.10:
hsu
2004-01-20
2
-12
/
+10
*
Use getenv_int() rather than reimplementing it.
jhb
2004-01-20
1
-10
/
+2
*
Pay attention to mac_portacl_enabled.
rwatson
2004-01-20
1
-1
/
+5
*
Update the support for the VIA 8237 southbridge.
sos
2004-01-20
2
-3
/
+4
*
Correct instances of mtx_lock()/mtx_unlock() that should have been
wpaul
2004-01-20
1
-5
/
+5
*
Reduce latency when using the SNDCTL_DSP_RESET ioctl by calling
matk
2004-01-20
1
-2
/
+10
*
Fix sort misordering.
obrien
2004-01-20
2
-2
/
+2
*
Fix a panic when kldloading a sound driver. Do this by replacing the
matk
2004-01-20
5
-217
/
+95
*
Fix handling of FP traps:
marcel
2004-01-20
1
-24
/
+23
*
s/framep/tf/g -- this normalizes on the use of tf to point to the
marcel
2004-01-20
2
-89
/
+89
*
pread/pwrite:
ache
2004-01-20
1
-4
/
+9
*
Add linenumber and source filename to panic(9) output.
phk
2004-01-19
4
-10
/
+20
*
One more instance of magic number used in place of IO_SEQSHIFT.
kan
2004-01-19
1
-1
/
+1
*
Add WDM major/minor #defines.
wpaul
2004-01-19
1
-0
/
+7
*
Spell magic '16' number as IO_SEQSHIFT.
kan
2004-01-19
5
-10
/
+10
*
Implement IofCompleteRequest() and IoIsWdmVersionAvailable().
wpaul
2004-01-19
1
-3
/
+32
*
Implement atoi() and atol(). Some drivers appear to need these. Note
wpaul
2004-01-19
1
-0
/
+18
*
Eliminate some code duplication: since ndis_runq() and ndis_intq() were
wpaul
2004-01-19
1
-78
/
+47
*
Fix breakage on timeout/retries. The bug cause a sema to be leaked so
sos
2004-01-19
4
-24
/
+27
*
Removed custom "load" and "unload" targets.
ru
2004-01-19
4
-27
/
+0
*
Sync to 1.159 of usbdevs
sanpei
2004-01-19
2
-2
/
+9
*
Add support IO-data DVD Multi-plus unit iU-CD2
sanpei
2004-01-19
2
-0
/
+5
*
Normalize SUBDIR.
ru
2004-01-19
3
-20
/
+21
*
Properly program the multicast filter in ndis_setmulti(),
wpaul
2004-01-19
1
-31
/
+86
*
Change WI_RID_SCAN_RES compatibility interface to return the result after
onoe
2004-01-19
1
-1
/
+2
*
Fixed misplacement and bitrot in the cy driver's configuration in
bde
2004-01-19
1
-17
/
+14
*
Removed some garbage comments:
bde
2004-01-19
1
-8
/
+1
*
Fixed formatting of sentence breaks. Use 2 spaces for all of them instead
bde
2004-01-19
1
-14
/
+14
*
FIxed unsorting in previous commit (description of CPU_ENABLE_TCC).
bde
2004-01-19
1
-27
/
+28
*
Convert from using taskqueue_swi to using private kernel threads. The
wpaul
2004-01-18
5
-56
/
+374
*
Add new CPU_ENABLE_TCC option, from NOTES:
sobomax
2004-01-18
1
-0
/
+3
*
Add new CPU_ENABLE_TCC option, from NOTES:
sobomax
2004-01-18
5
-0
/
+497
*
A network interface driver can support IFCAP_VLAN_MTU only,
yar
2004-01-18
1
-3
/
+3
*
Fixed a memory leak.
ru
2004-01-18
1
-0
/
+1
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+3
*
Fixed a memory leak.
ru
2004-01-18
1
-0
/
+1
*
Fix botch in last commit.
sos
2004-01-18
1
-2
/
+2
*
Since "m" is not part of the "mp" chain, need to free() it.
ru
2004-01-18
1
-0
/
+1
*
Apparently there's a good reason why M_WAITOK malloc() is done before
ru
2004-01-18
1
-2
/
+2
*
Fixed a memory leak.
ru
2004-01-18
1
-0
/
+1
*
Empty vendor string overrides knowndevs
sanpei
2004-01-18
1
-0
/
+4
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+2
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+3
*
Add missing free's.
sos
2004-01-18
1
-0
/
+4
*
Avoid overwriting capability bits marked earlier
yar
2004-01-18
1
-5
/
+5
*
Pay attention to the timeout value passed down by the upper layer.
sanpei
2004-01-18
1
-10
/
+18
*
Sync to 1.158 of usbdevs
sanpei
2004-01-18
2
-2
/
+9
*
add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)
sanpei
2004-01-18
1
-0
/
+1
*
Increase UMA_BOOT_PAGES because of changes to pv entry initialization in
alc
2004-01-18
1
-1
/
+1
*
PC98 uses the different frame code.
nyan
2004-01-18
1
-21
/
+43
[prev]
[next]