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
2022-02-14
Kernel: Honor permission mode when creating new directories in DevTmpFS
Liav A
2022-02-14
Kernel/Audio: Ignore buffers with more than 4096 bytes of data in SB16
Liav A
2022-02-14
Kernel/Audio: Introduce a new design architecture for the subsystem
Liav A
2022-02-14
Kernel/Profiling: Add profiling to read syscall
Jakub Berkop
2022-02-14
Kernel: Use StringView::for_each_split_view() in sys$pledge
Idan Horowitz
2022-02-14
Kernel: Make Inode::set_shared_vmobject() OOM-fallible
Idan Horowitz
2022-02-14
Kernel: Evaluate block conditions only once on new mouse packets
Idan Horowitz
2022-02-14
Kernel: Make master TLS region WeakPtr construction OOM-fallible
Idan Horowitz
2022-02-13
Kernel: Remove dead code from ThreadSafeWeakPtr
Idan Horowitz
2022-02-13
Kernel: Remove make_weak_ptr()
Idan Horowitz
2022-02-13
Kernel: Use try_make_weak_ptr() instead of make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Add an OOM-fallible try variant make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-02-13
Kernel: Expose maximum argument limit in sysconf
Andrew Kaster
2022-02-13
Kernel/VFS: Add FIXMEs about error codes leaking data from veiled paths
Max Wipfli
2022-02-13
Kernel/VFS: Validate paths against process veil in mkdir()
Max Wipfli
2022-02-13
Kernel/VFS: Clear out_parent if path is veiled
Max Wipfli
2022-02-13
Kernel: Fix deadlock when setting VirtIOGPU resolution
Sahan Fernando
2022-02-12
Kernel: Increase attempts count when waiting before doing i8042 IO
Liav A
2022-02-12
Kernel: Increase delay and attempts count when checking i8042 existence
Liav A
2022-02-11
Meta: Enable RELR relocations
Daniel Bertalan
2022-02-11
Kernel: Stop trying to write unmapped Process regions into CoreDumps
Idan Horowitz
2022-02-11
Kernel: Set up Regions before adding them to a Process's AddressSpace
Idan Horowitz
2022-02-11
Kernel: Make SharedInodeVMObject pages Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-11
Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-11
Kernel/Net: Don't update TCP socket "last sent ACK" field too early
Andreas Kling
2022-02-11
Kernel/E1000: Bump RX/TX buffer count to 256/256
Andreas Kling
2022-02-11
Kernel: Make contiguous VM objects use "user physical pages" by default
Andreas Kling
2022-02-11
Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug
Idan Horowitz
2022-02-10
Kernel: Convert i8042 code to use the ErrorOr pattern more broadly
Liav A
2022-02-10
Kernel: Check i8042 existence before trying to use it
Liav A
2022-02-09
Kernel: Instantiate a TextModeConsole early on if there's no framebuffer
Liav A
2022-02-09
Kernel/Graphics: Don't assert when disabling TextModeConsole
Liav A
2022-02-09
Kernel/Graphics: Untie Text mode console from VGACompatibleAdapter class
Liav A
2022-02-09
Kernel: Change static constexpr variables to constexpr where possible
Lenny Maiorani
2022-02-09
AK+Kernel: Alphabetize debug macros
Lenny Maiorani
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-07
Kernel: Fix bug in TCP state handling in SynSent
Jamie Mansfield
2022-02-07
Kernel: Robustify and rename Inode bound socket API
Andreas Kling
2022-02-07
Kernel: Ensure socket is suitable for writing in sys$sendmsg
sin-ack
2022-02-06
Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2
Andreas Kling
2022-02-06
Kernel: Send only FIN when shutting down TCP socket from ESTABLISHED
Andreas Kling
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
Kernel: Propagate sys$profiling_enable() buffer allocation failure
Andreas Kling
2022-02-05
Kernel: Put kmalloc heap expansion debug spam behind KMALLOC_DEBUG
Andreas Kling
2022-02-05
Kernel/Interrupts: Remove stale MSIHandler class
Liav A
2022-02-04
Kernel: Disable BootFramebufferConsole when drivers create a new one
Tom
2022-02-04
Kernel: Set up an initial boot framebuffer console
Tom
2022-02-04
Kernel: Separate GenericFramebufferConsole implementation
Tom
[next]