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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-17
tools: Remove s390 compat support
Heiko Carstens
2
-10
/
+1
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
2025-08-18
selftests/nolibc: deduplicate invocations of toplevel Makefile
Thomas Weißschuh
1
-4
/
+7
2025-08-18
selftests/nolibc: be more specific about variables affecting nolibc-test
Thomas Weißschuh
1
-1
/
+1
2025-08-17
tools/nolibc: fix error return value of clock_nanosleep()
Thomas Weißschuh
1
-0
/
+1
2025-07-13
selftests/nolibc: add x32 test configuration
Thomas Weißschuh
2
-1
/
+18
2025-07-09
selftests/nolibc: show failed run if test process crashes
Benjamin Berg
1
-1
/
+2
2025-07-08
tools/nolibc: drop s390 clang target override
Thomas Weißschuh
1
-3
/
+0
2025-07-06
selftests/nolibc: correctly report errors from printf() and friends
Thomas Weißschuh
1
-0
/
+23
2025-07-06
selftests/nolibc: create /dev/full when running as PID 1
Thomas Weißschuh
1
-1
/
+3
2025-07-06
tools/nolibc: add support for clock_nanosleep() and nanosleep()
Thomas Weißschuh
1
-0
/
+1
2025-07-04
selftests/nolibc: Add coverage of vfork()
Mark Brown
1
-4
/
+19
2025-07-04
tools/nolibc: add support for SuperH
Thomas Weißschuh
2
-1
/
+9
2025-07-03
selftests/nolibc: use file driver for QEMU serial
Thomas Weißschuh
1
-2
/
+2
2025-07-03
selftests/nolibc: fix EXTRACONFIG variables ordering
Thomas Weißschuh
1
-2
/
+2
2025-06-28
tools/nolibc: MIPS: add support for N64 and N32 ABIs
Thomas Weißschuh
2
-1
/
+27
2025-06-23
selftests/nolibc: avoid GCC 15 -Wunterminated-string-initialization
Thomas Weißschuh
1
-1
/
+1
2025-06-23
selftests/nolibc: integrate with kselftests
Thomas Weißschuh
1
-0
/
+26
2025-06-23
selftests/nolibc: rename Makefile
Thomas Weißschuh
2
-1
/
+1
2025-06-23
selftests/nolibc: split out CFLAGS logic
Thomas Weißschuh
2
-8
/
+14
2025-06-23
selftests/nolibc: drop implicit defconfig executions
Thomas Weißschuh
1
-2
/
+2
2025-06-10
selftests/nolibc: make stackprotector probing more robust
Thomas Weißschuh
1
-1
/
+4
2025-05-21
selftests/nolibc: drop include guards around standard headers
Thomas Weißschuh
2
-7
/
+0
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
1
-0
/
+24
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
2
-0
/
+69
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
1
-0
/
+12
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
1
-0
/
+48
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
1
-0
/
+51
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
1
-0
/
+5
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
1
-0
/
+2
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
1
-0
/
+2
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
1
-0
/
+22
2025-05-21
tools/nolibc: add mremap()
Thomas Weißschuh
1
-3
/
+11
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
1
-0
/
+18
2025-05-21
tools/nolibc: add strstr()
Thomas Weißschuh
1
-0
/
+3
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
2
-0
/
+10
2025-05-21
selftests/nolibc: always run nolibc header check
Thomas Weißschuh
1
-1
/
+1
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
1
-0
/
+3
2025-04-22
selftests/nolibc: add test for snprintf() truncation
Thomas Weißschuh
1
-1
/
+3
2025-04-22
selftests/nolibc: rename vfprintf test suite
Thomas Weißschuh
1
-2
/
+2
2025-04-22
selftests/nolibc: use snprintf() for printf tests
Thomas Weißschuh
1
-27
/
+3
2025-04-22
Revert "selftests/nolibc: use waitid() over waitpid()"
Thomas Weißschuh
1
-6
/
+4
2025-04-22
tools/nolibc: add tolower() and toupper()
Thomas Weißschuh
1
-0
/
+5
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
1
-0
/
+2
2025-04-19
selftests/nolibc: enable UBSAN if available
Thomas Weißschuh
1
-1
/
+2
2025-04-19
selftests/nolibc: disable ubsan for smash_stack()
Thomas Weißschuh
1
-0
/
+1
2025-04-11
tools/nolibc: Add support for SPARC
Thomas Weißschuh
2
-0
/
+13
[next]