summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-04LibJS: Move "strict mode" state to the call stackAndreas Kling
2020-10-04Userland: tar: support extracting gzipped filesPeter Elliott
2020-10-04Userland: Add tar commandPeter Elliott
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-01Userland: Fix buffer overflow in unzipTibor Nagy
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-27LibMarkdown: Take a 'view_width' argument for render_for_terminal()AnotherTest
2020-09-27LibJS: Remove use of Interpreter& in JSONObject codeAndreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-26lsof: Separate file name componentsMaciej Zygmanowski
2020-09-26lsof: Allow selecting files by file nameMaciej Zygmanowski
2020-09-25LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlightersLinus Groh
2020-09-25Meta+Userland: Make clang-format-10 cleanBen Wiederhake
2020-09-23js: Use VM::exception() instead of Interpreter::exception()Andreas Kling
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-21Userland: Convert passwd(1) to use Core::AccountPeter Elliott
2020-09-21Userland: Switch su over to Core::AccountPeter Elliott
2020-09-21LibJS: Rename InterpreterScope => InterpreterExecutionScopeAndreas Kling
2020-09-21test-web: Keep the Interpreter on the VM interpreter stack during testAndreas Kling
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-17ntpquery: Use SO_TIMESTAMP to get a more accurate destination_timestampNico Weber
2020-09-16Userland: Allow executing binaries from PATH with env.asynts
2020-09-16Userland: Use find_executable_in_path in which.asynts
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-13Userland: Add {md5,sha1,sha256,sha512}sumLinus Groh
2020-09-11Userland: Add an implementation of printfAnotherTest
2020-09-11LibCompress: Add unit tests for CanonicalCode.asynts
2020-09-11LibCompress: Return Optional from decompress_all method.asynts
2020-09-11Userland: gunzip if filename doesn't end in .gz append it.asynts
2020-09-10Userland: Fix a signal race conditionSergey Bugaev
2020-09-09test-js: Catch SIGINFO and dump the current test name + pass/fail/skipAndreas Kling
2020-09-09test-js: Add -g option to run a garbage collection on each allocationAndreas Kling
2020-09-09sleep: Make variable written in signal handler volatileNico Weber
2020-09-09sleep: On SIGINT, call default SIGINT handler after printing remaining timeNico Weber
2020-09-08Refactor: Replace usages of FixedArray with Array.asynts
2020-09-07ntpquery: Compute and print delay and offsetNico Weber
2020-09-06ntpquery: Add a -s flag to make it adjust the timeNico Weber
2020-09-06ntpquery: Use time.google.com as default NTP server for nowNico Weber
2020-09-06ntpquery: Record destination timestamp as wellNico Weber
2020-09-06Userland: Add missing license headers to "w" and "utmpupdate"Andreas Kling
2020-09-06Userland: Shorten "w" idle time formatAndreas Kling
2020-09-06Userland: Bring back improved "LOGIN@" column in "w"Andreas Kling
2020-09-06utmpupdate: Store the login time in /var/run/utmp as a Unix timestampAndreas Kling
2020-09-06Userland: Show the current foreground process name in "w" outputAndreas Kling
2020-09-06LibCore+top: Use pid_t for pgid/pgrp/sid numbersAndreas Kling