index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
selftests/nolibc: use gcc 15
Thomas Weißschuh
1
-1
/
+1
2026-04-07
selftests/nolibc: don't skip tests for unimplemented syscalls anymore
Thomas Weißschuh
1
-11
/
+3
2026-04-07
selftests/nolibc: explicitly handle ENOSYS from ptrace()
Thomas Weißschuh
1
-1
/
+1
2026-04-07
tools/nolibc: add byteorder conversions
Thomas Weißschuh
1
-0
/
+13
2026-04-07
tools/nolibc: add the _syscall() macro
Thomas Weißschuh
1
-0
/
+4
2026-04-06
selftests/nolibc: only use libgcc when really necessary
Thomas Weißschuh
1
-13
/
+4
2026-04-06
selftests/nolibc: test the memory allocator
Thomas Weißschuh
1
-0
/
+55
2026-04-06
tools/nolibc: add support for asprintf()
Thomas Weißschuh
1
-0
/
+24
2026-04-04
tools/nolibc: handle all major and minor numbers in makedev() and friends
Thomas Weißschuh
1
-0
/
+3
2026-04-04
selftests/nolibc: add a test for stat().st_rdev
Thomas Weißschuh
1
-0
/
+1
2026-04-04
selftests/nolibc: add some tests for makedev() and friends
Thomas Weißschuh
1
-0
/
+3
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
1
-2
/
+3
2026-03-22
selftests/nolibc: enable -Wundef
Thomas Weißschuh
1
-1
/
+2
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
1
-0
/
+34
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
2
-1
/
+7
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
3
-6
/
+8
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
1
-21
/
+5
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
1
-3
/
+6
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
1
-2
/
+17
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
1
-1
/
+3
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
1
-0
/
+3
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
1
-3
/
+11
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
1
-18
/
+2
2026-03-20
selftests/nolibc: Rename w to written in expect_vfprintf()
David Laight
1
-4
/
+4
2026-03-20
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
David Laight
1
-17
/
+17
2026-03-20
selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
David Laight
1
-0
/
+13
2026-03-20
selftests/nolibc: Use length of 'expected' string to check snprintf() output
David Laight
1
-26
/
+41
2026-03-20
selftests/nolibc: check vsnprintf() output buffer before the length
David Laight
1
-7
/
+9
2026-03-20
selftests/nolibc: Return correct value when printf test fails
David Laight
1
-1
/
+1
2026-03-20
selftests/nolibc: Fix build with host headers and libc
David Laight
1
-1
/
+15
2026-03-20
selftests/nolibc: fix test_file_stream() on musl libc
Thomas Weißschuh
1
-1
/
+9
2026-01-11
tools/nolibc: Add a simple test for writing to a FILE and reading it back
Daniel Palmer
1
-0
/
+53
2026-01-11
selftests/nolibc: also test libc-test through regular selftest framework
Thomas Weißschuh
1
-1
/
+5
2026-01-11
selftests/nolibc: scope custom flags to the nolibc-test target
Thomas Weißschuh
1
-6
/
+2
2026-01-11
selftests/nolibc: try to read from stdin in readv_zero test
Thomas Weißschuh
1
-1
/
+1
2026-01-06
selftests/nolibc: always build sparc32 tests with -mcpu=v8
Thomas Weißschuh
1
-1
/
+1
2026-01-06
selftests/nolibc: drop NOLIBC_SYSROOT=0 logic
Thomas Weißschuh
1
-6
/
+0
2026-01-06
selftests/nolibc: test compatibility of nolibc and kernel time types
Thomas Weißschuh
1
-0
/
+29
2026-01-04
tools/nolibc: add ptrace support
Benjamin Berg
1
-0
/
+2
2025-12-03
Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc
Linus Torvalds
3
-1
/
+15
2025-11-22
selftests/nolibc: error out on linker warnings
Thomas Weißschuh
1
-1
/
+1
2025-11-22
selftests/nolibc: use lld to link loongarch binaries
Thomas Weißschuh
1
-0
/
+1
2025-11-17
tools: Remove s390 compat support
Heiko Carstens
2
-10
/
+1
2025-11-08
tools/nolibc: add support for fchdir()
Thomas Weißschuh
1
-0
/
+2
2025-11-02
tools/nolibc: add missing memchr() to string.h
Willy Tarreau
1
-0
/
+2
2025-10-29
tools/nolibc: add uio.h with readv and writev
Benjamin Berg
1
-0
/
+9
2025-09-01
selftests/nolibc: remove outdated comment about construct order
Benjamin Berg
1
-1
/
+0
2025-09-01
selftests/nolibc: fix EXPECT_NZ macro
Benjamin Berg
1
-2
/
+2
2025-08-18
selftests/nolibc: always compile the kernel with GCC
Thomas Weißschuh
1
-3
/
+3
2025-08-18
selftests/nolibc: don't pass CC to toplevel Makefile
Thomas Weißschuh
1
-1
/
+1
[next]