K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-12-30T17:55:20.918032Z K 7 svn:log V 529 MFC 174741,200919: - Fix logical bug in the bzip2 reading code, which results in bogus EIO returned on a perfectly valid bzip2 stream whose decompressed size is multiple of read-ahead buffer size. - Add a similar fix to the gzipfs code to be safe (along with a subsequent bugfix to un-break seeking of gzip streams). - Add some ifdef'ed code to enable testing bzipfs.c from witin normal FreeBSD environment as opposed to the restricted loader one, so that one can use gdb and whatnot. - Add lseek() support to bzip2fs. END