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-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
2021-02-04
LibELF: Randomize the VM reservation (so we don't break ASLR)
Andreas Kling
2021-02-03
LibELF: Make a dummy VM reservation before mapping dynamic objects
Andreas Kling
2021-02-03
LibELF: Remove dynamic loader syscall exception for libkeyboard.so
Andreas Kling
2021-02-03
LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-02-03
LibWeb: Add enumerator macro for all the "global event handlers"
Andreas Kling
2021-02-03
LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNames
Andreas Kling
2021-02-03
Base: Make /www read-write by default
Ben Wiederhake
2021-02-03
Revert "Meta: Enable CodeQL static analysis for Serenity"
Andreas Kling
2021-02-03
Kernel: Move perf event backtrace capture out of Thread class
Andreas Kling
2021-02-03
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
2021-02-03
Kernel: Don't try to symbolicate user addresses with ksyms
Andreas Kling
[next]