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_5_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] doc/        
[TXT] Makefile  1.21   16 years  jsg   Add support for zmore being called as zless, same behaviour but pager defaults t...
[TXT] compress.1  1.45   13 years  jmc   add an EXIT STATUS section for /usr/bin;
[TXT] compress.h  1.11   15 years  sobrado   spacing.
[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.5   16 years  jmc   convert to new .Dd format;
[TXT] gzip.1  1.6   15 years  naddy   allow -V (show version) in decompression mode; ok millert@
[TXT] gzopen.c  1.26   14 years  deraadt   memory leak with #ifdef SMALL, found by parfait ok jsg
[TXT] main.c  1.77   13 years  millert   Fix potential crash when GZIP variable set and more than 512 command line args s...
[TXT] nullopen.c  1.3   18 years  otto   be a bit more carefull not writing to the stream after the timestamps have been ...
[TXT] zdiff  1.2   20 years  otto   Add $OpenBSD$ ok millert@
[TXT] zdiff.1  1.6   16 years  jmc   convert to new .Dd format;
[TXT] zforce  1.2   20 years  deraadt   spacing
[TXT] zforce.1  1.3   16 years  jmc   convert to new .Dd format;
[TXT] zmore  1.6   15 years  mpf   Use and report errors that inflate(3) can return, instead of aborting silently, ...
[TXT] zmore.1  1.10   14 years  sobrado   replace ".Ar file ..." with ".Ar" whenever possible. ok jmc@
[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.17   18 years  millert   Prevent zs_stackp from going past the end of zs_htab. May happen for corrupted ...