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-19
Kernel: Ignore null parent custody without error in VFS::open
Max Wipfli
2021-05-18
Kernel: Implement mprotect for multiple Regions
Hendiadyoin1
2021-05-18
Kernel: Don't update write_pos in DoubleBuffer if userspace copy fails
Sahan Fernando
2021-05-18
Kernel: Acknowledge partial writes from TTYs
Sahan Fernando
2021-05-18
Kernel: Fix subtle race condition in sys$write implementation
Sahan Fernando
2021-05-18
Kernel: Add support for multiple serial ports per device
Idan Horowitz
2021-05-18
Kernel: Avoid allocations when receiving network packets
Gunnar Beutner
2021-05-18
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-17
Kernel: Disable profile timer when the process exits
Gunnar Beutner
2021-05-17
Kernel: Fix return value for {enable,disable}_profile_timer()
Gunnar Beutner
2021-05-17
Kernel: Stop overriding built-in serial port with PCI serial port
Idan Horowitz
2021-05-17
Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)
Idan Horowitz
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequency
Idan Horowitz
2021-05-17
Kernel: Set InterruptEnable on HPET Comparators when frequency is set
Idan Horowitz
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
Revert "BitmapView: Disable mutations of the underlying Bitmap"
Andreas Kling
2021-05-17
LibVT: Fix newline handling
Daniel Bertalan
2021-05-17
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-17
Kernel: Implement a PCI Serial Device driver
Idan Horowitz
2021-05-17
Kernel: Use IOAddress instead of direct IO calls in SerialDevice
Idan Horowitz
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
[next]