summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/nolibc: add test support for ppc64leZhangjin Wu2023-08-231-0/+6
* selftests/nolibc: add test support for ppcZhangjin Wu2023-08-231-0/+7
* selftests/nolibc: add XARCH and ARCH mapping supportZhangjin Wu2023-08-231-12/+34
* tools/nolibc: add support for powerpc64Zhangjin Wu2023-08-231-0/+16
* tools/nolibc: add support for powerpcZhangjin Wu2023-08-232-0/+199
* selftests/nolibc: enable compiler warningsThomas Weißschuh2023-08-231-1/+1
* selftests/nolibc: don't strip nolibc-testThomas Weißschuh2023-08-231-1/+1
* selftests/nolibc: prevent out of bounds access in expect_vfprintfThomas Weißschuh2023-08-231-1/+1
* selftests/nolibc: use correct return type for read() and write()Thomas Weißschuh2023-08-231-3/+4
* selftests/nolibc: avoid sign-compare warningsThomas Weißschuh2023-08-231-4/+4
* selftests/nolibc: avoid unused parameter warningsThomas Weißschuh2023-08-231-1/+2
* selftests/nolibc: make functions static if possibleThomas Weißschuh2023-08-231-6/+6
* selftests/nolibc: mark test helpers as potentially unusedThomas Weißschuh2023-08-231-25/+50
* selftests/nolibc: drop unused variablesThomas Weißschuh2023-08-231-4/+0
* selftests/nolibc: avoid warnings during intptr testsWilly Tarreau2023-08-231-12/+7
* tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh2023-08-231-1/+1
* tools/nolibc: sys: avoid implicit sign castThomas Weißschuh2023-08-231-1/+1
* tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh2023-08-231-1/+4
* tools/nolibc: fix return type of getpagesize()Thomas Weißschuh2023-08-232-3/+3
* tools/nolibc: drop unused variablesThomas Weißschuh2023-08-231-1/+0
* selftests/nolibc: add testcase for pipeYuan Tan2023-08-231-0/+22
* tools/nolibc: add pipe() and pipe2() supportYuan Tan2023-08-231-0/+24
* selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu2023-08-231-4/+4
* selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh2023-08-231-1/+2
* tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts2023-08-231-0/+24
* selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu2023-08-231-0/+6
* selftests/nolibc: allow run nolibc-test locallyZhangjin Wu2023-08-231-0/+6
* selftests/nolibc: add testcases for startup codeZhangjin Wu2023-08-231-1/+55
* selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu2023-08-231-0/+50
* tools/nolibc: s390: shrink _start with _start_cZhangjin Wu2023-08-231-31/+5
* tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu2023-08-231-39/+5
* tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu2023-08-231-40/+4
* tools/nolibc: mips: shrink _start with _start_cZhangjin Wu2023-08-231-38/+8
* tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu2023-08-231-23/+6
* tools/nolibc: i386: shrink _start with _start_cZhangjin Wu2023-08-231-27/+7
* tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu2023-08-231-23/+4
* tools/nolibc: arm: shrink _start with _start_cZhangjin Wu2023-08-231-39/+5
* tools/nolibc: crt.h: initialize stack protectorZhangjin Wu2023-08-231-0/+4
* tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu2023-08-231-0/+2
* tools/nolibc: add new crt.h with _start_cZhangjin Wu2023-08-232-0/+58
* tools/nolibc: remove the old sys_stat supportZhangjin Wu2023-08-239-248/+13
* tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu2023-08-238-8/+8
* tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu2023-08-238-8/+8
* selftests/nolibc: avoid gaps in test numbersThomas Weißschuh2023-08-231-17/+13
* selftests/nolibc: simplify status printingThomas Weißschuh2023-08-231-73/+81
* selftests/nolibc: make evaluation of test conditionsThomas Weißschuh2023-08-231-21/+21
* tools/nolibc: completely remove optional environ supportThomas Weißschuh2023-08-232-13/+6
* selftests/nolibc: report: add newline before test failuresZhangjin Wu2023-08-231-1/+1
* selftests/nolibc: report: extrude the test status lineZhangjin Wu2023-08-231-2/+2
* selftests/nolibc: report: align passed, skipped and failedZhangjin Wu2023-08-231-1/+1