summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip
Commit message (Expand)AuthorAgeFilesLines
* Remove GNU gzip left-offs, they are no longer necessary.delphij2007-01-3142-10979/+0
* Correct multiple vulnerabilities in gzip(1).simon2006-09-194-20/+25
* Correct directory traversal and race condition vulnerabilities in gzip.simon2005-06-081-8/+10
* Bring in fix from gzip 1.3.3 to avoid crashes when processing certain corrupttjr2004-08-131-6/+8
* Restore vendor Id.obrien2004-05-031-1/+3
* Tweak to rev 1.8 to match the offical http://www.gzip.org/gzip-1.2.4b.patchobrien2004-05-031-2/+3
* Gzip assumes 'unsigned long' is 32-bits wide and depends on this.obrien2004-05-021-3/+6
* Apply patch from gzip web page to correctly decompress files larger thantjr2004-05-021-10/+14
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-173-884/+1
* /rescue/g{{,un}zip,zcat} exist, so build this dynamically now.obrien2003-11-171-2/+0
* The third arg to strncmp() is size_t, not int. This causes a warning onpeter2003-10-261-1/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-2/+2
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* Use mktemp(1) when creating temporary files.nectar2002-01-252-11/+16
* beforeinstall -> SCRIPTS.ru2001-04-071-19/+9
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Use mktemp -t to respect TMPDIRkris2000-11-191-7/+7
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+3
* $Id$ -> $FreeBSD$peter1999-08-2726-26/+26
* Unbroke zforce.ru1999-08-112-13/+7
* Fixes from OpenBSD:kris1999-05-289-26/+46
* Fixed printf format errors.bde1998-06-301-2/+2
* Use cc -E rather than cpp when looking for __ELF__peter1998-03-081-2/+2
* Make machine dependent asm code machine dependent. 8-)jb1998-01-251-3/+8
* Check argument filename length before copying.wosch1997-12-271-1/+8
* Workaround to avoid a strange core dump.wosch1997-12-261-1/+3
* Do not install the z*grep man pages if grep was linked with -lz.wosch1997-12-261-3/+5
* When called as `zgrep', the -Z argument is assumed. Make awosch1997-12-211-8/+9
* Added zgrep.libz. This version of zgrep(1) depend on awosch1997-12-202-2/+27
* Use getopts instead getopt(1). This should fix the problemwosch1997-12-071-27/+26
* spelling corrections.wosch1997-09-131-1/+1
* Dont use an internal function called warn it clashes with libc.sos1997-08-293-11/+5
* Don't accidently compress "sh" or there are unfortunate consequences.peter1997-08-091-1/+1
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-2/+2
* Understand `--' to end processing of command options.wosch1997-04-191-5/+5
* Remove unnecessary chmod()'s. This should likely go in other branches.guido1997-03-151-3/+1
* Revert $FreeBSD$ to $Id$peter1997-02-2218-18/+18
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1418-18/+18
* Don't install zgrep twice.bde1996-08-281-2/+2
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightwosch1996-08-271-3/+26
* install fast version of zgrepwosch1996-07-021-1/+3
* fasterwosch1996-05-121-0/+72
* ``mv'' -> ``mv -f''wosch1996-05-071-1/+2
* Another round of man page cleanups.mpp1996-02-121-1/+1
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-022-2/+3
* Add missing manpage zgrep.1 and links zegrep.1, zfgrep.1wosch1996-01-231-2/+5
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-67/+0
* recording cvs-1.6 file deathpeter1995-12-301-151/+0
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
* Remove trailing whitespace.rgrimes1995-05-309-57/+57
OpenPOWER on IntegriCloud