]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
posix: add pipe2 and dup3 syscalls
authorTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 01:37:59 +0000 (22:37 -0300)
committerTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 01:37:59 +0000 (22:37 -0300)
commitf5d047987a14d719628b83ea4f561dbace3f5ded
tree31f095bef238b5021e782c5b71ea7bc7dba24555
parent8cece123761e3eec3049eed729a00781bb0aaf8a
posix: add pipe2 and dup3 syscalls
include/syscall.h
src/kernel/syscall.c
user/init.c