summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-07-31Kernel: Add missing license headers to some syscall filesAndreas Kling
2020-07-31Kernel: Remove SmapDisabler in sys$setsockopt()Andreas Kling
2020-07-31Kernel: Remove SmapDisabler in sys$ioctl()Andreas Kling
2020-07-30Kernel: Rename region_from_foo() => find_region_from_foo()Andreas Kling
2020-07-30Kernel: Turn Process::FileDescriptionAndFlags into a proper classAndreas Kling
2020-07-30Kernel: Simplify the ScopedSpinLock templateAndreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling
2020-07-30Kernel: Run clang-format on Scheduler.cppAndreas Kling
2020-07-30Kernel: Make BXVGA detection actually detect VBoxVGALuke
2020-07-28Net: Fix IPv4 fragmentation not working for larger payloadsAndreas Kling
2020-07-28Kernel: Use AK::Span a bunch in the network adapter codeAndreas Kling
2020-07-27Kernel+LibC: Add sys$set_process_name() for changing the process nameAndreas Kling
2020-07-27Kernel: Support file-backed mmap() with non-zero offsetAndreas Kling
2020-07-26Kernel: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26Refactor: Change the AK::binary_search signature to use AK::Span.asynts
2020-07-25Kernel: Allow Thread::sleep for more than 388 daysBen Wiederhake
2020-07-25Kernel: Make clock_nanosleep aware of dynamic tick lengthBen Wiederhake
2020-07-25Kernel: Make usleep aware of dynamic tick lengthBen Wiederhake
2020-07-25Kernel: Allow process creation during low-entropy conditionBen Wiederhake
2020-07-19Kernel: Implement FIFOs/named pipesPeter Elliott
2020-07-18Kernel: Remove special-casing of sys$gettid() in syscall entryAndreas Kling
2020-07-17Kernel: Make all 6 VirtualConsoles available via shortcutFlorian Angermeier
2020-07-17Kernel: Ensure there are all VirtualConsoles properly initializedFlorian Angermeier
2020-07-17Kernel: Make the VirtualConsole index const unsigned instead of unsignedFlorian Angermeier
2020-07-15Kernel: Fix crash on cat /proc/PID/vmobjectsAndreas Kling
2020-07-15LibC+Kernel: Start implementing sysconfNico Weber
2020-07-11ProcFS: JSONify /proc/cpuinfoLinus Groh
2020-07-11LibC: Implement tcflush(3)Peter Elliott
2020-07-09Kernel: Fix some flaws that caused crashes or hangs during bootTom
2020-07-09Kernel: Protect Inode list with SpinLock (#2748)Tom
2020-07-08Kernel: Detect syscall/sysenter supportTom
2020-07-07Kernel: Fix checking BlockResultTom
2020-07-07Kernel+LibELF: Expose ELF Auxiliary Vector to UserspaceAndrew Kaster
2020-07-06Kernel: Aggregate TLB flush requests for Regions for SMPTom
2020-07-06Kernel: Minor MM optimization for SMPTom
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-06Kernel: Tidy up SpinLock and related classes a little bitAndreas Kling
2020-07-06Kernel: Thread::wait_on() must always leave interrupts enabled on exitAndreas Kling
2020-07-06Kernel: Tidy up the ScopedCritical class a little bitAndreas Kling
2020-07-06Kernel: Enhance WaitQueue to remember pending wakesTom
2020-07-06Kernel: Various context switch fixesTom
2020-07-06Kernel: Add a SpinLock to the WaitQueueTom
2020-07-06Kernel: Require a reason to be passed to Thread::wait_onTom
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev
2020-07-05Kernel: Fix .. directory entry at mount point handling a littleSergey Bugaev
2020-07-05Kernel: Make sure to drop region with interrupts enabledSergey Bugaev
2020-07-05AK: Make Vector::unstable_remove() return the removed valueSergey Bugaev
2020-07-05Kernel: Fix KBufferBuilder::append()Sergey Bugaev
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling