2003-08-02  Erez Zadok  <ezk@cs.sunysb.edu>

	* released version 0.0.7.

2000-10-28  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_inactive): don't use vnode after freeing it.
	Bug reported by Can Leonard <ocl3@columbia.edu>.

2000-05-24  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* mmap.c (PAGE_UNLOCK): don't assert the page lock before
	unlocking.  In 5.7, this is tested diffently in page_unlock().

	* vnode.c (wrapfs_readdir): Solaris 5.6's internal directory entry
	structures now use 64 bit values (struct dirent64).

	* doit.sh (PATH): don't wait for user input.

	* fist.h: added EZKDBG macros

2000-05-21  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_ioctl): default error is 0.

2000-05-20  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_ioctl): copyin the debug ioctl value, not the
	pointer address.
	(wrapfs_ioctl): call lower ioctl only in "default:" case.

2000-05-11  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* wrapfs.h: ugly mapping of memcpy to bcopy

2000-03-31  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c: more updates due to minor prototype changes

	* mmap.c (wrapfs_getapage): two args take size_t now
	map_addr takes a 5th arg, flags (BUT I'M NOT SURE MY FIX IS OK!)

	* print.c (fist_print_uap): copyinstr takes size_t as 4th arg.

2000-03-26  Ion Badulescu  <ib42@earth.cs.columbia.edu>

	* added some support for non-gcc compilers

