summaryrefslogtreecommitdiff
path: root/usr.bin/compress
AgeCommit message (Expand)Author
2023-11-11Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"George Koehler
2023-08-11Replace use of the old BSD st_*timespec members in struct stat withPhilip Guenther
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-10-26compress: fix minor TOCTOU when checking for existing fileTodd C. Miller
2022-10-23The cat_opts and decomp_opts fields in struct compressor are unusedTodd C. Miller
2022-10-22Add support to gunzip for zip files that contain a single member.Todd C. Miller
2022-08-29Fix growth check in compress(1)/gzip(1)Theo Buehler
2022-06-18Fix gzip byte counts with 32-bit integersGeorge Koehler
2022-04-10Print a more accurate message when -v is used with -kJeremie Courreges-Anglas
2022-03-14add -k flag to gzip and gunzipSolene Rapenne
2021-01-18Move definition of pmode to main.c instead of a compress.h. Avoids linkermortimer
2020-10-12Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-27For "gunzip -N", only use the basename of the stored path.Todd C. Miller
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2017-05-29Remove unused zclose function.Frederic Cambus
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