Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-01 | Everywhere: Mark dependencies of most targets as PRIVATE | Tim Schumacher |
2022-11-01 | Everywhere: Explicitly link all binaries against the LibC target | Tim Schumacher |
2022-09-05 | LibC: Remove the `LibDl` interface target | Tim Schumacher |
2022-09-05 | Everywhere: Refer to `dlfcn*.h` by its non-prefixed name | Tim Schumacher |
2022-06-24 | Tests: Add test for dlsym(RTLD_DEFAULT) for symbols from dlopen'd libs | Andrew Kaster |
2022-03-24 | Userland+Tests: Convert File::read_link() from String to ErrorOr<String> | Kenneth Myhra |
2021-10-06 | LibELF: Fix dynamic linking of dlopen()-ed libs | Rodrigo Tobar |
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster |
2021-05-15 | Tests: Add LibELF tests | Brendan Coles |