The Serenity Operating System 🐞
Find a file
Andreas Kling 741349502f Ext2FS: Free Ext2FSInodes when the last user releases them.
The inode cache was keeping these alive forever. Added a cute little magic
trick to Retainable that calls T::one_retain_left() when the retain count
is decremented to 1.
2019-01-01 02:38:09 +01:00
AK Ext2FS: Free Ext2FSInodes when the last user releases them. 2019-01-01 02:38:09 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Unbreak ksym loading and make reading /proc/PID/stack not crash. 2019-01-01 02:20:01 +01:00
LibC Make syscall invocations look pleasant. 2018-12-21 03:02:06 +01:00
Userland Tweak /bin/id output slightly. 2018-12-29 03:44:37 +01:00
VirtualFileSystem Ext2FS: Free Ext2FSInodes when the last user releases them. 2019-01-01 02:38:09 +01:00
Widgets Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00