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