Files
ladybird/Userland
Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode.
The syscall is quite simple:

    int watch_file(const char* path, int path_length);

It returns a file descriptor referring to a "InodeWatcher" object in the
kernel. It becomes readable whenever something changes about the inode.

Currently this is implemented by hooking the "metadata dirty bit" in
Inode which isn't perfect, but it's a start. :^)
2019-07-22 20:01:11 +02:00
..
2019-06-22 15:47:08 +02:00
2019-06-22 15:47:08 +02:00
2019-06-22 15:47:08 +02:00
2019-06-22 15:47:08 +02:00
2019-06-22 15:47:08 +02:00
2019-06-22 16:13:47 +02:00
2018-12-20 00:39:29 +01:00
2019-06-22 16:13:47 +02:00
2019-06-22 15:47:08 +02:00
2019-05-16 20:18:17 +02:00