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-09-05
Kernel: Tidy up Memory::AddressSpace construction
Andreas Kling
2021-09-05
Kernel: Use TRY() even more in VirtualFileSystem
Andreas Kling
2021-09-05
Kernel: Make KResult usable with TRY() as well
Andreas Kling
2021-09-05
Kernel: Tidy up VirtualFileSystem::mount_root() a little bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in FileDescription
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$chdir()
Andreas Kling
2021-09-05
Kernel: Use TRY() in Memory::AddressSpace
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$link() and sys$symlink()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$anon_create()
Andreas Kling
2021-09-05
Kernel: Tidy up AnonymousFile construction a bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$unveil()
Andreas Kling
2021-09-05
Kernel: Use try in sys$mmap() and friends :^)
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$execve()
Andreas Kling
2021-09-05
Kernel: Use TRY() in IPv4Socket
Andreas Kling
2021-09-05
Kernel: Use TRY() in Thread
Andreas Kling
2021-09-05
Kernel: Use TRY() when creating first thread in a new process
Andreas Kling
2021-09-05
Kernel: Simplify Process::get_syscall_path_argument()
Andreas Kling
2021-09-05
Kernel: Use TRY() in some Process functions
Andreas Kling
2021-09-05
Kernel: Use TRY() in LocalSocket
Andreas Kling
2021-09-05
Kernel: Use TRY() in VirtualFileSystem
Andreas Kling
2021-09-05
Kernel: Make KResult pull in the TRY macro
Andreas Kling
2021-09-05
Kernel: Add KResultOr::release_error()
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-05
Kernel: Declare syscall handlers with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Improve names in the ARP table thread blocker
Andreas Kling
2021-09-05
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
Andreas Kling
2021-09-05
Kernel: Tidy up InodeWatcher construction
Andreas Kling
2021-09-05
Kernel: Remove UserOrKernelBuffer::copy_into_string()
Andreas Kling
2021-09-05
Kernel/Plan9FS: Use KString instead of String in one place
Andreas Kling
2021-09-05
Kernel/Ext2FS: Remove a String allocation in debug logging
Andreas Kling
2021-09-04
Kernel: Tidy up UDPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Tidy up TCPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Handle ProcessGroup allocation failures better
Andreas Kling
2021-09-04
Kernel: Make Process::try_create() propagate errors better
Andreas Kling
2021-09-04
Kernel: Tidy up Process::try_create_user_process()
Andreas Kling
2021-09-04
Kernel: Move pledge verification into Process member functions
Andreas Kling
2021-09-04
Kernel: Rename Thread::clone() => try_clone() and propagate errors
Andreas Kling
2021-09-04
Kernel: Add missing error check after Process::try_create()
Andreas Kling
2021-09-04
Kernel: Rename Process::create() => try_create()
Andreas Kling
2021-09-04
Kernel: Add x2APIC support
Tom
2021-09-04
Kernel: Allow specifying ecx with CPUID
Tom
2021-09-04
Kernel/VirtIO: Determine VirtIO device class also with the PCI device ID
Liav A
2021-09-04
Kernel/VirtIO: Defer initialization of device out of the constructor
Liav A
2021-09-04
Kernel/SysFS: Ensure data stability when reading from Inodes
Liav A
2021-09-04
Kernel/DevFS: Remove unnecessary include
Liav A
2021-09-04
Kernel/Devices: Remove unnecessary virtual method
Liav A
2021-09-04
Kernel: Delete the rvalue-ref qualified version of KResultOr::value()
Andreas Kling
2021-09-04
Kernel: Add missing error check when opening TTY for a new process
Andreas Kling
2021-09-04
Kernel: Add missing error check when opening root file system
Andreas Kling
[prev]
[next]