summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-09-06Userland: Remove "LOGIN@" column from "w" since it's not really usefulAndreas Kling
2020-09-06Userland: Show idle times in "w" outputAndreas Kling
2020-09-06Userland: Tweak "w" output just slightlyAndreas Kling
2020-09-06Userland: Add a simple 'w' program that shows current terminal sessionsAndreas Kling
2020-09-06utmpupdate: Use pledge() and unveil()Andreas Kling
2020-09-06utmpupdate: Add a program for updating /var/run/utmpAndreas Kling
2020-09-06LibCompress: Add another unit test.asynts
2020-09-06Userland: Use Buffered<T> in gunzip.asynts
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-09-05Meta: Fix wonky copyright headers in TestsBen Wiederhake
2020-09-03Userland/tt: Use a default value for the test to runAvery
2020-08-31Userland: Allow unquoted 'filename' values in 'pro'AnotherTest
2020-08-31Userland: Improve 'ContentDispositionParser' in 'pro'AnotherTest
2020-08-31LibCompress: Fix a bug when wrapping around the buffer.asynts
2020-08-31Userland: Make 'pro' capable of guessing a filenameAnotherTest
2020-08-30ntpquery: Add routines for converting timeval<->ntp timestampsNico Weber
2020-08-30Userland: Add an extremely simple NTP clientNico Weber
2020-08-30Userland: Fix passing a non-format string to fprintf()Sergey Bugaev