summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some paths preparing for a re-copy from headngie2015-10-05340-72805/+0
* Merge additional testcases and improvements to bin/ls/ls_tests fromngie2015-10-052-64/+674
* Set correct argemdio addr, comment out arge1 as its not physicallysbruno2015-10-042-13/+11
* When trying to execute from a misaligned address raise a SIGBUS with theandrew2015-10-041-0/+5
* Invoke lle_event for new entry iff it has lladdr set.melifaro2015-10-041-2/+4
* Bump the stack protector to level "strong".pfg2015-10-041-1/+1
* Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers.kevlo2015-10-041-4/+1
* Fix max TX power settings for RT5390/RT5392.kevlo2015-10-042-3/+2
* When asserting IL bit in exception syndrome register, print the rawkib2015-10-041-1/+1
* Simplify if (lladdr) condition in nd6_cache_lladdr():melifaro2015-10-041-8/+5
* Add missing stack unwind information to several assembly functions onrwatson2015-10-043-2/+7
* Eliminate nd6_llinfo_settimer(). All consumers were converted tomelifaro2015-10-042-13/+2
* Add __noinline attribute to several functions to ease dtrace instrumentationmelifaro2015-10-041-10/+22
* Remove per complete the fec aggregation protocol.araujo2015-10-042-11/+0
* drm2: a few minor fixes after r280183adrian2015-10-048-24/+19
* Fix condition for nd6_llinfo_getholdsrc() introduced in r287484.melifaro2015-10-041-2/+3
* Fix run(4) mbuf queue flushing / freeing.adrian2015-10-041-1/+20
* Random zyd(4) fixes to bring TX handling in line with rsu, etcadrian2015-10-041-2/+20
* Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)adrian2015-10-041-20/+20
* Fix to compile using gcc-4.2 (eg mips, sparc64.)adrian2015-10-041-22/+22
* Initialize fd to -1 so that gcc doesn't emit an unitialized warning.sbruno2015-10-041-1/+2
* Add a little, but very useful script for use with programs that work using anpjd2015-10-042-1/+59
* net80211: reduce code duplication in the ieee80211_ioctl_setwmeparam() + fix ...adrian2015-10-031-35/+17
* rum(4): add WME support.adrian2015-10-033-15/+103
* run(4): fix WME support (untested).adrian2015-10-031-21/+22
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)markj2015-10-032-7/+10
* rum(4): fix stats interpretation in rum_ratectl_task()adrian2015-10-031-15/+20
* rum(4): set short/long retry limitsadrian2015-10-033-1/+25
* rum(4): fix sequence number generation.adrian2015-10-031-9/+26
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-0312-37/+29
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-039-29/+28
* rum(4): drop unused 'node id' parameter.adrian2015-10-032-26/+21
* rum(4): add support for hardware encryption (WEP, TKIP and CCMP).adrian2015-10-033-29/+451
* rum(4): implement iv_update_beacon call (fixes client power save support).adrian2015-10-031-0/+54
* rum(4): attach rum_update_slot to ic_updateslot.adrian2015-10-031-3/+13
* Make GCC happybdrewery2015-10-031-0/+1
* Include stddef.h for ptrdiff_tbdrewery2015-10-031-0/+2
* The return value of posix_fadvise(2) is just an error status, somarkj2015-10-031-3/+2
* Reduce the scope of a variable to the only file where it is used.alc2015-10-033-2/+2
* Style fix.bdrewery2015-10-031-0/+1
* Add decoding for struct statfs.bdrewery2015-10-032-1/+30
* rum(4): split rum_prepare_beacon() into 'alloc' and 'set' stagesadrian2015-10-033-24/+44
* rum(4): add support for AHDEMO mode.adrian2015-10-031-2/+7
* rum(4): simplify rum_set_bssid(), rum_set_macaddr() and rum_update_promisc()adrian2015-10-032-18/+11
* Mute this cookie as wellbdrewery2015-10-031-1/+1
* rum(4): do not corrupt MAC addressadrian2015-10-032-3/+5
* rum(4): add error handling for rum_enable_tsf_sync() and rum_prepare_beacon()adrian2015-10-031-22/+42
* Perform a single batched update to the object's paging-in-progress countalc2015-10-031-4/+2
* rum(4): move some code from rum_init() into separate function.adrian2015-10-031-13/+24
* Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handledbdrewery2015-10-032-4/+2
OpenPOWER on IntegriCloud