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-04-20
Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG
Andreas Kling
2021-04-19
Kernel: Stop treating port 0 (ephemeral auto bind) as a privileged port
Idan Horowitz
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
2021-04-18
Kernel: Add kernel command line flag to disable VirtIO support
Idan Horowitz
2021-04-18
Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state
Andreas Kling
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-18
Kernel: Add debug register handling
FalseHonesty
2021-04-18
Kernel: Add boot argument to disable the UHCI Controller
Luke
2021-04-18
Kernel: Make VirtIOConsole block when VirtIOQueue is full
Sahan Fernando
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-18
Kernel: Allow system calls from the dynamic loader
Gunnar Beutner
2021-04-18
Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-17
Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)
Idan Horowitz
2021-04-17
Kernel: Finish base implementation of VirtQueues
Idan Horowitz
2021-04-17
Kernel: Implement a simple Scatter/Gather List
Idan Horowitz
2021-04-17
Kernel: Implement a naive version of virtconsole by memcpying to physical page
Idan Horowitz
2021-04-17
Kernel: Activate queues and enable interrutps in VirtIODevices
Idan Horowitz
2021-04-17
Kernel: Modernize use of pointers in VirtIO
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtConsole (VirtIO based consoles)
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtIO devices
Idan Horowitz
2021-04-17
Kernel: Add PCI::get_BAR convenience method
Idan Horowitz
2021-04-17
Kernel: Convert PCI Capability struct to class with convenience methods
Idan Horowitz
2021-04-17
Kernel: Add `-Wnull-dereference` flag
Nicholas-Baron
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-14
Kernel: Suppress maybe-uninitialized' warning s_syscall_table in gcc-10.3.0
Brian Gianforcaro
2021-04-14
Build: Update toolchain include path to gcc 10.3.0
Brian Gianforcaro
2021-04-14
Kernel: Read the ELF header from the inode rather than the mapped pages
Gunnar Beutner
2021-04-14
Kernel: Make sure the offset stays the same when using mremap()
Gunnar Beutner
2021-04-13
Kernel: Fix RAM OK test condition for NE2000NetworkAdapter
Jean-Baptiste Boric
2021-04-13
Kernel: Remove type from StorageDevice class
Jean-Baptiste Boric
2021-04-12
Kernel: Mark s_syscall_table const so it ends up in ro_data.
Brian Gianforcaro
2021-04-12
Kernel: Replace process' regions vector with a Red Black tree
Idan Horowitz
2021-04-12
Kernel: Remove old region from process' regions vector before splitting
Idan Horowitz
2021-04-11
Kernel: Use more if-with-initializer in VFS
Andreas Kling
2021-04-11
Ext2FS: Use if-with-initializer a lot more
Andreas Kling
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-10
Ext2FS: Support reading from file holes
Andreas Kling
2021-04-10
Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat
Andreas Kling
2021-04-09
Kernel: Do some basic metadata integrity verification in kmalloc/kfree
Andreas Kling
2021-04-09
Kernel: Add some basic double-kfree() detection
Andreas Kling
2021-04-08
Kernel/LibC: Make memset implementations the same
Hendiadyoin1
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-07
Kernel: Remove unused UHCI_ENABLED flag
Andreas Kling
2021-04-06
Kernel/PCI: Disable ECAM method by default
Liav A
2021-04-06
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
Liav A
[next]