summaryrefslogtreecommitdiffstats
path: root/lib/libstand/gzipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove two pieces of code (one disabled in revision 39665 and another deriveddelphij2010-03-181-8/+0
* Fix a bug in gzipfs that prevented lseek() from working and add lseek()jhb2009-12-231-8/+8
* Fix logical bug in the bzip2 reading code, which results in bogus EIOsobomax2007-12-181-1/+3
* Clean up error handling in libstand filesystem code to be more consistent:jhb2004-01-211-5/+11
* Implement seeking to earlier offsets in gzipfs. This allows my loadergreen2003-12-101-15/+30
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-1/+1
* Add __FBSDID()s to libstanddillon2001-09-301-3/+3
* Add support for loading bzip2-compressed filesystems. Among other thingssobomax2001-09-181-2/+3
* Check for malloc failure in a couple of caseskris2001-09-031-0/+4
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-261-2/+4
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-3/+3
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+316
OpenPOWER on IntegriCloud