index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-03
Kernel: Non-readable-but-writable regions should still be mapped
Andreas Kling
2020-04-03
Kernel: Prepend missing license
Marco Wang
2020-04-02
Kernel: Send Fragmented IPv4 packets if payload size > mtu
AnotherTest
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-02
Kernel: Remove unnecessary printf specifier
Liav A
2020-04-01
Kernel: Align read operation in HPET registers' block
Liav A
2020-03-31
Base: Change root user home directory from `/` to `/root`
Brendan Coles
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
WaitBlocker: don't unblock if thread has pending SIGCONT
Itamar
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-26
Kernel: Make ^W and ^U actually erase characters
Andreas Kling
2020-03-25
Build: Oops, LibJS tests were meant to go in /home/anon/js-tests
Andreas Kling
2020-03-25
Build: Copy LibJS/Tests into /home/anon/js-tests
Andreas Kling
2020-03-24
Interrupts: Handle spurious IRQs from eoi() method
Liav A
2020-03-24
Interrupts: Use Optional container in IOAPIC
Liav A
2020-03-24
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
Liav A
2020-03-24
Interrupts: Remove unused methods
Liav A
2020-03-24
Kernel: Simplify disable_irq() and enable_irq() methods in IRQHandler
Liav A
2020-03-24
Interrupts: Do a specific EOI when using the PIC
Liav A
2020-03-24
Kernel: Limit IRQ rate within E1000 network adapter
Liav A
2020-03-24
Interrupts: Assert if trying to install an handler on syscall vector
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Correct Spurious Interrupt handlers' controller model() method
Liav A
2020-03-24
Kernel: Create an interface for conversion between IRQs and interrupts
Liav A
2020-03-24
Kernel: Ensure that we don't use a hard-disabled IRQController
Liav A
2020-03-24
Kernel: Enable IRQs before sending commands to the E1000 adapter
Liav A
2020-03-24
Kernel: Change the Spurious Interrupt Handler offset in the APIC
Liav A
2020-03-24
CPU: Move EOI call to the end of handle_interrupt()
Liav A
2020-03-24
Kernel: Run QEMU machine with two virtual processors
Liav A
2020-03-24
Kernel: Change noacpi GRUB entry to use the right boot argument
Liav A
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-23
Toolchain/Ports: Update gcc to 9.3.0
Shannon Booth
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-22
Kernel: Fix compilation error with ACPI_DEBUG enabled
Shannon Booth
2020-03-22
Kernel: Simplify process assertion checking if region is in range
Shannon Booth
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-21
Build: Add FreeBSD support (#1492)
BenJilks
2020-03-19
Process: Use monotonic time for timeouts
Liav A
2020-03-19
Scheduler: Use monotonic time for blocking threads
Liav A
2020-03-19
Kernel: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel: Delete unnecessary files
Liav A
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-19
Kernel & LibC: Add CLOCK_REALTIME constant
Liav A
2020-03-19
ACPI: Delete irrelevant HPET definitions
Liav A
2020-03-19
Interrupts: Add an interface to determine if SMP is enabled
Liav A
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-19
Kernel: Remove unnecessary include from PATAChannel.cpp
Liav A
2020-03-19
Kernel: Add the NonMaskableInterruptDisabler class
Liav A
[next]