Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-16 | fdtdump: Port to LibMain | Kenneth Myhra | |
2021-11-23 | LibCore+AK: Move MappedFile from AK to LibCore | Andreas Kling | |
MappedFile is strictly a userspace thing, so it doesn't belong in AK (which is supposed to be user/kernel agnostic.) | |||
2021-11-08 | AK: Use ErrorOr<T> for MappedFile factories | Andreas Kling | |
Replace Result<T, E> with ErrorOr<T> and propagate the error to callers. | |||
2021-10-21 | Utilities: Add fdtdump for dumping OpenFirmware Device Trees | Andrew Kaster | |
Use the new LibDeviceTree to dump the contents of the device tree blob (Flattened Device Tree) file passed on the command line. |