summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-02-07LibGfx: Fix global-buffer-overflow in interlaced GIF decodeAndreas Kling
2021-02-07LibWeb: Honor font sizes specified by CSSAndreas Kling
2021-02-07LibJS: Function must mark its home objectAndreas Kling
2021-02-07Kernel: KUBSAN implementation of returns-nonnull-attributeBrian Gianforcaro
2021-02-07LibGfx: Don't reject valid GIF animations with interlaced framesAndreas Kling
2021-02-07Base: Remove /res/pci.ids and download at build time insteadLinus Groh
2021-02-06LibWeb: Anonymous table cells should have colspan=1Andreas Kling
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling
2021-02-06UserspaceEmulator: Stub out virt$msyscall()Andreas Kling
2021-02-06Kernel: Use the resolved parent path when testing create veil (#5231)William Bowling
2021-02-06LookupServer: Unify DNSRequest & DNSResponseSergey Bugaev
2021-02-06LookupServer: Rename DNSPacket -> DNSPacketHeaderSergey Bugaev
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06Kernel: And some more KUBSAN checks :^)Andreas Kling
2021-02-06Kernel: Implement some more KUBSAN checks :^)Andreas Kling
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-02-06LookupServer: Move into `LookupServer` namespaceSergey Bugaev
2021-02-06Profiler: Display timing information in ProfileTimelineWidgetSahan Fernando
2021-02-06Documentation: Clarify macOS build instructionsjarhill0
2021-02-05Kernel: Don't left-shift 1 (signed) 31 timesAndreas Kling
2021-02-05Kernel: Don't create a zero-length VLA in Ext2FS block list walkAndreas Kling
2021-02-05Kenrel: Implement two more KUBSAN checksAndreas Kling
2021-02-05AK: Avoid UB in TypedTransferAndreas Kling
2021-02-05Kernel: Add missing initializer for SharedIRQHandler::m_enabledAndreas Kling
2021-02-05Kernel: KUBSAN! (Kernel Undefined Behavior SANitizer) :^)Andreas Kling
2021-02-05LibJS: GlobalObject must mark builtin prototypesAndreas Kling
2021-02-05LibM: Implement nextafter() and nexttoward()Andreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-05LibELF: Only set up PLT trampoline for objects with a PLTAndreas Kling
2021-02-05LibM: Build and install the LibM testAndreas Kling
2021-02-05LibJS: Improve correctness of rounding and bitwise operationsAndreas Kling
2021-02-05LibM: Improve accuracy of rounding related functionsAndreas Kling
2021-02-05Kernel: Add NE2000 network card driverJean-Baptiste Boric
2021-02-05Kernel: Clear pending interrupts before enabling IRQs of IDE ChannelLiav A
2021-02-05Kernel: Try to detect Sound Blaster 16 before creating an instanceLiav A
2021-02-05bt: Hyperlink filenames in backtraces if available :^)Andreas Kling
2021-02-05bt: Show filenames and line numbers when available :^)Andreas Kling
2021-02-05SymbolServer: Resolve filenames and line numbers from debug info :^)Andreas Kling
2021-02-04SymbolServer: Cache failed ELF loads as wellAndreas Kling
2021-02-04SymbolServer+LibSymbolClient: Just do one symbol per IPC messageAndreas Kling
2021-02-04SystemMonitor: Use SymbolServer to symbolicate thread stacksAndreas Kling
2021-02-04LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()Andreas Kling
2021-02-04SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel availableAndreas Kling
2021-02-04bt: Add a little backtrace program that uses SymbolServerAndreas Kling
2021-02-04LibSymbolClient: Add helper library for interfacing with SymbolServerAndreas Kling
2021-02-04SymbolServer: Add symbolication service for out-of-process ELF parsingAndreas Kling
2021-02-04Kernel: Make /proc/PID/stacks/TID a JSON arrayAndreas Kling
2021-02-04Make it possible to overwrite debug macros locally.asynts
2021-02-04LibJS: Fix obviously wrong \uXXXX serialization in JSONObjectAndreas Kling