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
/
Forward.h
Age
Commit message (
Expand
)
Author
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-12
Kernel: Remove spurious ProcessInspectionHandle
Ben Wiederhake
2020-08-02
Kernel: Prevent recursive calls into the scheduler
Tom
2020-08-02
Kernel: Remove a bunch of duplicate forward declarations
Andreas Kling
2020-07-30
Kernel: Simplify the ScopedSpinLock template
Andreas Kling
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-07-01
Kernel: Serialize debug output
Tom
2020-05-22
Kernel: Add convenient ways to map whole BIOS and EBDA into memory
Andreas Kling
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling