summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* More issues with pre-blocking:rrs2008-10-271-4/+10
* Two inter-related bugs.rrs2008-10-271-2/+8
* Get rid of ifdef for vimage on version 8 comparison. Now therrs2008-10-271-2/+0
* Invariants changes that make more sense.rrs2008-10-272-5/+6
* Add TrustedBSD credit to new ugidfw_internal.h file.rwatson2008-10-271-0/+2
* Break mac_bsdextended.c out into multiple .c files, with the base accessrwatson2008-10-275-1452/+153
* Copy mac_bsdextended.c to two object-specific files as a prototype for howrwatson2008-10-272-0/+1536
* Remove unused consdev structure fields.ed2008-10-274-8/+2
* Only call dma.unload() if initialized.sos2008-10-271-1/+2
* Improved IDE HDD geometry adjustment. Previous code didn't work withkato2008-10-272-7/+112
* vm_pnames should be "const char *const[]".sobomax2008-10-271-1/+1
* vm_pnames has no reason to be global.sobomax2008-10-271-1/+1
* Default HZ value (1,000) on i386/amd64 is not very virtual machine friendly.sobomax2008-10-271-1/+39
* Add support for kernel profiling for both AIM and BookE.marcel2008-10-273-51/+83
* Remove unused declarations (interrupt_vector_{base|top}).marcel2008-10-271-3/+0
* Declare btext and etext. Needed by sys/kern/subr_prof.c formarcel2008-10-271-0/+3
* Bring Kauai ATA driver in line with Macio ATA by reading the PIO config regnwhitehorn2008-10-271-6/+2
* - Add stream bus_space operations.stas2008-10-261-0/+36
* - Add a missing NULL-pointer check.stas2008-10-261-2/+4
* Implement MAC policy support for IPv6 fragment reassembly queues,rwatson2008-10-265-5/+275
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-265-5/+160
* In both dropwithreset paths in tcp_input.c, drop the tcbinfo lockrwatson2008-10-261-18/+4
* o re-enable a lock assertsam2008-10-261-5/+5
* Fix joining an 11b BSS: scanning is normally done using 11g channelssam2008-10-261-17/+72
* Add ADB support. This provides support for the external ADB bus on the PowerMacnwhitehorn2008-10-2617-0/+3830
* Remove endearing but syntactically unnecessary "return;" statementsrwatson2008-10-263-6/+0
* Style changes only:bz2008-10-261-44/+45
* Fix division by zero panic if kern.hz less than 32.sobomax2008-10-262-2/+10
* - Import macros used in gmirror for printing gvinum debug messages and makinglulf2008-10-2610-72/+94
* New ap-side power save implementation; the main change is to allow driverssam2008-10-268-113/+285
* move decl up before first usesam2008-10-261-1/+1
* introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 headersam2008-10-262-1/+8
* fix comment that belonged w/ previous commitsam2008-10-261-3/+2
* change ieee80211_send_probereq to supply raw xmit parameters so it cansam2008-10-261-2/+19
* change ieee80211_send_nulldata to send a QoS Null Data frame to asam2008-10-261-14/+51
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-264-30/+45
* fix old merge botch that causes gaps in the tx seq# space for QoS framessam2008-10-261-1/+0
* Sync BAR frame handling with out of tree work:sam2008-10-253-56/+190
* set erp flag and tx parameter state when joining a bss; this allowssam2008-10-251-0/+3
* honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vapsam2008-10-251-5/+3
* improve inactivity handling debug supportsam2008-10-251-5/+29
* use a private mgt frame recv handler for ahdemo mode instead of an inlinesam2008-10-251-4/+24
* expand captured ie's before calling match_bss so they can potentiallysam2008-10-251-1/+1
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-254-7/+18
* o add support for ifconfig wlanX mode foosam2008-10-251-62/+8
* add debug msgssam2008-10-251-5/+28
* fix associd check for adhoc modesam2008-10-251-18/+13
* ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response framessam2008-10-251-0/+1
* add 1/2 and 1/4 channel flags to IEEE80211_CHAN_ALL so that operationssam2008-10-251-0/+1
* add/improve debug msgssam2008-10-253-4/+18
OpenPOWER on IntegriCloud