aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Restore ability to shutdown DGRAM sockets, still forcing ENOTCONN to be returnedMaxim Sobolev2017-04-141-5/+20
* Rename two gmirror state flags to make their meanings slightly clearer.Mark Johnston2017-04-142-9/+9
* Don't set the mirror GEOM softc to NULL in g_mirror_destroy().Mark Johnston2017-04-141-8/+1
* Check for a provider error before enqueuing mirror I/O.Mark Johnston2017-04-141-0/+5
* Adjust shifting so that cursor widths up to 17 (was 9) work in vga planarBruce Evans2017-04-141-6/+6
* Stop mirror synchronization before draining the I/O queue.Mark Johnston2017-04-141-4/+5
* rename vfs.zfs.debug_flags to vfs.zfs.debugflagsAndriy Gapon2017-04-141-1/+1
* Correct calculation of the entry->free_down in the invariants-checkingKonstantin Belousov2017-04-141-1/+1
* Remove RTL8153 quirk since ure(4) supports this chip.Kevin Lo2017-04-141-1/+0
* Optimize drawing of the mouse cursor in vga planar mode almost asBruce Evans2017-04-141-4/+7
* Remove unused "cred" argument to ncl_flush().Rick Macklem2017-04-144-10/+9
* Further unobfuscate the method of drawing the mouse cursor in vga planarBruce Evans2017-04-141-32/+17
* Avoid undefined behavior.Andrey V. Elsukov2017-04-141-1/+2
* Use address of specific union member instead of whole union address toAndrey V. Elsukov2017-04-141-3/+5
* The rule field in the ipfw_dyn_rule structure is used as storageAndrey V. Elsukov2017-04-141-5/+7
* Fix the build.Andrey V. Elsukov2017-04-141-1/+1
* Rework r316770 to make it protocol independent and general, like weAndrey V. Elsukov2017-04-143-7/+13
* Remove dead code.Pyun YongHyeon2017-04-141-5/+0
* Don't overwrite mapped bits.Pyun YongHyeon2017-04-141-17/+17
* Remove unnecessary assignment.Pyun YongHyeon2017-04-141-1/+1
* hyperv/kvp: Remove always false condition.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/kbd: Remove unnecessary assignment.Sepherosa Ziehau2017-04-141-1/+0
* Add missing free()'s after calls to randomize().Cy Schubert2017-04-141-1/+5
* Keep state incorrectly assumes keep frags. This is counter to theCy Schubert2017-04-142-2/+3
* Fix a use after free panic in ipfilter's fragment processing.Cy Schubert2017-04-141-1/+1
* Remove unnecessary check aginst NULL. txp_ext_command() withPyun YongHyeon2017-04-141-2/+1
* Remove unnecessary comparison.Pyun YongHyeon2017-04-141-12/+9
* Fix a potentially forever loop.Pyun YongHyeon2017-04-141-1/+1
* Fix potential NULL deref.Gleb Smirnoff2017-04-141-4/+5
* Attempt to clear logos more thoroughly.Jung-uk Kim2017-04-131-1/+7
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-137-24/+95
* Add call to svcpool_close() for the NFSv4 callback pool (svcpool_nfscbd).Rick Macklem2017-04-131-0/+5
* o Redundant assignments removed.Maxim Konovalov2017-04-132-2/+0
* dummynet: Use strlcpy to appease static checkersConrad Meyer2017-04-132-2/+2
* linux_ioctl: Refactor some v4l2 struct convertersConrad Meyer2017-04-131-2/+12
* cxgbe: Query some more RDMA related parameters from the firmware.Navdeep Parhar2017-04-133-0/+19
* loader: Avoid possible overflow via environment variableConrad Meyer2017-04-131-1/+1
* Clear h/w csum flags on mbuf handled by UDP.Andrey V. Elsukov2017-04-132-0/+6
* Rather than checking if the top bit in a virtual address is a 0 or 1Andrew Turner2017-04-132-2/+2
* Map DMAP as nx.Konstantin Belousov2017-04-131-2/+2
* Don't prefix zero with 0x in assym.s.Andrew Turner2017-04-131-1/+4
* Set the arm64 Execute-never bits in more places.Andrew Turner2017-04-131-6/+15
* Fix vdev_geom_attach_by_guids for partitioned disksAlan Somers2017-04-131-31/+44
* Add large replay widow support to setkey(8) and libipsec.Andrey V. Elsukov2017-04-131-25/+78
* Update list of Conexant and Realtek codecs.Alexander Motin2017-04-132-0/+74
* Use proper fields to check for interrupt trigger mode.Alexander Kabaev2017-04-132-4/+4
* In ARMv8.1 ARM has added a process state bit to disable access to userspaceAndrew Turner2017-04-137-2/+70
* Add SCTLR bits added in ARMv8.1 and ARMv8.2 and start to use them in theAndrew Turner2017-04-132-5/+10
* loader/multiboot: fix multiboot loadingRoger Pau Monné2017-04-133-0/+59