v 1.04: February 5, 2002 Change from the point of view of clients: Selecting on an FD being provided by a FUSD driver will return as part of the exception set if the driver disappears. Useful for client programs that want to gracefully handle driver crashes. Some changes to get semantics of poll_diff (closer to) correct - will require some more changes later Reduced max number of messages dispatched per call to fusd_dispatch. very slightly less efficient, but more fair. Protocol change - max name length now 47 instead of 31 Minor kernel module fixes: Fixed the malloc.h/slab.h confusion, and added MODULE_LICENSE. Minor API change: fusd_register now takes a const char * name instead of a char *name. v 1.03: October 3, 2001 Documentation fixs and a clarification of the license. v 1.02, v 1.01: October 1, 2001 Various Makefile issues fixed that were keeping the package from building. v 1.00: September 28, 2001 Initial public release.