summaryrefslogtreecommitdiff
path: root/Userland/Utilities/dd.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-11dd: Port to LibMain :^)Kenneth Myhra
2021-07-15Utilities: Allow filenames containing '=' in dd (#8766)Dhruv Maroo
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-27Utilites: Make dd truncate output fileMarcus Nilsson
2021-05-08dd: Add ability to use k, M, & G suffixes for block sizesbleusakura
2021-05-08Utilities: Specify mode argument when creating files with ddGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-03-29Utilites: Add ddg0mb4