Age | Commit message (Expand) | Author |
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 |
2019-10-07 | Fix respawn-pane/window if default-command is set, reported by Janos Barbero. | Nicholas Marriott |
2019-10-07 | Restart the send queue (rather than just clearing OACTIVE) when we've | Jonathan Matthew |
2019-10-06 | Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9). | Martin Pieuchot |
2019-10-06 | tsleep(9) to tsleep_nsec(9) conversion | Martin Pieuchot |
2019-10-06 | tsleep(9) to tsleep_nsec(9) conversions. | Martin Pieuchot |
2019-10-06 | tweak previous; | Jason McIntyre |
2019-10-06 | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. | Bob Beck |
2019-10-06 | Add support for i2c clock. | Mark Kettenis |
2019-10-06 | Add support for i2c pins. | Mark Kettenis |
2019-10-06 | for now, only mix in sysctl hw.{uuid,serialno,sensors} to /dev/random. | Stuart Henderson |
2019-10-06 | Fix net80211's accounting of discarded input control frames. | Stefan Sperling |
2019-10-06 | Fix month mask. | Mark Kettenis |
2019-10-06 | Avoid gasting around get_process_info() | kn |
2019-10-06 | Zap intermediate structs in compare_*() | kn |
2019-10-06 | Instead of running sed over the whole log to remove CRs, remove them | Darren Tucker |
2019-10-06 | Eek, check overflow with destination size, not source | Florian Obser |
2019-10-06 | drm/amd/display: Restore backlight brightness after system resume | Jonathan Gray |
2019-10-06 | drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2) | Jonathan Gray |
2019-10-06 | add BL_CORE_SUSPENDRESUME define | Jonathan Gray |
2019-10-05 | Retry request once when receiving a 503 | Jeremie Courreges-Anglas |
2019-10-05 | The rdtsc() macro has been removed in rev 1.7 of | Matthieu Herrb |
2019-10-05 | Tighten handling of pure relative DIR32 relocations and those referencing | Philip Guenther |
2019-10-05 | fix build errors of aac(4) | jan |
2019-10-05 | Use mask to extract IPL; should have been part of the earlier diff that | Mark Kettenis |
2019-10-05 | Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ who | Mark Kettenis |
2019-10-05 | The event queue consumer counter also needs to be unsigned like the others. | Jonathan Matthew |
2019-10-05 | src/sys/netinet/ip_ether.c is empty, and gif doesn't need it. | David Gwynne |
2019-10-05 | The mips64 symbol table layout means we have to consider symbol visibility | Philip Guenther |
2019-10-05 | Get the architecture from the ELF header instead of running uname, | Philip Guenther |
2019-10-05 | Delete some obsolete debugging #ifdefs blocks | Philip Guenther |
2019-10-04 | merge in the rest of unbound-1.9.4 (we already had the only code change) | Stuart Henderson |
2019-10-04 | better link "set" and "SET OPTIONS"; | Jason McIntyre |
2019-10-04 | Add support for setting the CPU clock frequencies. This enables DVFS. | Mark Kettenis |
2019-10-04 | Buff; also, specify router-id per rfc6286. | Richard Procter |
2019-10-04 | Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey. | Theo Buehler |