summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/cxxabi.cpp
AgeCommit message (Expand)Author
2022-07-19LibC: Remove a bunch of weak `pthread_*` symbolsTim Schumacher
2021-11-11LibC: Avoid unnecessary mprotect during program finalizationBen Wiederhake
2021-11-11LibC: Track capacity in terms of AtExitEntry's, not bytesBen Wiederhake
2021-11-11LibC: Avoid unnecessary mprotect during program initializationBen Wiederhake
2021-09-06LibC: Expand region for global destructors when it reaches capacityAndrew Kaster
2021-07-03LibC: Don't use C++ attribute syntax in C-visible headersDaniel Bertalan
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibC: Make atexit handlers thread-safeGunnar Beutner
2021-03-29LibC: Mark atexit() entries as 'called' before calling themItamar
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-30LibC: Protect the atexit() handler list when not writing to itAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling