summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc
Commit message (Expand)AuthorAgeFilesLines
* nolibc/sys: Implement `getpagesize(2)` functionAmmar Faizi2023-01-101-0/+21
* nolibc/stdlib: Implement `getauxval(3)` functionAmmar Faizi2023-01-101-0/+27
* tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle2023-01-101-0/+10
* tools/nolibc: add auxiliary vector retrieval for mipsWilly Tarreau2023-01-101-0/+11
* tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau2023-01-101-0/+10
* tools/nolibc: add auxiliary vector retrieval for armWilly Tarreau2023-01-101-0/+13
* tools/nolibc: add auxiliary vector retrieval for arm64Willy Tarreau2023-01-101-0/+7
* tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau2023-01-101-0/+7
* tools/nolibc: add auxiliary vector retrieval for i386Willy Tarreau2023-01-101-0/+7
* tools/nolibc: export environ as a weak symbol on s390Sven Schnelle2023-01-101-0/+4
* tools/nolibc: export environ as a weak symbol on riscvWilly Tarreau2023-01-101-0/+4
* tools/nolibc: export environ as a weak symbol on mipsWilly Tarreau2023-01-101-0/+5
* tools/nolibc: export environ as a weak symbol on armWilly Tarreau2023-01-101-1/+8
* tools/nolibc: export environ as a weak symbol on arm64Willy Tarreau2023-01-101-0/+4
* tools/nolibc: export environ as a weak symbol on i386Willy Tarreau2023-01-101-0/+3
* tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau2023-01-101-0/+3
* tools/nolibc: make errno a weak symbol instead of a static oneWilly Tarreau2023-01-101-3/+1
* tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau2023-01-108-84/+1
* tools/nolibc: support thumb mode with frame pointers on ARMWilly Tarreau2023-01-101-13/+47
* tools/nolibc: enable support for thumb1 mode for ARMWilly Tarreau2023-01-101-4/+10
* tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau2023-01-107-133/+135
* nolibc: add support for s390Sven Schnelle2023-01-093-0/+226
* tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau2023-01-091-7/+7
* tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau2023-01-091-1/+4
* tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau2023-01-0910-0/+29
* tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau2023-01-091-0/+2
* tools/nolibc: Fix S_ISxxx macrosWarner Losh2023-01-091-7/+7
* nolibc: fix fd_set typeSven Schnelle2023-01-091-23/+30
* tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes2022-10-281-2/+2
* tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau2022-10-281-5/+8
* tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definitionWilly Tarreau2022-08-311-1/+1
* tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not definedWilly Tarreau2022-08-311-1/+1
* tools/nolibc: make argc 32-bit in riscv startup codeWilly Tarreau2022-08-311-1/+1
* tools/nolibc: add a help target to list supported targetsWilly Tarreau2022-06-201-0/+17
* tools/nolibc: make the default target build the headersWilly Tarreau2022-06-201-1/+1
* tools/nolibc: fix the makefile to also work as "make -C tools ..."Willy Tarreau2022-06-201-1/+17
* tools/nolibc/stdio: Add format attribute to enable printf warningsAlviro Iskandar Setiawan2022-06-201-2/+2
* tools/nolibc/stdlib: Support overflow checking for older compiler versionsAmmar Faizi2022-06-201-4/+3
* tools/nolibc/string: Implement `strdup()` and `strndup()`Ammar Faizi2022-04-201-0/+32
* tools/nolibc/string: Implement `strnlen()`Ammar Faizi2022-04-201-0/+9
* tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`Ammar Faizi2022-04-201-0/+81
* tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi2022-04-201-0/+11
* tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi2022-04-201-0/+62
* tools/nolibc: i386: Implement syscall with 6 argumentsAmmar Faizi2022-04-201-0/+23
* tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi2022-04-206-6/+0
* tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi2022-04-206-198/+198
* tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi2022-04-201-1/+1
* tools/nolibc/stdlib: only reference the external environ when inlinedWilly Tarreau2022-04-201-7/+15
* tools/nolibc/string: do not use __builtin_strlen() at -O0Willy Tarreau2022-04-201-1/+10
* tools/nolibc: add a makefile to install headersWilly Tarreau2022-04-201-0/+42