[klibc] A port of gzip to klibc A port of the gzip utility to klibc. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit a9e53d55c81fdcc612635e7f92e07312abeda156 tree 058c04f42848e5bb9e28652315da569c6b9f219b parent c61927fa211e3c54be7e868f41a4a1b99768111f author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:59:06 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:59:06 -0700 usr/gzip/COPYING | 339 ++++++++++++++ usr/gzip/Kbuild | 25 + usr/gzip/README | 144 ++++++ usr/gzip/bits.c | 200 ++++++++ usr/gzip/deflate.c | 759 ++++++++++++++++++++++++++++++++ usr/gzip/gzip.c | 1214 +++++++++++++++++++++++++++++++++++++++++++++++++++ usr/gzip/gzip.h | 298 +++++++++++++ usr/gzip/inflate.c | 950 ++++++++++++++++++++++++++++++++++++++++ usr/gzip/revision.h | 11 usr/gzip/tailor.h | 50 ++ usr/gzip/trees.c | 1075 +++++++++++++++++++++++++++++++++++++++++++++ usr/gzip/unzip.c | 77 +++ usr/gzip/util.c | 372 ++++++++++++++++ usr/gzip/zip.c | 110 +++++ 14 files changed, 5624 insertions(+), 0 deletions(-) Patch suppressed due to size (202 K), available at: http://www.kernel.org/pub/linux/kernel/people/hpa/klibc-patchset/43-a-port-of-gzip-to-klibc.patch