summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-08-29"urng" is needed on the file lines... or these end up in all kernels,Theo de Raadt
2017-08-29Remove old deactivated pledge path code. A replacement mechanism isTheo de Raadt
2017-08-28Fix a memory leak in an error path. Coverity CID 1453042.Jonathan Gray
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-28Add urng(4) which supports various USB RNG devices. Instead of adding oneJasper Lievisse Adriaanse
2017-08-28tyop and whitespace nitJasper Lievisse Adriaanse
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-28regenStefan Sperling
2017-08-28Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC.Stefan Sperling
2017-08-28Fix clang warnings; ok guenther@ deraadt@Otto Moerbeek
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27Add mvpxa(4), a driver for the SDHC compliant controller onPatrick Wildt
2017-08-27Enable generic sdhc(4) on FDT attachment driver.Patrick Wildt
2017-08-27arm64 performance: use cache zeroing function in pmap_zero_page()Dale Rahn
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-27Make it possible for iwm_stop() to sleep by always running it inStefan Sperling
2017-08-27Clear second return register on exec.Mark Kettenis
2017-08-27Add RK3399 i2c-related clocks and fix a typo.Mark Kettenis
2017-08-27always use %s to print a non-constant string; ok deraadt@ guenther@Otto Moerbeek
2017-08-27Rely on the hardware to clear hazards on octeon.Visa Hankala
2017-08-27Revisit 2q queue sizes. Limit the hot queue to 1/20th the cache size upBob Beck
2017-08-26bug fixUlf Brosziewski
2017-08-26Mark decimal constants as unsigned to avoid gcc warning.Mark Kettenis
2017-08-26Use copyin32() instead of a direct memory load when fetching a branchVisa Hankala
2017-08-26Use macros for Config1 bits.Visa Hankala
2017-08-26Add supporting for adjusting the CPU core clock frequency on RK3399.Mark Kettenis
2017-08-26regenAaron Bieber
2017-08-26Add device ID for Altusmetrum ChaosKey 1.0Aaron Bieber
2017-08-25Add missing OpenBSD CVS tagPatrick Wildt
2017-08-25Reduce the delay before scrolling starts.Ulf Brosziewski
2017-08-25Add mvneta(4), a driver for the Ethernet controller on the ArmadaPatrick Wildt
2017-08-25Add mvmpic(4), a driver for the interrupt controller that sits betweenPatrick Wildt
2017-08-25Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now,Patrick Wildt
2017-08-25Query the lower coordinate limits.Ulf Brosziewski
2017-08-25If SMAP is present, clear PSL_AC on kernel entry and interrupt so thatPhilip Guenther
2017-08-25Fix pmap_extract() to return false when there is a page table pageVisa Hankala
2017-08-25unbreak tree: move comment out of #define. sorryTheo Buehler
2017-08-25Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399Mark Kettenis
2017-08-25Add comments explaining why the out-of-bounds access in CID 1453077 can'tTheo Buehler
2017-08-25vmm: fix some wrong debug printf format specifiersMike Larkin
2017-08-24Fix a memory leak in an error path. Coverity CID 1453101.Jonathan Gray
2017-08-23Slightly rework how the SoC-specific functions are set up and introduce anMark Kettenis
2017-08-23If the firmware provides a framebuffer through the Graphics Output Protocol,Mark Kettenis
2017-08-23Fix typos in iwm(4) error messages. Patch by Bryan Linton.Stefan Sperling
2017-08-23Add code to attach framebuffers found under /chosen. Taken from armv7.Mark Kettenis
2017-08-23Prevent trashing of the producer index and descriptor counterMike Belopuhov
2017-08-23Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.Kevin Lo
2017-08-23Use the correct argument to sizeof. Coverity CID 1453382.Jonathan Gray
2017-08-22Some small cleanups to reduce the diffs to the armv7 efiboot.Mark Kettenis