summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-11-01Utilities: Clean up CMakeLists.txtTim Schumacher
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-31Utilities+LibArchive: Don't follow symlinksPeter Elliott
2022-10-31ntpquery: Unveil paths after parsing argumentsTimothy Flynn
2022-10-31LibELF: Drop the separate file name member from DynamicLoaderTim Schumacher
2022-10-31LibELF: Ensure that DynamicLoader only receives absolute pathsTim Schumacher
2022-10-31nologin: Use proper format strings with out() and outln()Timothy Flynn
2022-10-31Utilities: Add nologin applicationBeckett Normington
2022-10-27ntpquery: Fix pledge and unveil invocationsdemostanis
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
2022-10-25Utilities: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25sysctl: Use /sys/kernel/variables/ directory instead of /proc/sysLiav A
2022-10-24mv: Support the '--no-clobber' optionEli Youngs
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24wasm: Map the entire input wasm file instead of using Core::FileAli Mohammad Pur
2022-10-22Userland: Utilize MS_NOREGULAR mount flagLiav A
2022-10-22Utilities: Rename `jp` to `json`Maxwell Trussell
2022-10-22Utilities: Add jq-like json query functionality to `jp`Maxwell Trussell
2022-10-17route: Accept CIDR notation when specifying networkbrapru
2022-10-16LibJS+js: Disable console debug messages outside Serenity only for `js`networkException
2022-10-15headless-browser: Add ca-certs-path optionsleeight
2022-10-14LibAudio: Get rid of unused method `Loader::file()`Lucas CHOLLET
2022-10-14uname: Report system revision version aka git commit hashkleines Filmröllchen
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-13Utilities: Add pkillMaxwell Trussell
2022-10-12checksum: Support the '--check' optionimplicitfield
2022-10-12shot: Add ability to edit in PixelPaintJeremy Borgman
2022-10-11test: Guard code paths that may lead to a null pointer dereferenceimplicitfield
2022-10-11pro: Stop closing stdout earlySam Atkins
2022-10-11pro: Add argument `--method/-m` for controlling the HTTP methodSam Atkins
2022-10-11pro: Print the response code if it's an errorSam Atkins
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-09AK+Everywhere: Fix data corruption due to code-point-to-char conversionBen Wiederhake
2022-10-06rev: Read from stdin if the filename '-' is givenThomas Voss
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-03Utilities/logout: Refactor to use Core::SessionManagement::logoutPeter Elliott
2022-10-02mount: Report error instead of crashing on failureLucas CHOLLET
2022-10-02test: Support more optionsimplicitfield
2022-10-02test: Print the correct operator on errorimplicitfield
2022-10-01config: Enable adding and removing groupsthankyouverycool
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28less: Show correct line numberdemostanis
2022-09-28less: Properly stop on EOFdemostanis
2022-09-28pls: Use `LibCore::Account::login()` instead of manually setting the uidLucas CHOLLET
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27su: Add the --login optionLucas CHOLLET