summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/nolibc
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftests/nolibc: Add `getpagesize(2)` selftestAmmar Faizi2023-01-101-0/+30
* selftests/nolibc: add s390 supportSven Schnelle2023-01-091-1/+6
* selftests/nolibc: Always rebuild the sysroot when running a testWilly Tarreau2022-10-281-0/+3
* selftests/nolibc: Add 7 tests for memcmp()Willy Tarreau2022-10-281-0/+7
* selftests/nolibc: Avoid generated files being committedFernanda Ma'rouf2022-08-311-0/+4
* selftests/nolibc: add a "help" targetWilly Tarreau2022-08-311-1/+26
* selftests/nolibc: "sysroot" target installs a local copy of the sysrootWilly Tarreau2022-08-311-2/+11
* selftests/nolibc: add a "run" target to start the kernel in QEMUWilly Tarreau2022-08-311-0/+33
* selftests/nolibc: add a "defconfig" targetWilly Tarreau2022-08-311-0/+12
* selftests/nolibc: add a "kernel" target to build the kernel with the initramfsWilly Tarreau2022-08-311-0/+13
* selftests/nolibc: support glibc as wellWilly Tarreau2022-08-311-2/+45
* selftests/nolibc: condition some tests on /proc existenceWilly Tarreau2022-08-311-5/+9
* selftests/nolibc: recreate and populate /dev and /proc if missingWilly Tarreau2022-08-311-0/+56
* selftests/nolibc: on x86, support exiting with isa-debug-exitWilly Tarreau2022-08-311-0/+9
* selftests/nolibc: exit with poweroff on success when getpid() == 1Willy Tarreau2022-08-311-0/+14
* selftests/nolibc: add a few tests for some libc functionsWilly Tarreau2022-08-311-0/+35
* selftests/nolibc: implement a few tests for various syscallsWilly Tarreau2022-08-311-0/+110
* selftests/nolibc: support a test definition formatWilly Tarreau2022-08-311-0/+91
* selftests/nolibc: add basic infrastructure to ease creation of nolibc testsWilly Tarreau2022-08-312-0/+438