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
*
Make a note about the notify codes for the four special function keys above the
thompsa
2008-10-27
1
-0
/
+1
*
o fix MK_TCSH == no: the default master.passwd sets up root to use /bin/csh
sam
2008-10-27
1
-9
/
+20
*
Add fallback when mmap fails on regular files. Some filesystems,
dds
2008-10-27
1
-30
/
+28
*
We do not have a libkse anymore and Mk/bsd.* does not know
bz
2008-10-27
1
-1
/
+1
*
More issues with pre-blocking:
rrs
2008-10-27
1
-4
/
+10
*
Two inter-related bugs.
rrs
2008-10-27
1
-2
/
+8
*
Get rid of ifdef for vimage on version 8 comparison. Now the
rrs
2008-10-27
1
-2
/
+0
*
Invariants changes that make more sense.
rrs
2008-10-27
2
-5
/
+6
*
Add TrustedBSD credit to new ugidfw_internal.h file.
rwatson
2008-10-27
1
-0
/
+2
*
Break mac_bsdextended.c out into multiple .c files, with the base access
rwatson
2008-10-27
5
-1452
/
+153
*
Copy mac_bsdextended.c to two object-specific files as a prototype for how
rwatson
2008-10-27
2
-0
/
+1536
*
Remove unused consdev structure fields.
ed
2008-10-27
4
-8
/
+2
*
Only call dma.unload() if initialized.
sos
2008-10-27
1
-1
/
+2
*
Improved IDE HDD geometry adjustment. Previous code didn't work with
kato
2008-10-27
2
-7
/
+112
*
vm_pnames should be "const char *const[]".
sobomax
2008-10-27
1
-1
/
+1
*
vm_pnames has no reason to be global.
sobomax
2008-10-27
1
-1
/
+1
*
Default HZ value (1,000) on i386/amd64 is not very virtual machine friendly.
sobomax
2008-10-27
1
-1
/
+39
*
Add support for kernel profiling for both AIM and BookE.
marcel
2008-10-27
3
-51
/
+83
*
Remove unused declarations (interrupt_vector_{base|top}).
marcel
2008-10-27
1
-3
/
+0
*
Show which rc script is running since the default ^T just shows 'sh' as the
thompsa
2008-10-27
1
-0
/
+1
*
Declare btext and etext. Needed by sys/kern/subr_prof.c for
marcel
2008-10-27
1
-0
/
+3
*
Bring Kauai ATA driver in line with Macio ATA by reading the PIO config reg
nwhitehorn
2008-10-27
1
-6
/
+2
*
- Add stream bus_space operations.
stas
2008-10-26
1
-0
/
+36
*
- Add a missing NULL-pointer check.
stas
2008-10-26
1
-2
/
+4
*
Implement MAC policy support for IPv6 fragment reassembly queues,
rwatson
2008-10-26
5
-5
/
+275
*
Add a MAC label, MAC Framework, and MAC policy entry points for IPv6
rwatson
2008-10-26
5
-5
/
+160
*
In both dropwithreset paths in tcp_input.c, drop the tcbinfo lock
rwatson
2008-10-26
1
-18
/
+4
*
o re-enable a lock assert
sam
2008-10-26
1
-5
/
+5
*
Fix joining an 11b BSS: scanning is normally done using 11g channels
sam
2008-10-26
1
-17
/
+72
*
Add ADB support. This provides support for the external ADB bus on the PowerMac
nwhitehorn
2008-10-26
17
-0
/
+3830
*
Remove endearing but syntactically unnecessary "return;" statements
rwatson
2008-10-26
3
-6
/
+0
*
Style changes only:
bz
2008-10-26
1
-44
/
+45
*
Fix division by zero panic if kern.hz less than 32.
sobomax
2008-10-26
2
-2
/
+10
*
- Import macros used in gmirror for printing gvinum debug messages and making
lulf
2008-10-26
10
-72
/
+94
*
New ap-side power save implementation; the main change is to allow drivers
sam
2008-10-26
8
-113
/
+285
*
move decl up before first use
sam
2008-10-26
1
-1
/
+1
*
introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 header
sam
2008-10-26
2
-1
/
+8
*
fix comment that belonged w/ previous commit
sam
2008-10-26
1
-3
/
+2
*
change ieee80211_send_probereq to supply raw xmit parameters so it can
sam
2008-10-26
1
-2
/
+19
*
change ieee80211_send_nulldata to send a QoS Null Data frame to a
sam
2008-10-26
1
-14
/
+51
*
o change ieee80211_mgmt_output to take a raw xmit parameters block so
sam
2008-10-26
4
-30
/
+45
*
fix old merge botch that causes gaps in the tx seq# space for QoS frames
sam
2008-10-26
1
-1
/
+0
*
Sync BAR frame handling with out of tree work:
sam
2008-10-25
3
-56
/
+190
*
set erp flag and tx parameter state when joining a bss; this allows
sam
2008-10-25
1
-0
/
+3
*
honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vap
sam
2008-10-25
1
-5
/
+3
*
improve inactivity handling debug support
sam
2008-10-25
1
-5
/
+29
*
use a private mgt frame recv handler for ahdemo mode instead of an inline
sam
2008-10-25
1
-4
/
+24
*
expand captured ie's before calling match_bss so they can potentially
sam
2008-10-25
1
-1
/
+1
*
change ieee80211_sta_join to take an explicit channel instead of
sam
2008-10-25
4
-7
/
+18
*
o add support for ifconfig wlanX mode foo
sam
2008-10-25
1
-62
/
+8
[next]