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-07-09
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
Ali Mohammad Pur
2021-07-09
Kernel: Support multiport for VirtIOConsole
x-yl
2021-07-09
Kernel: Add support for reading from VirtIOConsole
x-yl
2021-07-09
Kernel: Stop booting and print if PAE is not supported by the processor
Luke
2021-07-08
Kernel: Return an already destructed PhysicalPage to the allocators
Tom
2021-07-08
Kernel: Move PhysicalPage classes out of the heap into an array
Tom
2021-07-08
Kernel: Use PAE to allow accessing all physical memory beyond 4GB
Tom
2021-07-08
Kernel: Add `memchr` and `malloc` to StdLib.cpp
Daniel Bertalan
2021-07-08
Kernel: Use range-for wherever possible
Daniel Bertalan
2021-07-08
AK+Kernel: Fix perfect forwarding constructors shadowing others
Daniel Bertalan
2021-07-08
Everywhere: Mark debug-only functions `[[maybe_unused]]`
Daniel Bertalan
2021-07-08
Kernel: Pledge promises accessible via /proc/PID/pledge
Ralf Donau
2021-07-07
Kernel: Map non-page-aligned text segments correctly
Daniel Bertalan
2021-07-07
Kernel: Print if image has become too large again
Liav A
2021-07-07
Kernel: Fix race causing modifying a Process to fail with a panic
Tom
2021-07-07
Kernel: Add AtomicEdgeAction class
Tom
2021-07-07
Kernel: Custody::absolute_path() => try_create_absolute_path()
Max Wipfli
2021-07-07
Kernel: Add formatter function for OwnPtr<KString>
Max Wipfli
2021-07-07
Kernel: Add Custody::try_create_absolute_path()
Max Wipfli
2021-07-07
Kernel: Add KLexicalPath::try_join and use it
Max Wipfli
2021-07-07
Kernel: Replace usage of LexicalPath with KLexicalPath
Max Wipfli
2021-07-07
Kernel: Add KLexicalPath
Max Wipfli
2021-07-07
Kernel: Stop building ctype.cpp into the Kernel
Max Wipfli
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-07
Kernel: Do not hold spinlock while touching user mode futex values
Tom
2021-07-07
Kernel: Fix futex race that could lead to thread waiting forever
Tom
2021-07-07
Kernel: Fix kernel crash when remote peer resets unexpectedly
ngc6302h
2021-07-06
Kernel+Toolchain: Remove the kernel-specific toolchain
Gunnar Beutner
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-06
Kernel/x86_64: Print if machine doesn't support x86_64 mode
Liav A
2021-07-06
Kernel: Don't remap BochsGraphicsAdapter MMIO registers on every access
Andreas Kling
2021-07-06
Kernel: Fix method name load_kernel_{sybols => symbols}_from_data()
Ali Mohammad Pur
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-07-05
Kernel: Print region name+offset for user addresses in thread backtrace
Tom
2021-07-05
Kernel: Fix regression in VFS::symlink
Max Wipfli
2021-07-05
Kernel: Stricter path checking in validate_path_against_process_veil
Max Wipfli
2021-07-05
Kernel: Use the static LexicalPath::basename(String) in VFS
Max Wipfli
2021-07-05
Kernel: Don't allocate Strings unnecessarily in process veil validation
Max Wipfli
2021-07-05
Kernel: Fix incorrect indentation
Gunnar Beutner
2021-07-05
Kernel: Replace raw asm functions with naked ones
Hendiadyoin1
2021-07-05
Kernel: Get rid of of some of the duplicate kernel base address macros
Gunnar Beutner
2021-07-05
Kernel: Merge the x86 and x86_64 boot code into a single file
Gunnar Beutner
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-07-04
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
Tom
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-04
Everywhere: Fix incorrect usages of AK::Checked
Idan Horowitz
2021-07-04
Kernel: Fix safe_memset not setting the last few bytes in some cases
Tom
[next]