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-05-13
LibCrypto: Add the UnsignedBigInteger::Word alias
DexesTTP
2021-05-13
LibCrypto: Split BigInteger operations into an Algorithms class
DexesTTP
2021-05-13
LibCrypto: Fix an out-of-bounds access in UnsignedBigInteger
DexesTTP
2021-05-13
IDEChannel: Fix wait_until_not_busy() (#7084)
Alexander Richards
2021-05-13
CMake: Fix message levels for error conditions during configuration
Brian Gianforcaro
2021-05-13
LibTLS: Enable -Wvla for LibTLS
Ali Mohammad Pur
2021-05-13
LibTLS: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-13
LibCrypto: Enable -Wvla for LibCrypto
Ali Mohammad Pur
2021-05-13
LibCrypto: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-13
Kernel: Make InodeWatcher::crate API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make KBuffer::try_create_with* APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make UDPSocket::create() API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make IPv4Socket::create API for SOCK_RAW OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make TCPSocket::create API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make LocalSocket factory APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in sys$module_load
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in KBufferBuilder
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem
Brian Gianforcaro
2021-05-13
Kernel: Replace bare new in Custody::create() with adopt_ref_if_nonnull
Brian Gianforcaro
2021-05-13
Kernel: Make Process::start_tracing_from API OOM safe
Brian Gianforcaro
2021-05-13
LibWeb: Propagate body background properties to root HTML element
Timothy Flynn
2021-05-13
LibWeb: Fix off-by-one for alphabetical markers in <ol>s
Tobias Christiansen
2021-05-13
Kernel: Move VirtIO code away from using a scatter gather list
Sahan Fernando
2021-05-13
Kernel: Create VM::RingBuffer class
Sahan Fernando
2021-05-13
Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherList
Sahan Fernando
2021-05-13
LibGL: SoftwareRasterizer: Use perspective correct interpolation
Stephan Unverwerth
2021-05-13
LibGL: Generate coverage and depth masks in the software rasterizer
Stephan Unverwerth
2021-05-13
LibGL: Use integer math in rasterizer coverage calculations
Stephan Unverwerth
2021-05-13
LibGfx: Add Vector2 class
Stephan Unverwerth
2021-05-13
LibGfx: Add component wise * and / operators to Vector3 and Vector4
Stephan Unverwerth
2021-05-13
Kernel: Remove unused header from FileDescription.cpp
Brian Gianforcaro
2021-05-13
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-13
Kernel: Make FileDescription::create() APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make InodeFile::create() API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make Thread::try_create API OOM safe
Brian Gianforcaro
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-13
AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_ALIGNED_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete as noexcept for the Kernel
Brian Gianforcaro
2021-05-13
Kernel: Avoid unnecessary allocations for TTY::tty_name()
Gunnar Beutner
2021-05-13
Kernel: Avoid allocations in KBufferBuilder::appendff
Gunnar Beutner
2021-05-13
Kernel: Avoid unnecessary allocations in NetworkAdapter::for_each
Gunnar Beutner
2021-05-13
Kernel: Avoid allocating and then freeing packet buffers
Gunnar Beutner
2021-05-13
FileManager: Set minimum folder pane width
Jelle Raaijmakers
2021-05-13
LibGUI/Splitter: Support setting minimum resizee size
Jelle Raaijmakers
2021-05-12
Base: Add KeyboardMapper.af
Linus Groh
2021-05-12
KeyboardMapper: Embed icon in executable
Linus Groh
2021-05-12
KeyboardMapper: Stylize title as "Keyboard Mapper"
Linus Groh
2021-05-12
KeyboardMapper: Remove two useless comments
Linus Groh
[next]