summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-11-14LibCrypto: Implement GCM modeAnotherTest
2020-11-14test-crypto: Silence the "creating bytebuffer..." debugAnotherTest
2020-11-14Userland: Add test-gfx-font for Gfx::Font testsBrendan Coles
2020-11-12Lagom: Add ntpquery to lagom buildNico Weber
2020-11-12Userland: env: Add `-i` / `--ignore-environment` arg to clear envBrendan Coles
2020-11-12test-js: Add canParseSource() native functionLinus Groh
2020-11-11Userland: Add test for file SUID+SGID bits stripped when modifiedBrendan Coles
2020-11-11ls: Only append file type indicators when -F or --classify is specifiedAndreas Kling
2020-11-11ls: Add newline after "ls -d" outputAndreas Kling
2020-11-10ntpquery: Add a '-a' flag that makes it use adjtimeNico Weber
2020-11-10Userland: Add an "adjtime" utilityNico Weber
2020-11-10Userland: ls: Add `-d` / `--directory` flagBrendan Coles
2020-11-10js: Use new string formatting functionsLinus Groh
2020-11-10Tests: Add Kernel tests for unveil system callBrendan Coles
2020-11-10Userland: ls: Add `-o` and `-B` / `--ignore-backups` flagsBrendan Coles
2020-11-10Userland: Basic statistics for pingmarprok
2020-11-10ls: Add -A flag to show dot files excluding implied . and .. directoriesBrendan Coles
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-09ls: print inodes in short output format when -i arg is suppliedBrendan Coles
2020-11-08seq: Check start, step, end for NaNNico Weber
2020-11-08js: Limit number of consecutive error trace entries being printedLinus Groh
2020-11-08su: Refuse to run if stdin is not a TTYAndreas Kling
2020-11-02ls: Add colored output for set-gid filesBrendan Coles
2020-10-31ping: Account for raw sockets now receiving IPv4 headersAndreas Kling
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-10-29Userland+LibC: Add "kill -l" to show all known signal names/numbersAndreas Kling
2020-10-29Userland: Do not put a trailing space after the resulting pids in pidofAnotherTest
2020-10-29Userland: Add an implementation of 'expr'AnotherTest
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-29Userland: Make killall accept signal names as wellAndreas Kling
2020-10-29LibC: Move getsignalbyname() helper from Userland/kill into LibCAndreas Kling
2020-10-29Userland: Teach "kill" to understand signal names (not just numbers)Andreas Kling
2020-10-26js: Load and save history from/to ~/.js-historyLinus Groh
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25LibC+Tests: Fix broken snprintf test.asynts
2020-10-25Userland/sort: Convert sort to use getlineMatthew L. Curry
2020-10-25Userland/uniq: Add uniq utilityMatthew L. Curry
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-10-25Userland: Add missing license header to hexdumpAndreas Kling
2020-10-25Userland: Add a very simple hexdump program :^)Andreas Kling
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-23rm: Exit with status 0 if stat fails and force is setWesley Moore
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22Userland: Make `man` provide a `view_width` to `render_for_terminal()'AnotherTest
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-20Userland: Run clang-format on tree.cppAndreas Kling
2020-10-20Userland: Use new format functions in some programsAndreas Kling
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-19test-js: Support test262 parser testsLinus Groh
2020-10-19test-js: Exit with 1 if any test failedLinus Groh