Age | Commit message (Expand) | Author |
2022-02-24 | drm/amd: Only run s3 or s0ix if system is configured properly | Jonathan Gray |
2022-02-24 | drm/amd: add support to check whether the system is set to s3 | Jonathan Gray |
2022-02-24 | drm/amd: Warn users about potential s0ix problems | Jonathan Gray |
2022-02-24 | Regen most of the config output. With support for alternating ports the | Claudio Jeker |
2022-02-24 | Minor tweaks | Theo Buehler |
2022-02-24 | Add sanity checks on p and q in old_dsa_priv_decode() | Theo Buehler |
2022-02-24 | regen | Vitaliy Makkoveev |
2022-02-24 | Unlock getsockname(2) syscall. For inet and UNIX sockets it fills passed | Vitaliy Makkoveev |
2022-02-24 | Fix PIC_SYM() macro: it never needs to token paste, so it's not | Philip Guenther |
2022-02-24 | document the tunnel ioctls that vxlan supports. | David Gwynne |
2022-02-24 | slight wording tweak | David Gwynne |
2022-02-23 | Prints in iked fuzzer fill 77% of full regress output. Nobody wants | Alexander Bluhm |
2022-02-23 | free(3) wants stdlib.h | Damien Miller |
2022-02-23 | put back the scp manpage changes for SFTP mode too | Damien Miller |
2022-02-23 | sync | Theo de Raadt |
2022-02-23 | and we go back to testing sftp-scp after the 8.9 release... | Theo de Raadt |
2022-02-23 | better help for getting addresses for dgrams received with divert-to. | David Gwynne |
2022-02-23 | merge upstream commit to unbound: "Fix that TCP interface does not use | Stuart Henderson |
2022-02-23 | merge unbound 1.15.0 | Stuart Henderson |
2022-02-23 | update to unbound 1.15.0, ok florian@ | Stuart Henderson |
2022-02-23 | Make it possible to bind and connect to non-default ports. This is mainly | Claudio Jeker |
2022-02-23 | avoid integer overflow of auth attempts (harmless, caught by monitor) | Damien Miller |
2022-02-23 | randomise the password used in fakepw | Damien Miller |
2022-02-23 | use asprintf to construct .rhosts paths | Damien Miller |
2022-02-23 | openssh-8.9 | Damien Miller |
2022-02-23 | Interface index 1 doesn't need to have an lladdr. | Martijn van Duren |
2022-02-23 | unifdef __ELF__ | Jonathan Gray |
2022-02-22 | whitespace | Theo Buehler |
2022-02-22 | Check asprintf() return to avoid crashing in strcmp(). | Theo Buehler |
2022-02-22 | Fix thinko in construction of SMC key for the targeted GPIO pin. | Mark Kettenis |
2022-02-22 | sync | Theo de Raadt |
2022-02-22 | Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs. | Todd C. Miller |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-22 | Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf. | Theo de Raadt |
2022-02-22 | Instead of using MAXCOMLEN from sys/param.h, use KI_MAXCOMLEN as width, | Theo de Raadt |
2022-02-22 | Since other exported commandnames were increased to 24 and graduated into | Theo de Raadt |
2022-02-22 | Convert parse.y to use stdint.h types uintX_t instead of u_intX_t | Claudio Jeker |
2022-02-22 | Since other exported commandnames were increased to 24 and graduated into | Theo de Raadt |
2022-02-22 | Start using new _MAXCOMLEN (a proper string expanded to 24 bytes | Theo de Raadt |
2022-02-22 | sysctl already passed the commandname as a 24-byte string KI_MAXCOMLEN | Theo de Raadt |
2022-02-22 | Define MAXCOMLEN in terms of _MAXCOMLEN (-1, because MAXCOMLEN does not | Theo de Raadt |
2022-02-22 | Add _MAXCOMLEN to syslimits, it is 24, and includes the NUL. Following | Theo de Raadt |
2022-02-22 | Pledge stdio. | Rob Pierce |
2022-02-22 | Remove -v option from usage. | Rob Pierce |
2022-02-22 | requestid is a 32 bit integer, make sure that we request that with | Martijn van Duren |
2022-02-22 | Add a seq(1) command, similar to what is present in GNU and Plan9. | Todd C. Miller |
2022-02-22 | The fuzzer logs everything to syslog, this is not what we want. | Claudio Jeker |
2022-02-22 | Plug leak in ec_key_create() | Theo Buehler |
2022-02-22 | Remove extra ; | Visa Hankala |
2022-02-22 | Do not attempt to update focus (and crash) when there is no previous window. | Nicholas Marriott |