| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kboot: .note.GNU-stack is needed | Warner Losh | 2025-04-17 | 1 | -0/+2 |
| | | | | | | | | | | | | Add '.section .note.GNU-stack,"",%progbits' to all assembler. Newer versions of clang complain when this isn't present because executable stacks are going away in the future. We don't need an executable stack anyway. Sponsored by: Netflix Reviewed by: kevans, andrew, emaste, jhibbits Differential Revision: https://reviews.freebsd.org/D49855 | ||||
| * | kboot: Move syscall stubs to libkboot | Warner Losh | 2024-01-28 | 1 | -0/+29 |
| | | | | | Sponsored by: Netflix | ||||
| * | kboot: Move _start out of kboot and into libkboot | Warner Losh | 2024-01-28 | 1 | -0/+34 |
| Move the startup code from kboot/kboot to kboot/libkboot and add the necessary infrastructure for it to build. move start_arch.h, a private header for libkboot, over as well. Sponsored by: Netflix | |||||
