OpenBSD CVS

src/usr.bin/compress/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / compress

Current tag: OPENBSD_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] doc/        
[TXT] Makefile  1.22   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[TXT] compress.1  1.48   10 years  jmc   use Ex;
[TXT] compress.h  1.14   3 years  mortimer   Move definition of pmode to main.c instead of a compress.h. Avoids linker issues...
[TXT] gzexe  1.4   18 years  otto   Ensure we do not compress files we need for decompressing by also checking hard ...
[TXT] gzexe.1  1.6   10 years  jmc   some minor fixes; From: Jan Stary
[TXT] gzip.1  1.14   9 years  deraadt   no more Xr to gzsig
[TXT] gzopen.c  1.34   7 years  tedu   the SMALL code made a half hearted effort to exclude compression code but some o...
[TXT] main.c  1.98   3 years  mortimer   Move definition of pmode to main.c instead of a compress.h. Avoids linker issues...
[TXT] nullopen.c  1.6   7 years  tedu   start pulling apart some function pointers that take too many parameters because...
[TXT] zdiff  1.3   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] zdiff.1  1.7   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] zforce  1.2   20 years  deraadt   spacing
[TXT] zforce.1  1.3   16 years  jmc   convert to new .Dd format;
[TXT] zmore  1.9   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] zmore.1  1.13   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] znew  1.3   18 years  jmc   - sort options and sync usage() - reword CAVEATS whilst here
[TXT] znew.1  1.4   16 years  jmc   convert to new .Dd format;
[TXT] zopen.c  1.22   6 years  fcambus   Remove unused zclose function. From Brian Callahan, thanks! OK tb@