summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09fix integer overflow in XMSS private key parsing. Reported byDamien Miller
2019-10-08Correct type for end-of-list sentinel; fixes initializer warnings onDarren Tucker
2019-10-08Simplify threads flag handlingkn
2019-10-08convert unbounded sprintf/strcpy (in disabled debug code) to snprintf/strlcpyTheo de Raadt
2019-10-08amd64: ensure %fs is loaded after final lgdtMike Larkin
2019-10-08 Make sure struct pending_query is fully initialized by using calloc.Florian Obser
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-10-08pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-10-08Convert tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-08Rewrite the output handling of rpki-client and add an option to dump theClaudio Jeker
2019-10-08Free the "e" element in ber_printf_elements if it fails, since there's noMartijn van Duren
2019-10-08Don't rely on the pdu returning the correct errorindex.Martijn van Duren
2019-10-08Replace "boolean.h" with <stdbool.h>kn
2019-10-08drm/amdgpu/si: fix ASIC testsJonathan Gray
2019-10-08drm/amd/display: support spdifJonathan Gray
2019-10-08drm/amd/display: reprogram VM config when system resumeJonathan Gray
2019-10-08drm/amd/display: fix issue where 252-255 values are clippedJonathan Gray
2019-10-08gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector...Jonathan Gray
2019-10-08drm/radeon: Fix EEH during kexecJonathan Gray
2019-10-08back out the use of ifiq pressure, and go back to using a packet count.David Gwynne
2019-10-08syncTheo de Raadt
2019-10-08syncTheo de Raadt
2019-10-07reversed test yielded incorrect debug messageDamien Miller
2019-10-07octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@cheloha
2019-10-07jmc is a stickler for consistency.Ted Unangst
2019-10-07Unify name; feedback from jmc@Patrick Wildt
2019-10-07Mention iic(4) in ssdfb(4)Patrick Wildt
2019-10-07Mention ssdfb(4) in iic(4)Patrick Wildt
2019-10-07Add a manpage for ssdfb(4).Patrick Wildt
2019-10-07add --label to usage. thx jmcTed Unangst
2019-10-07Add manpages for imxspi(4) and mvspi(4).Patrick Wildt
2019-10-07Fixup synopsis on imxiic(4) and mviic(4).Patrick Wildt
2019-10-07Add moxtet(4), a driver for the Turris Mox modules. For now thisPatrick Wildt
2019-10-07Add mvspi(4), a driver for the SPI controller on thePatrick Wildt
2019-10-07Add SPI clocks.Patrick Wildt
2019-10-07Update to reflect the hardware list in arm64.htmlkmos
2019-10-07amliic(4)Mark Kettenis
2019-10-07Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2.Mark Kettenis
2019-10-07Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.Mark Kettenis
2019-10-07sync arm64 pbuild resource limits with amd64; arm64 now builds some largeStuart Henderson
2019-10-07two compat features to allow the zstdgrep script to work.Ted Unangst
2019-10-07worker should always get a conffd, and if we don't, it's an error.Ted Unangst
2019-10-07Attach Hyper-V guest services to VMBus 4.0Mike Belopuhov
2019-10-07update pkg nameTheo de Raadt
2019-10-07correct datesTheo de Raadt
2019-10-07Remove a message that the driver does not print any longer.Visa Hankala
2019-10-07As found by tb@, the name of the temporary file used when updating theStuart Henderson
2019-10-07ip_ether.c is empty, and now unlinked from the build.David Gwynne
2019-10-07Convert infinite tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-07If optstring is NULL and usecommonopt is true, optstr was prependedAlexander Bluhm