summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-27Kernel: Remove Range "valid" state and use Optional<Range> insteadAndreas Kling
2021-01-27DynamicLoader: Pass MAP_FIXED to mmap() where applicableAndreas Kling
2021-01-27Kernel: sys$mmap() without MAP_FIXED should consider address a hintAndreas Kling
2021-01-27Kernel: Make Processor::id a static functionTom
2021-01-27Kernel: Make Thread::current smp-safeTom
2021-01-27Kernel: Make entering and leaving critical sections atomicTom
2021-01-27Kernel: Use new Thread::previous_mode to track ticksTom
2021-01-27Kernel: Track previous mode when entering/exiting trapsTom
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27HackStudio: Attach previous Language Client when detachingItamar
2021-01-27HackStudio: Add parser-based c++ autocomplete engineItamar
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-27EditingEngine: Fix move_to_previous_word not working on last char of docZac
2021-01-27Kernel: Assert in RangeAllocator that sizes are multiple of PAGE_SIZEAndreas Kling
2021-01-27LibJS: Add overflow checks when creating TypedArray from ArrayBufferAndreas Kling
2021-01-27LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()AnotherTest
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-26Shell: Do not bail on signaled if conditionAnotherTest
2021-01-26Kernel: Add RTC as fallback entropy source if HPET is not foundMaciej Zygmanowski
2021-01-26Kernel: Use HPET as entropy source if CPU doesn't support RDRANDMaciej Zygmanowski
2021-01-26Kernel: Add HPET::read_main_counter()Maciej Zygmanowski
2021-01-26Kernel: Ensure that HPET is initialized before using random the first timeMaciej Zygmanowski
2021-01-26LibGUI: Switch cancel/confirm button order on file picker dialogNico Weber
2021-01-26LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentenceNico Weber
2021-01-26lspci: Add numerical displayJean-Baptiste Boric
2021-01-26Kernel: Assert on attempt to map private region backed by shared inodeAndreas Kling
2021-01-26Kernel: sys$munmap() region splitting did not preserve "shared" flagAndreas Kling
2021-01-26Kernel: Don't drop pledge()'d promises/execpromises when passing nullptrLinus Groh
2021-01-26Kernel: Update process promise states on execve() and fork()Andreas Kling
2021-01-26Kernel: Remove allocate_region() functions that don't take a RangeAndreas Kling
2021-01-26Documentation: Fix typo in CodingStyle.md (#5121)Dexter
2021-01-26Base: Update crash(1) man pageLinus Groh
2021-01-25LibJS: Remove an unused TypedArray constructorAndreas Kling
2021-01-25crash: Add option for failing assertionLinus Groh
2021-01-25crash: Add option for pledge() violationLinus Groh
2021-01-25Kernel: Support pledge() with empty promisesLinus Groh
2021-01-25Kernel: Fix possible context switch within first context switch of a threadTom
2021-01-25Kernel: Fix some race conditions with Lock and waiting/waking threadsTom
2021-01-25Kernel: Fix race condition in Lock::lock that may leave corrupted stateTom
2021-01-25Ports: Improve configure scriptTheMorc
2021-01-25Ports: Add ProTracker 2 cloneTheMorc
2021-01-25Vim: Add a simple yank and put implementationZac
2021-01-25TextEditor: Fix bug in delete_current_line() when deleting the last lineZac
2021-01-25WindowServer: Fix client unresponsiveness detectionLinus Groh
2021-01-25LibGfx: Implement scaling support for Painter::blit_filtered()Nico Weber
2021-01-25AbstractTableView: prevent setting an invalid indexJelle Raaijmakers
2021-01-25Documentation: Add instructions for network bootingJean-Baptiste Boric
2021-01-25Kernel: Hoist VM range allocation up to sys$mmap() itselfAndreas Kling
2021-01-25LibELF: Cache the DynamicObject in DynamicLoaderAndreas Kling
2021-01-25LibELF: Use Optional<SymbolLookupResult> as a return typeAndreas Kling