Age | Commit message (Expand) | Author |
---|---|---|
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 |