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-19
Kernel: Implement FIFOs/named pipes
Peter Elliott
2020-07-18
Kernel: Remove special-casing of sys$gettid() in syscall entry
Andreas Kling
2020-07-17
Kernel: Make all 6 VirtualConsoles available via shortcut
Florian Angermeier
2020-07-17
Kernel: Ensure there are all VirtualConsoles properly initialized
Florian Angermeier
2020-07-17
Kernel: Make the VirtualConsole index const unsigned instead of unsigned
Florian Angermeier
2020-07-15
Kernel: Fix crash on cat /proc/PID/vmobjects
Andreas Kling
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-11
ProcFS: JSONify /proc/cpuinfo
Linus Groh
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-09
Kernel: Fix some flaws that caused crashes or hangs during boot
Tom
2020-07-09
Kernel: Protect Inode list with SpinLock (#2748)
Tom
2020-07-08
Kernel: Detect syscall/sysenter support
Tom
2020-07-07
Kernel: Fix checking BlockResult
Tom
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
2020-07-06
Kernel: Aggregate TLB flush requests for Regions for SMP
Tom
2020-07-06
Kernel: Minor MM optimization for SMP
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Kernel: Tidy up SpinLock and related classes a little bit
Andreas Kling
2020-07-06
Kernel: Thread::wait_on() must always leave interrupts enabled on exit
Andreas Kling
2020-07-06
Kernel: Tidy up the ScopedCritical class a little bit
Andreas Kling
2020-07-06
Kernel: Enhance WaitQueue to remember pending wakes
Tom
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-06
Kernel: Add a SpinLock to the WaitQueue
Tom
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-05
Kernel: Add Plan9FS :^)
Sergey Bugaev
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
[next]