aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/bzipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove two pieces of code (one disabled in revision 39665 and another derivedXin LI2010-03-181-8/+0
* fix a comment typoAndriy Gapon2010-01-181-1/+1
* Fix a bug in gzipfs that prevented lseek() from working and add lseek()John Baldwin2009-12-231-8/+59
* Fix logical bug in the bzip2 reading code, which results in bogus EIOMaxim Sobolev2007-12-181-1/+45
* Re-enable support for bzip2'ed compressed filesystems.David E. O'Brien2005-05-171-1/+1
* Clean up error handling in libstand filesystem code to be more consistent:John Baldwin2004-01-211-5/+11
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-1/+1
* Complete bzip2-1.0.2 import.Maxim Sobolev2002-02-011-1/+1
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-3/+3
* Add support for loading bzip2-compressed filesystems. Among other thingsMaxim Sobolev2001-09-181-0/+297