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