Age | Commit message (Expand) | Author |
---|---|---|
2021-12-18 | LibC: Move `_abort` next to `abort` | Michel Hermier |
2021-12-18 | LibC: Make `__assertion_failed` always defined | Michel Hermier |
2021-09-18 | LibC: Don't format strings when asserting with an unstable heap | Jean-Baptiste Boric |
2021-07-21 | LibC: Simplify assertion failure dbgln() a bit | Andreas Kling |
2021-07-12 | LibC: Use correct macro to disable assert() | Andrew Kaster |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | Kernel+LibC: Clean up how assertions work in the kernel and LibC | Gunnar Beutner |
2021-04-12 | LibC: Turn CRASH() into a function and add noreturn attribute | Gunnar Beutner |
2021-02-17 | LibC: Convert dbgprintf() => dbgln() | Andreas Kling |
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |