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
2023-01-16
Kernel: Fix uninitialized member variable in FATFS Filesystem
Brian Gianforcaro
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
Meta: Fix copyright header in Kernel/Syscalls/jail.cpp file
Liav A
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-13
Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl
Arda Cinar
2023-01-13
Kernel: Remove outdated FIXME in the DeviceManagement code
Liav A
2023-01-13
Kernel: Require "stdio" pledge promise when calling get_root_session_id
Liav A
2023-01-12
Kernel: AK: Fix ignored .to_string() errors in IPv4Socket
MacDue
2023-01-10
Kernel+LibCore: Make %sid path parsing not take ages
Andreas Kling
2023-01-09
Kernel/FileSystem: Fix kernel panic during FS init or mount failure
Taj Morton
2023-01-08
Kernel: Remove the NE2000 PCI network adapter driver
Liav A
2023-01-07
Kernel/Graphics: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Graphics: Allocate 16 MiB framebuffer if failed allocating larger
Liav A
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-07
Kernel: Remove the RTL8139 PCI network adapter driver
Liav A
2023-01-07
Kernel/Net: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking the RTL8139 constructor
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking Intel driver constructors
Liav A
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-06
Kernel: Restore setting i8042 scan code set to scan code set 2 sequence
Liav A
2023-01-06
Kernel: Make i8042 controller initialization sequence more robust
Liav A
2023-01-05
Kernel/SysFS: Don't refresh/set-values inside the Jail spinlock scope
Liav A
2023-01-05
Kernel: Repair build for aarch64
Ben Wiederhake
2023-01-05
Kernel/aarch64: Remove counterproductive `volatile`
Nico Weber
2023-01-05
Kernel: Convert 2 instances of `dbgln` to `dmesgln_pci` in AC'97
Jelle Raaijmakers
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2023-01-04
Everywhere: Remove some redundant `inline` keywords
Nico Weber
2023-01-04
Kernel/FileSystem: Fix handling of FAT names that don't fill an entry
Taj Morton
2023-01-04
Kernel/FileSystem: Remove FIXME about old/new path being the same
Taj Morton
2023-01-03
Kernel: Allow sending `SIGCONT` to processes in the same group
yyny
2023-01-03
Kernel: Add `sid` and `pgid` to `Credentials`
yyny
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Kernel: Remove unused includes of Kernel/Debug.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-02
Kernel: Remove unused includes
Ben Wiederhake
2023-01-02
Kernel: Propagate properly errors from PCI IDE Controller initialization
Liav A
2023-01-02
Kernel: Remove stale detect_disks method from PCI IDE controller class
Liav A
2023-01-01
Kernel/x86_64: *Restore* interrupt flag in page fault handler
Andreas Kling
2023-01-01
Kernel+Tests: Allow deleting someone else's file in my sticky directory
Andreas Kling
2023-01-01
Kernel: Annotate VirtualFileSystem::rmdir() errors with spec comments
Andreas Kling
2023-01-01
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
Andreas Kling
[next]