summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-11-08Kernel: Split the ProcFS core file into smaller componentsLiav A
2022-11-08Kernel: Split the FATFileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the TmpFS core files into smaller componentsLiav A
2022-11-08Kernel: Split the SysFS core files into smaller componentsLiav A
2022-11-05LibC: Add missing definitions for IPv6 packet infoClemens Wasser
2022-11-05Kernel: Add support for jailsLiav A
2022-11-05Kernel: Add copy_typed_from_user for non-const Userspace<T*>Liav A
2022-11-05Kernel: Make sys$msyscall() not take the big lockAndreas Kling
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-01AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocketGunnar Beutner
2022-11-01AK+Kernel: Handle allocation failures in Device::try_make_requestGunnar Beutner
2022-11-01Kernel: Remove unused #includesGunnar Beutner
2022-11-01Kernel: Decrease number of captured variables for lambdaGunnar Beutner
2022-10-27Kernel: Set priority of all threads within a process if requestedkleines Filmröllchen
2022-10-27Kernel: Prevent regular users from accessing other processes' threadskleines Filmröllchen
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-26Kernel: Remove bunch of unused includes in SysFS/Processes.cppTimon Kruiper
2022-10-26Kernel/aarch64: Unify building kernel source files in CMakeLists.txtTimon Kruiper
2022-10-26Kernel: Move bar0_space_size declaration out of arch-specific ifdefsTimon Kruiper
2022-10-26Kernel: Include missing headers for various filesTimon Kruiper
2022-10-26Kernel: Don't expose processor information for aarch64 in sysfsTimon Kruiper
2022-10-26Kernel: Stub more functions to progress aarch64 buildTimon Kruiper
2022-10-26Kernel: Use generic functions to change interrupt state of ProcessorTimon Kruiper
2022-10-26Kernel/aarch64: Branch to local halt function instead of C++ oneTimon Kruiper
2022-10-26Kernel: Move PAGE_MASK define to the shared CPU.h headerTimon Kruiper
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
2022-10-25Kernel/ProcFS: Remove all unnecessary componentsLiav A
2022-10-25Kernel: Introduce global variables and stats in /sys/kernel directoryLiav A
2022-10-24Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.soLiav A
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWATGunnar Beutner
2022-10-24Kernel: Add definition for MSB_EORGunnar Beutner
2022-10-24Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPEGunnar Beutner
2022-10-23Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnectorLiav A
2022-10-22Kernel/FileSystem: Discard safely filesystems when unmounted last timeLiav A
2022-10-22Kernel: Append root filesystem to the VFS FileBackedFileSystem listLiav A
2022-10-22Kernel: Introduce support for using FileSystem object in multiple mountsLiav A
2022-10-22Kernel/FileSystem: Add a few missing includesLiav A
2022-10-22Kernel+USB: Move descriptor bookkeeping into seperate structure(s)Jesse Buhagiar
2022-10-22Kernel+Base: Introduce MS_NOREGULAR mount flagLiav A
2022-10-22Kernel: Remove the DevTmpFS classLiav A
2022-10-22Kernel: Add support for device nodes in TmpFSLiav A
2022-10-20Kernel/aarch64: Stub enough functions to build Random.cppTimon Kruiper
2022-10-20Kernel/aarch64: Store a pointer to the current Thread on ProcessorTimon Kruiper
2022-10-20Kernel/aarch64: Force kmalloc to return 16 byte aligned pointersTimon Kruiper
2022-10-20Kernel/aarch64: Stub enough functions to build Process.cppTimon Kruiper
2022-10-20Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cppTimon Kruiper
2022-10-20Kernel/aarch64: Stub more functions to build Thread.cppTimon Kruiper
2022-10-19Kernel: Don't assume paths to children PID directories in ProcFS codeLiav A