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