aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add to CTL initial support for CDROMs and removable devices.Alexander Motin2015-09-277-131/+699
* Fix what looks like a consistent copy&paste error.Bjoern A. Zeeb2015-09-272-2/+2
* Compare the correct variable to see if memory allocation succeeded.Bjoern A. Zeeb2015-09-271-1/+1
* Enable parallel subdirectory building with sys/modules/netgraphEnji Cooper2015-09-271-0/+2
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-278-78/+4
* - Collapse vfs_vmio_truncate & vfs_vmio_release into a single function.Jeff Roberson2015-09-271-85/+67
* rtsock requests for deleting interface address lles started to return EPERMAlexander V. Chernikov2015-09-272-0/+4
* Track the command response code buffer size and verify it in theAdrian Chadd2015-09-272-13/+26
* The conversion of kmem_alloc_attr() from operating on a vm map to a vmemAlan Cox2015-09-261-28/+13
* Remove a check for a condition that is always false by a preceding KASSERTMark Johnston2015-09-261-5/+0
* Free the TX/RX list buffers /before/ tearing down net80211 state.Adrian Chadd2015-09-261-4/+11
* Fix argument ordering in vn_printf().Mark Johnston2015-09-261-2/+2
* Exploit r288122 to address a cosmetic issue. Since the pages allocatedAlan Cox2015-09-261-1/+1
* Increase group limit for kerberized NFSv4Josh Paetzel2015-09-261-5/+2
* Wait up to 10 seconds for late-initializing network interfaces to arrive.Ian Lepore2015-09-261-0/+9
* Allow LOG SENSE command on non-disk devices.Alexander Motin2015-09-262-2/+5
* Don't duplicate checks; net80211 now does this for us.Adrian Chadd2015-09-261-8/+0
* Remove concept of control device.Alexander Motin2015-09-261-62/+24
* Move ioctl frontend defines where they belong.Alexander Motin2015-09-262-12/+12
* Remove few more unused variables.Alexander Motin2015-09-262-4/+0
* Remove some duplicate, legacy, dead and questionable code.Alexander Motin2015-09-268-406/+23
* Make the __bitcount*() functions unconditionally available, by movingKonstantin Belousov2015-09-261-3/+4
* * Add 11n HT40 support - i needed to send both HTINFO and HTCAP fieldsAdrian Chadd2015-09-261-23/+19
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'tAlan Cox2015-09-266-6/+6
* Fix a bug in the TX command handling - log when a too-large payload isAdrian Chadd2015-09-261-1/+9
* Add an initial driver for the AR9170 series draft-11n hardware fromAdrian Chadd2015-09-2610-0/+4210
* Update USB device IDs for the upcoming AR9170 support.Adrian Chadd2015-09-261-0/+30
* Pass to sobind() copy of the address, not the original.Alexander Motin2015-09-261-2/+6
* Perform some rather amusing layering violations to add mbuf tags to theAdrian Chadd2015-09-265-34/+103
* Compare the newly allocated array elements to NULL in order to seeBjoern A. Zeeb2015-09-251-2/+2
* Properly lock LUN in ctl_failover_lun().Alexander Motin2015-09-251-7/+25
* Remove apostrophe from AP's for consistency (arm64 mp_machdep)Ed Maste2015-09-251-1/+1
* Fix bit masks changed for the wrong commands in r288221.Alexander Motin2015-09-251-4/+4
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-257-14/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-257-14/+0
* Constify ctl_serialize_table.Alexander Motin2015-09-252-2/+2
* sbuf: Process more than one char at a timeConrad Meyer2015-09-251-35/+39
* Remove some dead code found by Clang analyzer.Alexander Motin2015-09-2510-220/+17
* Remove stale comments and some excessive empty lines.Alexander Motin2015-09-252-84/+10
* Use per-cpu values for base and last in tc_cpu_ticks(). The valuesKonstantin Belousov2015-09-251-7/+14
* Switch I/O time accounting from system time to uptime.Alexander Motin2015-09-254-24/+24
* Collect DMA statistics on secondary HA node.Alexander Motin2015-09-251-3/+13
* Make HA handle datamove and done in a universal way, using port methods.Alexander Motin2015-09-251-236/+171
* Remove some control_softc references.Alexander Motin2015-09-256-52/+25
* MFV r288063: make dataset property de-registration operation O(1)Xin LI2015-09-258-203/+171
* Implement support for reading USB quirks from the kernel environment.Hans Petter Selasky2015-09-241-2/+137
* Fix up error path handling after the recent churn.Adrian Chadd2015-09-241-10/+8
* Install kernel debug data under /usr/lib/debugEd Maste2015-09-242-13/+26
* Allow WRITE SAME with NDOB bit set but without UNMAP.Alexander Motin2015-09-242-4/+8
* Add new report types to REPORT LUNS command.Alexander Motin2015-09-242-4/+7