summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDeviceTree
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-02-24LibDeviceTree: Use unchecked_append() in path parsingMacDue
2023-02-24Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"Linus Groh
2023-02-24LibDeviceTree: Propagate try_append() errors while parsing pathsMacDue
2023-02-19LibDeviceTree: Add a slow, allocation-free property fetch APIAndrew Kaster
2023-02-19LibDeviceTree: Add walk_device_tree and use it to dump structured dataAndrew Kaster
2023-02-19LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytesAndrew Kaster
2023-02-19LibDeviceTree: Print the StringsBlock size properly when bounds checkingAndrew Kaster
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2021-10-21Libraries: Add LibDeviceTree for manipulating OpenFirmware Device TreesAndrew Kaster