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