summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip/gzip.c
Commit message (Expand)AuthorAgeFilesLines
* Incorporate recent changes from NetBSD. Most notable change is the additiondelphij2011-10-101-28/+67
* Fix a regression introduced with previous changeset: if output is stdout,delphij2011-05-251-1/+2
* Match symbolic link handling behavior with GNU gzip, bzip2 and xz:delphij2011-05-231-1/+1
* Diff reduction against NetBSD. The most notable change is to zdiff(1) todelphij2011-05-231-4/+5
* Correct some typos in comments, no functional changes.bcr2010-10-161-1/+1
* In the past gunzip(1) write()'s after each inflate return. This isdelphij2010-09-231-0/+2
* Several style fixes as prompted by bde@.delphij2010-06-101-28/+22
* Follow up revision 208888 with purely ident changes.delphij2010-06-071-6/+6
* Correct a bug in gzip(1): make sure that initialize isb with fstat() ondelphij2010-06-071-3/+9
* Use _exit(2) system call directly instead of using exit(3) in signaldelphij2010-04-271-1/+1
* Add a signal handler for SIGINT which removes output file when necessary.delphij2010-04-261-4/+21
* Diff reduction against NetBSD and add myself to AUTHORS section of thedelphij2010-04-071-8/+6
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-2/+2
* Correct a stack underflow in gzip:delphij2009-07-311-1/+5
* Sync with NetBSD:delphij2009-06-241-3/+3
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program founddelphij2009-06-211-1/+37
* Two fixes for SMALL case when compiling with WARNS=6:delphij2009-06-191-1/+4
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-2/+2
* Sync with NetBSD's license changes.delphij2008-07-231-7/+3
* Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar torwatson2008-03-091-0/+2
* When gzipping to a target file, only set the source file flags on therwatson2008-03-091-4/+4
* - Simulate GNU gzip(1) behavior where full filename isdelphij2007-07-121-7/+7
* Add a '-k' flag which is similar with its bzip2(1) counterpart,delphij2007-05-281-2/+10
* Fix typo.delphij2007-01-311-1/+1
* Replace the GNU gzip with a slightly modified NetBSD gzip. Thedelphij2007-01-261-0/+2054
OpenPOWER on IntegriCloud