index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-02
tools/nolibc: add support for Alpha
Thomas Weißschuh
3
-1
/
+8
2026-07-12
selftests/nolibc: add debug information
Thomas Weißschuh
1
-1
/
+1
2026-07-03
selftests/nolibc: Add test for getcwd() and readlink()
Daniel Palmer
1
-0
/
+53
2026-05-26
selftests/nolibc: test against -Wwrite-strings
Thomas Weißschuh
1
-1
/
+1
2026-05-26
selftests/nolibc: use mutable buffer for execve() argv string
Thomas Weißschuh
1
-1
/
+1
2026-05-24
tools/nolibc: add ftruncate()
Thomas Weißschuh
1
-0
/
+52
2026-05-24
selftests/nolibc: enable CONFIG_TMPFS for sparc32
Thomas Weißschuh
1
-0
/
+1
2026-05-14
selftests/nolibc: test open mode handling
Thomas Weißschuh
1
-0
/
+23
2026-05-03
tools/nolibc: add support for 32-bit parisc
Thomas Weißschuh
2
-1
/
+11
2026-05-03
selftests/nolibc: avoid function pointer comparisons
Thomas Weißschuh
1
-4
/
+9
2026-05-03
tools/nolibc: add support for OpenRISC / or1k
Thomas Weißschuh
2
-1
/
+7
2026-05-03
selftests/nolibc: use vmlinux for MIPS tests
Thomas Weißschuh
1
-6
/
+0
2026-05-03
selftests/nolibc: trim IMAGE mappings
Thomas Weißschuh
1
-4
/
+1
2026-05-03
selftests/nolibc: trim DEFCONFIG mappings
Thomas Weißschuh
1
-9
/
+1
2026-05-03
selftests/nolibc: trim QEMU_ARCH mappings
Thomas Weißschuh
1
-12
/
+1
2026-05-03
selftests/nolibc: use QEMU_ARCH for QEMU_ARCH_USER
Thomas Weißschuh
1
-1
/
+1
2026-05-03
selftests/nolibc: drop riscv configuration
Thomas Weißschuh
1
-4
/
+0
2026-05-03
selftests/nolibc: align QEMU_ARCH_mips32be
Thomas Weißschuh
1
-1
/
+1
2026-04-27
selftests/nolibc: test large file support
Thomas Weißschuh
1
-0
/
+48
2026-04-27
selftests/nolibc: drop unnecessary 'mode' argument to open()
Thomas Weißschuh
1
-1
/
+1
2026-04-27
tools/nolibc: make __nolibc_enosys() a compile time error
Thomas Weißschuh
1
-0
/
+18
2026-04-27
tools/nolibc: add alloca()
Thomas Weißschuh
1
-0
/
+14
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
[next]