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-21
Kernel: Use map_typed() in HPET code and add a register access helper
Andreas Kling
2020-06-20
Kernel: Remove DMI decoder from the kernel
Andreas Kling
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-18
Kernel: Add "setkeymap" pledge promise
Andreas Kling
2020-06-17
Kernel: Unbreak sys$setkeymap()
Andreas Kling
2020-06-17
Kernel: clang-format ENUMERATE_SYSCALLS
Nico Weber
2020-06-17
Kernel: Don't remove shbuf permission-to-reattach when releasing
Andreas Kling
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
Kernel: Use symbolic constants for file modes
Sergey Bugaev
2020-06-17
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
Sergey Bugaev
2020-06-16
Kernel: TTY:VirtualConsole, replace character attribute with code_point
Hüseyin ASLITÜRK
2020-06-16
Kernel: Replace char and u8 data types to u32 for code point
Hüseyin ASLITÜRK
2020-06-13
Kernel: KeyboardDevice, remove char mapping logic
Hüseyin ASLITÜRK
2020-06-13
Kernel: Process, replace internal data type to CharacterMapData
Hüseyin ASLITÜRK
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-09
Kernel: Allow sys$accept(address = nullptr)
Sergey Bugaev
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-06-04
Kernel: Add mechanism to identity map the lowest 2MB
Tom
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
[next]