Age | Commit message (Expand) | Author |
---|---|---|
2023-01-10 | tools/nolibc: add auxiliary vector retrieval for arm | Willy Tarreau |
2023-01-10 | tools/nolibc: export environ as a weak symbol on arm | Willy Tarreau |
2023-01-10 | tools/nolibc: remove local definitions of O_* flags for open/fcntl | Willy Tarreau |
2023-01-10 | tools/nolibc: support thumb mode with frame pointers on ARM | Willy Tarreau |
2023-01-10 | tools/nolibc: enable support for thumb1 mode for ARM | Willy Tarreau |
2023-01-10 | tools/nolibc: make compiler and assembler agree on the section around _start | Willy Tarreau |
2022-04-20 | tools/nolibc: Remove .global _start from the entry point code | Ammar Faizi |
2022-04-20 | tools/nolibc: Replace `asm` with `__asm__` | Ammar Faizi |
2022-04-20 | tools/nolibc/arch: mark the _start symbol as weak | Willy Tarreau |
2022-04-20 | tools/nolibc/arch: split arch-specific code into individual files | Willy Tarreau |