]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
signal: add SA_SIGINFO and sigaction ABI
authorTulio A M Mendes <[email protected]>
Mon, 9 Feb 2026 23:25:14 +0000 (20:25 -0300)
committerTulio A M Mendes <[email protected]>
Mon, 9 Feb 2026 23:25:14 +0000 (20:25 -0300)
commitc7cf41f1c46f7627202d46d7acda312e14141f84
tree5ad297c837fc9b90edb761f64483317f3d558f57
parentdf767594edbcdc5a90cc410f9ccc420209bf2342
signal: add SA_SIGINFO and sigaction ABI
Makefile
include/process.h
include/signal.h [new file with mode: 0644]
src/arch/x86/idt.c
src/kernel/syscall.c
user/init.c