Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH 0/2] tools/nolibc: add support for directory access
@ 2025-01-30 19:54 Thomas Weißschuh
  2025-01-30 19:54 ` [PATCH 1/2] tools/nolibc: add support for sys_llseek() Thomas Weißschuh
  2025-01-30 19:54 ` [PATCH 2/2] tools/nolibc: add support for directory access Thomas Weißschuh
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Weißschuh @ 2025-01-30 19:54 UTC (permalink / raw)
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kernel, linux-kselftest, Thomas Weißschuh,
	Thomas Weißschuh

Add support opendir(), readdir(), closedir() and friends.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      tools/nolibc: add support for sys_llseek()
      tools/nolibc: add support for directory access

 tools/include/nolibc/stdio.h                 | 76 ++++++++++++++++++++++++++++
 tools/include/nolibc/sys.h                   | 29 ++++++++++-
 tools/include/nolibc/types.h                 |  5 ++
 tools/testing/selftests/nolibc/nolibc-test.c | 37 ++++++++++++++
 4 files changed, 146 insertions(+), 1 deletion(-)
---
base-commit: d3d90cc2891c9cf4ecba7b85c0af716ab755c7e5
change-id: 20250130-nolibc-dir-980c2e2b661a

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-02 20:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 19:54 [PATCH 0/2] tools/nolibc: add support for directory access Thomas Weißschuh
2025-01-30 19:54 ` [PATCH 1/2] tools/nolibc: add support for sys_llseek() Thomas Weißschuh
2025-01-30 19:54 ` [PATCH 2/2] tools/nolibc: add support for directory access Thomas Weißschuh
2025-02-01 10:34   ` Willy Tarreau
2025-02-01 10:41     ` Thomas Weißschuh
2025-02-01 10:46       ` Willy Tarreau
2025-02-02 20:56         ` Thomas Weißschuh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox