index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-27
Kernel: Remove Range "valid" state and use Optional<Range> instead
Andreas Kling
2021-01-27
DynamicLoader: Pass MAP_FIXED to mmap() where applicable
Andreas Kling
2021-01-27
Kernel: sys$mmap() without MAP_FIXED should consider address a hint
Andreas Kling
2021-01-27
Kernel: Make Processor::id a static function
Tom
2021-01-27
Kernel: Make Thread::current smp-safe
Tom
2021-01-27
Kernel: Make entering and leaving critical sections atomic
Tom
2021-01-27
Kernel: Use new Thread::previous_mode to track ticks
Tom
2021-01-27
Kernel: Track previous mode when entering/exiting traps
Tom
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
HackStudio: Attach previous Language Client when detaching
Itamar
2021-01-27
HackStudio: Add parser-based c++ autocomplete engine
Itamar
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-27
EditingEngine: Fix move_to_previous_word not working on last char of doc
Zac
2021-01-27
Kernel: Assert in RangeAllocator that sizes are multiple of PAGE_SIZE
Andreas Kling
2021-01-27
LibJS: Add overflow checks when creating TypedArray from ArrayBuffer
Andreas Kling
2021-01-27
LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()
AnotherTest
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-26
Shell: Do not bail on signaled if condition
AnotherTest
2021-01-26
Kernel: Add RTC as fallback entropy source if HPET is not found
Maciej Zygmanowski
2021-01-26
Kernel: Use HPET as entropy source if CPU doesn't support RDRAND
Maciej Zygmanowski
2021-01-26
Kernel: Add HPET::read_main_counter()
Maciej Zygmanowski
2021-01-26
Kernel: Ensure that HPET is initialized before using random the first time
Maciej Zygmanowski
2021-01-26
LibGUI: Switch cancel/confirm button order on file picker dialog
Nico Weber
2021-01-26
LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentence
Nico Weber
2021-01-26
lspci: Add numerical display
Jean-Baptiste Boric
2021-01-26
Kernel: Assert on attempt to map private region backed by shared inode
Andreas Kling
2021-01-26
Kernel: sys$munmap() region splitting did not preserve "shared" flag
Andreas Kling
2021-01-26
Kernel: Don't drop pledge()'d promises/execpromises when passing nullptr
Linus Groh
2021-01-26
Kernel: Update process promise states on execve() and fork()
Andreas Kling
2021-01-26
Kernel: Remove allocate_region() functions that don't take a Range
Andreas Kling
2021-01-26
Documentation: Fix typo in CodingStyle.md (#5121)
Dexter
2021-01-26
Base: Update crash(1) man page
Linus Groh
2021-01-25
LibJS: Remove an unused TypedArray constructor
Andreas Kling
2021-01-25
crash: Add option for failing assertion
Linus Groh
2021-01-25
crash: Add option for pledge() violation
Linus Groh
2021-01-25
Kernel: Support pledge() with empty promises
Linus Groh
2021-01-25
Kernel: Fix possible context switch within first context switch of a thread
Tom
2021-01-25
Kernel: Fix some race conditions with Lock and waiting/waking threads
Tom
2021-01-25
Kernel: Fix race condition in Lock::lock that may leave corrupted state
Tom
2021-01-25
Ports: Improve configure script
TheMorc
2021-01-25
Ports: Add ProTracker 2 clone
TheMorc
2021-01-25
Vim: Add a simple yank and put implementation
Zac
2021-01-25
TextEditor: Fix bug in delete_current_line() when deleting the last line
Zac
2021-01-25
WindowServer: Fix client unresponsiveness detection
Linus Groh
2021-01-25
LibGfx: Implement scaling support for Painter::blit_filtered()
Nico Weber
2021-01-25
AbstractTableView: prevent setting an invalid index
Jelle Raaijmakers
2021-01-25
Documentation: Add instructions for network booting
Jean-Baptiste Boric
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-25
LibELF: Cache the DynamicObject in DynamicLoader
Andreas Kling
2021-01-25
LibELF: Use Optional<SymbolLookupResult> as a return type
Andreas Kling
[next]