summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-14Loader: Don't re-load self-dependant librariesItamar
2020-12-14Toolchain: Fix usage of libgcc_s & build PIE executables by defaultItamar
2020-12-14CrashDaemon: Show source position in backtraceItamar
2020-12-14UserspaceEmulator: Support dynamically loaded programsItamar
2020-12-14UserspaceEmulator: Support the name argument in mmap for file backed mappingsItamar
2020-12-14UserspaceEmulator: Update memory protection of underlying pagesItamar
2020-12-14LibELF: Move the implementation of find_demangled_function to ELF::ImageItamar
2020-12-14LibC: Also build a static version of libcItamar
2020-12-14Profiler: Symbolicate samples using coredump fileItamar
2020-12-14Kernel: Generate coredumps for profiled processesItamar
2020-12-14Kernel: Pass full path of output coredump file to CoreDumpItamar
2020-12-14LibC: Link statically with libstdc++Itamar
2020-12-14CrashDaemon: Add service that acts on new coredumpsItamar
2020-12-14LibCoreDump: Add library for parsing coredump filesItamar
2020-12-14LibELF: Allow using ELF::Loader for ET_CORE objectsItamar
2020-12-14LibELF: Temporarily disable name demanglingItamar
2020-12-14LibELF: Refactor coredump notes section structuresItamar
2020-12-14Loader: Take main program name from auxiliary vectorItamar
2020-12-14LibCore: Add DirectoryWatcherItamar
2020-12-14Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEventItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Ports: Update gcc patch to support shared libsItamar
2020-12-14Build: Build libgcc_s.soItamar
2020-12-14LibC: Add libc.soItamar
2020-12-14Demos: Add "DynamicObjectDemo" to demo the dynamic loaderItamar
2020-12-14LibELF: Allow elf files with no section header to pass validationItamar
2020-12-14Loader: Add dynamic loader programItamar
2020-12-14LibC: Add NO_TLS preprocessor flagItamar
2020-12-14LibC: Make it possible to use ASSERTs without initializing stdioItamar
2020-12-14Toolchain: Configure the path to the dynamic linkerItamar
2020-12-14Kernel: Support TLS allocation from userspaceItamar
2020-12-14Kernel: Add ability to load interpreter instead of main programItamar
2020-12-14Debugger: Add 'examine' commandItamar
2020-12-14Debugger: Fix CLI parsing of breakpoint addressesItamar
2020-12-14LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriodLinus Groh
2020-12-14LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValueAndreas Kling
2020-12-14LibGfx: Draw checked buttons with a dithered base backgroundAndreas Kling
2020-12-14LibGUI: Don't focus BreadcrumbBar segments on clickAndreas Kling
2020-12-14FileManager: Use GUI::BreadcrumbBar :^)Andreas Kling
2020-12-14LibGUI: Add a basic BreadcrumbBar widget! :^)Andreas Kling
2020-12-14LibGUI: Protect GUI::Button across firing the on_click hookAndreas Kling
2020-12-14LibWeb: Use IdentifierStyleValue for CSS 'position'Andreas Kling
2020-12-14LibWeb: Use CSS::ValueID for 'text-align' valuesAndreas Kling
2020-12-14LibWeb: Improvements to font lookupAndreas Kling
2020-12-14LibWeb: Virtualize StyleValue equality checkAndreas Kling
2020-12-14jp: Remove trailing comma at end of object/array to make output valid JSONLinus Groh
2020-12-14jp: Only output colors when stdout is a TTYLinus Groh
2020-12-14jp: Use new format functionsLinus Groh
2020-12-14LibWeb: Add a little assertion in Document::detach_from_frame()Andreas Kling