summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29Kernel: Rename some variables to arch-independent namesGunnar Beutner
2021-06-29Kernel+LibCoreDump: Implement more x86_64 coredump functionalityGunnar Beutner
2021-06-29LibELF: Implement PLT relocations for x86_64Gunnar Beutner
2021-06-29LibC: Fix struct layout for sys_dirent on x86_64Gunnar Beutner
2021-06-29Kernel: Fix correct argument order for userspace entry pointGunnar Beutner
2021-06-29Meta: Change default GDB layoutGunnar Beutner
2021-06-29Kernel: Implement capturing stack traces on x86_64Gunnar Beutner
2021-06-29Kernel: Implement signal handling for x86_64Gunnar Beutner
2021-06-29Kernel: Fix struct layout for interrupt entries on x86_64Gunnar Beutner
2021-06-29LibELF: Add stub for R_X86_64_TPOFF64Gunnar Beutner
2021-06-29Kernel: Add x86_64 support for fork()Gunnar Beutner
2021-06-29LibELF: Make sure the mmap() regions are large enoughGunnar Beutner
2021-06-29LibELF: Use correct accessor macros on x86_64 for some ELF fieldsGunnar Beutner
2021-06-29LibELF: Implement GNU hash section lookups for x86_64Gunnar Beutner
2021-06-29DynamicLoader: Implement self relocations for x86_64Gunnar Beutner
2021-06-29LibJS: Support the radix argument in BigInt.prototype.toStringIdan Horowitz
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-06-29AK: Ensure StringBuilder capacity in String::reverseIdan Horowitz
2021-06-29AK: Add the to_ascii_base36_digit helper methodIdan Horowitz
2021-06-29LibJS: Check the target function of a bound function in is_constructorIdan Horowitz
2021-06-29LibJS: Make Array.of(...items) genericIdan Horowitz
2021-06-29Toolchain: Allow containerized work with Serenity via Dockerkleines Filmröllchen
2021-06-29Assistant: Add subtitle field to the Result classAndreas Kling
2021-06-29AK: Use [[nodiscard]] in JsonObject and JsonArrayMax Wipfli
2021-06-29AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()Max Wipfli
2021-06-29AK: Add JsonObject::has_* methodsMax Wipfli
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-29AK: Return const& from JsonObject::get()Max Wipfli
2021-06-29AK: Use OrderedHashMap in JsonObjectMax Wipfli
2021-06-29AK: Make JsonValue::as_string_or() constMax Wipfli
2021-06-29AK: Use east const style in Json{Array,Object}.hMax Wipfli
2021-06-29Assistant: Fix crash when activating empty search resultAndreas Kling
2021-06-29LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()Andreas Kling
2021-06-29LibELF: Don't validate PT_LOAD alignment in ET_CORE filesAndreas Kling
2021-06-29LibC: Add struct keyword to FBRects.rects to make it C compiler safeDiego Garza
2021-06-29WindowServer: Fix animations not triggering renderingTom
2021-06-29Base: Set UBSAN to deadly for TestRunner serviceAndrew Kaster
2021-06-29LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first printAndrew Kaster
2021-06-29LibCrypto: Avoid unaligned reads in GHash constructorAndrew Kaster
2021-06-29LibHTTP: Relax the finish_up() "must be called once" limitation a bitAli Mohammad Pur
2021-06-28WindowServer: Change animation time to durationErik Sommer
2021-06-28Meta: Install 64-bit libgcc_s.so for x86_64 targetsGunnar Beutner
2021-06-28LibC: Implement memcpy and memset for x86_64Gunnar Beutner
2021-06-28Kernel: Fix the return type for syscallsGunnar Beutner
2021-06-28Kernel: Implement syscall entry for x86_64Gunnar Beutner
2021-06-28Kernel: Fix the limit for the IDT tableGunnar Beutner
2021-06-28Kernel: Properly set up the userland context for new processes on x86_64Gunnar Beutner
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-06-28Userland: Set linker max page size to 4096Gunnar Beutner
2021-06-28Kernel: Implement do_assume_context for execve() on x86_64Gunnar Beutner