summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27ping: Port to LibMainbrapru
2022-01-27Kernel: Don't mess with thread state in Process::do_exec()Andreas Kling
2022-01-27RequestServer: Make Request::url() virtualAndreas Kling
2022-01-27WebServer: Unveil /etc/timezone for readingAndreas Kling
2022-01-27Base: Change Myanmar Extended-B codepoints in font Katica Regular 10Lady Gegga
2022-01-27Base: Add Cherokee Supplement to font Katica Regular 10Lady Gegga
2022-01-27Base: Add Myanmar Extended-B to font Katica Regular 10Lady Gegga
2022-01-27Base: Add Rejang to font Katica Regular 10Lady Gegga
2022-01-27Base: Add Nabataean to font Katica Regular 10Lady Gegga
2022-01-27Base: Add some Alphabetic Presentation Forms to font Katica Regular 10Lady Gegga
2022-01-27Base: Add some Alphabetic Presentation Forms to font Tiny Regular 6Lady Gegga
2022-01-26LibGUI+LoginServer: Use default buttons in InputBox and LoginWindowthankyouverycool
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2022-01-26LibGUI: Allow Windows to set a default return key widgetthankyouverycool
2022-01-26Kernel: Make VirtIO::ConsolePort construction OOM-fallibleIdan Horowitz
2022-01-26Kernel: Add try_create_device overload for static factory functionsIdan Horowitz
2022-01-26Kernel: Remove unimplemented is_device_event_queue_ready_to_read methodIdan Horowitz
2022-01-26Kernel: Add missing nothrow tag to DeviceManagement::try_create_deviceIdan Horowitz
2022-01-26Kernel: Ignore allocation failures during thread finalizationIdan Horowitz
2022-01-26Kernel: Remove always-false Thread::drop_thread_count boolean parameterIdan Horowitz
2022-01-26Kernel: Make VirtualRangeAllocator::carve_from_region OOM-fallibleIdan Horowitz
2022-01-26Kernel: Support try-inserting RedBlackTree entry values by referenceIdan Horowitz
2022-01-26Base: Update possible values for `ahci_reset_mode` kernel boot optionLinus Groh
2022-01-26Kernel/Storage: Dump detected devices and partitions before PANIC()'ingLinus Groh
2022-01-26Kernel/Storage: Add device null check in AHCIPort::handle_interrupt()Linus Groh
2022-01-26LibGL: Implement `glMateriali{v}`Jesse Buhagiar
2022-01-26LibGL: Implement `glLighti{v}`Jesse Buhagiar
2022-01-26LibGL: Correctly set scene ambient in `glLightModelfv`Jesse Buhagiar
2022-01-26LibGL: Implement `glLightModeliv`Jesse Buhagiar
2022-01-26LibGL: Implement `glGetMaterial`Jesse Buhagiar
2022-01-26LibGL: Implement `glGetLight`Jesse Buhagiar
2022-01-26LibEDID: Do not check if ${PNP_IDS_EXPORT_PATH} exists in pnp_ids.cmakeTimothy Flynn
2022-01-26LibEDID: Rename the downloaded PNP IDs fileTimothy Flynn
2022-01-26LibEDID: Use correct paths for LibEDID generated filesTimothy Flynn
2022-01-26Kernel: Add tracing to help catch thread blocking with incorrect stateBrian Gianforcaro
2022-01-26Kernel: Return error from sys$execve() when called with zero argumentsBrian Gianforcaro
2022-01-26Kernel: Enable Write-Combine for FramebufferDeviceTom
2022-01-26Kernel: Implement Page Attribute Table (PAT) support and Write-CombineTom
2022-01-26Kernel: Ignore allocation failures when appending threads to coredumpIdan Horowitz
2022-01-26Kernel: Handle OOM failures in find_shebang_interpreter_for_executableIdan Horowitz
2022-01-26Kernel: Eliminate allocations from generate_auxiliary_vectorIdan Horowitz
2022-01-26Kernel: Make AddressSpace::find_regions_intersecting OOM-fallibleIdan Horowitz
2022-01-26Kernel: Make pledge serialization in /proc/all generation OOM-fallibleIdan Horowitz
2022-01-26Kernel: Fail gracefully due to OOM on HashTable set in sys$setgroupsIdan Horowitz
2022-01-26Kernel: Make Inode::register_watcher() OOM-fallibleIdan Horowitz
2022-01-26Kernel: Make InodeWatcher inode registration completely OOM-fallibleIdan Horowitz
2022-01-26Kernel: Make AddressSpace::amount_clean_inode() OOM-fallibleIdan Horowitz
2022-01-26Kernel: Make StorageDevice partial block writes OOM-fallibleIdan Horowitz
2022-01-26Meta: Download USB and PCI ID data with fallible download functionTimothy Flynn
2022-01-26Meta: Download PNP ID data with fallible download functionTimothy Flynn