summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-03-15Utilities: Add an lscpu utilityUndefine
2022-03-08date: Allow using a custom format stringDaniel Bertalan
2022-03-08Utilities/lspci: Add verbose flag to show data about PCI BARsLiav A
2022-03-08Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pciLiav A
2022-03-08js: Don't try to run empty scriptsMaciej
2022-03-07LibJS: Use Vector instead of HashMap in DeclarativeEnvironmentAndreas Kling
2022-03-06LibLine+Userland: Make suggestion offsets per-suggestionAli Mohammad Pur
2022-03-06js: Use token offset for highlighting instead of column offsetAli Mohammad Pur
2022-03-05tar: Implement support for extended headers :^)Tim Schumacher
2022-03-05tar: Use the prefixed path for listing and verbose outputTim Schumacher
2022-03-05tar: Prevent file buffering from reading uninitialized dataTim Schumacher
2022-03-03reboot: Port to LibMainWuzado
2022-03-02Utilities: Lint CMakefiles.txtcocateh
2022-03-02Utilities: Port tar to LibMaincocateh
2022-03-02js: Print `ArrayBuffer.maxByteLength` when presentForLoveOfCats
2022-02-28groupdel: Port to LibMainTheOddGarlic
2022-02-28useradd: Port to LibMainTheOddGarlic
2022-02-27Utilities: Port pathchk to LibMainMichał Lach
2022-02-26Utilities+Meta: Check icons in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Check help:// manpage links in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Perform most markdown-check link checking with URLskleines Filmröllchen
2022-02-26Utilities: Allow link checking in markdown-check to fail during visitkleines Filmröllchen
2022-02-26Utilities: Partially revert 9ec2b37kleines Filmröllchen
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-19ls: Add option -1 which lists one file per lineAnton Kling
2022-02-19killall: Port to LibMain and LibCoreZack Penn
2022-02-19paste: Port to LibMain and LibCoreZack Penn
2022-02-19gml-format: Exit with non-0 exit code when the file formatting changesIdan Horowitz
2022-02-18Utilities/nc: Add support to -I/--length option like SO_RCVBUFdayarthvader
2022-02-18tar: Automatically recognize gzip archivesTim Schumacher
2022-02-17man: Center "SerenityOS manual" titlexSlendiX
2022-02-17ping: Fix broken count argument errorbrapru
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16Utilities: Add a basic `install` utilityTim Schumacher
2022-02-16Utilities: Add the 'files' argument to the unzip utilityserenitydev
2022-02-14pape: Improve error handling during option handling and bitmap loadingJames Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14ping: Count argument must be greater than zerobrapru
2022-02-14ping: Fix off by one error in count argumentbrapru
2022-02-14Utilities: Fix du to print stats for regular filesPankaj Raghav
2022-02-14nc: Extend TCP listening port functionalitybrapru
2022-02-14nc: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14profile: Document "read" profiling eventJakub Berkop
2022-02-14profile: Command recognizes "read" event typeJakub Berkop
2022-02-14js: Add a print() function to the environmentAli Mohammad Pur
2022-02-13LibJS: Make ASTNode::generate_bytecode() fallibleAli Mohammad Pur
2022-02-13profile: Port to LibMainrvictorr
2022-02-13gml-format: Skip writing formatted GML to file if no changes were madeIdan Horowitz