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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-04-11
selftests/nolibc: only consider XARCH for CFLAGS when requested
Thomas Weißschuh
1
-1
/
+4
2025-04-11
selftests/nolibc: drop dependency from sysroot to defconfig
Thomas Weißschuh
1
-1
/
+1
2025-04-10
selftests/nolibc: drop unnecessary sys/io.h include
Thomas Weißschuh
1
-1
/
+0
2025-03-07
selftests/nolibc: stop testing constructor order
Thomas Weißschuh
2
-7
/
+7
2025-03-06
selftests/nolibc: use O_RDONLY flag instead of 0
Louis Taylor
1
-2
/
+2
2025-03-06
tools/nolibc: add support for openat(2)
Louis Taylor
1
-0
/
+17
2025-03-02
selftests/nolibc: add armthumb configuration
Thomas Weißschuh
2
-2
/
+9
2025-03-02
selftests/nolibc: explicitly enable ARM mode
Thomas Weißschuh
1
-0
/
+1
2025-02-26
tools/nolibc: add support for [v]sscanf()
Thomas Weißschuh
1
-0
/
+68
2025-02-20
tools/nolibc: add support for 32-bit s390
Thomas Weißschuh
2
-1
/
+10
2025-02-20
selftests/nolibc: rename s390 to s390x
Thomas Weißschuh
2
-6
/
+8
2025-02-20
selftests/nolibc: only run constructor tests on nolibc
Thomas Weißschuh
1
-2
/
+2
2025-02-12
selftests/nolibc: split up architecture list in run-tests.sh
Thomas Weißschuh
1
-1
/
+10
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
1
-0
/
+39
2025-02-03
selftests/nolibc: always keep test kernel configuration up to date
Thomas Weißschuh
1
-4
/
+3
2025-02-03
selftests/nolibc: execute defconfig before other targets
Thomas Weißschuh
1
-3
/
+3
2025-02-03
selftests/nolibc: drop call to mrproper target
Thomas Weißschuh
1
-1
/
+1
2025-02-03
selftests/nolibc: drop call to prepare target
Thomas Weißschuh
1
-1
/
+1
2025-02-03
selftests/nolibc: drop mips32be EXTRACONFIG
Thomas Weißschuh
1
-2
/
+1
2025-02-03
selftests/nolibc: enable -Wmissing-prototypes
Thomas Weißschuh
1
-1
/
+1
2025-02-03
selftests/nolibc: ignore -Wmissing-prototypes
Thomas Weißschuh
1
-0
/
+2
2025-01-13
selftests/nolibc: add configurations for riscv32
Thomas Weißschuh
2
-1
/
+6
2025-01-13
selftests/nolibc: rename riscv to riscv64
Thomas Weißschuh
2
-1
/
+7
2025-01-13
selftests/nolibc: skip tests for unimplemented syscalls
Thomas Weißschuh
1
-3
/
+11
2025-01-13
selftests/nolibc: use a pipe to in vfprintf tests
Thomas Weißschuh
1
-11
/
+9
[next]