Date: Tue, 18 Sep 2001 06:01:12 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bzipfs.c bzlib.c.diff Makefile libstand.3 stand.h zipfs.c Message-ID: <200109181301.f8ID1C936711@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/09/18 06:01:12 PDT Modified files: lib/libstand Makefile libstand.3 stand.h zipfs.c Added files: lib/libstand bzipfs.c bzlib.c.diff Log: Add support for loading bzip2-compressed filesystems. Among other things this would allow to load bzip2-compressed kernels/modules from the loader(8) (support for that will be committer separately). MFC after: 1 month Revision Changes Path 1.22 +11 -2 src/lib/libstand/Makefile 1.1 +297 -0 src/lib/libstand/bzipfs.c (new) 1.1 +55 -0 src/lib/libstand/bzlib.c.diff (new) 1.18 +3 -1 src/lib/libstand/libstand.3 1.26 +2 -1 src/lib/libstand/stand.h 1.7 +4 -3 src/lib/libstand/zipfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109181301.f8ID1C936711>