Home | History | Annotate | Download | only in gzip
History log of /src/usr.bin/gzip/unpack.c
RevisionDateAuthorComments
 1.4  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.3  04-Aug-2017  mrg branches: 1.3.14;
add SIGINFO support.
 1.2  06-Nov-2010  mrg pull across a few changes from the freebsd folks:

http://svn.freebsd.org/changeset/base/213044
- fixes gunzip issues
http://svn.freebsd.org/changeset/base/213927
- fixes various typos and comments

and also an older change to add support for bzip2's "-k" option:
don't delete the input file


thanks!
 1.1  11-Oct-2009  mrg branches: 1.1.2; 1.1.4;
add "pack" uncompression support, from Xin LI <delphij@delphij.net>
 1.1.4.2  21-Apr-2010  matt sync to netbsd-5
 1.1.4.1  11-Oct-2009  matt file unpack.c was added on branch matt-nb5-mips64 on 2010-04-21 05:27:11 +0000
 1.1.2.2  08-Nov-2009  snj Pull up following revision(s) (requested by mrg in ticket #1131):
usr.bin/gzip/unpack.c: revision 1.1
usr.bin/gzip/gzip.c: revision 1.95
add "pack" uncompression support, from Xin LI <delphij@delphij.net>
 1.1.2.1  11-Oct-2009  snj file unpack.c was added on branch netbsd-5 on 2009-11-08 22:53:21 +0000
 1.3.14.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.

RSS XML Feed