summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
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
2020-07-04Kernel: Add "child added" and "child removed" InodeWatcher eventsAndreas Kling
2020-07-04Kernel: Remove debug spam in finalizer taskAndreas Kling
2020-07-04Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constantAnotherTest
2020-07-03Kernel: Remove /proc/PID/regsTom
2020-07-03Kernel: Fix retreiving frame pointer from a threadTom
2020-07-03LibC: Remove a few comments now that we have man pages for this.Nico Weber
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-03Kernel: Allow recursion when writing to the debug logTom
2020-07-03Kernel: Change kmalloc lock to be recursiveTom
2020-07-03Kernel: Split initialization of Processor structureTom
2020-07-03Kernel: Fix non-blocking write() blocking instead of short-writingAndreas Kling
2020-07-02Kernel: Remove no-longer-used GDT selector from ThreadAndreas Kling
2020-07-01Meta: move Kernel/.bochsrc => Meta/bochsrcEmanuele Torre
2020-07-01PATA: Ignore interrupts that weren't generated by the diskTom
2020-07-01PATA: LBA48 uses 16 bit features registerTom
2020-07-01Kernel: Boot all APS all the way into their own idle loopTom
2020-07-01Kernel: Block initializing the Scheduler on the APs until the BSP initialized...Tom
2020-07-01Kernel: Add a quickmap region for each processorTom