summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/AuxiliaryVector.h
AgeCommit message (Expand)Author
2022-02-16Kernel+LibELF+LibVT: Remove unused AK::String header includesIdan Horowitz
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-10LibELF: Use member initialization for AuxiliaryVector::optional_stringBrian Gianforcaro
2021-09-07LibELF: Use StringView to carry temporary strings in auxiliary vectorAndreas Kling
2021-06-28Kernel: Properly set up the userland context for new processes on x86_64Gunnar Beutner
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling