summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/crt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu1-39/+5
2023-08-23tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu1-40/+4
2023-08-23tools/nolibc: mips: shrink _start with _start_cZhangjin Wu1-38/+8
2023-08-23tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu1-23/+6
2023-08-23tools/nolibc: i386: shrink _start with _start_cZhangjin Wu1-27/+7
2023-08-23tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu1-23/+4
2023-08-23tools/nolibc: arm: shrink _start with _start_cZhangjin Wu1-39/+5
2023-08-23tools/nolibc: crt.h: initialize stack protectorZhangjin Wu1-0/+4
2023-08-23tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu1-0/+2
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu2-0/+58
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu9-248/+13
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu8-8/+8
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu8-8/+8
2023-08-23selftests/nolibc: avoid gaps in test numbersThomas Weißschuh1-17/+13
2023-08-23selftests/nolibc: simplify status printingThomas Weißschuh1-73/+81
2023-08-23selftests/nolibc: make evaluation of test conditionsThomas Weißschuh1-21/+21
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh2-13/+6
2023-08-23selftests/nolibc: report: add newline before test failuresZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: extrude the test status lineZhangjin Wu1-2/+2
2023-08-23selftests/nolibc: report: align passed, skipped and failedZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: print total testsZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: print a summarized test statusZhangjin Wu1-1/+2
2023-08-23selftests/nolibc: add chmod_argv0 testZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: chdir_root: restore current path after testZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu1-3/+3
2023-08-23selftests/nolibc: prepare /tmp for tests that need to writeZhangjin Wu1-0/+3
2023-08-23selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu1-2/+5
2023-08-23selftests/nolibc: add a new rmdir() test caseZhangjin Wu1-0/+1
2023-08-23tools/nolibc: add rmdir() supportZhangjin Wu1-0/+22
2023-08-23selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: fix up kernel parameters supportZhangjin Wu1-2/+31
2023-08-23selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu1-2/+1
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu2-2/+11
2023-08-23selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu1-4/+8
2023-08-23selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu1-3/+7
2023-08-23selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: add run-libc-test targetZhangjin Wu1-0/+4
2023-08-23selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu1-0/+60
2023-08-23selftests/nolibc: add munmap_bad test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add mmap_bad test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRERZhangjin Wu1-0/+58
2023-08-23selftests/nolibc: prepare: create /dev/zeroZhangjin Wu1-1/+3
2023-08-23selftests/nolibc: export argv0 for some testsZhangjin Wu1-0/+4
2023-08-23tools/nolibc: clean up sbrk() routineZhangjin Wu1-5/+4
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu2-23/+12
2023-08-23tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu1-5/+12