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
Userland: Remove no-longer-needed unveil()'s of /tmp/rpc
Andreas Kling
2021-05-13
SystemServer: Stop creating the /tmp/rpc directory
Andreas Kling
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-13
Services: Add InspectorServer to reverse the direction of Inspector
Andreas Kling
2021-05-13
SystemMonitor: Boost main thread priority to maximum on startup
Andreas Kling
2021-05-13
SymbolServer: Remove two unnecessary #include statements
Andreas Kling
2021-05-13
IPCCompiler: Add "u64" and "i64" to the list of primitive types
Andreas Kling
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
Magnifier: Add a 32x32 icon
Valtteri Koskivuori
2021-05-13
LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Stephan Unverwerth
2021-05-13
LibGfx: Make Matrix class consistently row-major
Stephan Unverwerth
2021-05-13
LibWasm: Stub out/implement parsing of all ElementSection segments
Ali Mohammad Pur
2021-05-13
LibWasm: Add basic support for module instantiation and execution stubs
Ali Mohammad Pur
2021-05-13
LibWasm: Make the Module ctor generate a list of module functions
Ali Mohammad Pur
2021-05-13
LibWasm: Implement parsing of the DataCount section
Ali Mohammad Pur
2021-05-13
LibWasm: Add a module pretty printer
Ali Mohammad Pur
2021-05-13
LibWasm: Un-nest the structured instructions
Ali Mohammad Pur
2021-05-13
AK: Fix Variant's copy constructor trying to delegate to the wrong base
Ali Mohammad Pur
2021-05-13
Shell: Fix incorrect fcntl usage
sin-ack
2021-05-13
LibCrypto: Reduce the UnsignedBigInteger inline size to 32 words
DexesTTP
2021-05-13
test-crypto: Add more tests for the modular power operator
DexesTTP
2021-05-13
LibCrypto: Add the montgomery modular power algorithm
DexesTTP
2021-05-13
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
DexesTTP
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
[next]