boredos_mirror/src/userland/cli
boreddevnl af5eda1647 feat: Add signals, exec/wait, and FD/pipe support
Introduce process lifecycle and POSIX-like features: add parent_pid, pgid, exited/exit_status, signal state and handlers, waitpid/reap, and an exec-replace function. Refactor file descriptor handling to use fd_kind/fd_flags with reference-counted file refs and in-process pipes; implement open/read/write/close/seek/tell/size/dup/dup2/pipe/fcntl semantics and O_* flags. Add syscall handlers for exec, waitpid, kill/signal, sigaction, sigprocmask, sigpending, meminfo/ticks and map many SYSTEM_CMD_* constants; deliver signals from the syscall path. Cleanup/terminate logic updated to free resources correctly and initialize kernel/user processes with new state. Misc: minor syscall/table renames (wallpaper), helper utilities (process_close_fd_inner, process_init_signal_state) and paging/stack handling for exec.
2026-04-20 00:03:52 +02:00
..
third_party refactor(libc): move Lua an DOOM stubs into shared libc modules 2026-04-19 21:58:25 +02:00
bsh.c feat: Add signals, exec/wait, and FD/pipe support 2026-04-20 00:03:52 +02:00
cc.c src/kernel --> src/ 2026-03-16 00:30:47 +01:00
clear.c feat: Add signals, exec/wait, and FD/pipe support 2026-04-20 00:03:52 +02:00
cowsay.c src/kernel --> src/ 2026-03-16 00:30:47 +01:00
date.c feat: Add signals, exec/wait, and FD/pipe support 2026-04-20 00:03:52 +02:00
echo.c src/kernel --> src/ 2026-03-16 00:30:47 +01:00
help.c src/kernel --> src/ 2026-03-16 00:30:47 +01:00
man.c FEAT: VFS overhaul 2026-04-12 17:53:31 +02:00
pwd.c src/kernel --> src/ 2026-03-16 00:30:47 +01:00
sort.c feat: Add signals, exec/wait, and FD/pipe support 2026-04-20 00:03:52 +02:00
sysfetch.c FEAT: VFS overhaul 2026-04-12 17:53:31 +02:00
uname.c FEAT: uname 2026-04-15 23:36:42 +02:00