| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add bad_open benchmark, which measures failed opens by calling | Edward Tomasz Napierala | 2017-11-02 | 1 | -0/+16 |
| * | Add benchmark for getresuid(2) - three pointers, although only "output" ones, | Edward Tomasz Napierala | 2017-11-02 | 1 | -0/+17 |
| * | Add select(2) benchmark. It takes four pointers; unfortunately it's | Edward Tomasz Napierala | 2017-11-02 | 1 | -1/+26 |
| * | Add getpriority(2) benchmark; it's a lightweight syscall which does pretty | Edward Tomasz Napierala | 2017-11-02 | 1 | -0/+18 |
| * | Make syscall_timing(1) default to a temporary file when run without -p. | Edward Tomasz Napierala | 2017-11-02 | 1 | -2/+36 |
| * | Add fetchbench, a trivial HTTP benchmark based on fetch(1). | Edward Tomasz Napierala | 2017-11-02 | 1 | -0/+76 |
| * | zfs.c:vdev_read() needs to be careful about large sectors | Toomas Soome | 2017-11-02 | 1 | -7/+51 |
| * | Actually add the dtsec(4) man page to the build | Justin Hibbits | 2017-11-02 | 1 | -0/+1 |
| * | Fix interrupt handling for dtsec | Justin Hibbits | 2017-11-02 | 3 | -4/+7 |
| * | Don't propagate MAKEOBJDIRPREFIX changes to environment. | Bryan Drewery | 2017-11-02 | 1 | -1/+2 |
| * | rsu(4): trim code for Rx rate calculation. | Andriy Voskoboinyk | 2017-11-02 | 1 | -92/+26 |
| * | evdev: Do not start/stop softrepeat callout if no clients attached | Vladimir Kondratyev | 2017-11-01 | 1 | -1/+2 |
| * | evdev: Disable value normalization and state filtering for SND events. | Vladimir Kondratyev | 2017-11-01 | 2 | -3/+1 |
| * | sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocol | Vladimir Kondratyev | 2017-11-01 | 2 | -6/+6 |
| * | evdev: Take driver's lock in cdev write handler if necessary | Vladimir Kondratyev | 2017-11-01 | 1 | -0/+4 |
| * | evdev: Lock Giant around keyboard ioctls | Vladimir Kondratyev | 2017-11-01 | 1 | -1/+10 |
| * | evdev: Hide "kern.evdev.rcpt_mask" sysctl if kernel is compiled | Vladimir Kondratyev | 2017-11-01 | 1 | -0/+2 |
| * | Regenerate for UNIFIED_OBJDIR. | Bryan Drewery | 2017-11-01 | 1 | -6/+24 |
| * | META_MODE: Respect make -s. | Bryan Drewery | 2017-11-01 | 1 | -1/+4 |
| * | make obj: Skip treewalk if AUTO_OBJ is enabled. | Bryan Drewery | 2017-11-01 | 1 | -1/+9 |
| * | native-xtools/xdev: Store these in a location including both MACHINE/TARGET. | Bryan Drewery | 2017-11-01 | 1 | -5/+12 |
| * | Add a 'make cleanuniverse'. | Bryan Drewery | 2017-11-01 | 3 | -8/+23 |
| * | Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR. | Bryan Drewery | 2017-11-01 | 14 | -95/+193 |
| * | bluetooth: Default to discoverable off | Conrad Meyer | 2017-11-01 | 2 | -2/+2 |
| * | efipart_strategy is using wrong offset with >512B sectors | Toomas Soome | 2017-11-01 | 1 | -1/+5 |
| * | Restore an optimization that was temporary disabled by r324665. | Konstantin Belousov | 2017-11-01 | 1 | -4/+32 |
| * | Fix the reporting of the MTU for SCTP sockets when using IPv6. | Michael Tuexen | 2017-11-01 | 1 | -1/+1 |
| * | epair: Fix panic on unload | Kristof Provost | 2017-11-01 | 1 | -4/+12 |
| * | Implement ioread16be() in the LinuxKPI. | Hans Petter Selasky | 2017-11-01 | 1 | -0/+7 |
| * | Unconditionally include "opt_inet6.h" in the LinuxKPI. | Hans Petter Selasky | 2017-11-01 | 1 | -2/+0 |
| * | Do not run pmclog_configure_log() without pmc_sx protection. | Konstantin Belousov | 2017-11-01 | 3 | -45/+109 |
| * | Be protective and check the po_file validity before dropping the ref. | Konstantin Belousov | 2017-11-01 | 1 | -2/+5 |
| * | In hwpmc, do not double-close the logging file. | Konstantin Belousov | 2017-11-01 | 1 | -18/+14 |
| * | There is no use for dropping Giant in the pmc syscall. | Konstantin Belousov | 2017-11-01 | 1 | -4/+0 |
| * | Minor style tweaks. | Konstantin Belousov | 2017-11-01 | 1 | -3/+2 |
| * | geom_slice: fix r325227, protect against multiple calls to g_slice_free | Andriy Gapon | 2017-11-01 | 1 | -4/+13 |
| * | Use designated initializers for pmc sysent and module data. | Konstantin Belousov | 2017-11-01 | 1 | -15/+11 |
| * | Consistently ensure that we do not load MXCSR with reserved bits set. | Konstantin Belousov | 2017-11-01 | 4 | -9/+7 |
| * | evdev: Translate KEY_102ND in evdev_scancode2key() | Jean-Sébastien Pédron | 2017-11-01 | 1 | -1/+1 |
| * | namecache: fix .. check broken after r324378 | Mateusz Guzik | 2017-11-01 | 1 | -2/+4 |
| * | Fixup r325264, take #2 | Mateusz Guzik | 2017-11-01 | 1 | -1/+0 |
| * | namecache: ncnegfactor 16 -> 12 | Mateusz Guzik | 2017-11-01 | 1 | -1/+1 |
| * | Fixup r325264 | Mateusz Guzik | 2017-11-01 | 1 | -1/+1 |
| * | Save on loginclass list locking by checking if caller already uses the struct | Mateusz Guzik | 2017-11-01 | 2 | -1/+12 |
| * | Save on uihash table locking by checking if the caller already uses the struct | Mateusz Guzik | 2017-11-01 | 2 | -0/+19 |
| * | Enable a bunch more options in the QORIQ64 kernel | Justin Hibbits | 2017-11-01 | 1 | -5/+16 |
| * | Emulate the "OR reg, r/m" instruction (opcode 0BH). | Peter Grehan | 2017-11-01 | 1 | -1/+31 |
| * | Rename a couple files to not conflict with ZFS filenames | Justin Hibbits | 2017-11-01 | 3 | -2/+2 |
| * | Add Guest State (GS) bit to MSR bits | Justin Hibbits | 2017-11-01 | 2 | -2/+4 |
| * | Fix debug interrupts on 64-bit Book-E | Justin Hibbits | 2017-11-01 | 2 | -8/+5 |