summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-01-13js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slotTimothy Flynn
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2022-01-13test-imap: Convert test-imap to LibMainsin-ack
2022-01-12Meta: Fix Markdown lintingkleines Filmröllchen
2022-01-11LibCore+flock: Make Core::System::waitpid more ergonomicJunior Rantila
2022-01-11Meta: Convert new help page link styles for the man page websitekleines Filmröllchen
2022-01-09Userland: Port wasm to LibMainFederico Guerinoni
2022-01-09Userland: Port tac to LibMainFederico Guerinoni
2022-01-09beep: Port to LibMain :^)Junior Rantila
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-08Kernel: Remove EWHYTHO error code :^)Andreas Kling
2022-01-08gzip: Don't fail when trying to compress empty filesRummskartoffel
2022-01-08gzip: Port to LibMainRummskartoffel
2022-01-08jp: Use File::standard_input() when reading from stdinMarcus Nilsson
2022-01-08Userland: Introduce the pmemdump utilityLiav A
2022-01-08less: Fix crash on empty inputRummskartoffel
2022-01-07man: Fix error handling when section is specifiedJulian Eigmüller
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07run-tests: Make reproducing test failures behave closer to selftest modeBrian Gianforcaro
2022-01-06du: Display true size of directory instead of 4 KiBLucas CHOLLET
2022-01-06LibKeyboard: Change some Optional<T> returns to ErrorOr<T>RasmusNylander
2022-01-06Utilities/ln: Port to LibMainJun Zhang
2022-01-06LibJS: Replace the custom unwind mechanism with completions :^)Linus Groh
2022-01-04unzip: Remove useless .characters() callsmjz19910
2022-01-04Utilities/CMakeList: Remove duplicate target_link_libraries(...)mjz19910
2022-01-04Utilities/CMakeList: Sort target_link_libraries(...)mjz19910
2022-01-04js: Remove uses of TRY_OR_DISCARD()Linus Groh
2022-01-04ls: Fix duplicated error message when opening a directory failsMarco Cutecchia
2022-01-04stat: Print an error if 'stat' failsMarco Cutecchia
2022-01-05LibCrypto: Make `Digest`s able to return `bytes`Michel Hermier
2022-01-05checksum: Use `:hex-dump` to format `digest` valueMichel Hermier
2022-01-05checksum: Make name detection working even with a pathMichel Hermier
2022-01-04unzip: Port to LibMainmjz19910
2022-01-04zip: Port to LibMain :^)mjz19910
2022-01-04profile: Specify the /proc/profile path in the help messageMathieu PATUREL
2022-01-04profile: Don't print anything when disabling profilingMathieu PATUREL
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2022-01-04wc: Port to LibMainmjz19910
2022-01-04which: Port to LibMainmjz19910
2022-01-04wsctl: Port to LibMainmjz19910
2022-01-04xargs: Port to LibMainmjz19910
2022-01-04yes: Port to LibMainmjz19910
2022-01-04uname: Port to LibMainmjz19910
2022-01-04uniq: Port to LibMainmjz19910
2022-01-04tar: Implement -C optioncircl
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