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-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_bytes()
Andreas Kling
2020-12-18
TmpFS: Use fallible KBuffer API
Andreas Kling
2020-12-18
Ext2FS: Fail the mount if BGD table cache allocation fails
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_size()
Andreas Kling
2020-12-18
Kernel: Don't dump core when OOM-killing a process
Andreas Kling
2020-12-18
Kernel: Workaround QEMU bug and initialize i8042 controller
Liav A
2020-12-17
Kernel: Return a correct name string of async write request
Liav A
2020-12-16
Kernel: Fix Lock race causing infinite spinning between two threads
Tom
2020-12-15
Kernel: Avoid null dereference in sys$profiling_disable()
Andreas Kling
2020-12-15
Kernel: Remove harmless OOB ELF header access in core dump generation
Andreas Kling
2020-12-15
Kernel: Make CoreDump::m_num_program_headers const
Andreas Kling
2020-12-15
Kernel: Don't take LexicalPath as argument
Andreas Kling
2020-12-14
Kernel: Don't generate a backtrace when a process exists with non-zero
Itamar
2020-12-14
Kernel: Generate coredumps for profiled processes
Itamar
2020-12-14
Kernel: Pass full path of output coredump file to CoreDump
Itamar
2020-12-14
LibELF: Refactor coredump notes section structures
Itamar
2020-12-14
Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
Kernel: Support TLS allocation from userspace
Itamar
2020-12-14
Kernel: Add ability to load interpreter instead of main program
Itamar
2020-12-13
Kernel/Net: Socket connected state change should reevaluate blocks
Andreas Kling
2020-12-12
Kernel: Fix block recursion
Tom
2020-12-12
Kernel: Change wait blocking to Process-only blocking
Tom
2020-12-12
Kernel: Execute timer handlers outside of irq handler
Tom
2020-12-12
Kernel: disown should unblock any potential waiters
Tom
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-11
Kernel: Fix null dereference when execve'ing ELF without PT_TLS header
Andreas Kling
2020-12-11
Kernel: Fix leaking Timer instances
Tom
2020-12-02
Kernel: Flush TLBs concurrently
Tom
2020-12-02
Kernel: Fix counting interrupts
Tom
2020-12-02
Kernel: Add CLOCK_REALTIME support to the TimerQueue
Tom
2020-12-02
Kernel: Use TimerQueue for SIGALRM
Tom
2020-12-02
Kernel: TimerQueue::cancel_timer needs to wait if timer is executing
Tom
2020-12-01
Kernel: Don't assert if we can't deliver a signal due to thread state
Tom
2020-12-01
Meta: Fix ACPI_DEBUG, and always build on CI
Ben Wiederhake
2020-12-01
LibELF+Kernel: Validate program headers in Image::parse
Andrew Kaster
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-12-01
Kernel: Fix leaking a reference on thread creation
Tom
2020-11-30
Kernel: Lock should keep a reference to whoever holds the lock
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-26
Kernel: Enable VMWareBackdoor immediately at boot
Tom
2020-11-24
Kernel: Reduce ByteBuffer thrashing in inode block list generation
Andreas Kling
2020-11-24
Kernel: Fix SharedBuffer reference counting on fork
Tom
2020-11-24
Kernel: Use a doubly-linked list for the BlockBasedFS cache
Andreas Kling
2020-11-24
Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()
Andreas Kling
[next]