summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-08-30LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)Sergey Bugaev
2020-08-30Tests: Assert the path fitsSergey Bugaev
2020-08-30Everywhere: Port to String::copy_characters_to_buffer()Sergey Bugaev
2020-08-30Userland: add gunzip utility.asynts
2020-08-30LibCompress: Implement gzip.asynts
2020-08-30Tests: Optionally switch off 858081 lines of dbg() in test-jsBen Wiederhake
2020-08-28ls: Fix issue with too-narrow columns in "ls" outputAndreas Kling
2020-08-28HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-28Userland: Stop passing ignored timezones to gettimeofdayNico Weber
2020-08-26LibCompress: Implement DEFLATE properly.asynts