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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] doc/        
[TXT] Makefile  1.23   18 months  millert   Add support to gunzip for zip files that contain a single member. This matches t...
[TXT] compress.1  1.49   18 months  millert   Add support to gunzip for zip files that contain a single member. This matches t...
[TXT] compress.h  1.16   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[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.16   18 months  millert   Add support to gunzip for zip files that contain a single member. This matches t...
[TXT] gzopen.c  1.35   22 months  gkoehler   Fix gzip byte counts with 32-bit integers If zlib is without our local change i...
[TXT] main.c  1.106   5 months  gkoehler   Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz" Have -c override -N, like ot...
[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] zipopen.c  1.1   18 months  millert   Add support to gunzip for zip files that contain a single member. This matches t...
[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@
[TXT] compress.c (in the Attic) [Hide]  1.6   26 years  mickey   do gzip
[TXT] zcat.sh (in the Attic) [Hide]  1.3   26 years  mickey   do gzip
[TXT] zopen.3 (in the Attic) [Hide]  1.10   14 years  jmc   remove irrelevant man page; ok deraadt