summaryrefslogtreecommitdiff
path: root/usr.bin/gzip
Commit message (Expand)AuthorAgeFilesLines
* MFC r236596:Eitan Adler2012-09-021-1/+1
* Fix handling of corrupt compress(1)ed data. [11:04]Bjoern A. Zeeb2011-09-281-12/+19
* MFC r222210, 222211, 222287:Xin LI2011-06-066-68/+134
* MFC 218421:Glen Barber2011-02-111-2/+2
* MFC r213044:Xin LI2010-10-071-0/+2
* MFC r211475:Xin LI2010-09-181-1/+8
* MFC r208888,208889,209017:Xin LI2010-06-121-30/+30
* MFC r207247,r207283,207284:Xin LI2010-05-102-7/+24
* MFC r206387:Xin LI2010-04-203-13/+14
* MFC r199066 + 199339:Xin LI2009-12-021-8/+28
* 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
* Do not install zgrep, or links to zgrep, since zgrep is provided bySimon L. B. Nielsen2007-02-103-228/+4
* Fix typo.Xin LI2007-01-311-1/+1
* Replace the GNU gzip with a slightly modified NetBSD gzip. TheXin LI2007-01-2617-0/+3988