summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-03Kernel: Handle OOM in DiskCache when mounting Ext2 filesystemsBrian Gianforcaro
2021-08-03Kernel: Handle OOM from KBuffer creation in sys$module()Brian Gianforcaro
2021-08-03Kernel: Remove OOM unsafe DoubleBuffer constructorBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer usage in IPv4SocketBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocketBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer creation in FIFO creationBrian Gianforcaro
2021-08-03Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()Brian Gianforcaro
2021-08-03Kernel: Convert MasterPTY creation to use DoubleBuffer factoryBrian Gianforcaro
2021-08-03Kernel: Add DoubleBuffer::try_create() factory method for OOM hardeningBrian Gianforcaro
2021-08-03PixelPaint: Add tooltips for sliders in ToolPropertiesWidgetMarcus Nilsson
2021-08-03Tests: Add coverage for sys$alarm() success caseBrian Gianforcaro
2021-08-03Tests: Add coverage for sys$alarm() canceling a stale timerBrian Gianforcaro
2021-08-03Kernel: Do not cancel stale timers when servicing sys$alarmBrian Gianforcaro
2021-08-03AK: Mark Time::max() / Time::min() / Time::zero() as constexprBrian Gianforcaro
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-08-03Calculator: Add KeypadValue classcreator1creeper1
2021-08-03Meta: Prefer to use the 64-bit QEMU binary if that's availableGunnar Beutner
2021-08-03Meta: Prefer to use -machine pcspk-audiodev for QEMU >=5.1Gunnar Beutner
2021-08-03LibGUI: Redraw button on Key_{Return,Space} up eventLuK1337
2021-08-03Meta: Add x86_64 to supported architectures in READMEGamingCraft_hd
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-03Documentation: Make docs for CLionConfiguration more understandableMartin Janiczek
2021-08-03Kernel: Make NullDevice (/dev/null) seekableAndreas Kling
2021-08-03Kernel: Remap regions after changing purgeable VM object volatile flagAndreas Kling
2021-08-03Base: New icon for the Spreadsheet appAndreas Kling
2021-08-03Kernel: Set initial link up status for RTL8139Thomas Wagenveld
2021-08-03Userland: Make representation of 'null' IPv4-address friendlierThomas Wagenveld
2021-08-03Userland: Add network adapter link status to SystemMonitor and appletThomas Wagenveld
2021-08-03Kernel: Expose link speed and duplex through /proc/net/adaptersThomas Wagenveld
2021-08-03Kernel: Add interface to read link speed and duplex for NetworkAdapterThomas Wagenveld
2021-08-03Base: Organize welcome.htmlSam Atkins
2021-08-03FileManager: Use the current directory as one of the initial locationsKarol Kosek
2021-08-03FileManager: Set chdir to the current path when opening applicationsKarol Kosek
2021-08-03Taskbar: Set chdir to the home directory when opening applicationsKarol Kosek
2021-08-03Ping: Add -s argument to specify the payload size of the pingThomas Wagenveld
2021-08-03LibC: Add definition for 'struct ip' in netinet/ip.hThomas Wagenveld
2021-08-03PixelPaint: Move properties for LineTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Move properties for RectangleTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for MoveToolMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for SprayToolMarcus Nilsson
2021-08-03PixelPaint: Move properties for EllipseTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for PenToolMarcus Nilsson
2021-08-03PixelPaint: Move properties for EraserTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03LibJS: Add a js_bigint(VM&, ...) overload and use itLinus Groh
2021-08-02LibRegex: Generate negated property escapes as a single instructionTimothy Flynn
2021-08-02LibRegex: Support property escapes of the form \p{Type=Value}Timothy Flynn
2021-08-02AK: Fix declaration of {String,StringView}::is_one_ofTimothy Flynn
2021-08-02LibRegex: Support property escapes of Unicode General CategoriesTimothy Flynn
2021-08-02LibUnicode: Add public methods to compare and lookup General CategoriesTimothy Flynn
2021-08-02LibUnicode: Initialize manually created Unicode properties inlineTimothy Flynn