index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-01-29
pmap: Trim "VMObject" suffix from VMObject types to save space
Andreas Kling
2021-01-29
SystemMonitor: Show VM region addresses as zero-padded hex ({:p})
Andreas Kling
2021-01-29
SystemMonitor: Trim "VMObject" suffix from VMObject types
Andreas Kling
2021-01-29
pmap: Add shared flag to access column and align-right numeric columns
Brendan Coles
2021-01-29
js: Handle exceptions thrown during value printing
Andreas Kling
2021-01-29
LibELF: perror on failed mmap in load_program_headers (#5159)
Jorropo
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
2021-01-28
LibELF: Implement ASLR for shared libraries :^)
Andreas Kling
2021-01-28
Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()
Andreas Kling
2021-01-28
LibJS: Fix crash when printing error for missing class extends value prototype
Linus Groh
2021-01-28
LibJS: Call the correct base class in LexicalEnvironment::visit_edges()
Andreas Kling
2021-01-28
LibWeb: Add simple implementation of Node.removeChild()
Andreas Kling
2021-01-28
LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-27
DynamicLoader: Pass MAP_FIXED to mmap() where applicable
Andreas Kling
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
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
Shell: Do not bail on signaled if condition
AnotherTest
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-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
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
LibELF: Cache the DynamicObject in DynamicLoader
Andreas Kling
2021-01-25
LibELF: Use Optional<SymbolLookupResult> as a return type
Andreas Kling
2021-01-25
LibELF: Convert String::format() to String::formatted()
Andreas Kling
2021-01-25
DynamicLoader: Remove some unnecessary #includes
Andreas Kling
2021-01-25
LibELF: Convert dbgprintf() in DynamicObject class to dbgln()
Andreas Kling
2021-01-25
LibELF: Convert dbgprintf() in DynamicLinker class to dbgln()
Andreas Kling
2021-01-25
LibELF: Convert dbgprintf() in DynamicLoader class to dbgln()
Andreas Kling
2021-01-25
DynamicLoader: Remove unused debugging macros
Andreas Kling
2021-01-25
LibGfx: Remove unreachable branch in Painter::draw_scaled_bitmap
Nico Weber
2021-01-25
LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap
Nico Weber
2021-01-25
LibGfx: Minor style tweaks in Painter
Nico Weber
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
[next]