summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-23selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu
2023-08-23selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh
2023-08-23tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts
2023-08-23selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu
2023-08-23selftests/nolibc: allow run nolibc-test locallyZhangjin Wu
2023-08-23selftests/nolibc: add testcases for startup codeZhangjin Wu
2023-08-23selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu
2023-08-23tools/nolibc: s390: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: mips: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: i386: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: arm: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: crt.h: initialize stack protectorZhangjin Wu
2023-08-23tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu
2023-08-23selftests/nolibc: avoid gaps in test numbersThomas Weißschuh
2023-08-23selftests/nolibc: simplify status printingThomas Weißschuh
2023-08-23selftests/nolibc: make evaluation of test conditionsThomas Weißschuh
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh
2023-08-23selftests/nolibc: report: add newline before test failuresZhangjin Wu
2023-08-23selftests/nolibc: report: extrude the test status lineZhangjin Wu
2023-08-23selftests/nolibc: report: align passed, skipped and failedZhangjin Wu
2023-08-23selftests/nolibc: report: print total testsZhangjin Wu
2023-08-23selftests/nolibc: report: print a summarized test statusZhangjin Wu
2023-08-23selftests/nolibc: add chmod_argv0 testZhangjin Wu
2023-08-23selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu
2023-08-23selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu
2023-08-23selftests/nolibc: chdir_root: restore current path after testZhangjin Wu
2023-08-23selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu
2023-08-23selftests/nolibc: prepare /tmp for tests that need to writeZhangjin Wu
2023-08-23selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu
2023-08-23selftests/nolibc: add a new rmdir() test caseZhangjin Wu
2023-08-23tools/nolibc: add rmdir() supportZhangjin Wu
2023-08-23selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu
2023-08-23selftests/nolibc: fix up kernel parameters supportZhangjin Wu
2023-08-23selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu
2023-08-23selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu
2023-08-23selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu
2023-08-23selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu
2023-08-23selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu
2023-08-23selftests/nolibc: add run-libc-test targetZhangjin Wu
2023-08-23selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu
2023-08-23selftests/nolibc: add munmap_bad test caseZhangjin Wu