summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)Author
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
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh
2023-06-09tools/nolibc: add testcases for vfprintfThomas Weißschuh
2023-06-09tools/nolibc: add libc-test binaryThomas Weißschuh
2023-06-09tools/nolibc: fix build of the test case using glibcWilly Tarreau
2023-06-09tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau
2023-06-09tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh
2023-03-27tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh
2023-03-27tools/nolibc: i386: add stackprotector supportThomas Weißschuh
2023-03-27tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh
2023-03-27tools/nolibc: tests: fold in no-stack-protector cflagsThomas Weißschuh
2023-03-27tools/nolibc: tests: constify test_namesThomas Weißschuh
2023-03-20selftests/nolibc: Adjust indentation for MakefileFeiyang Chen
2023-03-20selftests/nolibc: Add support for LoongArchFeiyang Chen
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau
2023-03-20tools/nolibc: always disable stack protector for testsThomas Weißschuh
2023-01-24selftests/nolibc: Add a "run-user" target to test the program in user landWilly Tarreau
2023-01-24selftests/nolibc: Support "x86_64" for arch nameWilly Tarreau
2023-01-10selftests/nolibc: Add `getpagesize(2)` selftestAmmar Faizi
2023-01-09selftests/nolibc: add s390 supportSven Schnelle
2022-10-28selftests/nolibc: Always rebuild the sysroot when running a testWilly Tarreau
2022-10-28selftests/nolibc: Add 7 tests for memcmp()Willy Tarreau
2022-08-31selftests/nolibc: Avoid generated files being committedFernanda Ma'rouf
2022-08-31selftests/nolibc: add a "help" targetWilly Tarreau
2022-08-31selftests/nolibc: "sysroot" target installs a local copy of the sysrootWilly Tarreau
2022-08-31selftests/nolibc: add a "run" target to start the kernel in QEMUWilly Tarreau
2022-08-31selftests/nolibc: add a "defconfig" targetWilly Tarreau
2022-08-31selftests/nolibc: add a "kernel" target to build the kernel with the initramfsWilly Tarreau
2022-08-31selftests/nolibc: support glibc as wellWilly Tarreau