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-27
Kernel: Clear segment registers on x86_64
Gunnar Beutner
2021-06-27
Kernel: Use macros for GDT indices instead of hardcoding the values
Gunnar Beutner
2021-06-27
Kernel: Add support for interrupts on x86_64
Gunnar Beutner
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-27
Kernel: Fix declaration for struct TrapFrame
Gunnar Beutner
2021-06-27
Kernel: Fix incorrect flags for the GDT entries
Gunnar Beutner
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-27
AK: Add explicit Variant conversion operators
Ali Mohammad Pur
2021-06-27
Profiler: Cache the timeline histograms instead of recomputing on paint
Andreas Kling
2021-06-27
Kernel: Don't kmalloc() for small (<=1024) dbgputstr() syscalls
Andreas Kling
2021-06-27
WindowServer: Try to auto-add unconfigured framebuffer devices
Tom
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-27
Kernel: Enable additional VirtIO displays only on first resolution set
Tom
2021-06-27
Kernel: Add support for multiple VirtIO GPU outputs
Tom
2021-06-27
WindowServer: Use relative coordinates when flushing screen dirty rects
Tom
2021-06-27
WindowServer: Fix geometry label not updating if it isn't moving
Tom
2021-06-27
LibJS: Don't extend `arguments` object to match the parameter count
Andreas Kling
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-26
LibJS: Implement the GetMethod() abstract operation as a Value method
Linus Groh
2021-06-26
LibJS: Implement the GetV() abstract operation
Linus Groh
2021-06-26
LibJS: Move install_error_cause() from Object to Error
Linus Groh
2021-06-26
LibJS: Skip tests which broke with reversion of f102b563
davidot
2021-06-26
Revert "LibJS: Fix this_value in native setters and getters"
davidot
2021-06-26
LibJS: Fix propagation of setters and getters from prototypes
davidot
2021-06-26
LibJS: Allow setting the length of an object with prototype Array
davidot
2021-06-26
LibJS: Don't remove non-configurable items in Array when setting length
davidot
2021-06-26
LibJS: Make Array.prototype.lastIndexOf slightly more spec compliant
davidot
2021-06-26
Meta: Use virtio-vga instead of virtio-gpu if using multiple monitors
Sahan Fernando
2021-06-26
Toolchain: Build the x86_64 target in addition to i386 in BuildQemu.sh
Idan Horowitz
2021-06-26
LibJS: Make sure `this` in the global environment is the global object
Andreas Kling
2021-06-26
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
Andreas Kling
2021-06-26
LibJS: Fix spelling mistake in one of the syntax error descriptions
Andreas Kling
2021-06-26
CI: Increase the on-target tests timeout to 60 minutes from 30 minutes
Idan Horowitz
2021-06-26
LibJS: Add %TypedArray%.prototype.entries
Luke
2021-06-26
LibJS: Add %TypedArray%.prototype.values
Luke
2021-06-26
LibJS: Add %TypedArray%.prototype.keys
Luke
2021-06-26
LibJS: Add TypedArray support to ArrayIterator
Luke
2021-06-26
Kernel: Specify -fno-pic when using -mcmodel=large
Gunnar Beutner
2021-06-26
Kernel: Clean up create_signal_trampoline a bit
Gunnar Beutner
2021-06-26
Kernel: Add CPUID flag for long mode
Gunnar Beutner
2021-06-26
Kernel: Ensure that the ProcessBase class is properly laid out on x86_64
Gunnar Beutner
2021-06-26
Kernel: Correct spelling mistake
Gunnar Beutner
2021-06-26
Kernel: Make addresses returned by kmalloc() properly aligned for x86_64
Gunnar Beutner
2021-06-26
Kernel: Add PML4T support for the PageDirectory class
Gunnar Beutner
2021-06-26
Kernel: Fix memcpy and memset for x86_64
Gunnar Beutner
2021-06-26
Kernel: Add slab allocator for 256 bytes
Gunnar Beutner
2021-06-26
Kernel: Fix off-by-one error in Processor::write_raw_gdt_entry
Gunnar Beutner
2021-06-26
Kernel: Add support for setting up a x86_64 GDT once in C++ land
Gunnar Beutner
2021-06-26
Kernel: Fix GDT limits
Gunnar Beutner
2021-06-26
LibJS: Align ObjectEnvironmentRecord member names with the spec
Andreas Kling
[prev]
[next]