summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/signal.cpp
AgeCommit message (Expand)Author
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-08Kernel: Implement `sigsuspend` using a SignalBlockerTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-21LibC: Add POSIX spec comments for signal APIsBrian Gianforcaro
2021-12-12LibC: Implement sigwait()Idan Horowitz
2021-12-12LibC: Implement sigwaitinfo()Idan Horowitz
2021-12-12Kernel+LibC: Implement sigtimedwait()Idan Horowitz
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-08-22LibC: Support getsignalbyname() with full signal nameMaciej Zygmanowski
2021-08-18LibC: Fix sigsetjmp and siglongjmpJean-Baptiste Boric
2021-08-18LibC: Expose sig_sysname arrayJean-Baptiste Boric
2021-08-13LibC: Implement sigsuspend functionJean-Baptiste Boric
2021-06-09LibC: Add stub implementation for sigsuspendThiago Henrique Hupner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling