ladybird/Kernel/FileSystem/RAMFS
Ali Mohammad Pur b545427d53 Kernel: Make RAMFS pass along the inode type when traversing as a dir
RAMFS was passing 0, which lead to the userspace seeing all entries as
DT_UNKNOWN when iterating over the directory contents.
To repro prior to this commit, simply check `echo /tmp/*/`.
2023-12-01 20:46:16 +01:00
..
FileSystem.cpp Kernel: Make RAMFS pass along the inode type when traversing as a dir 2023-12-01 20:46:16 +01:00
FileSystem.h Kernel: Make RAMFS pass along the inode type when traversing as a dir 2023-12-01 20:46:16 +01:00
Inode.cpp Kernel: Make RAMFS pass along the inode type when traversing as a dir 2023-12-01 20:46:16 +01:00
Inode.h Kernel: Use UnixDateTime wherever applicable 2023-05-24 23:18:07 +02:00