index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
signal.cpp
Age
Commit message (
Expand
)
Author
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-21
LibC: Add POSIX spec comments for signal APIs
Brian Gianforcaro
2021-12-12
LibC: Implement sigwait()
Idan Horowitz
2021-12-12
LibC: Implement sigwaitinfo()
Idan Horowitz
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-08-22
LibC: Support getsignalbyname() with full signal name
Maciej Zygmanowski
2021-08-18
LibC: Fix sigsetjmp and siglongjmp
Jean-Baptiste Boric
2021-08-18
LibC: Expose sig_sysname array
Jean-Baptiste Boric
2021-08-13
LibC: Implement sigsuspend function
Jean-Baptiste Boric
2021-06-09
LibC: Add stub implementation for sigsuspend
Thiago Henrique Hupner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling