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