opnsense-src/usr.bin/gzip
Xin LI 637bfa488b Use _exit(2) system call directly instead of using exit(3) in signal
handler, as the latter is not guaranteed to be signal safe, and we
do not really care about flushing the stream during SIGINT.

Suggested by:	Maxim Konovalov <maxim.konovalov gmail com>
MFC after:	13 days
2010-04-27 17:57:04 +00:00
..
gzexe Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
gzexe.1 Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
gzip.1 Language improvements to make the BUGS section easier to read. 2010-04-27 17:50:43 +00:00
gzip.c Use _exit(2) system call directly instead of using exit(3) in signal 2010-04-27 17:57:04 +00:00
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
unbzip2.c Diff reduction against NetBSD and add myself to AUTHORS section of the 2010-04-07 22:54:53 +00:00
unpack.c Add support for uncompressing pack(1)'ed files. Pack(1) is a program found 2009-06-21 09:39:43 +00:00
zdiff Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
zdiff.1 Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
zforce Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
zforce.1 Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
zmore Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
zmore.1 Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
znew Reflect the fact that we actually have NetBSD revision 1.3. 2008-06-30 23:53:15 +00:00
znew.1 Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
zuncompress.c Sync with NetBSD: 2009-06-24 21:51:02 +00:00