OpenGrok
Cross Reference: unlz.c
xref
: /
src
/
usr.bin
/
gzip
/
unlz.c
Home
|
History
|
Annotate
|
Download
|
only in
gzip
History log of
/src/usr.bin/gzip/unlz.c
Revision
Date
Author
Comments
1.10
04-May-2024
christos
PR/58233: RVP: Fix lzip dictionary size calculation
1.9
04-May-2024
christos
PR/58223: RVP: Don't write to stdout when testing.
1.8
10-Jun-2023
simonb
Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD:
Remove unneeded checks for prelen.
In order to determine the type of a compressed file, we have to read
in the first four bytes which may also be important for decompression
purposes, to do that we would pass the buffer that we have already
read in, along with the size of it.
Rename header1 to fourbytes to make that explicit, and remove all
checks for prelen.
1.7
10-Sep-2021
rillig
branches: 1.7.2;
usr.bin: remove unnecessary lint comment CONSTCOND
Since 2021-01-31, lint no longer warns about 'do ... while (0)'.
No functional change.
1.6
11-Nov-2018
christos
branches: 1.6.2; 1.6.4; 1.6.6;
use the data size in case stdout was a pipe (M. Levinson)
1.5
29-Oct-2018
christos
fix typo.
1.4
27-Oct-2018
christos
handle stdin with header partially read.
1.3
27-Oct-2018
christos
remove debugging.
1.2
27-Oct-2018
kre
Fix printf conversion of off_t for 32 bit hosts (fix i386 build)
(%td is for ptrdiff_t)
1.1
26-Oct-2018
christos
Add lzip support to gzip based on the example lzip decoder.
1.6.6.1
14-Oct-2024
martin
Pull up following revision(s) (requested by christos in ticket #1913):
usr.bin/gzip/unlz.c: revision 1.10
usr.bin/gzip/unlz.c: revision 1.9
usr.bin/gzip/unxz.c: revision 1.9
tests/usr.bin/gzip/t_gzip.sh: revision 1.2
PR/58223: RVP: Don't write to stdout when testing.
PR/58233: RVP: Fix lzip dictionary size calculation
Add a test for PR/58223
1.6.4.2
10-Jun-2019
christos
Sync with HEAD
1.6.4.1
11-Nov-2018
christos
file unlz.c was added on branch phil-wifi on 2019-06-10 22:10:20 +0000
1.6.2.2
26-Nov-2018
pgoyette
Sync with HEAD, resolve a couple of conflicts
1.6.2.1
11-Nov-2018
pgoyette
file unlz.c was added on branch pgoyette-compat on 2018-11-26 01:52:54 +0000
1.7.2.2
14-Oct-2024
martin
Pull up following revision(s) (requested by christos in ticket #979):
usr.bin/gzip/unlz.c: revision 1.10
usr.bin/gzip/unlz.c: revision 1.9
usr.bin/gzip/unxz.c: revision 1.9
tests/usr.bin/gzip/t_gzip.sh: revision 1.2
PR/58223: RVP: Don't write to stdout when testing.
PR/58233: RVP: Fix lzip dictionary size calculation
Add a test for PR/58223
1.7.2.1
04-Feb-2024
martin
Pull up the following, requested by mrg in ticket #582:
usr.bin/gzip/gzip.1 up to 1.32
usr.bin/gzip/gzip.c up to 1.122
usr.bin/gzip/unlz.c up to 1.8
usr.bin/gzip/unpack.c up to 1.4
Sync usr.bin/gzip to HEAD to fix a few minor issues, including
PR 57858 and PR 57855.
Indexes created Thu Oct 02 07:10:07 GMT 2025