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
2021-08-03
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer creation in sys$module()
Brian Gianforcaro
2021-08-03
Kernel: Remove OOM unsafe DoubleBuffer constructor
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
Brian Gianforcaro
2021-08-03
Kernel: Convert MasterPTY creation to use DoubleBuffer factory
Brian Gianforcaro
2021-08-03
Kernel: Add DoubleBuffer::try_create() factory method for OOM hardening
Brian Gianforcaro
2021-08-03
PixelPaint: Add tooltips for sliders in ToolPropertiesWidget
Marcus Nilsson
2021-08-03
Tests: Add coverage for sys$alarm() success case
Brian Gianforcaro
2021-08-03
Tests: Add coverage for sys$alarm() canceling a stale timer
Brian Gianforcaro
2021-08-03
Kernel: Do not cancel stale timers when servicing sys$alarm
Brian Gianforcaro
2021-08-03
AK: Mark Time::max() / Time::min() / Time::zero() as constexpr
Brian Gianforcaro
2021-08-03
Calculator: Use KeypadValue class instead of double
creator1creeper1
2021-08-03
Calculator: Add KeypadValue class
creator1creeper1
2021-08-03
Meta: Prefer to use the 64-bit QEMU binary if that's available
Gunnar Beutner
2021-08-03
Meta: Prefer to use -machine pcspk-audiodev for QEMU >=5.1
Gunnar Beutner
2021-08-03
LibGUI: Redraw button on Key_{Return,Space} up event
LuK1337
2021-08-03
Meta: Add x86_64 to supported architectures in README
GamingCraft_hd
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-03
Documentation: Make docs for CLionConfiguration more understandable
Martin Janiczek
2021-08-03
Kernel: Make NullDevice (/dev/null) seekable
Andreas Kling
2021-08-03
Kernel: Remap regions after changing purgeable VM object volatile flag
Andreas Kling
2021-08-03
Base: New icon for the Spreadsheet app
Andreas Kling
2021-08-03
Kernel: Set initial link up status for RTL8139
Thomas Wagenveld
2021-08-03
Userland: Make representation of 'null' IPv4-address friendlier
Thomas Wagenveld
2021-08-03
Userland: Add network adapter link status to SystemMonitor and applet
Thomas Wagenveld
2021-08-03
Kernel: Expose link speed and duplex through /proc/net/adapters
Thomas Wagenveld
2021-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-08-03
Base: Organize welcome.html
Sam Atkins
2021-08-03
FileManager: Use the current directory as one of the initial locations
Karol Kosek
2021-08-03
FileManager: Set chdir to the current path when opening applications
Karol Kosek
2021-08-03
Taskbar: Set chdir to the home directory when opening applications
Karol Kosek
2021-08-03
Ping: Add -s argument to specify the payload size of the ping
Thomas Wagenveld
2021-08-03
LibC: Add definition for 'struct ip' in netinet/ip.h
Thomas Wagenveld
2021-08-03
PixelPaint: Move properties for LineTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
PixelPaint: Move properties for RectangleTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
PixelPaint: Remove context menu for MoveTool
Marcus Nilsson
2021-08-03
PixelPaint: Remove context menu for SprayTool
Marcus Nilsson
2021-08-03
PixelPaint: Move properties for EllipseTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
PixelPaint: Remove context menu for PenTool
Marcus Nilsson
2021-08-03
PixelPaint: Move properties for EraserTool to ToolPropertiesWidget
Marcus Nilsson
2021-08-03
LibJS: Add a js_bigint(VM&, ...) overload and use it
Linus Groh
2021-08-02
LibRegex: Generate negated property escapes as a single instruction
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of the form \p{Type=Value}
Timothy Flynn
2021-08-02
AK: Fix declaration of {String,StringView}::is_one_of
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of Unicode General Categories
Timothy Flynn
2021-08-02
LibUnicode: Add public methods to compare and lookup General Categories
Timothy Flynn
2021-08-02
LibUnicode: Initialize manually created Unicode properties inline
Timothy Flynn
[next]