| Commit message (Expand) | Author | Age | Files | Lines |
* | According to the NetBSD foundation [1]: | delphij | 2011-10-16 | 1 | -7/+0 |
* | Incorporate recent changes from NetBSD. Most notable change is the addition | delphij | 2011-10-10 | 4 | -33/+233 |
* | Sync RCS id with NetBSD, this was intentionally omitted from the advisory | delphij | 2011-09-28 | 1 | -1/+1 |
* | Fix handling of corrupt compress(1)ed data. [11:04] | bz | 2011-09-28 | 1 | -12/+19 |
* | Fix a regression introduced with previous changeset: if output is stdout, | delphij | 2011-05-25 | 1 | -1/+2 |
* | Match symbolic link handling behavior with GNU gzip, bzip2 and xz: | delphij | 2011-05-23 | 2 | -5/+5 |
* | Diff reduction against NetBSD. The most notable change is to zdiff(1) to | delphij | 2011-05-23 | 5 | -63/+128 |
* | Update manpage to remove CRT reference. | gjb | 2011-02-07 | 1 | -2/+2 |
* | Correct some typos in comments, no functional changes. | bcr | 2010-10-16 | 3 | -9/+9 |
* | In the past gunzip(1) write()'s after each inflate return. This is | delphij | 2010-09-23 | 1 | -0/+2 |
* | Check return value of dup(), it could be -1 when the system is running | delphij | 2010-08-19 | 1 | -1/+8 |
* | Several style fixes as prompted by bde@. | delphij | 2010-06-10 | 1 | -28/+22 |
* | Follow up revision 208888 with purely ident changes. | delphij | 2010-06-07 | 1 | -6/+6 |
* | Correct a bug in gzip(1): make sure that initialize isb with fstat() on | delphij | 2010-06-07 | 1 | -3/+9 |
* | Use _exit(2) system call directly instead of using exit(3) in signal | delphij | 2010-04-27 | 1 | -1/+1 |
* | Language improvements to make the BUGS section easier to read. | delphij | 2010-04-27 | 1 | -3/+3 |
* | Add a signal handler for SIGINT which removes output file when necessary. | delphij | 2010-04-26 | 1 | -4/+21 |
* | Diff reduction against NetBSD and add myself to AUTHORS section of the | delphij | 2010-04-07 | 3 | -13/+14 |
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -2/+2 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | We should distinguish between a real truncated case and EOF after | delphij | 2009-11-16 | 1 | -3/+14 |
* | Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 files | delphij | 2009-11-09 | 1 | -5/+14 |
* | Correct a stack underflow in gzip: | delphij | 2009-07-31 | 1 | -1/+5 |
* | Sync with NetBSD: | delphij | 2009-06-24 | 3 | -10/+10 |
* | Add support for uncompressing pack(1)'ed files. Pack(1) is a program found | delphij | 2009-06-21 | 2 | -1/+359 |
* | Two fixes for SMALL case when compiling with WARNS=6: | delphij | 2009-06-19 | 1 | -1/+4 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -2/+2 |
* | Sync with NetBSD's license changes. | delphij | 2008-07-23 | 2 | -10/+4 |
* | Reflect the fact that we actually have NetBSD revision 1.3. | delphij | 2008-06-30 | 1 | -1/+1 |
* | Remove clause 3 and 4 of NetBSD license. | delphij | 2008-06-30 | 1 | -8/+1 |
* | Make it clear that gzcat expects each argument to be separate files. | delphij | 2008-06-30 | 1 | -1/+13 |
* | Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to | rwatson | 2008-03-09 | 1 | -0/+2 |
* | When gzipping to a target file, only set the source file flags on the | rwatson | 2008-03-09 | 1 | -4/+4 |
* | Fix a few obvious errors in the znew(1) script. | yar | 2008-02-09 | 1 | -4/+3 |
* | - Simulate GNU gzip(1) behavior where full filename is | delphij | 2007-07-12 | 1 | -7/+7 |
* | Mention 'k' option of gunzip. | delphij | 2007-06-06 | 1 | -2/+2 |
* | Add a '-k' flag which is similar with its bzip2(1) counterpart, | delphij | 2007-05-28 | 2 | -4/+15 |
* | Mention a limitation that was inherted from RFC1952, making | delphij | 2007-03-16 | 1 | -1/+9 |
* | Do not install zgrep, or links to zgrep, since zgrep is provided by | simon | 2007-02-10 | 3 | -228/+4 |
* | Fix typo. | delphij | 2007-01-31 | 1 | -1/+1 |
* | Replace the GNU gzip with a slightly modified NetBSD gzip. The | delphij | 2007-01-26 | 17 | -0/+3988 |