Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 years ago |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 years ago |
Andreas Kling
|
ea8578bf11
Kernel: Remove unnecessary includes in FileSystem.{cpp,h}
|
4 years ago |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 years ago |
Jean-Baptiste Boric
|
fdb5367da1
Kernel: Promote various integers to 64 bits in storage layer
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Justin
|
721a867c65
Kernel: Expose FileSystem's fragment size
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 years ago |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 years ago |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 years ago |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 years ago |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 years ago |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
71e8554740
Kernel: Remove the now-unused FS::DirectoryEntry
|
4 years ago |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 years ago |
Sergey Bugaev
|
de4b7d9c21
Kernel: Make FS::block_size a size_t
|
5 years ago |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
5 years ago |
Andreas Kling
|
b9be6b7bb4
Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG
|
5 years ago |
Andreas Kling
|
c0bfea1b5c
FileSystem: Move block_size() from DiskBackedFS to FS
|
5 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
75a24c3a1f
Kernel: More use of NonnullRefPtrVector in the kernel.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Robin Burchell
|
952382b413
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
|
6 years ago |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 years ago |