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
2022-01-09
Kernel: Use DMA helper everywhere
Pankaj Raghav
2022-01-09
Kernel: Overload DMA helper without Physical Page output parameter
Pankaj Raghav
2022-01-09
Kernel: Set Cacheable parameter to NO explicitly in DMA helpers
Pankaj Raghav
2022-01-09
PixelPaint: Only clear `LayerListWidget` if there are no editors left
Mustafa Quraish
2022-01-09
PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`
Mustafa Quraish
2022-01-09
PixelPaint: Move `save` and `save_as` logic inside `ImageEditor`
Mustafa Quraish
2022-01-09
Documentation: Update glyph/x-fonteditor format description
Maciej
2022-01-09
ClipboardHistory: Update to new glyph format
Maciej
2022-01-09
FontEditor: Support selection ranges
Maciej
2022-01-09
AK: Add ByteBuffer::append(char)
Maciej
2022-01-09
FontEditor: Save scale to config file
Maciej
2022-01-09
FontEditor: Display something for emoji glyphs
Maciej
2022-01-09
Base: Add Serif font
electrikmilk
2022-01-08
Kernel/PCI: Split host bridge code from the Access singleton
Liav A
2022-01-08
InspectorServer: Use the 32-bit data length when sending a request
Sviatoslav Peleshko
2022-01-08
UserspaceEmulator: Fail with EINVAL for mmap with size 0
Rummskartoffel
2022-01-08
UserspaceEmulator: Interpret zero-alignment as page-sized alignment
Rummskartoffel
2022-01-08
LibJS: Remove now unused VM::{set_,}last_value()
Linus Groh
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2022-01-08
AK: Reorder functions in FixedArray so that mutable comes before const
creator1creeper1
2022-01-08
AK: Reorder access in FixedArray so that m_size comes before m_elements
creator1creeper1
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-08
Kernel: Fix broken disk cache behavior with O_DIRECT
Andreas Kling
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2022-01-08
Kernel: Rename DiskCache::get() to ensure()
Andreas Kling
2022-01-08
AK: Unbreak ref counting hooks in RefCounted
Andreas Kling
2022-01-08
Kernel: Remove redundant disk cache dirty flag in BlockBasedFileSystem
Andreas Kling
2022-01-08
LibC: Remove `#ifdef AK_OS_MACOS` checks from shadow.h
Daniel Bertalan
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-08
LibC: Fix typo: fgetround => fegetround
Daniel Bertalan
2022-01-08
Lagom: Execute `LibPDF` unit tests on the host
Simon Woertz
2022-01-08
LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`
Simon Woertz
2022-01-08
Tests: Add test cases for #10702 and #10717
Simon Woertz
2022-01-08
Tests: Add base structure for LibPDF unit tests
Simon Woertz
2022-01-08
LibCrypt: Link the SHA2 hash implementation into LibCrypt privately
Andrew Kaster
2022-01-08
Ports: Don't try to enable PGO for python3 when cross-compiling
Andrew Kaster
2022-01-08
Ports: Add $READELF and $HOST_READELF variables to include scripts
Andrew Kaster
2022-01-08
Ports: Add /usr/local/lib to openssl's library search path
Andrew Kaster
2022-01-08
Ports: Patch sqlite's configure script to let it build as a shared lib
Andrew Kaster
2022-01-08
Kernel: Unbreak ref counting hooks in ListedRefCounted & RefCounted
Andreas Kling
2022-01-08
Kernel: Dump memory regions when crashing in ring 0
Andreas Kling
2022-01-08
Kernel: Lock weak pointer revocation during listed-ref-counted unref
Andreas Kling
2022-01-08
AK+Kernel: Use requires expression when invoking ref counting hooks
Andreas Kling
2022-01-08
Meta: Discourage excessive "feng shui programming" in CONTRIBUTING.md
Andreas Kling
2022-01-08
gzip: Don't fail when trying to compress empty files
Rummskartoffel
2022-01-08
gzip: Port to LibMain
Rummskartoffel
2022-01-08
LibCore: Change a west const to an east const
nyabla
2022-01-08
jp: Use File::standard_input() when reading from stdin
Marcus Nilsson
2022-01-08
Documentation: Document string formatting format
Sam Atkins
2022-01-08
CI: Fix the name of the per-files in the test262 comparison runs
davidot
[prev]
[next]