summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-12121-321/+69
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...adrian2015-10-1214-31/+2
* urtwn(4): split *reg and *var parts (no functional change).adrian2015-10-124-192/+208
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-1223-70/+11
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...adrian2015-10-128-39/+19
* wpi(4): add support for TX fragmentation.adrian2015-10-123-28/+96
* net80211: separate mbuf cleanup from ieee80211_fragment()adrian2015-10-127-52/+31
* Revert r289150:pfg2015-10-121-1/+0
* sh: Make struct arglist an array instead of a linked list.jilles2015-10-116-215/+136
* Default TESTSDIR to /usr/tests/${RELDIR:H}ngie2015-10-112-4/+9
* NTB: MFV c336acd3: memcpy lockup workaroundcem2015-10-111-2/+3
* NTB: MFV c9d534c8: Correctly handle receive buffers of the minimal sizecem2015-10-111-3/+5
* NTB: MFV 90f9e934: reset tx_index on link togglecem2015-10-111-2/+1
* NTB: MFV b77b2637: Link toggle memory leakcem2015-10-111-0/+8
* NTB: MFV 113fc505: Handle 64bit BAR sizescem2015-10-111-34/+65
* NTB: MFV cc0f868d: fix pointer math issuescem2015-10-111-2/+2
* Simplify netbsd-tests.test.mkngie2015-10-111-8/+4
* Correct handling of enum attributes with g++pfg2015-10-111-0/+1
* Use existing CONFDIR instead of adding a new CONFIGDIRbapt2015-10-113-3/+2
* Correct flash layout (this is a 4M flash unit).sbruno2015-10-111-22/+15
* Make delete method set via kern.cam.da.X.delete_method persistent.mav2015-10-112-48/+55
* Fix build with gcc 4.2bapt2015-10-113-3/+3
* Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-10-113-17/+11
* Remove compatibility shims for legacy ATA device names.mav2015-10-1123-141/+11
* Remove lock upgrade attempt from ctl_be_block_open_file().mav2015-10-111-15/+0
* Use machine specific values cleaned from openwrt for the mac addresssbruno2015-10-111-1/+3
* wpi(4): do not count failures twice for ic_raw_xmit().adrian2015-10-111-10/+3
* wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()...adrian2015-10-111-30/+31
* wpi(4): fix possible race between TX/RX threads.adrian2015-10-111-0/+2
* wpi(4): do not allocate space for unused rings.adrian2015-10-112-14/+4
* wpi(4): do not override iv_recv_mgmt() in non-adhoc modes.adrian2015-10-111-6/+7
* wpi(4): use more correct types.adrian2015-10-113-55/+67
* Update Dragonfly Mail Agent to v0.10bapt2015-10-1039-1171/+114
* Replace a local sx lock that allowed only one client at a time to accessian2015-10-101-12/+11
* There's no way a fbsd install + kernel will fit into 4MB of flash.sbruno2015-10-101-13/+3
* Remove a double "as well as"phk2015-10-101-3/+3
* Fix installing config files as non rootbapt2015-10-101-1/+3
* Install bsd.confs.mkbapt2015-10-105-4/+5
* Add 'p' postfix to mdconfig(8).trasz2015-10-102-6/+9
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-102-5/+8
* Provide better debug message on kernel module name clash.trasz2015-10-101-6/+2
* Make geom_nop(4) collect statistics on all types of BIOs, not justtrasz2015-10-103-4/+47
* drm/i915: Remove "Attempting to unbind pinned buffer" messagedumbbell2015-10-101-3/+1
* Update the AP135 reference design flash layout to be more useful.adrian2015-10-101-17/+28
* Translate iic hardware layer status values to errno return values.ian2015-10-101-3/+9
* Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT).ian2015-10-101-0/+1
* iw_cxgbe: fix for page fault in cm_close_handler().np2015-10-101-8/+14
* Remove all of the syncsngie2015-10-101-10/+0
* Flip on fast frames support for AR5416 and AR9300 series NICs.adrian2015-10-102-8/+2
* Fix more cases of iicbus-layer functions that must return IIC_Exxxx values.ian2015-10-101-2/+2
OpenPOWER on IntegriCloud