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-06-03
Kernel: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-06-02
Kernel: Always inline some KResult / KResultOr<> methods
Sergey Bugaev
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-06-01
HPET: Fix accessing HPET registers
Tom
2020-05-31
Kernel: Tighten up some promise checks
Sergey Bugaev
2020-05-31
Kernel: Fix overflow in Process::validate_{read,write}_typed()
Sergey Bugaev
2020-05-31
Kernel: Fix glitched audio output in SB16 driver
Andreas Kling
2020-05-30
LibVT: Allow updating the window progress via an escape sequence
Andreas Kling
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
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
[next]