index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
nolibc
/
nolibc-test.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-17
tools/nolibc: fix error return value of clock_nanosleep()
Thomas Weißschuh
1
-0
/
+1
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-06-23
selftests/nolibc: avoid GCC 15 -Wunterminated-string-initialization
Thomas Weißschuh
1
-1
/
+1
2025-05-21
selftests/nolibc: drop include guards around standard headers
Thomas Weißschuh
1
-5
/
+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
1
-0
/
+67
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-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: disable ubsan for smash_stack()
Thomas Weißschuh
1
-0
/
+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
1
-4
/
+4
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-02-26
tools/nolibc: add support for [v]sscanf()
Thomas Weißschuh
1
-0
/
+68
2025-02-20
selftests/nolibc: only run constructor tests on nolibc
Thomas Weißschuh
1
-2
/
+2
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
1
-0
/
+39
2025-02-03
selftests/nolibc: ignore -Wmissing-prototypes
Thomas Weißschuh
1
-0
/
+2
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
2024-08-12
selftests/nolibc: avoid passing NULL to printf("%s")
Thomas Weißschuh
1
-2
/
+2
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: 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
[next]