summaryrefslogtreecommitdiff
path: root/lib/libstand/zipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-324/+0
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-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-2/+3
* Check for malloc failure in a couple of casesKris Kennaway2001-09-031-0/+4
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlyMike Smith1998-09-261-2/+4
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-3/+3
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+316