summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13Userland: Remove no-longer-needed unveil()'s of /tmp/rpcAndreas Kling
2021-05-13SystemServer: Stop creating the /tmp/rpc directoryAndreas Kling
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling
2021-05-13SystemMonitor: Boost main thread priority to maximum on startupAndreas Kling
2021-05-13SymbolServer: Remove two unnecessary #include statementsAndreas Kling
2021-05-13IPCCompiler: Add "u64" and "i64" to the list of primitive typesAndreas Kling
2021-05-13Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>Andreas Kling
2021-05-13Magnifier: Add a 32x32 iconValtteri Koskivuori
2021-05-13LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>Stephan Unverwerth
2021-05-13LibGfx: Make Matrix class consistently row-majorStephan Unverwerth
2021-05-13LibWasm: Stub out/implement parsing of all ElementSection segmentsAli Mohammad Pur
2021-05-13LibWasm: Add basic support for module instantiation and execution stubsAli Mohammad Pur
2021-05-13LibWasm: Make the Module ctor generate a list of module functionsAli Mohammad Pur
2021-05-13LibWasm: Implement parsing of the DataCount sectionAli Mohammad Pur
2021-05-13LibWasm: Add a module pretty printerAli Mohammad Pur
2021-05-13LibWasm: Un-nest the structured instructionsAli Mohammad Pur
2021-05-13AK: Fix Variant's copy constructor trying to delegate to the wrong baseAli Mohammad Pur
2021-05-13Shell: Fix incorrect fcntl usagesin-ack
2021-05-13LibCrypto: Reduce the UnsignedBigInteger inline size to 32 wordsDexesTTP
2021-05-13test-crypto: Add more tests for the modular power operatorDexesTTP
2021-05-13LibCrypto: Add the montgomery modular power algorithmDexesTTP
2021-05-13LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithmsDexesTTP
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