[klibc 27/31] A port of gzip to klibc

From: H. Peter Anvin
Date: Wed Jun 28 2006 - 01:22:25 EST


[klibc] A port of gzip to klibc

A port of the gzip utility to klibc.

Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>

---
commit 973116495f231a6775ef098df4481a34a38bfff7
tree 90eee8941bc6fbffcfb0ca49cbe924b85641a70a
parent a359e7a5083122cf32f9b4dabd63af25a60646d9
author H. Peter Anvin <hpa@xxxxxxxxx> Tue, 27 Jun 2006 20:51:13 -0700
committer H. Peter Anvin <hpa@xxxxxxxxx> Tue, 27 Jun 2006 20:51:13 -0700

usr/Kbuild | 2
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 +++++
15 files changed, 5625 insertions(+), 1 deletions(-)

Patch suppressed due to size (203 K), available at:
http://www.kernel.org/pub/linux/kernel/people/hpa/klibc-patchset/27-a-port-of-gzip-to-klibc.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/