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-07-05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
Sergey Bugaev
2020-07-05
Kernel: Fix .. directory entry at mount point handling a little
Sergey Bugaev
2020-07-05
Kernel: Make sure to drop region with interrupts enabled
Sergey Bugaev
2020-07-05
AK: Make Vector::unstable_remove() return the removed value
Sergey Bugaev
2020-07-05
Kernel: Fix KBufferBuilder::append()
Sergey Bugaev
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
Kernel: Add "child added" and "child removed" InodeWatcher events
Andreas Kling
2020-07-04
Kernel: Remove debug spam in finalizer task
Andreas Kling
2020-07-04
Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constant
AnotherTest
2020-07-03
Kernel: Remove /proc/PID/regs
Tom
2020-07-03
Kernel: Fix retreiving frame pointer from a thread
Tom
2020-07-03
LibC: Remove a few comments now that we have man pages for this.
Nico Weber
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-03
Kernel: Allow recursion when writing to the debug log
Tom
2020-07-03
Kernel: Change kmalloc lock to be recursive
Tom
2020-07-03
Kernel: Split initialization of Processor structure
Tom
2020-07-03
Kernel: Fix non-blocking write() blocking instead of short-writing
Andreas Kling
2020-07-02
Kernel: Remove no-longer-used GDT selector from Thread
Andreas Kling
2020-07-01
Meta: move Kernel/.bochsrc => Meta/bochsrc
Emanuele Torre
2020-07-01
PATA: Ignore interrupts that weren't generated by the disk
Tom
2020-07-01
PATA: LBA48 uses 16 bit features register
Tom
2020-07-01
Kernel: Boot all APS all the way into their own idle loop
Tom
2020-07-01
Kernel: Block initializing the Scheduler on the APs until the BSP initialized...
Tom
2020-07-01
Kernel: Add a quickmap region for each processor
Tom
2020-07-01
Kernel: Protect Console with SpinLock
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-07-01
PATA: Avoid double-preparing for irq
Tom
2020-07-01
Kernel: Serialize debug output
Tom
2020-06-27
Kernel: Make Random work on CPUs without rdrand
Peter Elliott
2020-06-27
Kernel: Add g_cpu_supports_rdseed
3541
2020-06-25
Kernel: Harvest randomness from various drivers
Peter Elliott
2020-06-25
LibCrypto: Add CTR cipher mode
Peter Elliott
2020-06-25
Kernel: Replace existing random implementation with Fortuna
Peter Elliott
2020-06-25
Kernel: Implement the Fortuna PRNG algorithm
Peter Elliott
2020-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-06-25
Kernel: Deemphasize inode identifiers
Sergey Bugaev
2020-06-25
Kernel: Minor cleanups in sendfd/recvfd
Andreas Kling
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-23
LibC+Kernel: Implement ppoll
Nico Weber
2020-06-22
Kernel: Silence debug spam on exec
Andreas Kling
2020-06-22
Kernel: Silence some debug spam in Scheduler
Andreas Kling
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-21
Kernel: Use map_typed() in HPET code and add a register access helper
Andreas Kling
2020-06-20
Kernel: Remove DMI decoder from the kernel
Andreas Kling
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
[next]