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
*
we have a DFS capability now so enable check
sam
2008-05-11
1
-3
/
+0
*
use c99-style initialization for ieee80211_phymode_name
sam
2008-05-11
1
-11
/
+11
*
add DFS capability bit and use it to auto-enable DFS support
sam
2008-05-11
3
-3
/
+5
*
use the current left edge of the BA window when forming ADDBA request
sam
2008-05-11
1
-3
/
+4
*
add PLCP service bit definitions
sam
2008-05-11
1
-0
/
+5
*
move inline keyword to silence compiler complaints
sam
2008-05-11
1
-3
/
+3
*
Change the check for cpu_high to actually match CPUID 0x06.
rpaulo
2008-05-11
1
-3
/
+3
*
Don't use libkern's max() function as that's for unsigned numbers only.
rpaulo
2008-05-11
1
-2
/
+2
*
fix typo's that broke duration calculation on protection frames
sam
2008-05-11
2
-2
/
+2
*
Correct an error in pmap_align_superpage(). Specifically, correctly
alc
2008-05-11
2
-4
/
+6
*
Provide the new argument to kmem_suballoc().
alc
2008-05-10
1
-1
/
+1
*
Introduce a new parameter "superpage_align" to kmem_suballoc() that is
alc
2008-05-10
4
-18
/
+16
*
Add -mno-sse3 for amd64 case too
ache
2008-05-10
1
-1
/
+1
*
Only start the vaps if the init routine completed.
thompsa
2008-05-10
4
-4
/
+8
*
- Associate from a taskq as we can deadlock on the ndis hal and the com lock.
thompsa
2008-05-10
2
-11
/
+49
*
Partially revert the last rev. Do call ndis_setstate_80211() when we up the
thompsa
2008-05-10
1
-65
/
+113
*
Generalize vm_map_find(9)'s parameter "find_space". Specifically, add
alc
2008-05-10
2
-10
/
+23
*
Add missing braces in #if 0ed code.
antoine
2008-05-10
1
-1
/
+2
*
- Fix panic on detach.
simokawa
2008-05-10
2
-4
/
+4
*
Kqueue_scan() may sleep when encountered the influx knotes. On the other
kib
2008-05-10
1
-1
/
+10
*
The kqueue_close() encountering the KN_INFLUX knotes on the kq being
kib
2008-05-10
1
-4
/
+11
*
- Disable interrupts on suspend to eliminate excessive
simokawa
2008-05-10
1
-4
/
+9
*
move a #define from a place it shouldn't have been to a place it should
julian
2008-05-10
2
-4
/
+3
*
undef MAXFIBS before redefining it
julian
2008-05-10
1
-0
/
+1
*
Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA
delphij
2008-05-10
1
-0
/
+6
*
Add a stub for pmap_align_superpage() on machines that don't (yet)
alc
2008-05-09
6
-0
/
+60
*
bump __FreeBSD_version
julian
2008-05-09
1
-1
/
+1
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
69
-362
/
+1055
*
Trim trailing whitespace at ends of lines.
rwatson
2008-05-09
1
-16
/
+16
*
Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpf
jhb
2008-05-09
1
-0
/
+1
*
Introduce pmap_align_superpage(). It increases the starting virtual
alc
2008-05-09
3
-0
/
+48
*
When blocking on an F_FLOCK style lock request which is upgrading a
dfr
2008-05-09
1
-11
/
+12
*
- Export HZ value via kern.hz sysctl (this is the same name as for the
pjd
2008-05-09
1
-8
/
+17
*
Always bump tcpstat.tcps_badrst if we get a RST for a connection in the
jhb
2008-05-08
1
-4
/
+5
*
Add ID for HTC PPC6700 Modem.
delphij
2008-05-08
2
-0
/
+2
*
- Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro;
marius
2008-05-08
1
-81
/
+109
*
Remove #if 0'ed code referencing no longer existent ecache_flush().
marius
2008-05-08
1
-7
/
+0
*
Use <machine/intr_machdep.h> directly instead of depending on header
marius
2008-05-08
1
-1
/
+1
*
Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.
grehan
2008-05-08
5
-5
/
+10
*
The BCE chips appear to have an undocumented requirement that RX frames be
scottl
2008-05-08
1
-0
/
+8
*
Add a new witness sysctl which returns the relations between any lock
attilio
2008-05-07
1
-0
/
+58
*
- Use the name returned by device_get_nameunit(9) for the name of the
marius
2008-05-07
6
-58
/
+49
*
Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFE
jhb
2008-05-07
1
-20
/
+5
*
- change function name from *_vdir to *_vnode because
daichi
2008-05-07
1
-21
/
+33
*
Fix spelling in comment.
julian
2008-05-06
1
-1
/
+1
*
Add a new personality to mpt(4) devices to allow userland applications to
jhb
2008-05-06
5
-1
/
+892
*
fix build
kmacy
2008-05-06
1
-3
/
+3
*
only build iw_cxgb on i386 and amd64
kmacy
2008-05-06
1
-1
/
+9
*
When testing whether to enter the audit argument gathering code, rather
rwatson
2008-05-06
1
-1
/
+1
*
replace spaces added in last change with tabs
kmacy
2008-05-05
1
-5
/
+5
[next]