aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes ofHans Petter Selasky2017-05-252-2/+6
* [ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything.Adrian Chadd2017-05-254-42/+3
* [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd2017-05-2527-145/+1343
* MFV r316925: 6101 attempt to lzc_create() a filesystem under a volume results...Andriy Gapon2017-05-242-1/+6
* MFV r316923: 8026 retire zfs_throttle_delay and zfs_throttle_resolutionAndriy Gapon2017-05-241-3/+0
* MFC r316921: 8027 tighten up dsl_pool_dirty_deltaAndriy Gapon2017-05-241-1/+1
* MFV r316920: 8023 Panic destroying a metaslab deferred range treeAndriy Gapon2017-05-245-8/+34
* MFV r316917: 7968 multi-threaded spa_sync()Andriy Gapon2017-05-2415-152/+274
* MFV r316916: 7970 zfs_arc_num_sublists_per_state should be common to all mult...Andriy Gapon2017-05-245-31/+44
* MFC r316915: 7801 add more by-dnode routines (lint)Andriy Gapon2017-05-241-4/+3
* MFC r316914: 7801 add more by-dnode routinesAndriy Gapon2017-05-247-80/+271
* MFC r316913: 7869 panic in bpobj_space(): null pointer dereferenceAndriy Gapon2017-05-242-10/+24
* MFC r316912: 7793 ztest fails assertion in dmu_tx_willuse_spaceAndriy Gapon2017-05-2418-994/+232
* Increase the allowed maximum number of audio channels from 31 to 127Hans Petter Selasky2017-05-242-7/+7
* MFC r316907: 1300 filename normalization doesn't work for removesAndriy Gapon2017-05-249-103/+180
* Remove constants and comments for unimplemented entries in the default LDT.John Baldwin2017-05-241-3/+0
* o Rearrange struct inpcb fields to optimize the TCP output code pathGleb Smirnoff2017-05-242-15/+17
* Ifdef out a redundant if statement when LARGE_NAT is disabled.Cy Schubert2017-05-241-0/+2
* Add BIT_OR2(), BIT_AND2(), BIT_NAND2(), BIT_XOR() and BIT_XOR2().Konstantin Belousov2017-05-241-0/+30
* Use __BSD_VISIBLE test instead checking for absense of _POSIX_SOURCE.Konstantin Belousov2017-05-241-22/+22
* cxgbe/iw_cxgbe: sodisconnect failures are harmless and should not beNavdeep Parhar2017-05-241-5/+3
* [ath] begin migration of AHB support to use the PCI style board data API for ...Adrian Chadd2017-05-241-60/+38
* Followup to r318765 (capsicumize cpuset_*affinity)Allan Jude2017-05-242-4/+4
* Allow cpuset_{get,set}affinity in capabilities modeAllan Jude2017-05-243-6/+25
* cxgbe(4): Update the T4, T5, and T6 firmwares to 1.16.45.0.Navdeep Parhar2017-05-2314-29344/+32101
* Remove the BSD/OS 2.1 system call gate LDT entry.John Baldwin2017-05-232-6/+1
* bhnd(4): Fix a SPROM identification regression introduced in r315866Landon J. Fuller2017-05-232-6/+10
* Pass -N directly to ld via -Wl rather than passing it to the compiler driver.John Baldwin2017-05-231-1/+1
* Add security.bsd.see_jail_procSteve Wills2017-05-232-0/+32
* Remove redundant variable declaration.Cy Schubert2017-05-231-4/+0
* Add COMPAT_FREEBSD11 on arm64, the arch is almost tier-1.Konstantin Belousov2017-05-231-0/+1
* Remove superfluous parentheses.Edward Tomasz Napierala2017-05-231-2/+2
* Fix possible double releasing for SA and SP references.Andrey V. Elsukov2017-05-234-8/+6
* Regen.Konstantin Belousov2017-05-2311-1158/+997
* Commit the 64-bit inode project.Konstantin Belousov2017-05-2342-449/+1216
* Fix possible double releasing for SA reference.Andrey V. Elsukov2017-05-234-31/+41
* [ar71xx] remove dead code!Adrian Chadd2017-05-231-40/+0
* [ar71xx] add a very simple early boot driver called "caldata" to commit cross...Adrian Chadd2017-05-232-0/+177
* [arswitch] add phy debugging to the internal PHY read/write functions.Adrian Chadd2017-05-231-0/+15
* Add parent interface reference counting to if_vlan.Alexander Motin2017-05-231-14/+26
* "struct ata_params" field "reserved206[2]" actually starts at offset 20*7*.Ravi Pokala2017-05-221-1/+1
* Fix powerpc compiler error.Stephen McConnell2017-05-221-2/+2
* Replacing iterating over rootpath by strsep(3).Mariusz Zaborski2017-05-221-8/+6
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-224-47/+65
* Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits.David C Somayajulu2017-05-221-1/+2
* Remove glimpse make target added in r181432Enji Cooper2017-05-221-13/+1
* The connect() system call should return -1 and set errno to EAFNOSUPPORTMichael Tuexen2017-05-222-0/+18
* Add support for Amazon Elastic Network Adapter (ENA) NICZbigniew Bodek2017-05-227-0/+4539
* Regen sysent after r318634, no open(2) in capability modeEd Maste2017-05-222-2/+2
* disallow open(2) in capability modeEd Maste2017-05-222-9/+0