The Serenity Operating System 🐞
Find a file
Andreas Kling 0d36281162 Refactor FS::find_parent_of_inode() into Inode::parent().
This way, Ext2FSInode can cache its parent inode index. This makes absolute
path lookups dramatically faster.
SynthFSInode is also simplified greatly.
2019-01-04 18:37:58 +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 Let the "reaped unparented process" messages go straight to the debugger. 2019-01-01 03:56:39 +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 Refactor FS::find_parent_of_inode() into Inode::parent(). 2019-01-04 18:37:58 +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