summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)Author
6 daysselftests/nolibc: use gcc 15Thomas Weißschuh
9 daysselftests/nolibc: don't skip tests for unimplemented syscalls anymoreThomas Weißschuh
9 daysselftests/nolibc: explicitly handle ENOSYS from ptrace()Thomas Weißschuh
9 daystools/nolibc: add byteorder conversionsThomas Weißschuh
9 daystools/nolibc: add the _syscall() macroThomas Weißschuh
10 daysselftests/nolibc: only use libgcc when really necessaryThomas Weißschuh
10 daysselftests/nolibc: test the memory allocatorThomas Weißschuh
10 daystools/nolibc: add support for asprintf()Thomas Weißschuh
12 daystools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh
12 daysselftests/nolibc: add a test for stat().st_rdevThomas Weißschuh
12 daysselftests/nolibc: add some tests for makedev() and friendsThomas Weißschuh
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight
2026-03-20selftests/nolibc: Return correct value when printf test failsDavid Laight
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh
2026-01-11tools/nolibc: Add a simple test for writing to a FILE and reading it backDaniel Palmer
2026-01-11selftests/nolibc: also test libc-test through regular selftest frameworkThomas Weißschuh
2026-01-11selftests/nolibc: scope custom flags to the nolibc-test targetThomas Weißschuh
2026-01-11selftests/nolibc: try to read from stdin in readv_zero testThomas Weißschuh
2026-01-06selftests/nolibc: always build sparc32 tests with -mcpu=v8Thomas Weißschuh
2026-01-06selftests/nolibc: drop NOLIBC_SYSROOT=0 logicThomas Weißschuh
2026-01-06selftests/nolibc: test compatibility of nolibc and kernel time typesThomas Weißschuh
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-22selftests/nolibc: error out on linker warningsThomas Weißschuh
2025-11-22selftests/nolibc: use lld to link loongarch binariesThomas Weißschuh
2025-11-17tools: Remove s390 compat supportHeiko Carstens
2025-11-08tools/nolibc: add support for fchdir()Thomas Weißschuh
2025-11-02tools/nolibc: add missing memchr() to string.hWilly Tarreau
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg
2025-09-01selftests/nolibc: remove outdated comment about construct orderBenjamin Berg
2025-09-01selftests/nolibc: fix EXPECT_NZ macroBenjamin Berg
2025-08-18selftests/nolibc: always compile the kernel with GCCThomas Weißschuh
2025-08-18selftests/nolibc: don't pass CC to toplevel MakefileThomas Weißschuh