Truly independent web browser
Go to file
Andreas Kling d0f06e5f3f Automatically call Inode::flush_metadata() before an Inode is destroyed.
Use a little template magic to have Retainable::release() call out to
T::will_be_destroyed() if such a function exists before actually calling
the destructor. This gives us full access to virtual functions in the
pre-destruction code.
2018-12-19 22:28:09 +01:00
AK Automatically call Inode::flush_metadata() before an Inode is destroyed. 2018-12-19 22:28: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 Automatically call Inode::flush_metadata() before an Inode is destroyed. 2018-12-19 22:28:09 +01:00
LibC Implement utime() along with a naive /bin/touch. 2018-12-19 21:14:55 +01:00
Userland Implement utime() along with a naive /bin/touch. 2018-12-19 21:14:55 +01:00
VirtualFileSystem Automatically call Inode::flush_metadata() before an Inode is destroyed. 2018-12-19 22:28:09 +01:00
Widgets Make the widgets code build on macOS. 2018-12-02 23:41:10 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00