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
2021-05-17
Kernel: Add a put_char(char) method to SerialDevice
Idan Horowitz
2021-05-17
Kernel: Bit mask line control options in SerialDevice::set_line_control
Idan Horowitz
2021-05-17
Kernel: Swap baud rate divisor registers in SerialDevice::set_baud
Idan Horowitz
2021-05-17
Kernel: Use unsigned instead of signed types in SerialDevice
Idan Horowitz
2021-05-17
Kernel: Initialize the PCI Bus earlier in the boot sequence
Idan Horowitz
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-17
Kernel+LibC: Support more `termios` settings in TTY
Daniel Bertalan
2021-05-17
Kernel: Print failed attempt to shutdown the machine
Liav A
2021-05-17
Kernel/Graphics: Be more consistent about arguments passing
Liav A
2021-05-16
Kernel/Graphics: Round size value when mapping real framebuffer
Liav A
2021-05-16
Kernel/Graphics: Assign console to be from VGACompatibleAdapter always
Liav A
2021-05-16
Kernel/Graphics: Fix a method to be more accurate about its name
Liav A
2021-05-16
Kernel: Move ConsoleDevice initialization just after kmalloc init
Liav A
2021-05-16
Kernel: Print all logbuffer from ConsoleDevice to debug Virtual Console
Liav A
2021-05-16
Kernel: Allow the user to specify the virtual console when booting
Liav A
2021-05-16
Kernel: Print scheduler state to the display console
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Expand the kernel memory slot from 16 MiB to 32 MiB
Liav A
2021-05-16
Kernel: Don't ref-count UsedMemoryRange during iteration
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
Kernel/PCI: Add helper to determine if device can access IO space
Liav A
2021-05-16
Kernel: Drop support of GRUB VBE modesetting
Liav A
2021-05-16
Kernel/Graphics: Add basic support for Intel native accelerator
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A
2021-05-16
Kernel: Support the bochs-display device
Liav A
2021-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
2021-05-16
Kernel: Fix incorrect argument when constructing DiskPartitionMetadata
Gunnar Beutner
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Kernel: Reorder VirtIODevice PCI initialization steps
Sahan Fernando
2021-05-15
Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits
Sahan Fernando
2021-05-15
Kernel: Unbreak profiling all processes
Andreas Kling
2021-05-15
Kernel/AHCI: Fix "received" => "recovered" typo in communication error
Luke
2021-05-15
Kernel/AHCI: Get BOH and NVMP from extended capabilities
Luke
2021-05-15
AHCIController: Fix off-by-one mistake (#7144)
Alexander Richards
2021-05-15
Kernel: Fix return values of BXVGADevice::read/write
Sahan Fernando
2021-05-15
Kernel: Don't use the profile timer if we don't have a timer to assign
Liav A
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
Kernel: Make perf_event() work for global profiles
Gunnar Beutner
2021-05-15
Kernel/AHCI: Don't check for PCC during initialization
Luke
2021-05-15
Kernel/AHCI: Don't enable interrupts in the AHCIPort constructor
Luke
2021-05-15
Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp()
Brian Gianforcaro
2021-05-15
Kernel: Fix UHCIController singleton startup null-deref race condition.
Brian Gianforcaro
2021-05-15
Kernel: Make AnonymousVMObject physical page APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make AnonymousVMObject::clone/create APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make Process creation APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make PTYMultiplexer::open API OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Fix lock state corruption in AHCIPORT::start_request
Brian Gianforcaro
[prev]
[next]