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-03-01
Kernel: Respect actual framebuffer pitch
Andreas Kling
2022-02-28
Kernel: Add getrusage() syscall
Lucas CHOLLET
2022-02-27
Kernel: Whitespace and `Error` cleanup in `AC97`
Jelle Raaijmakers
2022-02-27
Kernel: Do not reset AC'97 PCM out on buffer completion
Jelle Raaijmakers
2022-02-27
Kernel: Read and report AC'97 codec revision
Jelle Raaijmakers
2022-02-27
Kernel: Make AC'97 initialization fallible
Jelle Raaijmakers
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-27
Kernel: Add UDPSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add TCPSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add LocalSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add NetworkingManagement::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add DeviceManagement::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add OpenFileDescriptions::try_enumerate for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add Process::try_for_each_thread() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add Processor::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Defer signal handling without a register capture earlier
Idan Horowitz
2022-02-27
Kernel: Set CS selector when initializing thread context on x86_64
Idan Horowitz
2022-02-26
Kernel: Allow setting AC'97 sample rate during playback
Jelle Raaijmakers
2022-02-26
Kernel: Clean up AC'97 driver code style
Jelle Raaijmakers
2022-02-24
Kernel: Use IO init method for Bochs emulated VGA adapter
Peter Ross
2022-02-24
Kernel/Audio: Remove the SB16 driver
Liav A
2022-02-21
Kernel: Use TRY() when validating clock_id in TimeManagement
Brian Gianforcaro
2022-02-21
Kernel: Fix allocating identity-mapped APIC memory on x86_64
Tom
2022-02-21
Kernel: Try to dispatch pending signals on context switch
Idan Horowitz
2022-02-21
Kernel: VERIFY that signals are not sent to Kernel processes
Idan Horowitz
2022-02-21
Kernel: Stop sending SIGCHLD to kernel parent processes
Idan Horowitz
2022-02-21
Kernel: Implement booting all CPU cores on x86_64
Tom
2022-02-20
Kernel: Init receive buffer for dynamically created VirtIO console port
Sviatoslav Peleshko
2022-02-20
Kernel: Make i8042 existence check more robust against faulty hardware
Liav A
2022-02-19
Kernel: Set new process name in `do_exec` before waiting for the tracer
Brian Gianforcaro
2022-02-19
Kernel: Increase i8042 IO attempt counts, again
Linus Groh
2022-02-19
Kernel: Only do i8042 existence check via probing as a fallback
Linus Groh
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-18
Kernel: Don't enable write-combine for the Bochs framebuffer device
Tom
2022-02-18
Kernel: Add 'RegisterState' & 'KString::try_create' stubs for aarch64
Marco Cutecchia
2022-02-18
Kernel: Lock socket Mutex when servicing IPv4Socket ioctls
Idan Horowitz
2022-02-16
Kernel: Stop compiling AK::String and friends into the Kernel
Idan Horowitz
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-16
Kernel: Make Process::procfs_get_pledge_stats OOM-fallible
Idan Horowitz
2022-02-16
Kernel: Remove useless partition UUID length check
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
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
[next]