summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-15Kernel/Storage: Declare NVMeNameSpace constructor as privateLiav A
2022-07-15Kernel: Export both interface type and command set of a StorageDeviceLiav A
2022-07-15Kernel/SysFS: Rename Devices code folder => DeviceIdentifiersLiav A
2022-07-15Kernel/USB: Support UHCI full speed bandwidth reclamationb14ckcat
2022-07-15Kernel/Storage: Check IDE error condition under the correct lockLiav A
2022-07-15Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible methodLiav A
2022-07-14Ports: Update libuv to use the right /proc/memstat valuesLiav A
2022-07-14Ports: Update neofetch to use the right /proc/memstat valuesLiav A
2022-07-14Kernel+Userland: Rename prefix of user_physical => physicalLiav A
2022-07-14Kernel+Userland: Remove supervisor pages conceptLiav A
2022-07-14Utilities: Add "pledge" utility for launching a sandboxed commandAndreas Kling
2022-07-14NetworkServer: Use sv suffixes to avoid strlen at runtimeMaciej
2022-07-14NetworkSettings: Remove warning about rebootMaciej
2022-07-14NetworkServer: Disable interface if Enabled = falseMaciej
2022-07-14NetworkServer: Kill DHCPServer as the first thing doneMaciej
2022-07-14Browser: Make "Go Home" open a new tab on middle mouse clicknetworkException
2022-07-14Browser: Allow opening bookmarks in new tab on middle mouse clicknetworkException
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-07-14LibGUI: Add button handler for middle mouse clicksnetworkException
2022-07-14LibGUI: Allow specifying the mouse buttons able to press down a buttonnetworkException
2022-07-14Kernel: Allocate user physical pages instead of supervisor ones for DMALiav A
2022-07-14LibVT: Remove Vector<Kernel::KString> title stackLiav A
2022-07-14Kernel: Don't lock the scheduler in ProcFSOverallProcesses::try_generateDaniel Bertalan
2022-07-14Base: Remove accidental duplicate fileFiliph Sandström
2022-07-14LibVT: Show application display name when hovered over, if availableWuzado
2022-07-14AK: Use the correct data types in bitap_bitwise()Ali Mohammad Pur
2022-07-14Ports: Update serenity-theming use latest commit 2ce930edjwisdom
2022-07-14LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.2. Headers' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.1. Methods' in the Fetch specLinus Groh
2022-07-14LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]Linus Groh
2022-07-14LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optionalLinus Groh
2022-07-14LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}Linus Groh
2022-07-14LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-14LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.1. URL' in the Fetch specLinus Groh
2022-07-14LibWeb: Add a stub PolicyContainer structLinus Groh
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-14LibWeb: Add 'byte-{lower,upper}case' operations from the Infra specLinus Groh
2022-07-14AK: Add Traits<ByteBuffer>::hash()Linus Groh
2022-07-14cp: Implement the granular `--preserve` flagTim Schumacher
2022-07-14LibCore: Make copying permissions, ownership and timestamps combineableTim Schumacher
2022-07-14LibCore: Introduce support for optional ArgsParser option valuesTim Schumacher
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-14LibCore: Don't print optional arguments in ArgsParser help messagesTim Schumacher
2022-07-13LibWeb: Fix regexes for XHRAnkur Sundara