summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-09-27Meta: Update my email-addressThomas Voss
2022-09-21headless-browser: Install EventLoop and Font plugins so it doesn't crashSam Atkins
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling
2022-09-09uniq: Improve POSIX compliancedemostanis
2022-09-09Meta: Update jakt build support for fully bootstrapped compilerAndrew Kaster
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-04Utilities/lsusb: Fix uninitialized variable errorJesse Buhagiar
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh