summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move definition of pmode to main.c instead of a compress.h. Avoids linkermortimer2021-01-182-3/+5
* Accommodate POSIX basename(3) that takes a non-const parameter andnaddy2020-10-121-2/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* For "gunzip -N", only use the basename of the stored path.millert2019-05-271-4/+5
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-254-10/+10
* Remove unused zclose function.fcambus2017-05-291-7/+1
* remove parens from method callstedu2016-09-031-6/+6
* the SMALL code made a half hearted effort to exclude compression codetedu2016-09-032-199/+194
* start pulling apart some function pointers that take too many parameterstedu2016-09-035-105/+145
* When returning the file size info, only use z_total_in/z_total_outmillert2016-08-171-5/+9
* make several program to use "chown" promise.semarie2016-07-141-2/+2
* Need to set in/out bytes count for gz_write too. Otherwise gzipmillert2016-04-291-1/+3
* Account for multiple streams in "gzip -l" output. This fixes "gzipmillert2016-04-281-11/+24
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-6/+1
* Tighten pledge: We only write to stdio and never to any files ifnaddy2015-10-171-1/+5
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* Also needs "rpath" for some circumstances.deraadt2015-10-041-2/+2
* gzip can use tame "stdio wpath cpath fattr". this blocks a lot ofderaadt2015-10-031-1/+4
* Ignore setuid/setgid settings from a compress/gzip file; original CSRGderaadt2015-08-301-5/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-202-4/+4
* Put fts_close() where missing.uebayasi2015-06-251-2/+2
* Preserve times to nanosecond precision instead of just microsecond.guenther2015-05-031-6/+6
* Both more and less accept options beginning with '+'.millert2015-04-091-2/+2
* KNF whitespace fix and handle funopen error case.tobias2015-02-011-4/+10
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-12/+13
* userland reallocarray audit.doug2014-10-081-3/+3
* no more Xr to gzsigderaadt2014-10-071-3/+2
* +.Xr less 1 ,jmc2014-05-081-2/+3
* When you want more, you say "more". When you want less, you say "less".zhuk2014-05-072-22/+10
* use Ex;jmc2014-03-171-8/+3
* make description of gzip(1) exit status codes more accurate.sobrado2014-01-281-5/+22
* make it clear that -LV are no ops; ok millertjmc2014-01-281-4/+6
* Remove the no-op flags -L and -V from compress(1), these optionsmillert2014-01-272-32/+66
* remove the no-op flags -L and -V from compress(1), these optionssobrado2014-01-271-12/+6
* - document for uncompress and zcat exit status of 0 or >0 onlyjmc2014-01-261-7/+13
* +.Sh EXIT STATUSjmc2013-12-291-10/+10
* some minor fixes; From: Jan Staryjmc2013-08-121-3/+6
* zlib info header is 32-bit; handle for localtime() call; ok millertderaadt2013-04-171-2/+4
* When outputting to stdout and compressing would grow the file, exitmillert2012-09-301-2/+2
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-2/+5
* flesh out the rfc sections;jmc2012-08-211-11/+21
* Remove the rcsid which were intentionally skipped in the "purge of 2009"deraadt2011-09-226-75/+39
* Fix potential crash when GZIP variable set and more than 512 commandmillert2011-03-051-22/+30
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
* Truncate output file when compressing. OK deraadt@millert2010-07-281-3/+3
* document exit returns; from daniel dickmanjmc2010-07-221-4/+21
* if you want usenet archives from 1985, you'll have to look elsewheretedu2010-07-013-540/+0
* remove irrelevant man page; ok deraadtjmc2010-03-271-151/+0
* dispense with some wacky escape sequences;jmc2010-03-261-4/+4
* memory leak with #ifdef SMALL, found by parfaitderaadt2009-11-111-2/+3