index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
dlfcn.cpp
Age
Commit message (
Expand
)
Author
2022-09-05
LibC: Move `dlfcn_integration.h` to the `bits` directory
Tim Schumacher
2022-09-05
LibDl: Move the `dlfcn` implementation to LibC
Tim Schumacher
2022-09-05
Everywhere: Refer to `dlfcn*.h` by its non-prefixed name
Tim Schumacher
2021-06-06
LibC+LibELF: Implement dladdr()
Gunnar Beutner
2021-04-25
LibC+LibELF: Implement more fully-features dlfcn functionality
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-31
LibELF: Split the DynamicLoader's loading mechanism into two steps
Andreas Kling
2021-01-31
LibELF: Call mmap() before constructing the DynamicLoader object
Andreas Kling
2021-01-31
LibC: Fix bad error check after open() in dlopen()
Andreas Kling
2021-01-30
LibC: Convert remaining String::format() to formatted()/number()
Andreas Kling
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling