aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecessary variable from the switch softc structure and make theLuiz Otavio O Souza2017-06-091-19/+22
* Follow up r313841 on powerpcJustin Hibbits2017-06-091-1/+6
* Implement pci_disable_device() in the LinuxKPI.Mark Johnston2017-06-091-0/+3
* Augment wait queue support in the LinuxKPI.Mark Johnston2017-06-096-174/+646
* Style and comment fixes only.Alan Cox2017-06-091-8/+8
* blist_fill()'s return type is too narrow. blist_fill() accepts a 64-bitAlan Cox2017-06-092-11/+11
* Fix stat(2) on a listening socket.Gleb Smirnoff2017-06-091-16/+19
* Allow the arm64 machine/vfp.h to be included without first includingAndrew Turner2017-06-091-0/+2
* Store the read-only thread pointer when scheduling a new thread. This isAndrew Turner2017-06-093-0/+10
* MFV r319741: 8156 dbuf_evict_notify() does not need dbuf_evict_lockAndriy Gapon2017-06-091-11/+7
* MFV r319739: 8005 poor performance of 1MB writes on certain RAID-Z configurat...Andriy Gapon2017-06-091-5/+15
* MFV r319738: 8155 simplify dmu_write_policy handling of pre-compressed buffersAndriy Gapon2017-06-095-25/+17
* remove an unrelated local change from r319746Andriy Gapon2017-06-091-8/+6
* MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectlyAndriy Gapon2017-06-091-6/+8
* Remove msdosfs -o large support.Konstantin Belousov2017-06-096-247/+19
* Enhance vfs.ino64_trunc_error sysctl.Konstantin Belousov2017-06-092-10/+61
* rtwn: rename module (if_rtwn.ko -> rtwn.ko) to match module name + dropAndriy Voskoboinyk2017-06-091-1/+1
* When we are in UMA_STARTUP use startup_alloc() for any zone, not forGleb Smirnoff2017-06-081-12/+10
* Fix the software fallback for GCM to validate the existing tag for decrypts.John Baldwin2017-06-081-3/+14
* Listening sockets improvements.Gleb Smirnoff2017-06-0826-905/+1070
* Add explicit handling for requests with an empty payload.John Baldwin2017-06-081-6/+83
* With EARLY_AP_STARTUP enabled, we are seeing crashes in softclock_call_cc()Jonathan T. Looney2017-06-081-2/+9
* Add the infrastructure to support loading multiple versions of TCPJonathan T. Looney2017-06-085-35/+152
* arm64: add ".arch armv8-a+crc" to allow use of crc instructionsEd Maste2017-06-081-0/+1
* Bump _FreeBSD_version after removal of groffBaptiste Daroussin2017-06-081-1/+1
* Add function to dump PCIE MBUS decoding windows and barsZbigniew Bodek2017-06-081-1/+20
* Restore DTS node of PCIe controller for A38X boardsZbigniew Bodek2017-06-084-41/+171
* Support multi-port PCIe hierarchy in Marvell boards DTSZbigniew Bodek2017-06-083-8/+367
* Fix PCIe window decoding on Armada 38xZbigniew Bodek2017-06-081-24/+63
* Enable MBUS bridge configuration in mv_rtc driverZbigniew Bodek2017-06-081-12/+41
* Add reset capability to mv_rtc driverZbigniew Bodek2017-06-081-0/+55
* Fix an off-by-one error in the VM page array on some systems.John Baldwin2017-06-081-7/+25
* When allocating swap blocks, if the available number of free blocks in aAlan Cox2017-06-081-2/+2
* hyperv/pcib: use the device serial number as PCI domainDexuan Cui2017-06-081-0/+2
* This code was missing socket unlock and socket buffer lock, but itGleb Smirnoff2017-06-081-1/+2
* The desired lock here is socket buffer, not socket.Gleb Smirnoff2017-06-081-1/+1
* Fix a degenerate case when soisdisconnected() would call soisconnected().Gleb Smirnoff2017-06-081-1/+1
* Allow sysctl kern.vm_guest to return bhyve when running under bhyve.Marcelo Araujo2017-06-083-1/+4
* Remove ARM and MIPS from linuxkpi ioremap_attr definitionJustin Hibbits2017-06-082-6/+3
* vm.defer_swapspace_pageouts was removed in r308474.Bryan Drewery2017-06-071-2/+1
* Add more #ifdef arch checks to the linuxkpiJustin Hibbits2017-06-074-5/+10
* Originally, this file could be compiled as a user-space application forAlan Cox2017-06-071-13/+7
* Change R88E_EFUSE_MAX_LEN to use the same value as the vendor's driverKevin Lo2017-06-071-1/+1
* Provide typedef for socket upcall function.Gleb Smirnoff2017-06-072-6/+5
* Remove a piece of dead code.Gleb Smirnoff2017-06-071-4/+0
* Starting in r118390, swaponsomething() began to reserve the blocks at theAlan Cox2017-06-061-1/+1
* Fix init order in the LinuxKPI for IDR support after recent changes.Hans Petter Selasky2017-06-061-1/+1
* When the function blist_fill() was added to the kernel in r107913, the swapAlan Cox2017-06-062-12/+4
* Jails: Optionally prevent jailed root from binding to privileged portsAllan Jude2017-06-062-4/+16
* The variable "breakout" is used like a Boolean, so actually define it asAlan Cox2017-06-051-4/+3