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-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
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
Kernel: Fix crash when booting with ACPI.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Meta: Make check-debug-flags.sh work with the new changes.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-25
LibGfx:: Implement scale support for blit_with_opacity()
Nico Weber
2021-01-25
Userland: Implement grep -v (invert-match)
Andrew Kaster
2021-01-25
Userland: Use getline instead of Core::File::standard_input in grep
Andrew Kaster
2021-01-25
Kernel: Make sys$anon_create() fail if size == 0
Andreas Kling
2021-01-24
LibJS: Set length of TypedArray constructors to 3
Linus Groh
2021-01-24
SystemServer: Do not crash if device files are not present
Jean-Baptiste Boric
2021-01-24
WindowServer: Don't crash if unable to open input peripherals
Jean-Baptiste Boric
2021-01-24
Kernel: Allow disabling of IDE controllers with disable_ide
Jean-Baptiste Boric
2021-01-24
Kernel: Make use of interrupts as an entropy source
Jean-Baptiste Boric
2021-01-24
FontEditor: change order of baseline and mean line row
Nico Weber
2021-01-24
FontEditor: change "Mean Line:" label to "Mean line:"
Nico Weber
2021-01-24
FontEditor: Fix typos in code
Nico Weber
2021-01-24
FontEditor: Make left and right UI margins match
Nico Weber
2021-01-24
FontEditor: Remove "Save" and "Quit" buttons
Nico Weber
2021-01-24
Vim: More correct word jumping (#5090)
Zac
2021-01-24
HexEditor: Find
Camisul
2021-01-24
FileManager: Make DirectoryView open links in their real directory
DragonAlex98
2021-01-24
pmap: Sort memory regions in output
Andreas Kling
2021-01-24
LibJS: Add some assertions and tests for TypedArray limitations
Andreas Kling
2021-01-24
LibJS: Throw exception on too large TypedArray construction request
Andreas Kling
2021-01-24
LibWeb: Disable resource cache for file:// URLs
Andreas Kling
2021-01-24
LibHTTP: Always read in the last chunk
Luke
2021-01-24
Revert "Kernel: Make VFS::create() fail with EINVAL on invalid file mode"
Andreas Kling
2021-01-24
Kernel: Fix two error codes being returned as positive in Process::exec
Luke
[next]