/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.bin/compress/
..
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.

4 года назад
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.

4 года назад
compress.h

spelling fixes; from paul tagliamonte amendments to his diff are noted on tech

4 года назад
gzexe

Ensure we do not compress files we need for decompressing by also checking hard links. From Andrew Dalgleish. ok deraadt@

21 год назад
gzexe.1

some minor fixes; From: Jan Stary

13 лет назад
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.

4 года назад
gzopen.c

Fix gzip byte counts with 32-bit integers

4 года назад
main.c

Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"

3 года назад
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

10 лет назад
zdiff

I am retiring my old email address; replace it with my OpenBSD one.

8 лет назад
zdiff.1

I am retiring my old email address; replace it with my OpenBSD one.

8 лет назад
zforce

spacing

23 года назад
zforce.1

convert to new .Dd format;

19 лет назад
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.

4 года назад
zmore

I am retiring my old email address; replace it with my OpenBSD one.

8 лет назад
zmore.1

I am retiring my old email address; replace it with my OpenBSD one.

8 лет назад
znew

- sort options and sync usage() - reword CAVEATS whilst here

21 год назад
znew.1

convert to new .Dd format;

19 лет назад
zopen.c

Remove unused zclose function.

9 лет назад