aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add bad_open benchmark, which measures failed opens by callingEdward Tomasz Napierala2017-11-021-0/+16
* Add benchmark for getresuid(2) - three pointers, although only "output" ones,Edward Tomasz Napierala2017-11-021-0/+17
* Add select(2) benchmark. It takes four pointers; unfortunately it'sEdward Tomasz Napierala2017-11-021-1/+26
* Add getpriority(2) benchmark; it's a lightweight syscall which does prettyEdward Tomasz Napierala2017-11-021-0/+18
* Make syscall_timing(1) default to a temporary file when run without -p.Edward Tomasz Napierala2017-11-021-2/+36
* Add fetchbench, a trivial HTTP benchmark based on fetch(1).Edward Tomasz Napierala2017-11-021-0/+76
* zfs.c:vdev_read() needs to be careful about large sectorsToomas Soome2017-11-021-7/+51
* Actually add the dtsec(4) man page to the buildJustin Hibbits2017-11-021-0/+1
* Fix interrupt handling for dtsecJustin Hibbits2017-11-023-4/+7
* Don't propagate MAKEOBJDIRPREFIX changes to environment.Bryan Drewery2017-11-021-1/+2
* 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
* Regenerate for UNIFIED_OBJDIR.Bryan Drewery2017-11-011-6/+24
* META_MODE: Respect make -s.Bryan Drewery2017-11-011-1/+4
* make obj: Skip treewalk if AUTO_OBJ is enabled.Bryan Drewery2017-11-011-1/+9
* native-xtools/xdev: Store these in a location including both MACHINE/TARGET.Bryan Drewery2017-11-011-5/+12
* Add a 'make cleanuniverse'.Bryan Drewery2017-11-013-8/+23
* Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery2017-11-0114-95/+193
* bluetooth: Default to discoverable offConrad Meyer2017-11-012-2/+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