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-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
2025-01-13
selftests/nolibc: use waitid() over waitpid()
Thomas Weißschuh
1
-4
/
+6
2025-01-08
selftests/nolibc: run-tests.sh: detect missing toolchain
Willy Tarreau
1
-0
/
+7
2024-10-07
selftests/nolibc: start qemu with 1 GiB of memory
Thomas Weißschuh
1
-2
/
+2
2024-08-12
selftests/nolibc: run-tests.sh: allow building through LLVM
Thomas Weißschuh
1
-2
/
+7
2024-08-12
selftests/nolibc: use correct clang target for s390/systemz
Thomas Weißschuh
1
-0
/
+3
2024-08-12
selftests/nolibc: don't use libgcc when building with clang
Thomas Weißschuh
1
-2
/
+9
2024-08-12
selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRA
Thomas Weißschuh
1
-2
/
+5
2024-08-12
selftests/nolibc: add cc-option compatible with clang cross builds
Thomas Weißschuh
1
-2
/
+4
2024-08-12
selftests/nolibc: add support for LLVM= parameter
Thomas Weißschuh
1
-3
/
+6
2024-08-12
selftests/nolibc: determine $(srctree) first
Thomas Weißschuh
1
-8
/
+8
2024-08-12
selftests/nolibc: avoid passing NULL to printf("%s")
Thomas Weißschuh
1
-2
/
+2
2024-08-12
selftests/nolibc: report failure if no testcase passed
Thomas Weißschuh
1
-1
/
+1
2024-08-09
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
1
-2
/
+3
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
1
-0
/
+4
2024-06-29
selftests/nolibc: introduce condition to run tests only on nolibc
Thomas Weißschuh
1
-13
/
+19
2024-06-29
tools/nolibc: implement strtol() and friends
Thomas Weißschuh
1
-0
/
+61
2024-06-29
selftests/nolibc: run-tests.sh: use -Werror by default
Thomas Weißschuh
2
-3
/
+8
2024-06-29
selftests/nolibc: disable brk()/sbrk() tests on musl
Thomas Weißschuh
1
-3
/
+7
2024-06-29
selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()
Thomas Weißschuh
1
-1
/
+1
2024-04-14
tools/nolibc: add support for uname(2)
Thomas Weißschuh
1
-0
/
+42
2024-04-10
selftests/nolibc: Add tests for strlcat() and strlcpy()
Rodrigo Campos
1
-0
/
+40
2023-12-11
selftests/nolibc: disable coredump via setrlimit
Thomas Weißschuh
1
-0
/
+2
2023-12-11
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
1
-0
/
+29
2023-12-11
tools/nolibc: drop duplicated testcase ioctl_tiocinq
Thomas Weißschuh
1
-1
/
+0
2023-12-11
selftests/nolibc: make result alignment more robust
Thomas Weißschuh
1
-5
/
+10
2023-12-11
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
1
-1
/
+1
2023-12-11
selftests/nolibc: run-tests.sh: enable testing via qemu-user
Thomas Weißschuh
1
-3
/
+19
2023-12-11
selftests/nolibc: introduce QEMU_ARCH_USER
Thomas Weißschuh
1
-1
/
+4
2023-12-11
selftests/nolibc: fix testcase status alignment
Thomas Weißschuh
1
-2
/
+2
2023-12-11
selftests/nolibc: add configuration for mipso32be
Thomas Weißschuh
2
-1
/
+8
2023-12-11
selftests/nolibc: extraconfig support
Thomas Weißschuh
1
-0
/
+6
2023-12-11
selftests/nolibc: explicitly specify ABI for MIPS
Thomas Weißschuh
1
-1
/
+1
2023-12-11
selftests/nolibc: use XARCH for MIPS
Thomas Weißschuh
2
-6
/
+8
2023-12-11
selftests/nolibc: add script to run testsuite
Thomas Weißschuh
2
-0
/
+154
2023-12-11
selftests/nolibc: support out-of-tree builds
Thomas Weißschuh
1
-4
/
+14
2023-12-11
selftests/nolibc: anchor paths in $(srcdir) if possible
Thomas Weißschuh
1
-2
/
+2
2023-12-11
selftests/nolibc: use EFI -bios for LoongArch qemu
Thomas Weißschuh
1
-1
/
+8
2023-11-13
selftests/nolibc: don't hang on config input
Thomas Weißschuh
1
-2
/
+2
2023-10-12
selftests/nolibc: add tests for multi-object linkage
Thomas Weißschuh
4
-6
/
+45
2023-10-12
selftests/nolibc: use qemu-system-ppc64 for ppc64le
Thomas Weißschuh
1
-1
/
+1
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
1
-0
/
+17
2023-10-12
tools/nolibc: drop test for getauxval(AT_PAGESZ)
Thomas Weißschuh
1
-1
/
+0
2023-10-12
selftests/nolibc: allow building i386 with multiarch compiler
Thomas Weißschuh
1
-0
/
+1
2023-10-12
selftests/nolibc: don't embed initramfs into kernel image
Thomas Weißschuh
2
-16
/
+27
2023-10-12
selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings
Thomas Weißschuh
1
-3
/
+3
2023-10-12
selftests/nolibc: use -nostdinc for nolibc-test
Thomas Weißschuh
1
-1
/
+1
[next]