summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-11-29Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grepAnotherTest
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-29Tests/Kernel: Remove redundant `if` (#4111)Lenny Maiorani
2020-11-29Userland: Make `mv` capable of moving multiple filesAnotherTest
2020-11-28Userland: Implement find -name clauseSergey Bugaev
2020-11-28Tests: Add Kernel tests for unveil system call browse 'b' flagBrendan Coles
2020-11-27LibJS+js: Rename RegExp.{content => pattern}AnotherTest
2020-11-27Userland: Add support for 'match' in 'expr'AnotherTest
2020-11-27Userland: Add grep utilityEmanuel Sprung
2020-11-26LibPthread: Fix broken EINVAL check in pthread_attr_setdetachstate()Andreas Kling
2020-11-26test-js: Don't keep a pointer to a temporary String's charactersAndreas Kling
2020-11-24Userland: Add a test for pthread_once()Sergey Bugaev
2020-11-22base64: Fix not outputting all decoded dataBenJilks
2020-11-20test-crypto: Remove foo.response file created by testing (#4110)Lenny Maiorani
2020-11-17Userland: Add -v verbose flag to 'rm'Spencer Dixon
2020-11-17Userland: Add -v verbose flag to 'mv'Spencer Dixon
2020-11-17Userland: Add -v verbose flag to 'cp'Spencer Dixon
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-15Userland: Tests: Use mkstemp temporary files in testsBrendan Coles
2020-11-14Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chrootBrendan Coles
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