Age | Commit message (Expand) | Author |
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 |
2019-10-04 | Convert the child_list member from a linked list to a vector. | Philip Guenther |
2019-10-04 | Use a valid curve when constructing an EC_KEY that looks like X25519. | Joel Sing |
2019-10-04 | Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions. | Joel Sing |
2019-10-04 | Instead of calling fatal() when pftable additions and deletions mix | Claudio Jeker |
2019-10-04 | Avoid a path traversal bug in s_server on Windows. | Brent Cook |
2019-10-04 | remove strict \r check, the downside overweights the advantages, we'll | Gilles Chehade |
2019-10-04 | Re-enable call to intel_hpd_poll_init() in vlv_display_power_well_deinit(). | Jonathan Gray |
2019-10-04 | the formatting for the mini synopses in this page did not render well | Jason McIntyre |
2019-10-04 | gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. | David Gwynne |
2019-10-04 | get rid of prototypes for mplsip_input and mplsip_output. they don't exist. | David Gwynne |
2019-10-04 | fix memory leak in error path; bz#3074 | Damien Miller |
2019-10-04 | space | Damien Miller |
2019-10-04 | more sshsig regress tests: check key revocation, the check-novalidate | Damien Miller |
2019-10-04 | Check for gmtime failure in moduli generation. Based on patch from | Darren Tucker |
2019-10-04 | disable POOL_DEBUG for release | Jonathan Gray |