summaryrefslogtreecommitdiff
path: root/Libraries/LibC/signal.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-10-29Userland+LibC: Add "kill -l" to show all known signal names/numbersAndreas Kling
2020-10-29LibC: Use NSIG instead of hard-coding 32 as the signal countAndreas Kling
2020-10-29LibC: Move getsignalbyname() helper from Userland/kill into LibCAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-08-01Kernel+LibC: A lot of the signal handling code was off-by-one.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling