This is a list of known bugs:

- On Solaris binaries linked with old libraries (/usr/4lib/libc.so) fail
  to start. I would like to hear a workaround for this problem!

- On Solaris some version of tcsh produces strange behavior, when
  looking inside gzip/bzip2 files. See filtprog.c: start_filter() for
  details of this bug.

- For non virtual files AVFS should be thread-safe (I've not tested
  this so there may be problems). For virtual files AVFS is _NOT_
  thread-safe, threaded programs can behave stangely and even crash
  (I've not tested this either, but it's probably true). 

  Ideas and help are welcome, cause I've not yet done any
  threads-programming.  The problematic areas are init() in switch.c,
  and all resource sharing (like archives in archive.c).

