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
2021-06-29
Kernel: Rename some variables to arch-independent names
Gunnar Beutner
2021-06-29
Kernel+LibCoreDump: Implement more x86_64 coredump functionality
Gunnar Beutner
2021-06-29
LibELF: Implement PLT relocations for x86_64
Gunnar Beutner
2021-06-29
LibC: Fix struct layout for sys_dirent on x86_64
Gunnar Beutner
2021-06-29
Kernel: Fix correct argument order for userspace entry point
Gunnar Beutner
2021-06-29
Meta: Change default GDB layout
Gunnar Beutner
2021-06-29
Kernel: Implement capturing stack traces on x86_64
Gunnar Beutner
2021-06-29
Kernel: Implement signal handling for x86_64
Gunnar Beutner
2021-06-29
Kernel: Fix struct layout for interrupt entries on x86_64
Gunnar Beutner
2021-06-29
LibELF: Add stub for R_X86_64_TPOFF64
Gunnar Beutner
2021-06-29
Kernel: Add x86_64 support for fork()
Gunnar Beutner
2021-06-29
LibELF: Make sure the mmap() regions are large enough
Gunnar Beutner
2021-06-29
LibELF: Use correct accessor macros on x86_64 for some ELF fields
Gunnar Beutner
2021-06-29
LibELF: Implement GNU hash section lookups for x86_64
Gunnar Beutner
2021-06-29
DynamicLoader: Implement self relocations for x86_64
Gunnar Beutner
2021-06-29
LibJS: Support the radix argument in BigInt.prototype.toString
Idan Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-29
AK: Ensure StringBuilder capacity in String::reverse
Idan Horowitz
2021-06-29
AK: Add the to_ascii_base36_digit helper method
Idan Horowitz
2021-06-29
LibJS: Check the target function of a bound function in is_constructor
Idan Horowitz
2021-06-29
LibJS: Make Array.of(...items) generic
Idan Horowitz
2021-06-29
Toolchain: Allow containerized work with Serenity via Docker
kleines Filmröllchen
2021-06-29
Assistant: Add subtitle field to the Result class
Andreas Kling
2021-06-29
AK: Use [[nodiscard]] in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK: Add JsonObject::has_* methods
Max Wipfli
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK: Return const& from JsonObject::get()
Max Wipfli
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-29
AK: Make JsonValue::as_string_or() const
Max Wipfli
2021-06-29
AK: Use east const style in Json{Array,Object}.h
Max Wipfli
2021-06-29
Assistant: Fix crash when activating empty search result
Andreas Kling
2021-06-29
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
Andreas Kling
2021-06-29
LibELF: Don't validate PT_LOAD alignment in ET_CORE files
Andreas Kling
2021-06-29
LibC: Add struct keyword to FBRects.rects to make it C compiler safe
Diego Garza
2021-06-29
WindowServer: Fix animations not triggering rendering
Tom
2021-06-29
Base: Set UBSAN to deadly for TestRunner service
Andrew Kaster
2021-06-29
LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first print
Andrew Kaster
2021-06-29
LibCrypto: Avoid unaligned reads in GHash constructor
Andrew Kaster
2021-06-29
LibHTTP: Relax the finish_up() "must be called once" limitation a bit
Ali Mohammad Pur
2021-06-28
WindowServer: Change animation time to duration
Erik Sommer
2021-06-28
Meta: Install 64-bit libgcc_s.so for x86_64 targets
Gunnar Beutner
2021-06-28
LibC: Implement memcpy and memset for x86_64
Gunnar Beutner
2021-06-28
Kernel: Fix the return type for syscalls
Gunnar Beutner
2021-06-28
Kernel: Implement syscall entry for x86_64
Gunnar Beutner
2021-06-28
Kernel: Fix the limit for the IDT table
Gunnar Beutner
2021-06-28
Kernel: Properly set up the userland context for new processes on x86_64
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-28
Userland: Set linker max page size to 4096
Gunnar Beutner
2021-06-28
Kernel: Implement do_assume_context for execve() on x86_64
Gunnar Beutner
[next]