Andreas Kling
|
33920df299
|
AK: Try to use StringViews more for substrings and splitting.
|
2019-04-16 02:39:16 +02:00 |
|
Andreas Kling
|
13041f894f
|
Kernel: Start using StringView in the VFS class.
The less kmalloc() we can do, the better. Calling kmalloc() disables all
interrupts while it runs, so it's directly affecting responsiveness.
|
2019-04-15 14:57:27 +02:00 |
|
Andreas Kling
|
3f6408919f
|
AK: Improve smart pointer ergonomics a bit.
|
2019-04-14 02:36:06 +02:00 |
|
Andreas Kling
|
37ae00a4dd
|
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
|
2019-04-07 23:35:26 +02:00 |
|
Andreas Kling
|
644c887594
|
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
|
2019-04-06 20:29:48 +02:00 |
|
Andreas Kling
|
ab43658c55
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
|
Andreas Kling
|
f9864940eb
|
Kernel: Move FS-related files into Kernel/FileSystem/
|
2019-04-03 12:25:24 +02:00 |
|