summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/nolibc
Commit message (Expand)AuthorAgeFilesLines
* selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau2023-06-091-0/+1
* selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau2023-06-091-3/+12
* selftests/nolibc: add new gettimeofday test casesZhangjin Wu2023-06-091-0/+4
* selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu2023-06-091-4/+0
* selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu2023-06-091-4/+10
* selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu2023-06-091-2/+2
* selftests/nolibc: not include limits.h for nolibcZhangjin Wu2023-06-091-3/+1
* selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu2023-06-091-1/+1
* selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu2023-06-091-1/+1
* selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh2023-06-091-1/+0
* tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2023-06-091-3/+3
* selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu2023-06-091-1/+7
* selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu2023-06-091-1/+0
* selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu2023-06-091-0/+1
* tools/nolibc: support nanoseconds in stat()Thomas Weißschuh2023-06-091-0/+23
* selftests/nolibc: prevent coredumps during test executionThomas Weißschuh2023-06-091-0/+1
* tools/nolibc: add support for prctl()Thomas Weißschuh2023-06-091-0/+2
* tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh2023-06-091-12/+2
* tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-091-2/+2
* tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh2023-06-091-0/+8
* tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2023-06-091-0/+1
* tools/nolibc: mips: add stackprotector supportThomas Weißschuh2023-06-091-0/+1
* tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2023-06-091-0/+1
* tools/nolibc: arm: add stackprotector supportThomas Weißschuh2023-06-091-0/+1
* tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2023-06-091-0/+1
* selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh2023-06-091-4/+11
* selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu2023-06-091-1/+1
* tools/nolibc/unistd: add syscall()Thomas Weißschuh2023-06-091-0/+2
* tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh2023-06-091-0/+20
* tools/nolibc: validate C89 compatibilityThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-091-6/+6
* tools/nolibc: use standard __asm__ statementsThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: add testcases for vfprintfThomas Weißschuh2023-06-091-0/+86
* tools/nolibc: add libc-test binaryThomas Weißschuh2023-06-092-0/+7
* tools/nolibc: fix build of the test case using glibcWilly Tarreau2023-06-091-0/+2
* tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau2023-06-091-1/+2
* tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh2023-06-091-6/+2
* tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh2023-03-271-0/+2
* tools/nolibc: i386: add stackprotector supportThomas Weißschuh2023-03-271-0/+1
* tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh2023-03-272-2/+63
* tools/nolibc: tests: fold in no-stack-protector cflagsThomas Weißschuh2023-03-271-2/+3
* tools/nolibc: tests: constify test_namesThomas Weißschuh2023-03-271-1/+1
* selftests/nolibc: Adjust indentation for MakefileFeiyang Chen2023-03-201-37/+37
* selftests/nolibc: Add support for LoongArchFeiyang Chen2023-03-201-0/+4
* selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau2023-03-201-2/+6
* tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau2023-03-201-0/+53
* tools/nolibc: enlarge column width of testsVincent Dagonneau2023-03-201-48/+48
* tools/nolibc: always disable stack protector for testsThomas Weißschuh2023-03-201-0/+3
* selftests/nolibc: Add a "run-user" target to test the program in user landWilly Tarreau2023-01-241-0/+6
* selftests/nolibc: Support "x86_64" for arch nameWilly Tarreau2023-01-241-0/+4