summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-06LibC: Avoid generating calls to__cxa_guard_* functions in netdb.cppItamar
2020-09-06LibC: Don't include things required for getopt_long in unistd.hItamar
2020-09-06AK: Add Bitmap::count_in_range and Bitmap::fill_rangeTom
2020-09-06AK: Add LogStream overload for ReadonlyBytes.asynts
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-06Kernel: Track time-of-last-write in SlavePTY and report it as mtimeAndreas Kling
2020-09-06Userland: Tweak "w" output just slightlyAndreas Kling
2020-09-06Kernel: Make File weakableAndreas Kling
2020-09-06Kernel: Virtualize the File::stat() operationAndreas Kling
2020-09-06Kernel: Rename FileDescription::fstat() => stat()Andreas Kling
2020-09-06Kernel: Remove bogus FIXME in TTY::write()Andreas Kling
2020-09-06Userland: Add a simple 'w' program that shows current terminal sessionsAndreas Kling
2020-09-06Terminal: Use utmpupdate to update /var/run/utmpAndreas Kling
2020-09-06utmpupdate: Use pledge() and unveil()Andreas Kling
2020-09-06utmpupdate: Add a program for updating /var/run/utmpAndreas Kling
2020-09-06LibCore: Add Core::IODevice::truncate()Andreas Kling
2020-09-06AK: Add JsonObject::remove()Andreas Kling
2020-09-06LibWeb: Move DOM event dispatch to its own classAndreas Kling
2020-09-06LibLine: Do not reset suggestion state immediately when encountering escAnotherTest
2020-09-06LibCompress: Simplify logic in deflate implementation.asynts
2020-09-06Streams: Consistent behaviour when reading from stream with error.asynts
2020-09-06LibCompress: Add another unit test.asynts
2020-09-06Deflate: Fix deadly typo.asynts
2020-09-06LibCore: FileStream.h: Fix infinite loop when trying to read past end-of-file.asynts
2020-09-06Userland: Use Buffered<T> in gunzip.asynts
2020-09-06AK: Add Buffered<T> which wraps a stream, adding input buffering.asynts
2020-09-06AK: Add log stream operator overload for Span.asynts
2020-09-06LibCompress: Replace ASSERT_NOT_REACHED with set_fatal_error.asynts
2020-09-05ClipboardHistory: Copy metadata when reusing a historical clippingAndreas Kling
2020-09-05ClipboardHistory: Show bitmap width/height/bpp for bitmap clippingsAndreas Kling
2020-09-05ClipboardHistory: Show the size (in bytes) of each remembered clippingAndreas Kling
2020-09-05ClipboardHistory: Cap the history at 20 entries for nowAndreas Kling
2020-09-05PixelPaint: Update "paste" action enabled state based on clipboardAndreas Kling
2020-09-05PixelPaint: Allow pasting a copied bitmap as a new layer :^)Andreas Kling
2020-09-05QuickShow: Allow copying the current bitmap to the clipboard :^)Andreas Kling
2020-09-05LibGUI: Add a Clipboard API for retrieving a copied Gfx::BitmapAndreas Kling
2020-09-05Clipboard: Add a key-value map alongside the clipboard storageAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-09-05Kernel/USB: Disable autodetection of UHCI controllers for nowAndreas Kling
2020-09-05Kernel/USB: Start the UHCI controller after resetting itAndreas Kling
2020-09-05Meta: Fix wonky copyright headers in TestsBen Wiederhake
2020-09-05AK: Make all DoublyLinkedList search methods use Traits<T>::equals (#3404)Muhammad Zahalqa
2020-09-04Kernel: Add a missing "#pragma once"Andreas Kling