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-02-08
IPv4: Basic implementation of TCP socket shutdown
Andreas Kling
2020-02-08
more: Read keystrokes from stdout instead of trying to re-open it
Andreas Kling
2020-02-08
IPv4: Don't ACK empty TCP packets
Andreas Kling
2020-02-08
IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functions
Andreas Kling
2020-02-08
Kernel: The inode fault handler should grab the VMObject lock earlier
Andreas Kling
2020-02-08
x86: Simplify region unmapping a bit
Andreas Kling
2020-02-08
LibGfx: Naive RGB/HSV conversion
Andreas Kling
2020-02-08
Kernel: Make File::truncate() take a u64
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Add KResultOr<T>::result()
Andreas Kling
2020-02-08
AK: Add JsonObjectSerializer::add(key, bool) overload
Andreas Kling
2020-02-08
Kernel: Cloned shared regions should also be marked as shared
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-08
Ext2FS: Fail with EMFILE if we would overflow i_links_count
Andreas Kling
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-08
IPv4: Send TCP packets right away instead of waiting to "retry"
Andreas Kling
2020-02-08
AK: Make PrintfImplementation treat %lld as 64-bit
Andreas Kling
2020-02-08
AK: Add LogStream overloads for long and long long
Andreas Kling
2020-02-08
IPv4: Drop incoming packets on sockets that are shut down for reading
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-02-08
Kernel: Remove two bad FIXME's
Andreas Kling
2020-02-07
Kernel: Fix three broken format strings in Socket::{get,set}sockopt()
Andreas Kling
2020-02-07
Kernel: Truncate addresses stored by getsockname() and getpeername()
Andreas Kling
2020-02-07
Base: Add man page for posix_openpt(3)
Andreas Kling
2020-02-07
HackStudio: Disallow invalid indices when typing into the locator
Andreas Kling
2020-02-07
TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-07
WindowServer: Move some menu related functions to MenuManager
Andreas Kling
2020-02-07
SystemServer: Limit service restarts
Sergey Bugaev
2020-02-07
WindowServer: Don't try to load unspecified icons
Sergey Bugaev
2020-02-07
WindowServer: Process multiple mouse packets at the same time
Andreas Kling
2020-02-07
Kernel: Allow PS2MouseDevice to read multiple packets
Andreas Kling
2020-02-07
WindowServer: Fix wrong-sized read() from keyboard
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Fix assertion on key press
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
Lagom: Add a tiny JSON test app
Andreas Kling
2020-02-06
AK: Add some missing "inline" keywords in JsonObject.h
Andreas Kling
2020-02-06
Lagom: Remove the bitrotted SimpleIPC test program
Andreas Kling
2020-02-06
Piano: Add export action
William McPherson
2020-02-06
Piano: Fix roll playback at startup
William McPherson
2020-02-06
Piano: Move piano roll internals to AudioEngine
William McPherson
2020-02-06
LibAudio: Implement Audio::WavWriter
William McPherson
2020-02-06
Meta: Oops, remove duplicate mention of desktop games
Andreas Kling
2020-02-06
Meta: Edit the ReadMe a little bit :^)
Andreas Kling
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Merge the CSyscallUtils namespace into Core
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
[next]