summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2022-01-02LibCore+id: Make more use of Core::System wrappers in Core::AccountAndreas Kling
2022-01-02rm: Check before removing '/'Lucas CHOLLET
2022-01-02uptime: Port to LibMain :^)mjz19910
2022-01-01mkdir: Use FilePermissionsMask to handle mode optionXavier Defrang
2022-01-01chmod: Use FilePermissionsMask to handle mode argumentXavier Defrang
2022-01-01chown+chgrp: Add --no-dereference optioncircl
2022-01-01fgrep: Port fgrep to LibMainKenneth Myhra
2022-01-01errno: Port to LibMainKenneth Myhra
2022-01-01du: Port to LibMainKenneth Myhra
2021-12-30LibJS: Convert resolve_binding() to ThrowCompletionOrdavidot
2021-12-30Utilities/lsusb: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/arp: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/netstat: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/ifconfig: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/notify: Propagate errors in Gfx::Bitmap loadingcreator1creeper1
2021-12-30Utilities/lsirq: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/mount: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/lsof: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-29less: Handle tabs in line wrappingPeter Elliott
2021-12-29Userland: Port less(1) to LibMainPeter Elliott
2021-12-29less: Remove all formatting before printing status linePeter Elliott
2021-12-29less: Dynamically re-wrap lines on resizePeter Elliott
2021-12-28LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnamKenneth Myhra
2021-12-28pls: Stop on first non option when parsing argumentsIdan Horowitz
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.trace() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.assert() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.clear() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.count[Reset]() to specSam Atkins
2021-12-27LibJS+WebContent+js: Reimplement console.log() and friends to specSam Atkins
2021-12-25Meta: Remove kernel modules remainsLiav A
2021-12-25strace: Port to LibMain :^)Andreas Kling
2021-12-24pro: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24ini: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24env: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24pwd: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-23strace: Fix out-of-bounds read when formatting realpath()Daniel Bertalan
2021-12-23Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flagDaniel Bertalan
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