aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ARM: Cumulative fixes for GICMichal Meloun2015-11-281-13/+29
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-2818-68/+0
* Disconnect iBCS2 emulator from the build. The ibcs2 option, the buildKonstantin Belousov2015-11-283-3/+3
* [ath_hal] use the correct revision information for QCA953x.Adrian Chadd2015-11-282-4/+2
* Add AR9530 (honeybee) config option.Adrian Chadd2015-11-281-0/+1
* * Add device string for QCA955x (scorpion);Adrian Chadd2015-11-282-0/+7
* wrap in ATH_DEBUG.Adrian Chadd2015-11-281-2/+2
* [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i...Adrian Chadd2015-11-271-3/+4
* Take also the send queue and sent queue into account when triggeringMichael Tuexen2015-11-271-4/+8
* In vm_pageout_grow_cache(), do not re-try the inactive queue whenKonstantin Belousov2015-11-271-5/+6
* Add helper to catch single step debug event and distinguish it from bkptZbigniew Bodek2015-11-271-7/+17
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-8/+9
* Add support for exynos5_ehci in loaderZbigniew Bodek2015-11-277-4/+258
* Increase malloc area in loader/usbZbigniew Bodek2015-11-271-1/+4
* Run callouts during infinite waiting inside cv_waitZbigniew Bodek2015-11-271-0/+9
* Implement simple ops for umass_diskZbigniew Bodek2015-11-273-1/+72
* Do not zero memory in umass_detachZbigniew Bodek2015-11-271-0/+3
* Implement missing bus_space_subregion in kshimZbigniew Bodek2015-11-272-0/+11
* Use properly aligned buffer in usb_allocZbigniew Bodek2015-11-271-1/+1
* sfxge: cleanup: report error on failure path in efx_vpd_hunk_verifyAndrew Rybchenko2015-11-271-1/+3
* sfxge: cleanup: fix prefast annotations on mac stats updatesAndrew Rybchenko2015-11-276-6/+6
* sfxge: fix prefast warning in falconsiena_tx_qcreateAndrew Rybchenko2015-11-271-0/+2
* sfxge: cleanup: fix prefast annotations for stats buffersAndrew Rybchenko2015-11-2711-15/+15
* sfxge: unlink PIO buffers from VIs in WC mapping in hunt_nic_fini()Andrew Rybchenko2015-11-271-1/+13
* sfxge: infer external port numbering for PaviaAndrew Rybchenko2015-11-271-3/+11
* sfxge: cleanup: fix prefast annotationAndrew Rybchenko2015-11-271-1/+1
* sfxge: do not use unnamed union in siena_mc_combo_rom_hdr_tAndrew Rybchenko2015-11-271-1/+1
* sfxge: cleanup: error probe correctionAndrew Rybchenko2015-11-271-1/+1
* Fix panic when trying to sort unsupported command in OOA queue.Alexander Motin2015-11-271-0/+2
* Remove VI_AGE vnode iflag, it is unused.Konstantin Belousov2015-11-272-14/+4
* Move the comment about resident pages preventing vnode from leavingKonstantin Belousov2015-11-271-5/+11
* When the sending of an SCTP outgoing stream reset request fails,Michael Tuexen2015-11-261-3/+12
* Fix whitespace on addition of IPSEC optionEd Maste2015-11-265-5/+5
* Correct arm64 gic_v3 sizeof argumentEd Maste2015-11-261-1/+1
* Correct an error in vm_reserv_reclaim_contig(). In the highly unusualAlan Cox2015-11-261-3/+4
* Remove residual functions declaration left after r291365.Alexander Motin2015-11-261-2/+0
* Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.cIan Lepore2015-11-265-10/+42
* One more round of port scanner rewrite.Alexander Motin2015-11-266-264/+181
* When receiving an SCTP/UDP packet and the interface performedMichael Tuexen2015-11-261-0/+12
* [net80211] decode WPA cipher config '0' as "clear cipher config".Adrian Chadd2015-11-261-0/+3
* Fix building sys/modules/if_enc by adding missing headersEnji Cooper2015-11-251-0/+2
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* Stop building vers.c in include/ and only build the needed osreldate.h.Bryan Drewery2015-11-251-0/+6
* [ath] listen to all beacons in IBSS and software beacon miss.Adrian Chadd2015-11-251-3/+7
* [net80211] log the A-MPDU setup attempt count as part of debugging.Adrian Chadd2015-11-251-2/+2
* The r241129 description was wrong that the scenario is possibleFabien Thomas2015-11-251-1/+10
* Fix the build.Andrey V. Elsukov2015-11-251-1/+0
* Overhaul if_enc(4) and make it loadable in run-time.Andrey V. Elsukov2015-11-2515-307/+399
* Check that hhk_helper pointer isn't NULL before access.Andrey V. Elsukov2015-11-251-1/+2
* NTB: WC/WB isn't enough; set MMR region as UCConrad Meyer2015-11-252-28/+37