summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-07-08Utilities/run-tests: Don't use `using enum`Daniel Bertalan
2021-07-08LibC+Utilities: Add `gnu::format` attributesDaniel Bertalan
2021-07-08Everywhere: Add Clang pragmasDaniel Bertalan
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-07WindowServer+wsctl: Add a simple utility for toggling "flash flush"Andreas Kling
2021-07-07LibJS: Remove the NativeProperty mechanism from LibJSIdan Horowitz
2021-07-07Userland: Add pledge to lessRalf Donau
2021-07-07js: Implement pretty-printing of Temporal.Instant objectsLinus Groh
2021-07-07Userland: Convert delay option to unsigned for shotAziz Berkay Yesilyurt
2021-07-07Userland: Less: emulate cat when stdout is not a ttyPeter Elliott
2021-07-07Userland: Add pager option to man and use less by defaultPeter Elliott
2021-07-07Userland: Add more(1) emulation to less(1)Peter Elliott
2021-07-07Userland: Add minimal prompt support to lessPeter Elliott
2021-07-07Userland: Add less, a better terminal pagerPeter Elliott
2021-07-07test-pthread: Add a mutex testSergey Bugaev
2021-07-07js: Implement pretty-printing of Temporal.TimeZone objectsLinus Groh
2021-07-06js: Convert to east constLinus Groh
2021-07-06test-pthread: Add semaphore testsSergey Bugaev
2021-07-06LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTILinus Groh
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04js: Handle detached ArrayBuffer in print_typed_array()Linus Groh
2021-07-04Userland: Add pgrepAziz Berkay Yesilyurt
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1
2021-06-30run-tests: Update for LexicalPath API changesAndreas Kling
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
2021-06-30Userland: Unlink file after waiting for child in run-testsAndrew Kaster
2021-06-30Base+Utilities: Add run-tests program to run system tests with LibTestAndrew Kaster
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-06-28Utilities/top: Remove unused header includesMarcus Nilsson
2021-06-28Utilities/top: Add sort-by and delay-time optionsMarcus Nilsson
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-27Kernel: Rename Thread::tss to Thread::regs and add x86_64 supportGunnar Beutner
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-24Utilities: Validate user with Core::Account in userdelbrapru
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-21cp: Copy sources into destination if it is already a directorySam Atkins
2021-06-20js: Insert newline after each line in REPL modeyeeter-the-dog
2021-06-20WindowServer: Enable screen capture to span multiple screensTom