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-07-09 15:04:45 +02:00
2019-07-20 12:15:24 +02:00
2019-07-22 20:01:11 +02:00
2019-07-20 12:15:24 +02:00
2019-07-03 21:20:13 +02:00
2019-07-19 17:01:16 +02:00
2019-06-30 10:41:26 +02:00
2019-06-07 20:02:01 +02:00
2019-07-03 16:57:37 +02:00
2019-07-16 21:41:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-21 19:51:32 +02:00
2019-07-13 08:00:24 +02:00
2019-07-09 15:04:43 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-21 21:43:37 +02:00
2019-06-14 06:24:02 +02:00
2019-07-21 21:43:37 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-21 18:48:44 +02:00
2019-07-22 20:01:11 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +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-03 21:20:13 +02:00
2019-07-13 08:00:24 +02:00
2019-07-22 09:42:39 +02:00
2019-07-22 09:42:39 +02:00
2019-07-20 12:15:11 +02:00
2019-07-20 12:15:11 +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-22 09:42:39 +02:00
2019-07-22 09:42:39 +02:00
2019-07-14 11:35:49 +02:00