]> 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)
commit42c9f7cad1e33b27520e1624a29aef596b73e006
tree6f8431cd967bfa9b2ec663922e0850974f5996bf
parent43cbb688043a9cb544c9f93f9ff359e51f3a8ae1
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