summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip/zuncompress.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r267887:delphij2014-07-111-1/+1
| | | | | | Correct buffer size. Submitted by: Sascha Wildner <swildner dragonflybsd org>
* More -Wmissing-variable-declarations fixes.ed2012-10-191-4/+3
| | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
* Sync RCS id with NetBSD, this was intentionally omitted from the advisorydelphij2011-09-281-1/+1
| | | | | | in order to reduce patchset size. MFC after: 3 days
* Fix handling of corrupt compress(1)ed data. [11:04]bz2011-09-281-12/+19
| | | | | | | | | | Add missing length checks on unix socket addresses. [11:05] Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-11:04.compress Security: CVE-2011-2895 [11:04] Security: FreeBSD-SA-11:05.unix
* Diff reduction against NetBSD. The most notable change is to zdiff(1) todelphij2011-05-231-1/+1
| | | | | | handle more file formats including bzip2 and xz. MFC after: 2 weeks
* Correct some typos in comments, no functional changes.bcr2010-10-161-1/+1
|
* Sync with NetBSD:delphij2009-06-241-2/+2
| | | | | | | | | | - gzip -n does not store timestamp; [1] - Reduce diff against NetBSD by moving some casts in our local versions. PR: bin/134955 Obtained from: NetBSD MFC after: 1 month
* Replace the GNU gzip with a slightly modified NetBSD gzip. Thedelphij2007-01-261-0/+390
NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation. - Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2. Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
OpenPOWER on IntegriCloud