summaryrefslogtreecommitdiff
path: root/usr.bin/compress
AgeCommit message (Expand)Author
2016-09-03remove parens from method callsTed Unangst
2016-09-03the SMALL code made a half hearted effort to exclude compression codeTed Unangst
2016-09-03start pulling apart some function pointers that take too many parametersTed Unangst
2016-08-17When returning the file size info, only use z_total_in/z_total_outTodd C. Miller
2016-07-14make several program to use "chown" promise.Sebastien Marie
2016-04-29Need to set in/out bytes count for gz_write too. Otherwise gzipTodd C. Miller
2016-04-28Account for multiple streams in "gzip -l" output. This fixes "gzipTodd C. Miller
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-10-17Tighten pledge: We only write to stdio and never to any files ifChristian Weisgerber
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-04Also needs "rpath" for some circumstances.Theo de Raadt
2015-10-03gzip can use tame "stdio wpath cpath fattr". this blocks a lot ofTheo de Raadt
2015-08-30Ignore setuid/setgid settings from a compress/gzip file; original CSRGTheo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-06-25Put fts_close() where missing.Masao Uebayashi
2015-05-03Preserve times to nanosecond precision instead of just microsecond.Philip Guenther
2015-04-09Both more and less accept options beginning with '+'.Todd C. Miller
2015-02-01KNF whitespace fix and handle funopen error case.Tobias Stoeckmann
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-07no more Xr to gzsigTheo de Raadt
2014-05-08+.Xr less 1 ,Jason McIntyre
2014-05-07When you want more, you say "more". When you want less, you say "less".Vadim Zhukov
2014-03-17use Ex;Jason McIntyre
2014-01-28make description of gzip(1) exit status codes more accurate.Igor Sobrado
2014-01-28make it clear that -LV are no ops; ok millertJason McIntyre
2014-01-27Remove the no-op flags -L and -V from compress(1), these optionsTodd C. Miller
2014-01-27remove the no-op flags -L and -V from compress(1), these optionsIgor Sobrado
2014-01-26- document for uncompress and zcat exit status of 0 or >0 onlyJason McIntyre
2013-12-29+.Sh EXIT STATUSJason McIntyre
2013-08-12some minor fixes; From: Jan StaryJason McIntyre
2013-04-17zlib info header is 32-bit; handle for localtime() call; ok millertTheo de Raadt
2012-09-30When outputting to stdout and compressing would grow the file, exitTodd C. Miller
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-08-21flesh out the rfc sections;Jason McIntyre
2011-09-22Remove the rcsid which were intentionally skipped in the "purge of 2009"Theo de Raadt
2011-03-05Fix potential crash when GZIP variable set and more than 512 commandTodd C. Miller
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-28Truncate output file when compressing. OK deraadt@Todd C. Miller
2010-07-22document exit returns; from daniel dickmanJason McIntyre
2010-07-01if you want usenet archives from 1985, you'll have to look elsewhereTed Unangst
2010-03-27remove irrelevant man page; ok deraadtJason McIntyre
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-11-11memory leak with #ifdef SMALL, found by parfaitTheo de Raadt
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-04-18allow -V (show version) in decompression mode; ok millert@Christian Weisgerber
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-02-08some minor corrections for the STANDARDS section;Jason McIntyre
2008-10-08For "gunzip -N", the name stored in the gzip header has no directory,Todd C. Miller