mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] nolibc: Add sendfile()
@ 2026-08-28 10:32 Daniel Palmer
  2026-08-28 10:32 ` [PATCH 1/2] tools/nolibc: " Daniel Palmer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Palmer @ 2026-08-28 10:32 UTC (permalink / raw)
  To: w, linux; +Cc: linux-kernel, Daniel Palmer

This is another thing from my backlog[0] and seemed simple enough so
sending now. Also, this feels right for nolibc as it lets you move lots
of data around without needing to allocate memory or even transfer it
into userspace. I've used it to implement cp and dd in my 64KB userspace
for linux on the sega megadrive.

There is some 32bit weirdness again, I think I caught that and added
some static asserts to make sure it doesn't silently break.

Maybe the test should actually test the offset?

0 - fallocate(), static pie, sockets,...

Daniel Palmer (2):
  tools/nolibc: Add sendfile()
  selftests/nolibc: Add basic test for sendfile()

 tools/include/nolibc/Makefile                |  1 +
 tools/include/nolibc/nolibc.h                |  1 +
 tools/include/nolibc/sys/sendfile.h          | 41 ++++++++++++
 tools/testing/selftests/nolibc/nolibc-test.c | 70 ++++++++++++++++++++
 4 files changed, 113 insertions(+)
 create mode 100644 tools/include/nolibc/sys/sendfile.h

-- 
2.53.0


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

end of thread, other threads:[~2026-08-28 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 10:32 [PATCH 0/2] nolibc: Add sendfile() Daniel Palmer
2026-08-28 10:32 ` [PATCH 1/2] tools/nolibc: " Daniel Palmer
2026-08-28 10:32 ` [PATCH 2/2] selftests/nolibc: Add basic test for sendfile() Daniel Palmer
2026-08-28 16:52 ` [PATCH 0/2] nolibc: Add sendfile() 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

all inboxes | Powered by JetHome®