Age | Commit message (Expand) | Author |
---|---|---|
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-18 | LibC: Expose sig_sysname array | Jean-Baptiste Boric |
2021-08-18 | LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h | Jean-Baptiste Boric |
2021-08-14 | Kernel+LibC: Share definitions for signal.h | Andreas Kling |
2021-04-26 | LibC: Fix typo in signal.h: ol_dset -> old_set | dhirsbrunner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |