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
*
Merge vendor/file/dist@192348, bringing FILE 5.03 to 8-CURRENT.
delphij
2009-05-18
41
-6714
/
+4157
|
\
|
*
Virgin import of Christos Zoulas's FILE 5.03.
delphij
2009-05-18
41
-6714
/
+4157
|
*
Update for 5.00.
obrien
2009-05-04
1
-6
/
+7
*
|
- Add a tunable 'hw.mca.enabled' that can be used to enable/disable the
jhb
2009-05-18
2
-22
/
+28
*
|
Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.
jhb
2009-05-18
2
-0
/
+10
*
|
- Fix typo in description of 'net.inet.ip.fw.autoinc_step'.
jhb
2009-05-18
1
-2
/
+2
*
|
Change the experimental NFSv4 client so that it does not do
rmacklem
2009-05-18
5
-63
/
+79
*
|
Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend
jhb
2009-05-18
2
-2
/
+2
*
|
add block ack frame id
sam
2009-05-18
1
-0
/
+1
*
|
Rename ia64_invalidate_icache() to ia64_sync_icache(). We're
marcel
2009-05-18
4
-9
/
+12
*
|
Add cpu_flush_dcache() for use after non-DMA based I/O so that a
marcel
2009-05-18
13
-5
/
+117
*
|
fix typo
sam
2009-05-18
1
-1
/
+1
*
|
Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier.
bz
2009-05-18
1
-0
/
+3
*
|
Remove empty files and do nto try to build them.
kan
2009-05-18
4
-3
/
+0
*
|
add bpf_track eventhandler for monitoring bpf taps attached/detached
sam
2009-05-18
2
-0
/
+9
*
|
Teach btpand(8) to recognized Bluetooth device node names.
emax
2009-05-18
1
-1
/
+1
*
|
Remove unnecessary comments. 11A read/write is the same: its just the
imp
2009-05-18
1
-2
/
+0
*
|
Fix a typo from the original driver. We need to write ctrl2 into RF
imp
2009-05-18
1
-1
/
+1
*
|
Binding interrupts to a CPU consists of two parts: setting up CPU
rwatson
2009-05-18
1
-1
/
+13
*
|
Mark the clock sysctls as MPSAFE.
ed
2009-05-18
1
-3
/
+4
*
|
Remove license clauses 3 and 4 as per rev. 1.2 from NetBSD.
brueffer
2009-05-18
1
-10
/
+3
*
|
Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants.
rwatson
2009-05-18
1
-3
/
+0
*
|
Remove extra parenthesis used in macros. These macros are not used
yongari
2009-05-18
1
-2
/
+2
*
|
Consistently use tab characters instead of spaces.
yongari
2009-05-18
2
-25
/
+25
*
|
style(9)
yongari
2009-05-18
1
-76
/
+76
*
|
s/u_int8_t/uint8_t/g
yongari
2009-05-18
2
-46
/
+46
*
|
style(9) - space after keyword.
yongari
2009-05-18
1
-25
/
+25
*
|
Remove return statement at the end of functions that return void.
yongari
2009-05-18
1
-35
/
+0
*
|
Remove trailling whitespaces.
yongari
2009-05-18
2
-37
/
+37
*
|
Remove register keyword.
yongari
2009-05-18
1
-6
/
+6
*
|
Use ANSI C declarations for all functions.
yongari
2009-05-18
1
-96
/
+37
*
|
The merge in r189699 reverted part of the work done in a previous commit
adrian
2009-05-18
1
-5
/
+6
*
|
Disable some un-needed console debugging.
adrian
2009-05-18
1
-1
/
+1
*
|
Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().
dchagin
2009-05-18
2
-9
/
+25
*
|
This patch resolves the following issues:
qingli
2009-05-18
1
-1
/
+196
*
|
DMA synchronization fixes:
delphij
2009-05-18
1
-16
/
+13
*
|
Remove redundant whitespace
brian
2009-05-18
1
-3
/
+2
*
|
Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioning
imp
2009-05-18
1
-1
/
+2
*
|
tbr_timeout() is a timer driven function[1]. While the previous commit
bz
2009-05-18
1
-10
/
+21
*
|
Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me to
imp
2009-05-18
1
-10
/
+12
*
|
Several changes to vfs_bio_clrbuf():
alc
2009-05-17
1
-13
/
+11
*
|
Document sbuf_new_auto().
brueffer
2009-05-17
1
-2
/
+18
*
|
Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.
bz
2009-05-17
1
-0
/
+1
*
|
Put the structs under #ifndef VIMAGE_GLOBALS as some constants are not
bz
2009-05-17
1
-2
/
+0
*
|
Unbreak options VIMAGE builds, in a followup to r192011 which did not
bz
2009-05-17
1
-0
/
+2
*
|
Eliminate a pointless call to pmap_clear_reference() from vm_pageout_scan().
alc
2009-05-17
1
-1
/
+2
*
|
Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This
alc
2009-05-17
3
-8
/
+45
*
|
add TRENDnet TEW-504UB/EU
sam
2009-05-17
2
-0
/
+2
*
|
fix 11a channel use; mark OFDM operation correctly
sam
2009-05-17
1
-2
/
+2
*
|
Fix the acquisition of local locks via VOP_ADVLOCK() by the
rmacklem
2009-05-17
1
-11
/
+28
[next]