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-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-07
LibGfx: Fix global-buffer-overflow in interlaced GIF decode
Andreas Kling
2021-02-07
LibWeb: Honor font sizes specified by CSS
Andreas Kling
2021-02-07
LibJS: Function must mark its home object
Andreas Kling
2021-02-07
Kernel: KUBSAN implementation of returns-nonnull-attribute
Brian Gianforcaro
2021-02-07
LibGfx: Don't reject valid GIF animations with interlaced frames
Andreas Kling
2021-02-07
Base: Remove /res/pci.ids and download at build time instead
Linus Groh
2021-02-06
LibWeb: Anonymous table cells should have colspan=1
Andreas Kling
2021-02-06
UserspaceEmulator: Implement a proper VM allocator
Andreas Kling
2021-02-06
UserspaceEmulator: Stub out virt$msyscall()
Andreas Kling
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-06
LookupServer: Unify DNSRequest & DNSResponse
Sergey Bugaev
2021-02-06
LookupServer: Rename DNSPacket -> DNSPacketHeader
Sergey Bugaev
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
Kernel: And some more KUBSAN checks :^)
Andreas Kling
2021-02-06
Kernel: Implement some more KUBSAN checks :^)
Andreas Kling
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-06
LookupServer: Move into `LookupServer` namespace
Sergey Bugaev
2021-02-06
Profiler: Display timing information in ProfileTimelineWidget
Sahan Fernando
2021-02-06
Documentation: Clarify macOS build instructions
jarhill0
2021-02-05
Kernel: Don't left-shift 1 (signed) 31 times
Andreas Kling
2021-02-05
Kernel: Don't create a zero-length VLA in Ext2FS block list walk
Andreas Kling
2021-02-05
Kenrel: Implement two more KUBSAN checks
Andreas Kling
2021-02-05
AK: Avoid UB in TypedTransfer
Andreas Kling
2021-02-05
Kernel: Add missing initializer for SharedIRQHandler::m_enabled
Andreas Kling
2021-02-05
Kernel: KUBSAN! (Kernel Undefined Behavior SANitizer) :^)
Andreas Kling
2021-02-05
LibJS: GlobalObject must mark builtin prototypes
Andreas Kling
2021-02-05
LibM: Implement nextafter() and nexttoward()
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
LibELF: Only set up PLT trampoline for objects with a PLT
Andreas Kling
2021-02-05
LibM: Build and install the LibM test
Andreas Kling
2021-02-05
LibJS: Improve correctness of rounding and bitwise operations
Andreas Kling
2021-02-05
LibM: Improve accuracy of rounding related functions
Andreas Kling
2021-02-05
Kernel: Add NE2000 network card driver
Jean-Baptiste Boric
2021-02-05
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
Liav A
2021-02-05
Kernel: Try to detect Sound Blaster 16 before creating an instance
Liav A
2021-02-05
bt: Hyperlink filenames in backtraces if available :^)
Andreas Kling
2021-02-05
bt: Show filenames and line numbers when available :^)
Andreas Kling
2021-02-05
SymbolServer: Resolve filenames and line numbers from debug info :^)
Andreas Kling
2021-02-04
SymbolServer: Cache failed ELF loads as well
Andreas Kling
2021-02-04
SymbolServer+LibSymbolClient: Just do one symbol per IPC message
Andreas Kling
2021-02-04
SystemMonitor: Use SymbolServer to symbolicate thread stacks
Andreas Kling
2021-02-04
LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()
Andreas Kling
2021-02-04
SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel available
Andreas Kling
2021-02-04
bt: Add a little backtrace program that uses SymbolServer
Andreas Kling
2021-02-04
LibSymbolClient: Add helper library for interfacing with SymbolServer
Andreas Kling
2021-02-04
SymbolServer: Add symbolication service for out-of-process ELF parsing
Andreas Kling
2021-02-04
Kernel: Make /proc/PID/stacks/TID a JSON array
Andreas Kling
2021-02-04
Make it possible to overwrite debug macros locally.
asynts
2021-02-04
LibJS: Fix obviously wrong \uXXXX serialization in JSONObject
Andreas Kling
[next]