Annotation of fam/TODO, Revision 1.1.1.1
1.1 trev 1: FAM TODO list
2:
3: For more information, please see the latest FAM TODO list at:
4: <URL:http://oss.sgi.com/projects/fam/todo.html>
5:
6: KNOWN BUGS
7:
8: (none)
9:
10: MISSING FEATURES
11:
12: - Support for kernel file monitors other than IMon.
13:
14: - Ability to disable monitoring of very slow filesystems.
15:
16: SLIGHTLY BROKEN STUFF
17:
18: - The way we check for an NFS filesystem isn't very good.
19:
20: - BTree iteration could be better.
21:
22: - Manual pages mention IRIX paths and sections, which may not be correct
23: for all systems.
24:
25: - FAM sometimes tries to open /dev/imon even if IMon support is disabled.
26: Let me know if you find out why!
27:
28: - The RPM build process is not well-written and will be removed in a future
29: version.
30:
31: - configure.in ignores the test for sys/statvfs.h on Linux because the f_fsid
32: type is a struct, and no operator<(const __fsid_t &, const __fsid_t) has been
33: written. (I don't remember whether that was the necessary operator or not;
34: remove the chunk in configure.in which stomps HAVE_STATVFS, and uncomment the
35: part which checks for CONFIG_FSID_T, and see what breaks when you compile.)
36:
37: - configure.in should be better. Let me know if you can help.
38:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>