aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not initialize the adapter on MTU change when adapter status is down.Sean Bruno2016-07-078-8/+16
* Fix ZFS ARC min / max tunableSteven Hartland2016-07-061-0/+12
* Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.Hans Petter Selasky2016-07-061-1/+1
* isci: fix ATA PASSTHROUGH fixed sense data formatJim Harris2016-07-062-4/+4
* Correct locking annotation for p_comm.John Baldwin2016-07-061-1/+1
* Add variable declaration missing in r302372.Nathan Whitehorn2016-07-061-0/+1
* Remove the old pre-INTRNG arm64 interrupt framework. GENERIC was switchedAndrew Turner2016-07-067-3560/+0
* The TCPPCAP debugging feature caches recently-used mbufs for use inJonathan T. Looney2016-07-063-0/+13
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-0613-41/+53
* Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sureHans Petter Selasky2016-07-061-1/+1
* Only set the ipfilter running state to 'not running' if we areBjoern A. Zeeb2016-07-061-2/+3
* ioat(4): Block asynchronous work during HW resetConrad Meyer2016-07-052-10/+69
* ioat(4): Serialize ioat_reset_hw invocationsConrad Meyer2016-07-052-0/+14
* ioat(4): Split timer into poll and shrink functionsConrad Meyer2016-07-052-29/+62
* The paradigm of a callout is that it has three consequent states:Gleb Smirnoff2016-07-053-28/+21
* Compile in the kassert_panic() function with INVARIANT_SUPPORTGleb Smirnoff2016-07-052-2/+2
* Ensure that spinlock sections are balanced even after a panic.Mark Johnston2016-07-051-1/+8
* Call audit hooks to capture vnode attributes for three file-descriptorRobert Watson2016-07-051-0/+3
* add description for debug.elf{32,64}_legacy_coredump sysctlEd Maste2016-07-051-1/+2
* Clarify the vnode_destroy_vobject() logic handling for already terminatedKonstantin Belousov2016-07-051-3/+14
* Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.Justin Hibbits2016-07-0520-3745/+35
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...Justin Hibbits2016-07-051-21/+32
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-0518-340/+303
* Fix a race condition between the main thread in aqm_pie_cleanup() and theDon Lewis2016-07-051-33/+28
* Fix interrupt loop when switching from USB device to USB host mode byHans Petter Selasky2016-07-041-16/+18
* boot1.efi: fix assignment / comparison expressionEd Maste2016-07-041-1/+1
* Provide helper macros to detect 'non-silent SBDRY' state and toKonstantin Belousov2016-07-035-32/+62
* Remove racy assert. The thread which changes vnode usecount from 0 to 1Konstantin Belousov2016-07-031-5/+2
* Change type of the 'dead' variable to boolean.Konstantin Belousov2016-07-031-2/+2
* cxgbe(4): Avoid a NULL dereference while dumping the L2 table. EntriesNavdeep Parhar2016-07-011-2/+1
* Clean up some FDT-related code in the PowerPC bootloader, improving errorNathan Whitehorn2016-07-012-16/+28
* When a process knote was attached to the process which is already exiting,Konstantin Belousov2016-07-011-0/+3
* [net80211] teach AMRR to log the initial MCS rate as "MCS X"Adrian Chadd2016-07-011-2/+11
* Fix detection of USB device disconnects in USB host mode when the USBHans Petter Selasky2016-07-011-1/+4
* Update 11.0 to ALPHA6.Glen Barber2016-07-011-1/+1
* In case of the global eventhandler make sure the current VNETBjoern A. Zeeb2016-06-301-1/+5
* Virtualise ipfilter.Bjoern A. Zeeb2016-06-305-159/+345
* Revert r299454 and r299448.Alexander Motin2016-06-303-206/+111
* This patch fixes two bugs related to the setting of the I-BitMichael Tuexen2016-06-301-5/+9
* ARM, ARM64: Workaround for buf_ring reorderingWojciech Macek2016-06-301-2/+31
* ARM64: fix DMAP calculationWojciech Macek2016-06-301-2/+2
* Move the ipfw_log_bpf() calls from global module initialisation toBjoern A. Zeeb2016-06-302-17/+22
* Remove unused global variables as well as unused memoryBjoern A. Zeeb2016-06-303-23/+0
* Fixed FreeBSD/mips MALTA support for QEMUOleksandr Tymoshenko2016-06-291-5/+5
* WITH_META_MODE: Avoid false-positive error due to missing .meta with build co...Bryan Drewery2016-06-291-1/+1
* 1.Improve handling around last compressed block of the file, which isMaxim Sobolev2016-06-294-21/+117
* net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().Andriy Voskoboinyk2016-06-295-56/+69
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.Sean Bruno2016-06-291-0/+1
* Fix fat-fingering: #if AIM should have been #ifdef AIM to avoid failures onNathan Whitehorn2016-06-291-1/+1
* Do not rely on firmware having pre-enabled the MMU in a reasonable way forNathan Whitehorn2016-06-292-1/+13