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
2020-12-14
Loader: Don't re-load self-dependant libraries
Itamar
2020-12-14
Toolchain: Fix usage of libgcc_s & build PIE executables by default
Itamar
2020-12-14
CrashDaemon: Show source position in backtrace
Itamar
2020-12-14
UserspaceEmulator: Support dynamically loaded programs
Itamar
2020-12-14
UserspaceEmulator: Support the name argument in mmap for file backed mappings
Itamar
2020-12-14
UserspaceEmulator: Update memory protection of underlying pages
Itamar
2020-12-14
LibELF: Move the implementation of find_demangled_function to ELF::Image
Itamar
2020-12-14
LibC: Also build a static version of libc
Itamar
2020-12-14
Profiler: Symbolicate samples using coredump file
Itamar
2020-12-14
Kernel: Generate coredumps for profiled processes
Itamar
2020-12-14
Kernel: Pass full path of output coredump file to CoreDump
Itamar
2020-12-14
LibC: Link statically with libstdc++
Itamar
2020-12-14
CrashDaemon: Add service that acts on new coredumps
Itamar
2020-12-14
LibCoreDump: Add library for parsing coredump files
Itamar
2020-12-14
LibELF: Allow using ELF::Loader for ET_CORE objects
Itamar
2020-12-14
LibELF: Temporarily disable name demangling
Itamar
2020-12-14
LibELF: Refactor coredump notes section structures
Itamar
2020-12-14
Loader: Take main program name from auxiliary vector
Itamar
2020-12-14
LibCore: Add DirectoryWatcher
Itamar
2020-12-14
Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
Ports: Update gcc patch to support shared libs
Itamar
2020-12-14
Build: Build libgcc_s.so
Itamar
2020-12-14
LibC: Add libc.so
Itamar
2020-12-14
Demos: Add "DynamicObjectDemo" to demo the dynamic loader
Itamar
2020-12-14
LibELF: Allow elf files with no section header to pass validation
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-12-14
LibC: Add NO_TLS preprocessor flag
Itamar
2020-12-14
LibC: Make it possible to use ASSERTs without initializing stdio
Itamar
2020-12-14
Toolchain: Configure the path to the dynamic linker
Itamar
2020-12-14
Kernel: Support TLS allocation from userspace
Itamar
2020-12-14
Kernel: Add ability to load interpreter instead of main program
Itamar
2020-12-14
Debugger: Add 'examine' command
Itamar
2020-12-14
Debugger: Fix CLI parsing of breakpoint addresses
Itamar
2020-12-14
LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
Linus Groh
2020-12-14
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
Andreas Kling
2020-12-14
LibGfx: Draw checked buttons with a dithered base background
Andreas Kling
2020-12-14
LibGUI: Don't focus BreadcrumbBar segments on click
Andreas Kling
2020-12-14
FileManager: Use GUI::BreadcrumbBar :^)
Andreas Kling
2020-12-14
LibGUI: Add a basic BreadcrumbBar widget! :^)
Andreas Kling
2020-12-14
LibGUI: Protect GUI::Button across firing the on_click hook
Andreas Kling
2020-12-14
LibWeb: Use IdentifierStyleValue for CSS 'position'
Andreas Kling
2020-12-14
LibWeb: Use CSS::ValueID for 'text-align' values
Andreas Kling
2020-12-14
LibWeb: Improvements to font lookup
Andreas Kling
2020-12-14
LibWeb: Virtualize StyleValue equality check
Andreas Kling
2020-12-14
jp: Remove trailing comma at end of object/array to make output valid JSON
Linus Groh
2020-12-14
jp: Only output colors when stdout is a TTY
Linus Groh
2020-12-14
jp: Use new format functions
Linus Groh
2020-12-14
LibWeb: Add a little assertion in Document::detach_from_frame()
Andreas Kling
[prev]
[next]