summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13LibCrypto: Add the UnsignedBigInteger::Word aliasDexesTTP
2021-05-13LibCrypto: Split BigInteger operations into an Algorithms classDexesTTP
2021-05-13LibCrypto: Fix an out-of-bounds access in UnsignedBigIntegerDexesTTP
2021-05-13IDEChannel: Fix wait_until_not_busy() (#7084)Alexander Richards
2021-05-13CMake: Fix message levels for error conditions during configurationBrian Gianforcaro
2021-05-13LibTLS: Enable -Wvla for LibTLSAli Mohammad Pur
2021-05-13LibTLS: Remove all uses of VLAsAli Mohammad Pur
2021-05-13LibCrypto: Enable -Wvla for LibCryptoAli Mohammad Pur
2021-05-13LibCrypto: Remove all uses of VLAsAli Mohammad Pur
2021-05-13Kernel: Make InodeWatcher::crate API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make KBuffer::try_create_with* APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Make UDPSocket::create() API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make IPv4Socket::create API for SOCK_RAW OOM safeBrian Gianforcaro
2021-05-13Kernel: Make TCPSocket::create API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make LocalSocket factory APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Replace make<T>() with adopt_own_if_nonnull() in sys$module_loadBrian Gianforcaro
2021-05-13Kernel: Replace make<T>() with adopt_own_if_nonnull() in KBufferBuilderBrian Gianforcaro
2021-05-13Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystemBrian Gianforcaro
2021-05-13Kernel: Replace bare new in Custody::create() with adopt_ref_if_nonnullBrian Gianforcaro
2021-05-13Kernel: Make Process::start_tracing_from API OOM safeBrian Gianforcaro
2021-05-13LibWeb: Propagate body background properties to root HTML elementTimothy Flynn
2021-05-13LibWeb: Fix off-by-one for alphabetical markers in <ol>sTobias Christiansen
2021-05-13Kernel: Move VirtIO code away from using a scatter gather listSahan Fernando
2021-05-13Kernel: Create VM::RingBuffer classSahan Fernando
2021-05-13Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherListSahan Fernando
2021-05-13LibGL: SoftwareRasterizer: Use perspective correct interpolationStephan Unverwerth
2021-05-13LibGL: Generate coverage and depth masks in the software rasterizerStephan Unverwerth
2021-05-13LibGL: Use integer math in rasterizer coverage calculationsStephan Unverwerth
2021-05-13LibGfx: Add Vector2 classStephan Unverwerth
2021-05-13LibGfx: Add component wise * and / operators to Vector3 and Vector4Stephan Unverwerth
2021-05-13Kernel: Remove unused header from FileDescription.cppBrian Gianforcaro
2021-05-13Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>Brian Gianforcaro
2021-05-13Kernel: Make FileDescription::create() APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Make InodeFile::create() API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make Thread::try_create API OOM safeBrian Gianforcaro
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-13AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-13Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATEDBrian Gianforcaro
2021-05-13Kernel: Declare operator new/delete noexcept for MAKE_ALIGNED_ALLOCATEDBrian Gianforcaro
2021-05-13Kernel: Declare operator new/delete as noexcept for the KernelBrian Gianforcaro
2021-05-13Kernel: Avoid unnecessary allocations for TTY::tty_name()Gunnar Beutner
2021-05-13Kernel: Avoid allocations in KBufferBuilder::appendffGunnar Beutner
2021-05-13Kernel: Avoid unnecessary allocations in NetworkAdapter::for_eachGunnar Beutner
2021-05-13Kernel: Avoid allocating and then freeing packet buffersGunnar Beutner
2021-05-13FileManager: Set minimum folder pane widthJelle Raaijmakers
2021-05-13LibGUI/Splitter: Support setting minimum resizee sizeJelle Raaijmakers
2021-05-12Base: Add KeyboardMapper.afLinus Groh
2021-05-12KeyboardMapper: Embed icon in executableLinus Groh
2021-05-12KeyboardMapper: Stylize title as "Keyboard Mapper"Linus Groh
2021-05-12KeyboardMapper: Remove two useless commentsLinus Groh