summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)Author
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-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
2023-08-23selftests/nolibc: add mmap_bad test caseZhangjin Wu
2023-08-23selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu
2023-08-23selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRERZhangjin Wu
2023-08-23selftests/nolibc: prepare: create /dev/zeroZhangjin Wu
2023-08-23selftests/nolibc: export argv0 for some testsZhangjin Wu
2023-08-23selftests/nolibc: simplify call to iopermThomas Weißschuh
2023-08-06selftests/nolibc: restore the failed tests printZhangjin Wu
2023-08-06selftests/nolibc: always print the path to test log fileZhangjin Wu
2023-08-06selftests/nolibc: add a standalone test report macroZhangjin Wu
2023-07-13selftests/nolibc: drop test chmod_netThomas Weißschuh
2023-06-09selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau
2023-06-09selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau
2023-06-09selftests/nolibc: add new gettimeofday test casesZhangjin Wu
2023-06-09selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu
2023-06-09selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu
2023-06-09selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu
2023-06-09selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu
2023-06-09selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu
2023-06-09selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh
2023-06-09selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu
2023-06-09selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu
2023-06-09selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh
2023-06-09selftests/nolibc: prevent coredumps during test executionThomas Weißschuh
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh
2023-06-09tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh
2023-06-09tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh
2023-06-09tools/nolibc: validate C89 compatibilityThomas Weißschuh