]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: readv/writev syscalls (81/82) + ulibc sys/uio.h wrappers
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 03:14:55 +0000 (00:14 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:20:50 +0000 (23:20 -0300)
commit3238b7fc8f7ae824a92bb45e418732127754aee9
tree30dc89a8c7440a83ac31b2412e4f92f9cde06f7b
parent89b7a51b52ca7c744d82a0b7c74549207cdc8387
feat: readv/writev syscalls (81/82) + ulibc sys/uio.h wrappers
src/kernel/syscall.c
user/ulibc/include/sys/uio.h [new file with mode: 0644]
user/ulibc/src/uio.c [new file with mode: 0644]