serenity/Userland
Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore
MappedFile is strictly a userspace thing, so it doesn't belong in AK
(which is supposed to be user/kernel agnostic.)
2021-11-23 11:33:36 +01:00
..
Applets LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
Applications LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
Demos LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
DevTools LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
Libraries LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
Services LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities LibCore+AK: Move MappedFile from AK to LibCore 2021-11-23 11:33:36 +01:00
CMakeLists.txt