tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
compress
/
at
master
19 files
Makefile
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
compress.1
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
compress.h
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
3 years ago
gzexe
gzexe.1
some minor fixes; From: Jan Stary
12 years ago
gzip.1
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
gzopen.c
Fix gzip byte counts with 32-bit integers
3 years ago
main.c
compress: fix minor TOCTOU when checking for existing file Use open(2) + fstat(2) instead of stat(2) + open(2). The file open code has been moved into its own functions so it can be shared between docompress() and dodecompress().
3 years ago
nullopen.c
start pulling apart some function pointers that take too many parameters because of excessive code sharing. compression and decompression are not entirely similar, they should share less. ok joerg millert
9 years ago
zdiff
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
zdiff.1
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
zforce
zforce.1
zipopen.c
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
zmore
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
zmore.1
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
znew
znew.1
zopen.c
Remove unused zclose function.
9 years ago