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-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-27
Solitaire: Start timer when first card is moved
Marcus Nilsson
2021-05-27
AK: Convince GCC that m_outline_capacity isn't being read
Gunnar Beutner
2021-05-27
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
Liav A
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
Kernel: Make dup2() return the fd even if old & new are the same (#7506)
Tim Schumacher
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-27
LibJS: Make BlockAllocator use free() on non-Serenity platforms
Andreas Kling
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-27
PDFViewer: Reset current page number to 1 when opening a file
Linus Groh
2021-05-27
PDFViewer: Enable previous/next buttons conditionally
Linus Groh
2021-05-27
PDFViewer: Fix previous/next page toolbar button icons
Linus Groh
2021-05-27
Base: Move test PDFs from /res/pdf to /home/anon/Documents/pdf
Linus Groh
2021-05-27
3DFileViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Add a Help menu
Linus Groh
2021-05-27
PDFViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Show app name as "PDF Viewer" when a file is loaded
Linus Groh
2021-05-27
SoundPlayer: Show app name as "Sound Player" when a file is loaded
Linus Groh
2021-05-27
Tests: Add tests for LexicalPath dirname handling
Tim Schumacher
2021-05-27
LexicalPath: Reset dirname if it's empty
Tim Schumacher
2021-05-27
Utilites: Make dd truncate output file
Marcus Nilsson
2021-05-27
Shell: Disable the valid test as it has a high failure rate on target
Andrew Kaster
2021-05-27
LibGfx: Copy into a u32 in LZWDecoder::next_code() instead of casting
Andrew Kaster
2021-05-27
LibC: Use u32 in arc4random instead of char[4]
Andrew Kaster
2021-05-27
DHCPClient: Avoid unaligned access when parsing options
Andrew Kaster
2021-05-27
CI: Enable UBSAN for on-target tests
Andrew Kaster
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-27
Tests: Use ByteBuffer::create_zeroed in TestDeflate instead of memset
Andrew Kaster
2021-05-27
Meta: Run the Wasm spec tests in CI
Ali Mohammad Pur
2021-05-27
LibTest: Do not cleanly exit when abort() is called
Ali Mohammad Pur
2021-05-27
LibWasm: Avoid excessive pop()-then-push() on the stack
Ali Mohammad Pur
2021-05-27
AK: Add a way to slice from the end of a span
Ali Mohammad Pur
2021-05-27
LibWasm: Let the interpreter itself manage the call frame
Ali Mohammad Pur
2021-05-27
LibWasm: Add a copy assignment operator to Value
Ali Mohammad Pur
2021-05-27
LibWasm: Make Interpreter a virtual interface
Ali Mohammad Pur
2021-05-27
LibWasm: Use the current configuration to run call ops
Ali Mohammad Pur
2021-05-27
Meta: Correctly parse numeric literals in wasm tests
Ali Mohammad Pur
2021-05-27
LibWasm: Make Frame a value type as well
Ali Mohammad Pur
2021-05-27
LibWasm: Don't put values and labels in OwnPtrs
Ali Mohammad Pur
2021-05-27
file: Output directory when path is a directory
Arjan Zuidema
2021-05-27
DHCPClient: Rename struct members for InterfaceDescriptor
Gunnar Beutner
2021-05-27
DHCPClient: Remove unused #includes
Gunnar Beutner
2021-05-27
DHCPClient: Resend DHCP packets when we don't receive an answer
Gunnar Beutner
2021-05-27
Profiler: Don't try to create a DisassemblyModel for invalid indices
Andreas Kling
2021-05-27
Meta/CI: Add ENABLE_ALL_DEBUG_FACILITIES CMake option
Andrew Kaster
2021-05-27
Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3
Andrew Kaster
2021-05-27
Kernel: Explicitly initialize bools in IOAPIC mapping
Andrew Kaster
[prev]
[next]