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-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
2021-04-06
Kernel/PCI + CPU: Allow to access unaligned data
Liav A
2021-04-06
Kernel/PCI: Don't expose virtual addresses on the kernel log
Liav A
2021-04-06
Kernel: Don't crash if unable to map ramdisk inside kernel address space
Jean-Baptiste Boric
2021-04-06
Kernel: Fix KUBSAN crash with RamdiskDevice
Jean-Baptiste Boric
2021-04-06
Kernel+LibCore: Note whether a process is kernel mode in /proc/all
Andreas Kling
2021-04-04
Kernel+CrashReporter: Add metadata about page faults to crash reports
Andreas Kling
2021-04-04
Kernel: Reading past the end of an Ext2FSInode should return 0
Andreas Kling
2021-04-03
Kernel/PCI: Introduce a new ECAM access mechanism
Liav A
2021-04-03
Kernel: Enable PCI ECAM method again if available
Liav A
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-04-03
Revert "Kernel/PCI: Allow to set the PCI IRQ line of a device"
Liav A
2021-04-03
Kernel/Storage: Add support for IDE controllers in PCI native mode
Liav A
2021-04-03
Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfaces
Brendan Coles
2021-03-31
Kernel: Send SIGCHLD to the parent process when changing stopped state
AnotherTest
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-30
Kernel: Don't dump regions twice when crashing due to bad access
Andreas Kling
2021-03-30
Kernel: Clarify Thread::block() a little bit with a better local name
Andreas Kling
2021-03-29
Kernel: Support write() after setting O_APPEND on a non-seekable file
Itamar
2021-03-29
Kernel: Let's also not reverse the blocking flag for FIONBIO..
Andreas Kling
2021-03-29
Kernel: Let's allow unsetting non-blocking mode with FIONBIO as well
Andreas Kling
2021-03-28
LibCoreDump+CrashDaemon: Compress coredumps
Idan Horowitz
2021-03-28
Kernel+LibC: Implement sys$ioctl() FIONBIO
Andreas Kling
2021-03-27
Kernel/Storage: Select the drive before working with busmaster register
Liav A
2021-03-27
Kernel/Storage: Add some debug printing about IDE controllers
Liav A
2021-03-27
Kernel/Storage: Remove redundant public declaration in IDEController.h
Liav A
[next]