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-31
Kernel: Add missing license headers to some syscall files
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$setsockopt()
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$ioctl()
Andreas Kling
2020-07-30
Kernel: Rename region_from_foo() => find_region_from_foo()
Andreas Kling
2020-07-30
Kernel: Turn Process::FileDescriptionAndFlags into a proper class
Andreas Kling
2020-07-30
Kernel: Simplify the ScopedSpinLock template
Andreas Kling
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling
2020-07-30
Kernel: Run clang-format on Scheduler.cpp
Andreas Kling
2020-07-30
Kernel: Make BXVGA detection actually detect VBoxVGA
Luke
2020-07-28
Net: Fix IPv4 fragmentation not working for larger payloads
Andreas Kling
2020-07-28
Kernel: Use AK::Span a bunch in the network adapter code
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-27
Kernel: Support file-backed mmap() with non-zero offset
Andreas Kling
2020-07-26
Kernel: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-25
Kernel: Allow Thread::sleep for more than 388 days
Ben Wiederhake
2020-07-25
Kernel: Make clock_nanosleep aware of dynamic tick length
Ben Wiederhake
2020-07-25
Kernel: Make usleep aware of dynamic tick length
Ben Wiederhake
2020-07-25
Kernel: Allow process creation during low-entropy condition
Ben Wiederhake
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
[next]