Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-05 | sync | Theo de Raadt | |
2024-02-03 | Add new amd64-only sysctl machdep.retpoline which says whether the cpu | Theo de Raadt | |
requires retpoline. If 0, we should do everything in our power to avoid pure retpoline (replacing it with a simple thunk where possible), because by it's nature retpoline converts an indirect-branch into a direct branch (push to stack & ret), and therefore it is an IBT (endbr64) bypass method. This sysctl leverages guenther's decision-making logic in the kernel, which already uses codepatch to fix the kernel retpoline thunk. In my opinion, the retpoline-using logic really should be flipped; ROP execution bypassing IBT to re-enter regular control flow is more dangerous than spectre. ok kettenis | |||
2024-01-27 | sync | Theo de Raadt | |
2024-01-26 | partial sync | Theo de Raadt | |
2024-01-26 | remove /mnt/usr/include/c++/v1 before extracting sets, it changed from | Stuart Henderson | |
a file to a dir with the libc++ update to 16. ok deraadt phessler | |||
2024-01-22 | sync | Theo de Raadt | |
2024-01-22 | sync | Theo Buehler | |
2024-01-19 | More files to be blessed by the clean target. | Miod Vallat | |
2024-01-19 | sync | Theo de Raadt | |
2023-12-29 | sync | Theo Buehler | |
2023-12-29 | sync | Theo de Raadt | |
2023-12-23 | Sync for perl 5.36.3 | Andrew Fresh | |
2023-12-22 | sync | Theo de Raadt | |
2023-12-19 | Move constraints files to the etc set | Theo Buehler | |
These are config files and once modified they should not be overwritten if they have local changes. ok deraadt job | |||
2023-12-16 | sync | Theo Buehler | |
2023-12-15 | For amd64 cdXX.iso and installXX.iso, create an EFI system partition image | Jonathan Matthew | |
containing the EFI boot loaders and install it as an El Torito boot image, making the install CDs bootable in EFI mode. "looks great" deraadt@ ok mlarkin@ | |||
2023-12-13 | sync | Theo de Raadt | |
2023-12-12 | Sync | Claudio Jeker | |
2023-12-12 | sync | Theo de Raadt | |
2023-12-12 | sync | Theo de Raadt | |
2023-12-12 | sync | Theo de Raadt | |
2023-12-11 | sync | Theo de Raadt | |
2023-12-01 | sync | Theo Buehler | |
2023-11-19 | sync | Theo Buehler | |
2023-11-18 | sync | Stuart Henderson | |
2023-11-13 | fix i386 sets | Stuart Henderson | |
2023-11-13 | enable UDF on arm64 install media | Jonathan Gray | |
ok deraadt@ kn@ | |||
2023-11-13 | sync | Jonathan Gray | |
2023-11-13 | sync | Jonathan Gray | |
ok robert@ | |||
2023-11-12 | sync path to libclang_rt*.a | Jeremie Courreges-Anglas | |
2023-11-12 | Mechanical lib/clang/13.0.0/include -> lib/clang/16/include | Jeremie Courreges-Anglas | |
The actual headers list still needs to be fixed on !(amd64) | |||
2023-11-12 | +/usr/include/llvm/Config/TargetMCAs.def | Jeremie Courreges-Anglas | |
2023-11-12 | sync | Jeremie Courreges-Anglas | |
2023-11-12 | sync (libLLVM bump) | Jeremie Courreges-Anglas | |
2023-11-06 | sync | Jeremie Courreges-Anglas | |
2023-10-26 | sync | Christian Weisgerber | |
2023-10-26 | the dependency should have been moved down | Theo de Raadt | |
2023-10-26 | delete incorrect dependency | Theo de Raadt | |
2023-10-26 | install CDs now available. (these are EFI-only) | Theo de Raadt | |
2023-10-26 | construct EFI bootable cdXX.iso and instalXX.iso files | Theo de Raadt | |
2023-10-25 | typo; from katagawa gmail | Theo de Raadt | |
2023-10-25 | sync | Theo de Raadt | |
2023-10-24 | add fallback IPv6 address for ftplist1.openbsd.org; ok phessler@ | Christian Weisgerber | |
2023-10-19 | root disk can be enrypted with a key disk now | Klemens Nanni | |
2023-10-19 | sync | Theo de Raadt | |
2023-10-19 | Reduce unpractical package URL to usual package name; OK deraadt | Klemens Nanni | |
This section about ports/packages really wants a revamp, though... | |||
2023-10-19 | Support encrypting the root disk with a key disk | Klemens Nanni | |
Extend the yes/no question to no/passphrase/keydisk and have users pick an existing, preformated RAID partition; no support (yet) for creating one. OK tb afresh1 | |||
2023-10-18 | Sync the supported hardware list with arm64.html. | Frederic Cambus | |
2023-10-18 | Mention U-Boot file and offset for Rockchip RK356x. | Kevin Lo | |
"Sure." miod@ | |||
2023-10-18 | grow arm64 iso media space | Theo de Raadt | |