]> 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)
commitf65b6d5ad70f6a5e77fa062d14cc88eef47c4f8b
tree618fb2fd5f9f5cce5f4e33f8891dafa8416b1aca
parent153700e5d824c09a0d2c84f1e001d4ca3b7544f9
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