summaryrefslogtreecommitdiff
path: root/Userland/Utilities/mount.cpp
AgeCommit message (Expand)Author
2022-10-02mount: Report error instead of crashing on failureLucas CHOLLET
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-07-08mount: Allow extending `fstab` via drop-in files in `fstab.d`Tim Schumacher
2022-07-08mount: Separate mounting by line into a new functionTim Schumacher
2022-03-22Mount: Implement wxallowed mount optionint16
2022-02-02mount: Do not print usage if executed without any argumentsKenneth Myhra
2022-02-02mount: Exit without error when handling mount all on system bootBrian Gianforcaro
2022-01-31mount: Use more StringView instead of const char*Kenneth Myhra
2022-01-31mount: Port to LibMainKenneth Myhra
2021-12-30Utilities/mount: Propagate errors in JSON decodingcreator1creeper1
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-31Userland: Remove a bunch of unused includesLinus Groh
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling