summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-02-04LibELF: Randomize the VM reservation (so we don't break ASLR)Andreas Kling
2021-02-03LibELF: Make a dummy VM reservation before mapping dynamic objectsAndreas Kling
2021-02-03LibELF: Remove dynamic loader syscall exception for libkeyboard.soAndreas Kling
2021-02-03LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibCAndreas Kling
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-02-03LibWeb: Add enumerator macro for all the "global event handlers"Andreas Kling
2021-02-03LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNamesAndreas Kling
2021-02-03Base: Make /www read-write by defaultBen Wiederhake
2021-02-03Revert "Meta: Enable CodeQL static analysis for Serenity"Andreas Kling
2021-02-03Kernel: Move perf event backtrace capture out of Thread classAndreas Kling
2021-02-03Everywhere: Remove some bitrotted "#if 0" blocksAndreas Kling
2021-02-03Kernel: Don't try to symbolicate user addresses with ksymsAndreas Kling
2021-02-03Kernel: Check for off_t overflow in FileDescription::read/writeAndreas Kling
2021-02-03Kernel: Check for off_t overflow before reading/writing InodeFileAndreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-03LibC+LibELF: Run clang-formatAndreas Kling
2021-02-03Applications: Remove "Welcome" applicationAndreas Kling
2021-02-03Kernel: Restore IDE PIO functionalityLiav A
2021-02-03DisplaySettings: Show a confirmation message when applying changesEvilHowl
2021-02-03HackStudio: do not open empty directories as fileMatteo Sozzi
2021-02-03HackStudio: tree_view on_activiation changesMatteo Sozzi
2021-02-03Shell: Make history range values larger than u32 a syntax errorAnotherTest
2021-02-02Kernel: Don't allow sys$msyscall() on non-mmap regionsAndreas Kling
2021-02-02LibELF: Make syscall region exceptions for UE and libkeyboard.soAndreas Kling
2021-02-02LibX86: Don't assert just because insn has no immediate bytesAndreas Kling
2021-02-02LibELF: Mark libc.so and libpthread.so as syscall regionsAndreas Kling
2021-02-02pmap+SystemMonitor: Mark syscall regions with 'C'Andreas Kling
2021-02-02Kernel: Add a way to specify which memory regions can make syscallsAndreas Kling
2021-02-02LibCore: Use serenity_readlink() instead of making syscalls directlyAndreas Kling
2021-02-02LibC: Add LibC wrapper for sys$readlink()Andreas Kling
2021-02-02Revert "StatusBar: Allow GML files to set the number of labels to create"Andreas Kling