summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/arch-x86_64.h
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: x86-64: Use `rep stosb` for `memset()`Ammar Faizi2023-10-121-0/+13
* tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`Ammar Faizi2023-10-121-0/+29
* tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu2023-08-231-23/+6
* tools/nolibc: remove the old sys_stat supportZhangjin Wu2023-08-231-27/+0
* tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu2023-08-231-1/+1
* tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu2023-08-231-1/+1
* toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu2023-08-231-7/+7
* tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu2023-08-231-7/+7
* tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-091-3/+3
* tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-091-17/+17
* tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh2023-03-271-0/+5
* tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau2023-01-101-0/+7
* tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau2023-01-101-0/+3
* tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau2023-01-101-12/+0
* tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau2023-01-101-14/+16
* tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi2022-04-201-1/+0
* tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi2022-04-201-36/+36
* tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi2022-04-201-1/+1
* tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau2022-04-201-0/+1
* tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau2022-04-201-0/+215