aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gzip
Commit message (Expand)AuthorAgeFilesLines
* r281540 was upstreamed as NetBSD r1.108 of gzip.c, note it as merged.Xin LI2015-04-161-1/+1
* When reading in the original file name from gzip header, we readXin LI2015-04-151-2/+5
* Sync with NetBSD:Xin LI2015-04-132-10/+20
* compress,gzip,xz: Preserve timestamps with nanosecond precision.Jilles Tjoelker2015-02-171-5/+5
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
* Sync with NetBSD.Xin LI2014-10-235-17/+41
* Integrate usr.bin/gzip/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+16
* Correct buffer size.Xin LI2014-06-261-1/+1
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-4/+3
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-051-1/+1
* According to the NetBSD foundation [1]:Xin LI2011-10-161-7/+0
* Incorporate recent changes from NetBSD. Most notable change is the additionXin LI2011-10-104-33/+233
* Sync RCS id with NetBSD, this was intentionally omitted from the advisoryXin LI2011-09-281-1/+1
* Fix handling of corrupt compress(1)ed data. [11:04]Bjoern A. Zeeb2011-09-281-12/+19
* Fix a regression introduced with previous changeset: if output is stdout,Xin LI2011-05-251-1/+2
* Match symbolic link handling behavior with GNU gzip, bzip2 and xz:Xin LI2011-05-232-5/+5
* Diff reduction against NetBSD. The most notable change is to zdiff(1) toXin LI2011-05-235-63/+128
* Update manpage to remove CRT reference.Glen Barber2011-02-071-2/+2
* Correct some typos in comments, no functional changes.Benedict Reuschling2010-10-163-9/+9
* In the past gunzip(1) write()'s after each inflate return. This isXin LI2010-09-231-0/+2
* Check return value of dup(), it could be -1 when the system is runningXin LI2010-08-191-1/+8
* Several style fixes as prompted by bde@.Xin LI2010-06-101-28/+22
* Follow up revision 208888 with purely ident changes.Xin LI2010-06-071-6/+6
* Correct a bug in gzip(1): make sure that initialize isb with fstat() onXin LI2010-06-071-3/+9
* Use _exit(2) system call directly instead of using exit(3) in signalXin LI2010-04-271-1/+1
* Language improvements to make the BUGS section easier to read.Xin LI2010-04-271-3/+3
* Add a signal handler for SIGINT which removes output file when necessary.Xin LI2010-04-261-4/+21
* Diff reduction against NetBSD and add myself to AUTHORS section of theXin LI2010-04-073-13/+14
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* We should distinguish between a real truncated case and EOF afterXin LI2009-11-161-3/+14
* Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 filesXin LI2009-11-091-5/+14
* Correct a stack underflow in gzip:Xin LI2009-07-311-1/+5
* Sync with NetBSD:Xin LI2009-06-243-10/+10
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program foundXin LI2009-06-212-1/+359
* Two fixes for SMALL case when compiling with WARNS=6:Xin LI2009-06-191-1/+4
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-2/+2
* Sync with NetBSD's license changes.Xin LI2008-07-232-10/+4
* Reflect the fact that we actually have NetBSD revision 1.3.Xin LI2008-06-301-1/+1
* Remove clause 3 and 4 of NetBSD license.Xin LI2008-06-301-8/+1
* Make it clear that gzcat expects each argument to be separate files.Xin LI2008-06-301-1/+13
* Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar toRobert Watson2008-03-091-0/+2
* When gzipping to a target file, only set the source file flags on theRobert Watson2008-03-091-4/+4
* Fix a few obvious errors in the znew(1) script.Yaroslav Tykhiy2008-02-091-4/+3
* - Simulate GNU gzip(1) behavior where full filename isXin LI2007-07-121-7/+7
* Mention 'k' option of gunzip.Xin LI2007-06-061-2/+2
* Add a '-k' flag which is similar with its bzip2(1) counterpart,Xin LI2007-05-282-4/+15
* Mention a limitation that was inherted from RFC1952, makingXin LI2007-03-161-1/+9