summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Follow-up r318105: Don't use NO_OBJ at top-level, use NO_OBJWALK.Bryan Drewery2017-11-031-3/+3
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-037-21/+78
* Special-case pget lookups where pid == curproc->pidMateusz Guzik2017-11-031-16/+21
* Fix mpr(4) panics caused by bad drive mapping tablesAlan Somers2017-11-031-6/+20
* Allow CUSE(3) to free all memory mapped memory by using regular SWAP objectsHans Petter Selasky2017-11-032-130/+137
* Remove redundant dev->si_drv1 NULL checks in the LinuxKPI.Hans Petter Selasky2017-11-031-14/+0
* Use correct pointer in key_updateaddresses() when updating NAT-T config.Andrey V. Elsukov2017-11-031-1/+1
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingFabien Thomas2017-11-036-72/+285
* Fix integer type and format in debug printJustin Hibbits2017-11-031-2/+2
* This used to have bzip2 support too.Warner Losh2017-11-021-0/+1
* loader: fix BOOTSRC -> BOOTOBJ in a library pathAndriy Gapon2017-11-021-1/+1
* loader: re-enable gzip support for x86Roger Pau Monné2017-11-021-0/+1
* Take into account race conditions in case of accessed or modified bitSvatopluk Kraus2017-11-021-41/+75
* Disable posix_fallocate(2) for ZFSAndriy Gapon2017-11-021-0/+1
* zfs.c:vdev_read() needs to be careful about large sectorsToomas Soome2017-11-021-7/+51
* Fix interrupt handling for dtsecJustin Hibbits2017-11-023-4/+7
* rsu(4): trim code for Rx rate calculation.Andriy Voskoboinyk2017-11-021-92/+26
* evdev: Do not start/stop softrepeat callout if no clients attachedVladimir Kondratyev2017-11-011-1/+2
* evdev: Disable value normalization and state filtering for SND events.Vladimir Kondratyev2017-11-012-3/+1
* sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocolVladimir Kondratyev2017-11-012-6/+6
* evdev: Take driver's lock in cdev write handler if necessaryVladimir Kondratyev2017-11-011-0/+4
* evdev: Lock Giant around keyboard ioctlsVladimir Kondratyev2017-11-011-1/+10
* evdev: Hide "kern.evdev.rcpt_mask" sysctl if kernel is compiledVladimir Kondratyev2017-11-011-0/+2
* efipart_strategy is using wrong offset with >512B sectorsToomas Soome2017-11-011-1/+5
* Restore an optimization that was temporary disabled by r324665.Konstantin Belousov2017-11-011-4/+32
* Fix the reporting of the MTU for SCTP sockets when using IPv6.Michael Tuexen2017-11-011-1/+1
* epair: Fix panic on unloadKristof Provost2017-11-011-4/+12
* Implement ioread16be() in the LinuxKPI.Hans Petter Selasky2017-11-011-0/+7
* Unconditionally include "opt_inet6.h" in the LinuxKPI.Hans Petter Selasky2017-11-011-2/+0
* Do not run pmclog_configure_log() without pmc_sx protection.Konstantin Belousov2017-11-013-45/+109
* Be protective and check the po_file validity before dropping the ref.Konstantin Belousov2017-11-011-2/+5
* In hwpmc, do not double-close the logging file.Konstantin Belousov2017-11-011-18/+14
* There is no use for dropping Giant in the pmc syscall.Konstantin Belousov2017-11-011-4/+0
* Minor style tweaks.Konstantin Belousov2017-11-011-3/+2
* geom_slice: fix r325227, protect against multiple calls to g_slice_freeAndriy Gapon2017-11-011-4/+13
* Use designated initializers for pmc sysent and module data.Konstantin Belousov2017-11-011-15/+11
* Consistently ensure that we do not load MXCSR with reserved bits set.Konstantin Belousov2017-11-014-9/+7
* evdev: Translate KEY_102ND in evdev_scancode2key()Jean-Sébastien Pédron2017-11-011-1/+1
* namecache: fix .. check broken after r324378Mateusz Guzik2017-11-011-2/+4
* Fixup r325264, take #2Mateusz Guzik2017-11-011-1/+0
* namecache: ncnegfactor 16 -> 12Mateusz Guzik2017-11-011-1/+1
* Fixup r325264Mateusz Guzik2017-11-011-1/+1
* Save on loginclass list locking by checking if caller already uses the structMateusz Guzik2017-11-012-1/+12
* Save on uihash table locking by checking if the caller already uses the structMateusz Guzik2017-11-012-0/+19
* Enable a bunch more options in the QORIQ64 kernelJustin Hibbits2017-11-011-5/+16
* Emulate the "OR reg, r/m" instruction (opcode 0BH).Peter Grehan2017-11-011-1/+31
* Rename a couple files to not conflict with ZFS filenamesJustin Hibbits2017-11-013-2/+2
* Add Guest State (GS) bit to MSR bitsJustin Hibbits2017-11-012-2/+4
* Fix debug interrupts on 64-bit Book-EJustin Hibbits2017-11-012-8/+5
* Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits2017-11-014-37/+18