Too many things to properly list at this time.  For example,

  a) Add multicast capability
  b) Clean up error checking and reporting for the various modes, adding
     logger calls to use syslog when in inetd or multicast mode.
  c) Rewrite for the /proc layout of 2.2.x, wrapping this and that in
     conditionals as obviously needed.
  d) Convert the existing and planned applications (watchman and procstat,
     minimally) -- in the latter case port the whole thing to GNOME format
     with pretty widgets and fix it up (really, a project all by itself).
  e) Don Becker suggests converting the whole package into a kernel
     module and bypassing /proc to make it even more efficient.  It also
     makes it harder to maintain and the two revisions could share
     little code, but I may see what I can do.  It would make sense to ensure
     at least that they share the same API.
  f) I'd like to add commands to the daemon to do several things:
     control the multicast granularity, control fields (why evaluate and
     dump fields you aren't monitoring), and especially select specific
     processes by name, pid or run state to send "top" or "ps auxrww"-like
     information on.  Doing ALL of /proc is insanely expensive and almost
     certainly out of the question, but doing 1-10 processes should be
     workable inside an ethernet MTU (it is desirable to keep the whole
     message sent by a "send" within a single packet).
  g) The documentation needs work.

           rgb
