aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gzip
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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