summaryrefslogtreecommitdiff
path: root/Userland/kill.cpp
AgeCommit message (Expand)Author
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-10-29Userland+LibC: Add "kill -l" to show all known signal names/numbersAndreas Kling
2020-10-29LibC: Move getsignalbyname() helper from Userland/kill into LibCAndreas Kling
2020-10-29Userland: Teach "kill" to understand signal names (not just numbers)Andreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-04-26Userland: Fix kill to support negative pid values.Brian Gianforcaro
2020-02-18kill: Use pledge()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-05-08Replace various copies of parse_uint(String) with String::to_uint().Andreas Kling
2019-02-28Kernel: Only allow sending signals to process you own.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-08Minor tweak to /bin/kill.Andreas Kling
2018-11-06Add some basic signal support.Andreas Kling
2018-10-31Implement basic sys$kill() and add a /bin/killAndreas Kling