summaryrefslogtreecommitdiff
path: root/Kernel/CMakeLists.txt
AgeCommit message (Expand)Author
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-08-15Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()Andreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()Andreas Kling
2020-08-10Kernel: Invoke heap constructors separately early onTom
2020-08-09AK: Add a GenericLexer and extend the JsonParser with it (#2696)Benoît Lormeau
2020-08-04Kernel+LibC: Add sys$disown() for disowning child processesAndreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev
2020-07-01Kernel: List all CPUs in /proc/cpuinfoTom
2020-06-25Kernel: Replace existing random implementation with FortunaPeter Elliott
2020-06-20Kernel: Remove DMI decoder from the kernelAndreas Kling
2020-06-13Kernel: KeyboardDevice, remove char mapping logicHüseyin ASLITÜRK
2020-05-29Ports: Fix CMake-based portsPaul Redmond
2020-05-27Kernel: Port VirtualConsole to LibVT :^)Sergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-22Kernel: Add convenient ways to map whole BIOS and EBDA into memoryAndreas Kling
2020-05-20Revert "Kernel: Don't link against libstdc++"Andreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-20Kernel: Don't link against libstdc++Andrew Kaster
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-16Toolchain/Ports: Update to gcc 10.1.0Shannon Booth
2020-05-14Build: Switch to CMake :^)Sergey Bugaev