[BACK]Return to TODO CVS log [TXT][DIR] Up to [Development] / fam

File: [Development] / fam / TODO (download)

Revision 1.1.1.1 (vendor branch), Thu Apr 24 19:08:25 2003 UTC (14 years, 6 months ago) by trev
Branch: sgi-fam, MAIN
CVS Tags: fam-2-6-10, HEAD
Changes since 1.1: +0 -0 lines

Initial FAM CVS repository build..

-- Trev


FAM TODO list

For more information, please see the latest FAM TODO list at:
<URL:http://oss.sgi.com/projects/fam/todo.html>

KNOWN BUGS

(none)

MISSING FEATURES

- Support for kernel file monitors other than IMon.

- Ability to disable monitoring of very slow filesystems.

SLIGHTLY BROKEN STUFF

- The way we check for an NFS filesystem isn't very good.

- BTree iteration could be better.

- Manual pages mention IRIX paths and sections, which may not be correct
  for all systems.

- FAM sometimes tries to open /dev/imon even if IMon support is disabled.
  Let me know if you find out why!

- The RPM build process is not well-written and will be removed in a future
  version.

- configure.in ignores the test for sys/statvfs.h on Linux because the f_fsid
  type is a struct, and no operator<(const __fsid_t &, const __fsid_t) has been
  written.  (I don't remember whether that was the necessary operator or not;
  remove the chunk in configure.in which stomps HAVE_STATVFS, and uncomment the
  part which checks for CONFIG_FSID_T, and see what breaks when you compile.)

- configure.in should be better.  Let me know if you can help.