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-04
Kernel: Fix silly unintentional use of operator,
Ali Mohammad Pur
2022-03-04
Kernel: Save and restore FPU state on signal dispatch on i386/x86_64
Ali Mohammad Pur
2022-03-04
Kernel: Fill some siginfo and ucontext fields on SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Comment the living daylights out of signal trampoline/sigreturn
Ali Mohammad Pur
2022-03-04
Kernel: Make the signal trampoline stack alignment a bit more readable
Ali Mohammad Pur
2022-03-04
Kernel: Reject sigaction() with SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Move signal handlers from being thread state to process state
Ali Mohammad Pur
2022-03-04
Kernel: Report AC'97 vendor and device ID
Jelle Raaijmakers
2022-03-03
Kernel: Fixed behavior of repeated calls to register_string
Jakub Berkop
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/Audio: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/Net: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/PCI: Don't create /proc/pci if PCI is disabled
Liav A
2022-03-02
Kernel/PCI: Unify disable checks under PCI::Access::is_disabled method
Liav A
2022-03-02
Kernel: Change PCI access commandline option to also represent no access
Liav A
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
[next]