summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/dlfcn.cpp
AgeCommit message (Expand)Author
2021-06-06LibC+LibELF: Implement dladdr()Gunnar Beutner
2021-04-25LibC+LibELF: Implement more fully-features dlfcn functionalityGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-31LibELF: Split the DynamicLoader's loading mechanism into two stepsAndreas Kling
2021-01-31LibELF: Call mmap() before constructing the DynamicLoader objectAndreas Kling
2021-01-31LibC: Fix bad error check after open() in dlopen()Andreas Kling
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling