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
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
2021-01-24
Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli version
Luke
2021-01-24
LibJS: Remove redundant exception check from ClassExpression::execute()
Linus Groh
2021-01-24
LibJS: Check if class extends value has a valid prototype
Linus Groh
2021-01-23
LibWeb: Add XHREventTarget and ProgressEvent constructors to Window
Luke
2021-01-23
LibWeb: Add XHREventTarget and have XHR inherit from it
Luke
2021-01-23
LibWeb: Flesh out existing XHR methods a bit more
Luke
2021-01-23
LibWeb: Remove Range constructor/prototype caches from WindowObject
Andreas Kling
2021-01-23
LibWeb: Generate JS bindings for Range from IDL :^)
Andreas Kling
2021-01-23
Kernel: Create core dumps with S_IFREG set (regular file)
Andreas Kling
2021-01-23
LibWeb: Make WrapperGenerator consider "unsigned" part of a type
Andreas Kling
2021-01-23
Kernel: Evaluate block conditions inside VirtualConsole::emit()
Jean-Baptiste Boric
2021-01-23
Kernel: Allow "serial_debug" everywhere on the command line
Jean-Baptiste Boric
2021-01-23
Tests+UserlandEmulator: Demonstrate missing backtraces
Ben Wiederhake
2021-01-23
UserspaceEmulator: Improve error message for typos
Ben Wiederhake
2021-01-23
UserspaceEmulator: Implement chown
Ben Wiederhake
[prev]
[next]