Age | Commit message (Expand) | Author |
2018-01-18 | Remove quirk matching all Yamaha devices, as this prevents non-MIDI | Alexandre Ratchov |
2018-01-18 | While booting it does not make sense to wait for memory, there is | Alexander Bluhm |
2018-01-18 | Fix the computation of `ncpusfound' on !MULTIPROCESSOR kernels so that | Visa Hankala |
2018-01-18 | Fix an off-by-one uncovered by the recent free(9) change | Mike Belopuhov |
2018-01-18 | Unlike other archs, mips64 needs ld.so to know about symbol visibility and | Philip Guenther |
2018-01-17 | Add sizes for free() in wscons(4). | Frederic Cambus |
2018-01-17 | Found a .data variable that can be in .rodata | Theo de Raadt |
2018-01-17 | In cbus(4) drivers, make it easier to identify which driver is doing | Stefan Sperling |
2018-01-17 | Defend agains branch predictor target injection (Spectre "variant 2") | Mark Kettenis |
2018-01-17 | Implement support for the PSCI_VERSION call and export the function such that | Mark Kettenis |
2018-01-17 | Implement basic padding support in libsa so we can do zero-padding | Patrick Wildt |
2018-01-17 | Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes. | Anthony J. Bentley |
2018-01-16 | garbage collect an unused variable | Sebastian Benoit |
2018-01-16 | Fix bit. | Visa Hankala |
2018-01-16 | Fix return value. | Visa Hankala |
2018-01-16 | If pf route-to is used for locally generated packets, they may have | Alexander Bluhm |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2018-01-15 | Switch the inteldrm(4) i2c code over to the Linux code base. This gives us | Mark Kettenis |
2018-01-15 | mask out (ie. ignore) the bit which will be MAP_STACK in the future, | Theo de Raadt |
2018-01-15 | tabs vs spaces | Mike Larkin |
2018-01-15 | Improve defense against branch predictor target injection (Spectre "variant 2") | Mark Kettenis |
2018-01-15 | There was an issue that dynamic path MTU discovery together with | Alexander Bluhm |
2018-01-15 | When pf(4) forwards incoming packets with route-to or reply-to, | Alexander Bluhm |
2018-01-15 | Add some AVX512 CPUID flags. | Mike Larkin |
2018-01-14 | Make cpu_ucode_debug non static so it can be changed from ddb. | Alexander Bluhm |
2018-01-14 | Pass our currently configured SSID to iwm(4) scan commands. | Stefan Sperling |
2018-01-14 | Use signed values to compare absolute difference. The variables | Alexander Bluhm |
2018-01-13 | Make things work when using the official device tree bindings used by the | Mark Kettenis |
2018-01-13 | In ext2fs_write(), clear the buffer on uiomove() failure unless it | Todd C. Miller |
2018-01-13 | Add comment describing why we need to clear the buffer if uiomove() | Todd C. Miller |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-13 | In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which | Stefan Sperling |
2018-01-13 | Add a linux compatible request_firmware() wrapper around loadfirmware(9). | Jonathan Gray |
2018-01-13 | add kqueue support to drm(4) by making the drm_sysfs_hotplug_event() | Robert Nagy |
2018-01-13 | introduce a filter called EVFILT_DEVICE that can be used to notify | Robert Nagy |
2018-01-13 | coordinate again: polishing | Ulf Brosziewski |
2018-01-13 | Add a barrier at the end of pmap_map_early() such that the new mapping is | Mark Kettenis |
2018-01-12 | have carp use standard detach hooks instead of getting special handling | David Gwynne |
2018-01-12 | unbreak configurations using carppeers | David Gwynne |
2018-01-12 | Add MULTIPROCESSOR basics for arm64. Enough to build and run a kernel with | Mark Kettenis |
2018-01-12 | Don't bother ucode updates in ramdisk. We don't have the files.... | Theo de Raadt |
2018-01-12 | Use correct size in allocarray() call. | Mark Kettenis |
2018-01-12 | Runtime services may (and do) use device mappings on some UEFI implementations. | Mark Kettenis |
2018-01-12 | Constrain alloc_pages() to the dma_constraint range. Avoids a | Jonathan Gray |
2018-01-12 | Correctly iterate over all extended signatures. | Patrick Wildt |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-12 | IBRS -> IBRS,IBPB in identifycpu lines | Mike Larkin |
2018-01-12 | revert previous changes to enable dwiic on Dell precision as it seems | Mike Larkin |
2018-01-12 | Check that mpls has been enabled on the input interface, lost in rev 1.66 | Jeremie Courreges-Anglas |
2018-01-12 | move gif_encap from gif_output to gif_start. | David Gwynne |