]> 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)
commit35ede9515656c30a03c40ca2d537f22a8be315e9
tree5b9ccc8690fc7f43449d020fe285a0ff26a78df9
parent55c646ca8569152622413fa7f654c8aabc83a0ef
posix: add pipe2 and dup3 syscalls
include/syscall.h
src/kernel/syscall.c
user/init.c