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