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
/
LibDeviceTree
Age
Commit message (
Expand
)
Author
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-02-24
LibDeviceTree: Use unchecked_append() in path parsing
MacDue
2023-02-24
Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"
Linus Groh
2023-02-24
LibDeviceTree: Propagate try_append() errors while parsing paths
MacDue
2023-02-19
LibDeviceTree: Add a slow, allocation-free property fetch API
Andrew Kaster
2023-02-19
LibDeviceTree: Add walk_device_tree and use it to dump structured data
Andrew Kaster
2023-02-19
LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytes
Andrew Kaster
2023-02-19
LibDeviceTree: Print the StringsBlock size properly when bounds checking
Andrew Kaster
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
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
2021-10-21
Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees
Andrew Kaster