Up to [cvs.NetBSD.org] / src / usr.bin / gzip
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 30 01:32:21 2011 UTC (19 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.4: +39 -0
lines
Diff to previous 1.4 (colored)
add copyright
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 17 14:07:45 2011 UTC (21 months ago) by christos
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
fix non-literal format strings
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:43 2011 UTC (22 months, 3 weeks ago) by cherry
Branch: cherry-xenmp
Changes since 1.3.2.1: +121 -0
lines
Diff to previous 1.3.2.1 (colored) next main 1.4 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.3.2.1, Sun Jun 19 02:19:45 2011 UTC (23 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.3: +0 -121
lines
FILE REMOVED
file unxz.c was added on branch cherry-xenmp on 2011-06-23 14:20:43 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 19 02:19:45 2011 UTC (23 months ago) by christos
Branch: MAIN
Branch point for: cherry-xenmp
Changes since 1.2: +23 -10
lines
Diff to previous 1.2 (colored)
make this work: - forgot to account for prelen in the input length - deal with EOF properly
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 19 01:52:28 2011 UTC (23 months ago) by christos
Branch: MAIN
Changes since 1.1: +12 -17
lines
Diff to previous 1.1 (colored)
- remove unused call - read headers separately - print error id.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 19 00:43:54 2011 UTC (23 months ago) by christos
Branch: MAIN
Add lzma (.xz) support. Somehow this does not decode after the first read yet.