summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13LibGL: Use integer math in rasterizer coverage calculationsStephan Unverwerth
2021-05-13LibGfx: Add Vector2 classStephan Unverwerth
2021-05-13LibGfx: Add component wise * and / operators to Vector3 and Vector4Stephan Unverwerth
2021-05-13Kernel: Remove unused header from FileDescription.cppBrian Gianforcaro
2021-05-13Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>Brian Gianforcaro
2021-05-13Kernel: Make FileDescription::create() APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Make InodeFile::create() API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make Thread::try_create API OOM safeBrian Gianforcaro
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-13AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-13Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATEDBrian Gianforcaro
2021-05-13Kernel: Declare operator new/delete noexcept for MAKE_ALIGNED_ALLOCATEDBrian Gianforcaro
2021-05-13Kernel: Declare operator new/delete as noexcept for the KernelBrian Gianforcaro
2021-05-13Kernel: Avoid unnecessary allocations for TTY::tty_name()Gunnar Beutner
2021-05-13Kernel: Avoid allocations in KBufferBuilder::appendffGunnar Beutner
2021-05-13Kernel: Avoid unnecessary allocations in NetworkAdapter::for_eachGunnar Beutner
2021-05-13Kernel: Avoid allocating and then freeing packet buffersGunnar Beutner
2021-05-13FileManager: Set minimum folder pane widthJelle Raaijmakers
2021-05-13LibGUI/Splitter: Support setting minimum resizee sizeJelle Raaijmakers
2021-05-12Base: Add KeyboardMapper.afLinus Groh
2021-05-12KeyboardMapper: Embed icon in executableLinus Groh
2021-05-12KeyboardMapper: Stylize title as "Keyboard Mapper"Linus Groh
2021-05-12KeyboardMapper: Remove two useless commentsLinus Groh
2021-05-122048: Add separator before quit menu actionLinus Groh
2021-05-12WindowServer: Re-render window frame when setting unresponsive statusLinus Groh
2021-05-12Tests: Add InodeWatcher and FileWatcher testssin-ack
2021-05-12LibCore: Add unit to Core::Timer interval argumentssin-ack
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12Kernel: Implement multi-watch InodeWatcher :^)sin-ack
2021-05-12AK: Add LexicalPath::append and LexicalPath::joinsin-ack
2021-05-12Kernel: Fix issues supporting HPETs with 32-bit-only main counterTom
2021-05-12FileManager: Reorganize main toolbar a little bitAndreas Kling
2021-05-12FileManager: Reorganize menus a little bitAndreas Kling
2021-05-12LibGUI: Never resolve Key_Invalid to a GUI::ActionAndreas Kling
2021-05-12LibGUI: Move action-from-key-event code to a separate functionAndreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Browser: Use URL for window title if tab title is emptyLinus Groh
2021-05-12SystemMonitor: Spell process window title as "System Monitor"Linus Groh
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-12Kernel: Route packets destined for us through the loopback adapterGunnar Beutner
2021-05-12Kernel: Outbound packets should use the source address from the socketGunnar Beutner
2021-05-12Kernel: Treat 0.0.0.0 as a loopback addressGunnar Beutner
2021-05-12Kernel: Coalesce TCP ACKsGunnar Beutner
2021-05-12Kernel: Trigger TCP fast retransmission when we encounter lost packetsGunnar Beutner
2021-05-12Kernel: Don't process TCP packets out of orderGunnar Beutner
2021-05-12Kernel: Set MSS option for outbound TCP SYN packetsGunnar Beutner
2021-05-12Kernel: Avoid allocating KBuffers for TCP packetsGunnar Beutner
2021-05-12Kernel: Increase the default TCP window sizeGunnar Beutner
2021-05-12Kernel: Increase IPv4 buffer size to 256kBGunnar Beutner
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G