Age | Commit message (Expand) | Author |
2022-10-13 | Implement support for MBIs. MBIs are message based interrupts that can be | Mark Kettenis |
2022-10-13 | Add client certificate authentication and optional SASL EXTERNAL bind, | Jonathan Matthew |
2022-10-13 | All of ROA, MFT, ASPA, and RSC define their respective 'version' field | Job Snijders |
2022-10-12 | Nuke D_BADSECT and disktab's 'sf'. | Kenneth R Westerback |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-10-12 | avoid use after free in error paths | Jonathan Gray |
2022-10-12 | use correct type with sizeof | Jonathan Gray |
2022-10-12 | use correct type with sizeof | Jonathan Gray |
2022-10-12 | Remove powerpc left-overs | Klemens Nanni |
2022-10-12 | Fix -Wreturn-type | Klemens Nanni |
2022-10-12 | The sigaltstack() MAP_STACK re-map mechanism is incompatible with immutable | Theo de Raadt |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-10-11 | Vox populi says "cdio:" prefix is useful so switch back to using | Kenneth R Westerback |
2022-10-11 | Fix path of mentioned regress test | Theo Buehler |
2022-10-11 | Handle corner case in which the test case can actually be a square | Theo Buehler |
2022-10-11 | correct t_lex_type() return type | Jonathan Gray |
2022-10-11 | add missing unlock in swapmount() | Jonathan Gray |
2022-10-11 | fix unintended sizeof pointer introduced in 1.10 | Jonathan Gray |
2022-10-11 | Run noexec tests in a new thread, leveraging the fact that | Anton Lindqvist |
2022-10-11 | remove unused var | Jonathan Gray |
2022-10-10 | Add support for the RK817 PMIC. | Mark Kettenis |
2022-10-10 | Recalculate checksum of normalised packet | Bjorn Ketelaars |
2022-10-10 | Use warnx(), not warn(), when 'errno' is not relevant. | Kenneth R Westerback |
2022-10-10 | Trigger ERR trap on permanent I/O redirection failure | Klemens Nanni |
2022-10-10 | Don't leak 'sec' in error path. | Kenneth R Westerback |
2022-10-10 | Enable configtest | Klemens Nanni |
2022-10-10 | Move enabling the policy refcounting from policy_ref() to config_free_policy(). | Tobias Heider |
2022-10-10 | Continue tests is the mountpoint already exists | Klemens Nanni |
2022-10-10 | Discard stdout/err only where needed in check_unattendedupgrade() | Klemens Nanni |
2022-10-10 | consistently use IPv4/IPv6 | Jonathan Gray |
2022-10-10 | consistently use IPv4/IPv6; from jmc@ | Jonathan Gray |
2022-10-10 | ncurses wide character functions should be available with _XOPEN_SOURCE | Nicholas Marriott |
2022-10-10 | two tests are now expected to fail since the introduction of mimmutable | Anton Lindqvist |
2022-10-10 | add references to 10h 12h revision guides | Jonathan Gray |
2022-10-10 | revert amdgpu dirty fb helper changes from 5.15.71 | Jonathan Gray |
2022-10-10 | Ipv6 -> IPv6 | Jonathan Gray |
2022-10-09 | Drop fattr promise unless file creation is allowed | Klemens Nanni |
2022-10-09 | RK3566/RK3568 support. | Mark Kettenis |
2022-10-09 | RK3566/RK3568 support. | Mark Kettenis |
2022-10-09 | allow newlines inside the `alternative names' block in acme-client.conf | Omar Polo |
2022-10-09 | remove by now unwanted extra space in output | Anton Lindqvist |
2022-10-09 | Fix typo in debug messages. | Kevin Lo |
2022-10-08 | Add PNP ID to make this attach on Qualcomm SoCs. | Mark Kettenis |
2022-10-08 | List SIMCom SIM8262E-M2 as supported for umb(4) | Kevin Lo |
2022-10-08 | The stack can also be marked immutable, because we expect no sane program | Theo de Raadt |
2022-10-08 | The signal trampoline and timekeep regions can be marked immutable at | Theo de Raadt |
2022-10-08 | Since the PF_MUTABLE flag is an OpenBSD-specific flag, rename it to | Mark Kettenis |
2022-10-08 | regen | Marcus Glocker |
2022-10-08 | Add Wacom One M CTL-672 USB tablet. | Marcus Glocker |
2022-10-07 | Fix some error output, replacing some silly 'warnx("\n...")' with | Kenneth R Westerback |