index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-02-07
DynamicLoader: Remove unnecessary math functions
Andreas Kling
2021-02-07
LibLine: Place the search editor prompt at the right line after ^L
AnotherTest
2021-02-07
LibLine: Close the search editor when it's interrupted
AnotherTest
2021-02-07
Shell: Make history index values not fitting in i32 a syntax error
AnotherTest
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-07
LibWeb: Don't assert on <colgroup> & friends
Andreas Kling
2021-02-07
LibWeb: Reorganize Element::create_layout_node() into a switch
Andreas Kling
2021-02-07
LibWeb: Use any_of() for DOM::Element::has_class()
Andreas Kling
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
LibGfx: Don't reject valid GIF animations with interlaced frames
Andreas Kling
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
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-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
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
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
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
[next]