]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
posix: add fcntl(F_SETFL) O_NONBLOCK for pipes and tty/pty
authorTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 01:12:20 +0000 (22:12 -0300)
committerTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 01:12:20 +0000 (22:12 -0300)
commit533780256806cabe297e366ef7fde1b9589416c1
treebc04d7b749a517486bf08ad894c5f87b6aafe26a
parentab1bb94805916f1d4141956713919071e787f648
posix: add fcntl(F_SETFL) O_NONBLOCK for pipes and tty/pty
include/errno.h
include/syscall.h
src/kernel/syscall.c
user/init.c