summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-22LibWasm: Push call results back in reverse order to preserve stack orderAli Mohammad Pur
2022-04-22LibWasm: Make memory_grow validation push back the old memory sizeAli Mohammad Pur
2022-04-22LibWasm: Make local_tee validation keep the value on the stackAli Mohammad Pur
2022-04-22Kernel/USB: Send correct data for Root Hub Configuration DescriptorJesse Buhagiar
2022-04-22Kernel/USB: Get all interface descriptors on enumerationJesse Buhagiar
2022-04-22Kernel/USB: Add new `USBHIDDescriptor` typeJesse Buhagiar
2022-04-22Kernel/USB: Add `control_transfer()` function `USB::Device`Jesse Buhagiar
2022-04-22Kernel/USB: Fetch configuration descriptors on enumerationJesse Buhagiar
2022-04-22LibRegex: Check inverse_matched after every op, not just at the endAli Mohammad Pur
2022-04-22Documentation+SQLStudio: Add manual page for SQL StudioDylan Katz
2022-04-22Base: Add launcher for SQL StudioDylan Katz
2022-04-22DevTools: Introduce SQL StudioDylan Katz
2022-04-22Base: Add icons for SQL StudioDylan Katz
2022-04-21PixelPaint: Add a histogram widgetTorstennator
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-21LibCore: Output invalid DateTime::to_string() specifiers as literalsSam Atkins
2022-04-21Kernel: Allow sys$bind() on local sockets with short socket addressAndreas Kling
2022-04-21Kernel: Report AF_UNIX address family when accepting local socketsAndreas Kling
2022-04-21AudioServer: Auto-pause new clientskleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBufferkleines Filmröllchen
2022-04-21LibIPC: Allow transporting a SharedCircularQueue over IPCkleines Filmröllchen
2022-04-21LibCore: Introduce SharedSingleProducerCircularQueuekleines Filmröllchen
2022-04-21Kernel: Don't require AnonymousFiles to be mmap'd completelykleines Filmröllchen
2022-04-21AK: Allow alignment to cache line size with CACHE_ALIGNEDkleines Filmröllchen
2022-04-21SystemServer: Boot into graphical mode even if there's no video hardwarekleines Filmröllchen
2022-04-21WindowServer: Create the VirtualScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-04-21WindowServer: Make Screen use ScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Introduce the ScreenBackend conceptkleines Filmröllchen
2022-04-21WindowServer: Rename fb_data and friends to flush_rect etckleines Filmröllchen
2022-04-21netstat: Add the wide flag optionbrapru
2022-04-21netstat: Add hostname resolutionbrapru
2022-04-21arp: Add hostname resolutionbrapru
2022-04-21Kernel: Limit free space between randomized memory allocationsTim Schumacher
2022-04-21AK: Expose RedBlackTree::find_smallest_not_below()Tim Schumacher
2022-04-21LibC: Stub out posix_memalign()Andreas Kling
2022-04-21LibC: Make nameinfo (NI_*) constants bitfield-friendlyAndreas Kling
2022-04-21LibC: Implement errno via a __errno_location() functionAndreas Kling
2022-04-21Shell: Highlight commands with a hyperlink to open their help pagesForLoveOfCats
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-04-21AK: Make `Vector::contains_slow` templatedForLoveOfCats
2022-04-21AK: Add `URL::create_with_help_scheme` helper functionForLoveOfCats
2022-04-20LibWeb: Fix various spec comment inconsistenciesLinus Groh
2022-04-20Kernel: Take WorkQueue item as reference instead of pointer in do_queueLiav A
2022-04-20Kernel: Allow WorkQueue items allocation failures propagationLiav A
2022-04-20Kernel: Move VMWareBackdoor to new directory in the Firmware directoryLiav A
2022-04-20Ports: Exclude non-working utilities from the coreutils installationTim Schumacher
2022-04-20Base: Update GruvboxDark Theme and enable window-close-modified icondjwisdom