summaryrefslogtreecommitdiff
path: root/Kernel/CMakeLists.txt
AgeCommit message (Expand)Author
2023-01-08Kernel: Remove the NE2000 PCI network adapter driverLiav A
2023-01-07Kernel: Remove the RTL8139 PCI network adapter driverLiav A
2023-01-02Kernel: Turn lock ranks into template parameterskleines Filmröllchen
2022-12-29Kernel: Move ScopedCritical.cpp to Kernel base directoryTimon Kruiper
2022-12-28Kernel: Add missing x86_64 files to CMakeLists.txtAndreas Kling
2022-12-28Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removalLiav A
2022-12-28Kernel: Remove i686 supportLiav A
2022-12-21Kernel/aarch64: Add -mstrict-align flag to Kernel buildTimon Kruiper
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-12-03Kernel+SystemServer: Don't hardcode coredump directory pathLiav A
2022-11-08Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller componentsLiav A
2022-11-08Kernel: Split the DevPtsFS files into smaller componentsLiav A
2022-11-08Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller componentsLiav A
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-05Kernel: Add support for jailsLiav A
2022-10-26Kernel/aarch64: Unify building kernel source files in CMakeLists.txtTimon 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-22Kernel: Remove the DevTmpFS classLiav A
2022-10-20Kernel/aarch64: Stub enough functions to build Random.cppTimon 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-18Kernel/aarch64: Stub more functions to be able to build Scheduler.cppTimon Kruiper
2022-10-18Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Reintroduce `Mutex.cpp` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Reintroduce `Credentials.cpp` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Include `KBufferBuilder.cpp` in aarch64 buildJesse Buhagiar
2022-10-18Kernel: Add even more AARCH64 stubsGunnar Beutner
2022-10-17Kernel: Implement TimeManagement for aarch64Timon Kruiper
2022-10-17Kernel: Mark Version.h as a dependency of Kernel rather than ALLAndrew Kaster
2022-10-14Kernel: Add support for the FAT32 filesystemUndefine
2022-10-14Kernel: Abstract platform-specific current time methods from SchedulerLiav A
2022-10-14Kernel: Bake version information into the Kernelkleines Filmröllchen
2022-10-14Kernel: Remove -nodefaultlibs compiler optionsGunnar Beutner
2022-10-13Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 buildTimon Kruiper
2022-10-03Kernel/Storage: Remove the ramdisk implementationLiav A
2022-09-23Kernel: Introduce the IOWindow classLiav A
2022-09-23Kernel: Move x86-specific timer code handling to Arch/x86/Time directoryLiav A
2022-09-23Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directoryLiav A
2022-09-20Kernel: Move x86-specific init sequence code to the x86/Arch directoryLiav A
2022-09-20Kernel: Move x86-specific IRQ controller code to Arch/x86 directoryLiav A
2022-09-20Kernel: Move PCI IDE driver code to the Arch/x86 directoryLiav A
2022-09-20Kernel: Move x86 Bochs VBE code to the Arch/x86 directoryLiav A
2022-09-20Kernel: Move x86-specific HID code to the Arch/x86 directoryLiav A