summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-12-21chmod+mkdir: Use convert_to_uint_from_octalXavier Defrang
2021-12-21mkdir: Implement --mode optionXavier Defrang
2021-12-21mkdir: Use LibMainXavier Defrang
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-21LibC+AK: Implement all sorts of wprintf variantsAli Mohammad Pur
2021-12-21Meta: Add a fuzzer for the QOILoaderLinus Groh
2021-12-21file: Add description & image details for image/x-qoiLinus Groh
2021-12-20touch: Port to LibMain :^)Andreas Kling
2021-12-20cp: Print proper error message with strerrorPerikiyoXD
2021-12-19watch: Port to LibMainJunior Rantila
2021-12-19Userland/Notify: Check if optional icon arg is null before loadingMax Trussell
2021-12-16LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>Andreas Kling
2021-12-16su: Port to LibMain :^)Andreas Kling
2021-12-16passwd: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-12-16usermod: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-12-16pls: Port to LibMain :^)Andreas Kling
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-16expr: Use StringView literals more (instead of raw C strings)Kenneth Myhra
2021-12-16expr: Port to LibMainKenneth Myhra
2021-12-16functrace: Port to LibMain and move away from raw C stringsKenneth Myhra
2021-12-16flock: Port to LibMainKenneth Myhra
2021-12-16file: Port to LibMainKenneth Myhra
2021-12-16fdtdump: Port to LibMainKenneth Myhra
2021-12-16dirname: Port to LibMainKenneth Myhra
2021-12-16diff: Port to LibMainKenneth Myhra
2021-12-16df: Port to LibMainKenneth Myhra
2021-12-16ddate: Port to LibMainKenneth Myhra
2021-12-12strace: Remove formatting support for SC_selectJean-Baptiste Boric
2021-12-12strace: Add formatting support for SC_pollJean-Baptiste Boric
2021-12-12strace: Sort syscalls formatters in alphabetic orderJean-Baptiste Boric
2021-12-11config: Port to LibMain :^)Kenneth Myhra
2021-12-11dd: Port to LibMain :^)Kenneth Myhra
2021-12-11date: Port to LibMain :^)Kenneth Myhra
2021-12-11cut: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-processor: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-parser: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-lexer: Port to LibMain :^)Kenneth Myhra
2021-12-11comm: Port to LibMain :^)Kenneth Myhra
2021-12-11clear: Port to LibMain :^)Kenneth Myhra
2021-12-11cksum: Port to LibMain :^)Kenneth Myhra
2021-12-11chres: Port to LibMain :^)Kenneth Myhra
2021-12-11chown: Port to LibMain :^)Kenneth Myhra
2021-12-11chgrp: Port to LibMain :^)Kenneth Myhra
2021-12-11checksum: Port to LibMain :^)Kenneth Myhra
2021-12-11cal: Port to LibMain :^)Kenneth Myhra
2021-12-11passwd: Port to LibMainDavid Lindbom
2021-12-11passwd: Remove redundant pledge()bugreport0
2021-12-10LibJS: Remove Object::value_of()Linus Groh
2021-12-08js: Improve usage of `TRY` when executing a file programJames Puleo
2021-12-08test-crypto: Avoid implicitly copying ByteBufferBen Wiederhake