summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-x86_64.h
AgeCommit message (Expand)Author
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-03-27tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh
2023-01-10tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau
2023-01-10tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau
2023-01-10tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau
2023-01-10tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau
2022-04-20tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2022-04-20tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi
2022-04-20tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi
2022-04-20tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2022-04-20tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau