History log of /src/distrib/utils/x_gzip |
Revision | Date | Author | Comments |
1.12 | 10-Jul-2022 |
mrg | include bsd.own.mk to ensure that USE_XZ_SETS is set properly before using it.
this should fix PR#56919.
|
1.11 | 03-Jun-2020 |
rin | Manifest that we need liblzma only when USE_XZ_SETS is enabled.
|
1.10 | 26-Oct-2018 |
christos | fixed.
|
1.9 | 01-Oct-2018 |
martin | Make gzip on some crunched install media support xz decompression (just like our base version does).
|
1.8 | 19-Jun-2011 |
tsutsui | branches: 1.8.42; 1.8.44; Add -DNO_PACK_SUPPORT and -DNO_XZ_SUPPORT to CPPFLAGS to omit extra algorithm not used in installer.
XXX: should we use positive options in usr.bin/gzip/Makefile?
|
1.7 | 28-Mar-2004 |
mrg | branches: 1.7.32; 1.7.40; 1.7.48; 1.7.54; 1.7.56; delete these old sources. use usr.bin/gzip sources but disable a lot of stuff: bz2 support, compress support, many non-required options.
now x_gzip supports "gzip -l" so sysinst should work for these platforms.
gzip will grow slightly - 400 or so bytes on x86 - but this is a small price to pay for working -l support...
|
1.6 | 12-Dec-2001 |
tv | Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.
|
1.5 | 05-Oct-2001 |
jmc | Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization levels
|
1.4 | 20-Aug-2001 |
martin | Drop ``-Os'' on sparc64 due to toolchain issues.
The same change has already been applied on the 1.5 branch. The problems (i.e. ifconfig not showing IP addresses) have been verified to still exist with the new toolchain.
|
1.3 | 18-May-2000 |
matt | branches: 1.3.4; Part II. Link everything -static since that's what want for crunchgen later on.
|
1.2 | 18-May-2000 |
matt | Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax would shrink them even more?
|
1.1 | 06-Jun-1998 |
mrg | branches: 1.1.1; Initial revision
|
1.1.1.1 | 06-Jun-1998 |
mrg | branches: 1.1.1.1.2; add my zlib-based gzip for installs.
|
1.1.1.1.2.2 | 19-Jan-1999 |
cgd | pull up rev 1.1 from trunk (new file). (mrg)
|
1.1.1.1.2.1 | 06-Jun-1998 |
cgd | file Makefile was added on branch netbsd-1-3 on 1999-01-19 07:40:03 +0000
|
1.3.4.1 | 29-Jul-2001 |
he | Apply patch (requested by martin): Drop ``-Os'' on sparc64 due to toolchain issues.
|
1.7.56.1 | 16-Mar-2015 |
bouyer | usr.bin/gzip/Makefile patch usr.bin/gzip/gzip.1 1.20-1.24 usr.bin/gzip/gzip.c 1.98-1.107 usr.bin/gzip/zuncompress.c 1.7-1.8 distrib/utils/x_gzip/Makefile patch
Sync gzip core with HEAD. [mrg, ticket #1951]
|
1.7.54.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.7.48.1 | 16-Mar-2015 |
bouyer | usr.bin/gzip/Makefile patch usr.bin/gzip/gzip.1 1.20-1.24 usr.bin/gzip/gzip.c 1.98-1.107 usr.bin/gzip/zuncompress.c 1.7-1.8 distrib/utils/x_gzip/Makefile patch
Sync gzip core with HEAD. [mrg, ticket #1951]
|
1.7.40.1 | 16-Mar-2015 |
bouyer | usr.bin/gzip/Makefile patch usr.bin/gzip/gzip.1 1.20-1.24 usr.bin/gzip/gzip.c 1.98-1.107 usr.bin/gzip/zuncompress.c 1.7-1.8 distrib/utils/x_gzip/Makefile patch
Sync gzip core with HEAD. [mrg, ticket #1951]
|
1.7.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.8.44.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.8.42.2 | 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.8.42.1 | 20-Oct-2018 |
pgoyette | Sync with head
|
1.3 | 28-Mar-2004 |
mrg | delete these old sources. use usr.bin/gzip sources but disable a lot of stuff: bz2 support, compress support, many non-required options.
now x_gzip supports "gzip -l" so sysinst should work for these platforms.
gzip will grow slightly - 400 or so bytes on x86 - but this is a small price to pay for working -l support...
|
1.2 | 15-Jan-2002 |
wiz | Whitespace nit, sort sections, drop trailing dot in SEE ALSO.
|
1.1 | 06-Jun-1998 |
mrg | branches: 1.1.1; Initial revision
|
1.1.1.1 | 06-Jun-1998 |
mrg | branches: 1.1.1.1.2; add my zlib-based gzip for installs.
|
1.1.1.1.2.2 | 19-Jan-1999 |
cgd | pull up rev 1.1 from trunk (new file). (mrg)
|
1.1.1.1.2.1 | 06-Jun-1998 |
cgd | file gzip.1 was added on branch netbsd-1-3 on 1999-01-19 07:40:03 +0000
|
1.6 | 28-Mar-2004 |
mrg | delete these old sources. use usr.bin/gzip sources but disable a lot of stuff: bz2 support, compress support, many non-required options.
now x_gzip supports "gzip -l" so sysinst should work for these platforms.
gzip will grow slightly - 400 or so bytes on x86 - but this is a small price to pay for working -l support...
|
1.5 | 22-Dec-2003 |
simonb | ANSIfy, de-__P(), minor KNF.
|
1.4 | 06-Aug-2003 |
itojun | use bounded string op
|
1.3 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.2 | 04-Jan-2001 |
lukem | use more standard %ll_ in favour of %q_
|
1.1 | 06-Jun-1998 |
mrg | branches: 1.1.1; Initial revision
|
1.1.1.1 | 06-Jun-1998 |
mrg | branches: 1.1.1.1.2; add my zlib-based gzip for installs.
|
1.1.1.1.2.2 | 19-Jan-1999 |
cgd | pull up rev 1.1 from trunk (new file). (mrg)
|
1.1.1.1.2.1 | 06-Jun-1998 |
cgd | file gzip.c was added on branch netbsd-1-3 on 1999-01-19 07:40:03 +0000
|