Truly independent web browser
Find a file
Andreas Kling ed7ae6c02c Add sync() syscall and a /bin/sync.
It walks all the live Inode objects and flushes pending metadata changes
wherever needed.

This could be optimized by keeping a separate list of dirty Inodes,
but let's not get ahead of ourselves.
2018-12-20 00:39:29 +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 Add sync() syscall and a /bin/sync. 2018-12-20 00:39:29 +01:00
LibC Add sync() syscall and a /bin/sync. 2018-12-20 00:39:29 +01:00
Userland Add sync() syscall and a /bin/sync. 2018-12-20 00:39:29 +01:00
VirtualFileSystem Add sync() syscall and a /bin/sync. 2018-12-20 00:39:29 +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