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
2020-05-29
Ports: Fix CMake-based ports
Paul Redmond
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Misc tweaks
Sergey Bugaev
2020-05-29
Kernel+Base: Mount root filesystem read-only :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-29
Kernel: Fix error case in Process::create_user_process()
Sergey Bugaev
2020-05-29
Kernel: Fix some failing assertions
Sergey Bugaev
2020-05-29
Kernel: Always require read access when mmaping a file
Sergey Bugaev
2020-05-29
Kernel: Pass a Custody instead of Inode to VFS methods
Sergey Bugaev
2020-05-29
Kernel: Pass a FileDescription to File::chmod() and File::chown()
Sergey Bugaev
2020-05-29
Kernel: Report source of synthetic filesystems as "none"
Sergey Bugaev
2020-05-28
Kernel: Remove outdated FIXME in InterruptManagement::locate_apic_data
Andreas Kling
2020-05-28
Kernel: Stop bootloader from setting video mode with Multiboot
etaIneLp
2020-05-27
Kernel: Introduce "boot_mode" and "init" cmdline options
Sergey Bugaev
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Kernel: Introduce "sigaction" pledge
Sergey Bugaev
2020-05-26
Kernel: fix assertion on readlink() syscall
Angel
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
2020-05-26
Kernel: Clang format file system in prep for changes.
Brian Gianforcaro
2020-05-26
Kernel: Unmap first MB after jumping above 3GB
etaIneLp
2020-05-26
Kernel: Create page structures correctly in boot.s
etaIneLp
2020-05-25
Kernel: Fix returning random children from waitid(WNOHANG)
Sergey Bugaev
2020-05-23
Kernel: Use TypedMapping for accessing IOAPIC registers
Andreas Kling
2020-05-23
Kernel: Add non-const version of TypedMapping::operator->()
Andreas Kling
2020-05-23
Kernel: Oops, we need to use map_typed_writable() for write access :^)
Andreas Kling
2020-05-23
Kernel: Use TypedMappings when looking for APIC information
Andreas Kling
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel: Use TypedMappings in the very unfinished APIC code
Andreas Kling
2020-05-23
Kernel+LibC: Let's say that off_t is a ssize_t
Andreas Kling
2020-05-23
Kernel: Add missing casts when calling AK::min()
Andreas Kling
2020-05-23
Kernel: Tweak some suspicious casts in InterruptManagement
Andreas Kling
2020-05-23
Kernel: Dont't static_assert that size_t is 32-bit :^)
Andreas Kling
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-23
Kernel: Simplify MP table parser a little bit more
Andreas Kling
2020-05-23
Kernel: Make dump_backtrace_impl() take base pointer as a FlatPtr
Andreas Kling
2020-05-22
Kernel: Return ESPIPE when seeking an unseekable
Sergey Bugaev
2020-05-22
Kernel: Remove some now-unnecessary casts in ProcFS
Andreas Kling
2020-05-22
Kernel: Remove outdated FIXME's in the static ACPI parser
Andreas Kling
2020-05-22
Kernel: Simplify scanning BIOS/EBDA and MP parser initialization
Andreas Kling
2020-05-22
Kernel: Add convenient ways to map whole BIOS and EBDA into memory
Andreas Kling
2020-05-22
Kernel: Clean up and simplify MP table parsing
Andreas Kling
2020-05-22
Ext2FS: Fix indirect-blocks iteration
Yonatan Goldschmidt
2020-05-20
Kernel: Fix invalid jump in case RDRAND fails
Andreas Kling
2020-05-20
Revert "Kernel: Add implementation of operator new and delete to kmalloc.cpp"
Andreas Kling
2020-05-20
Revert "Kernel: Don't link against libstdc++"
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Kernel: Always inline stac(), clac() and SmapDisabler
Andreas Kling
[next]