index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
gzip
/
gzip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a regression introduced with previous changeset: if output is stdout,
delphij
2011-05-25
1
-1
/
+2
*
Match symbolic link handling behavior with GNU gzip, bzip2 and xz:
delphij
2011-05-23
1
-1
/
+1
*
Diff reduction against NetBSD. The most notable change is to zdiff(1) to
delphij
2011-05-23
1
-4
/
+5
*
Correct some typos in comments, no functional changes.
bcr
2010-10-16
1
-1
/
+1
*
In the past gunzip(1) write()'s after each inflate return. This is
delphij
2010-09-23
1
-0
/
+2
*
Several style fixes as prompted by bde@.
delphij
2010-06-10
1
-28
/
+22
*
Follow up revision 208888 with purely ident changes.
delphij
2010-06-07
1
-6
/
+6
*
Correct a bug in gzip(1): make sure that initialize isb with fstat() on
delphij
2010-06-07
1
-3
/
+9
*
Use _exit(2) system call directly instead of using exit(3) in signal
delphij
2010-04-27
1
-1
/
+1
*
Add a signal handler for SIGINT which removes output file when necessary.
delphij
2010-04-26
1
-4
/
+21
*
Diff reduction against NetBSD and add myself to AUTHORS section of the
delphij
2010-04-07
1
-8
/
+6
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-2
/
+2
*
Correct a stack underflow in gzip:
delphij
2009-07-31
1
-1
/
+5
*
Sync with NetBSD:
delphij
2009-06-24
1
-3
/
+3
*
Add support for uncompressing pack(1)'ed files. Pack(1) is a program found
delphij
2009-06-21
1
-1
/
+37
*
Two fixes for SMALL case when compiling with WARNS=6:
delphij
2009-06-19
1
-1
/
+4
*
Mark functions as __dead2 in order to help the LLVM static checker
cperciva
2008-08-04
1
-2
/
+2
*
Sync with NetBSD's license changes.
delphij
2008-07-23
1
-7
/
+3
*
Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to
rwatson
2008-03-09
1
-0
/
+2
*
When gzipping to a target file, only set the source file flags on the
rwatson
2008-03-09
1
-4
/
+4
*
- Simulate GNU gzip(1) behavior where full filename is
delphij
2007-07-12
1
-7
/
+7
*
Add a '-k' flag which is similar with its bzip2(1) counterpart,
delphij
2007-05-28
1
-2
/
+10
*
Fix typo.
delphij
2007-01-31
1
-1
/
+1
*
Replace the GNU gzip with a slightly modified NetBSD gzip. The
delphij
2007-01-26
1
-0
/
+2054