summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-08-06Userland: Use Core::ArgsParser for 'aplay'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'avol'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'basename'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'chgrp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'disasm'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'hostname'Linus Groh
2020-08-06Userland: Handle invalid JSON in 'jp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'jp'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'md'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'modload'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'modunload'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'ping'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'pro'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'purge'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'realpath'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'rmdir'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'su'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'tr'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'tt'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'uname'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'which'Linus Groh
2020-08-06Userland: Use Core::ArgsParser for 'yes'Linus Groh
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-08-04Kernel: Tidy up the syscalls list by reorganizing the enumerator macroAndreas Kling
2020-08-04LibCompress: Add LibCompressstelar7
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-02Tests: License headers, clang-format, clearer outputBen Wiederhake
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-08-01LibC: Add tests for getenv, setenv, putenvBen Wiederhake
2020-08-01lsof: Fix some minor issuesAndreas Kling
2020-07-31Userland: Add basic `lsof' commandMaciej Zygmanowski
2020-07-31LibCrypto: Do not trim leading zeros in export_data by defaultAnotherTest
2020-07-31Userland: Add missing checks for MappedFile.is_valid()Ben Wiederhake
2020-07-30Userland: Add support for the '-n' flag to 'echo'AnotherTest
2020-07-30LibCrypto: Add some checksum algorithmsstelar7
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibCrypto: Implement and test CTR decryptionBen Wiederhake
2020-07-28LibCrypto: Fix broken CTR mode, implement RFC 3686 Test VectorsBen Wiederhake
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28Userland: Make su require passwordsPeter Elliott
2020-07-28Userland: Add passwd utilityPeter Elliott
2020-07-28Userland: Fix nc by not memset()'ing the input address char*Linus Groh
2020-07-27LibCrypto: Change [XXX]BigInteger::export_data() to use Span.asynts
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
2020-07-27top: Don't print more lines than the terminal can fitAndreas Kling