summaryrefslogtreecommitdiff
path: root/usr.bin/gzip
AgeCommit message (Expand)Author
2023-06-10Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD:simonb
2022-01-22make siginfo handler print to /dev/tty.christos
2021-09-10usr.bin: remove unnecessary lint comment CONSTCONDrillig
2021-06-24Call check_siginfo() in compression loop to provide SIGINFO compressionsimonb
2018-11-11use the data size in case stdout was a pipe (M. Levinson)christos
2018-10-29fix typo.christos
2018-10-27handle stdin with header partially read.christos
2018-10-27remove debugging.christos
2018-10-27Fix printf conversion of off_t for 32 bit hosts (fix i386 build)kre
2018-10-27Fix previousskrll
2018-10-26Add lzip support to gzip based on the example lzip decoder.christos
2018-10-06Add -l support for xz filesmartin
2018-06-12Correct Undefined Behavior in gzip(1)kamil
2017-10-22Add gunzip and zcat to the NAME section as wellabhinav
2017-08-23now that we are processing SIGINFO write can be interrupted and returnchristos
2017-08-04add SIGINFO support.mrg
2017-06-03update copyright strings.mrg
2017-01-08Document --keep. From Timo Buhrmester <fstd.lkml@gmail.com> on netbsd-docs.wiz
2016-01-29remove clauses 3, 4christos
2015-10-27port across the change from freebsd rev 290024:mrg
2015-07-06zgrep(1): suppress the prefixing of filename on output when onlynakayama
2015-04-15Coverity CID 1264915, Via FreeBSD (Xin Li)christos
2015-04-06Document xz decompression support better. From Joachim Henke on netbsd-docs.wiz
2015-01-13do not use directory paths present in gzip files with the -N flag,mrg
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-12-06fix == compatibility problempettai
2013-11-13Add zfgrep that fell off from last updatepettai
2013-11-12Added zless(1) - comes in the lastest version of zmore(1) from OpenBSDpettai
2013-07-25fferentiate zegrep and zfgrep by their basename only, so they can bepgoyette
2013-07-20Use Mt for email addresses.wiz
2011-09-30add copyrightchristos
2011-08-30Use __printflike and __dead.joerg
2011-08-17fix non-literal format stringschristos
2011-08-17add noreturn atttribute.christos
2011-08-16Do proper input validation without penalizing performance.joerg
2011-08-16set errno on overflow return.christos
2011-08-16provisional fix for CVS-2011-2895, buffer overflow when uncompressingchristos
2011-06-21Add a few explicit casts for sign mismatches.joerg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-06-19cross reference xz.1christos
2011-06-19make this work:christos
2011-06-19recognize .xz suffixchristos
2011-06-19- remove unused callchristos
2011-06-19XZ_SUPPORT requires maybe_errx().tsutsui
2011-06-19Add lzma (.xz) support. Somehow this does not decode after the first read yet.christos
2011-03-23Fix OPT_LIST. -t is not available in SMALL case.tsutsui
2010-11-06pull across a few changes from the freebsd folks:mrg
2010-04-14Consistently use -- for all programs called. Drop some redundant flagsjoerg
2010-04-14Sort SEE ALSO, fix an xref.wiz