summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-28Documentation: Fix typo (ex2 -> ext2) from #6069thislooksfun
2021-04-27LibM: Fix INFITITY to floatJean-Baptiste Boric
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-27LibIPC: Add missing errno.h includeJean-Baptiste Boric
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-27Run: Remove useless serenity.h includeJean-Baptiste Boric
2021-04-27Ports/scummvm: Add libtheora as a dependencyJelle Raaijmakers
2021-04-27Ports: Add libtheoraJelle Raaijmakers
2021-04-27LibWeb: Remove unnecessary temporary Vector in text layoutAndreas Kling
2021-04-27LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()Andreas Kling
2021-04-27LibWeb: Refactor Layout::TextNode splitting into a chunk iteratorAndreas Kling
2021-04-27VimEditingEngine: allow selection of the endline characterPaul Berg
2021-04-27Ports: Change how we invoke ccache because some ports didn't use itGunnar Beutner
2021-04-27Ports: Use HOST_PATH when updating the PATH variableGunnar Beutner
2021-04-27Ports: Fix path for the tcl port's patch fileGunnar Beutner
2021-04-27Tests: Convert file system suid-sgid stripping test to be LibTest based.Brian Gianforcaro
2021-04-27Tests: Convert pledge-test-failures.cpp to be LibTest based.Brian Gianforcaro
2021-04-27Tests: Convert unveil-test-failures.cpp to be LibTest based.Brian Gianforcaro
2021-04-27LibTest: Add FAIL() macro allow tests to force failure with message.Brian Gianforcaro
2021-04-27VimEditingEngine: Handle arrow, Home/End and Page keyssin-ack
2021-04-27Build: Provide the user with a nice message after Toolchain upgradeBrian Gianforcaro
2021-04-27Build: Use variables when concatenating Toolchain paths.Brian Gianforcaro
2021-04-27Meta: Don't run qemu as rootGunnar Beutner
2021-04-27Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.hGunnar Beutner
2021-04-27Kernel: Avoid resetting the IRQ mask for E1000 on each interruptGunnar Beutner
2021-04-27Kernel: Add logging for E1000 RX buffer overrunGunnar Beutner
2021-04-27Kernel: Use macros instead of hard-coded magic valuesGunnar Beutner
2021-04-27Kernel: Make sure the E1000 network adapter keeps receiving packetsGunnar Beutner
2021-04-27Ports: Add MilkyTracker portjake.westrip
2021-04-27LibPthread: Use realtime clock for futex_wait()Jelle Raaijmakers
2021-04-27Kernel: Check futex command if realtime clock is usedJelle Raaijmakers
2021-04-27Kernel: Simplify BlockTimeout constructorJelle Raaijmakers
2021-04-27EditingEngine: Split selection from movement functionssin-ack
2021-04-27Kernel: Silence a few more network dbgln()sGunnar Beutner
2021-04-27Toolchain/Dockerfile: Add rsync and unzipJelle Raaijmakers
2021-04-27WindowServer: Reevaluate hovered window on window rect changeJelle Raaijmakers
2021-04-27LibGUI/Window: Do not reset mouse cursor on show()Jelle Raaijmakers
2021-04-26Kernel: Fix incorrect argument for thread_exit eventsGunnar Beutner
2021-04-26Kernel: Log thread exits for global profilesGunnar Beutner
2021-04-26Kernel: Avoid calling characters() where not necessaryGunnar Beutner
2021-04-26Kernel: Use the correct union member for unmap eventsGunnar Beutner
2021-04-26Demos: Add Starfield screensaver demoJagger De Leo
2021-04-26Meta: Make sure traceroot and ping belong to the root userGunnar Beutner
2021-04-26LibAudio: Support 32 and 64-bit float WAV fileskleines Filmröllchen
2021-04-26LibGUI: Make common locations configurableDexesTTP
2021-04-26Utilities: Make ls respect options when specifying more than one pathGunnar Beutner
2021-04-26Kernel: Ensure IO and memory accesses are allowed for IDE channelsLiav A
2021-04-26Kernel/Storage: Make the IDEChannel design more robustLiav A
2021-04-26Kernel/PCI: Add helpers to enable IO and memory accessesLiav A