ladybird/Userland
Tim Ledbetter 09099cc9a3 du: Prevent multiple counting of the same file
Previously, the same file would be counted more than once if its
containing directory was visited multiple times, or there were
multiple hard links pointing to it.

We now keep track of every visited inode to ensure that files aren't
evaluated multiple times. This matches the behavior of `du` on FreeBSD
and Linux.
2023-09-26 21:27:25 +02:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications Base+Maps: Add manpage for Maps 2023-09-25 16:20:20 +01:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
Libraries LibWeb: Change DOM::Position to be GC-allocated 2023-09-26 21:25:54 +02:00
Services LibWeb: Make Element attribute getters take a StringView 2023-09-25 15:39:29 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities du: Prevent multiple counting of the same file 2023-09-26 21:27:25 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00