index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-06
LibC: Avoid generating calls to__cxa_guard_* functions in netdb.cpp
Itamar
2020-09-06
LibC: Don't include things required for getopt_long in unistd.h
Itamar
2020-09-06
AK: Add Bitmap::count_in_range and Bitmap::fill_range
Tom
2020-09-06
AK: Add LogStream overload for ReadonlyBytes.
asynts
2020-09-06
Userland: Add missing license headers to "w" and "utmpupdate"
Andreas Kling
2020-09-06
Userland: Shorten "w" idle time format
Andreas Kling
2020-09-06
Userland: Bring back improved "LOGIN@" column in "w"
Andreas Kling
2020-09-06
utmpupdate: Store the login time in /var/run/utmp as a Unix timestamp
Andreas Kling
2020-09-06
Userland: Show the current foreground process name in "w" output
Andreas Kling
2020-09-06
LibCore+top: Use pid_t for pgid/pgrp/sid numbers
Andreas Kling
2020-09-06
Userland: Remove "LOGIN@" column from "w" since it's not really useful
Andreas Kling
2020-09-06
Userland: Show idle times in "w" output
Andreas Kling
2020-09-06
Kernel: Track time-of-last-write in SlavePTY and report it as mtime
Andreas Kling
2020-09-06
Userland: Tweak "w" output just slightly
Andreas Kling
2020-09-06
Kernel: Make File weakable
Andreas Kling
2020-09-06
Kernel: Virtualize the File::stat() operation
Andreas Kling
2020-09-06
Kernel: Rename FileDescription::fstat() => stat()
Andreas Kling
2020-09-06
Kernel: Remove bogus FIXME in TTY::write()
Andreas Kling
2020-09-06
Userland: Add a simple 'w' program that shows current terminal sessions
Andreas Kling
2020-09-06
Terminal: Use utmpupdate to update /var/run/utmp
Andreas Kling
2020-09-06
utmpupdate: Use pledge() and unveil()
Andreas Kling
2020-09-06
utmpupdate: Add a program for updating /var/run/utmp
Andreas Kling
2020-09-06
LibCore: Add Core::IODevice::truncate()
Andreas Kling
2020-09-06
AK: Add JsonObject::remove()
Andreas Kling
2020-09-06
LibWeb: Move DOM event dispatch to its own class
Andreas Kling
2020-09-06
LibLine: Do not reset suggestion state immediately when encountering esc
AnotherTest
2020-09-06
LibCompress: Simplify logic in deflate implementation.
asynts
2020-09-06
Streams: Consistent behaviour when reading from stream with error.
asynts
2020-09-06
LibCompress: Add another unit test.
asynts
2020-09-06
Deflate: Fix deadly typo.
asynts
2020-09-06
LibCore: FileStream.h: Fix infinite loop when trying to read past end-of-file.
asynts
2020-09-06
Userland: Use Buffered<T> in gunzip.
asynts
2020-09-06
AK: Add Buffered<T> which wraps a stream, adding input buffering.
asynts
2020-09-06
AK: Add log stream operator overload for Span.
asynts
2020-09-06
LibCompress: Replace ASSERT_NOT_REACHED with set_fatal_error.
asynts
2020-09-05
ClipboardHistory: Copy metadata when reusing a historical clipping
Andreas Kling
2020-09-05
ClipboardHistory: Show bitmap width/height/bpp for bitmap clippings
Andreas Kling
2020-09-05
ClipboardHistory: Show the size (in bytes) of each remembered clipping
Andreas Kling
2020-09-05
ClipboardHistory: Cap the history at 20 entries for now
Andreas Kling
2020-09-05
PixelPaint: Update "paste" action enabled state based on clipboard
Andreas Kling
2020-09-05
PixelPaint: Allow pasting a copied bitmap as a new layer :^)
Andreas Kling
2020-09-05
QuickShow: Allow copying the current bitmap to the clipboard :^)
Andreas Kling
2020-09-05
LibGUI: Add a Clipboard API for retrieving a copied Gfx::Bitmap
Andreas Kling
2020-09-05
Clipboard: Add a key-value map alongside the clipboard storage
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-09-05
Kernel/USB: Disable autodetection of UHCI controllers for now
Andreas Kling
2020-09-05
Kernel/USB: Start the UHCI controller after resetting it
Andreas Kling
2020-09-05
Meta: Fix wonky copyright headers in Tests
Ben Wiederhake
2020-09-05
AK: Make all DoublyLinkedList search methods use Traits<T>::equals (#3404)
Muhammad Zahalqa
2020-09-04
Kernel: Add a missing "#pragma once"
Andreas Kling
[next]