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-21 18:37:47 +02:00
2019-06-21 18:58:45 +02:00
2019-07-22 10:42:34 +02:00
2019-07-16 13:44:41 +02:00
2019-07-03 21:20:13 +02:00
2019-06-22 16:22:34 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-07-21 18:38:14 +02:00
2019-07-11 15:40:04 +02:00
2019-07-03 21:20:13 +02:00
2019-07-09 15:04:45 +02:00
2019-07-09 15:04:45 +02:00
2019-07-09 15:04:45 +02:00
2019-07-19 13:19:47 +02:00
2019-07-19 13:19:47 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-22 20:01:11 +02:00
2019-07-22 20:01:11 +02:00
2019-07-03 21:20:13 +02:00
2019-07-09 15:04:45 +02:00
2019-07-08 15:38:44 +02:00
2019-07-03 21:20:13 +02:00
2019-07-22 20:01:11 +02:00
2019-07-22 20:01:11 +02:00
2019-07-19 11:03:22 +02:00
2019-07-16 13:44:41 +02:00
2019-07-09 15:04:45 +02:00
2019-07-09 15:04:45 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-08 15:38:44 +02:00
2019-07-16 13:44:41 +02:00