index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
/
signal.cpp
Age
Commit message (
Expand
)
Author
2019-06-07
LibC: Run clang-format on everything.
Andreas Kling
2019-05-26
LibC: Let the string for SIGFPE be "Division by zero".
Andreas Kling
2019-05-21
LibC: Add sigsuspend() stub.
Andreas Kling
2019-04-20
Kernel: Remove "restorer" field from SignalActionData.
Andreas Kling
2019-02-26
Compat work towards porting vim.
Andreas Kling
2019-02-26
Compat work towards making bash-5.0 build with less patches.
Andreas Kling
2019-02-23
LibC: Enough compat work to make binutils-2.32 build and run.
Andreas Kling
2018-12-21
Make syscall invocations look pleasant.
Andreas Kling
2018-11-28
Implement signal() via sigaction() and get rid of sys$signal().
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-11
A bunch of compat work (mostly stubs but some real implementations, too.)
Andreas Kling
2018-11-10
Some improvements to signals.
Andreas Kling
2018-11-06
Add strsignal() and improve sharing signal numbers between LibC and kernel.
Andreas Kling
2018-11-06
Change syscall naming scheme.
Andreas Kling
2018-11-06
Add sigset_t helper functions to LibC.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-05
More random compat hacking towards getting bash to build.
Andreas Kling
2018-11-05
Lots of minor compat stuff while seeing if bash would build.
Andreas Kling
2018-10-31
Implement basic sys$kill() and add a /bin/kill
Andreas Kling