History log of /haiku/src/add-ons/kernel/file_systems/ramfs/DirectoryEntryTable.h
Revision Date Author Comments
# 181d68fb 31-Aug-2019 Augustin Cavalier <waddlesplash@gmail.com>

ramfs: GCC 2 fixes.


# c8f0cc1a 31-Aug-2019 Augustin Cavalier <waddlesplash@gmail.com>

ramfs: Fix bool/status mixup in DirectoryEntryTable.

Now you can actually delete files again.


# e5832212 30-Aug-2019 Augustin Cavalier <waddlesplash@gmail.com>

ramfs: Replace the NodeChildTable with a DirectoryEntryTable.

Now that Attributes don't use a table, we can replace the generic
system with a specific DirectoryEntryTable, upgrading to BOpenHashTable
in the process.