summaryrefslogtreecommitdiffstats
path: root/lib/decompress_bunzip2.c
Commit message (Expand)AuthorAgeFilesLines
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-3/+3
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2014-12-131-1/+1
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-081-13/+13
* decompress_bunzip2: remove invalid vi modelinePaul Bolle2011-12-061-1/+0
* treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-2/+2
* Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin2011-01-131-1/+0
* Decompressors: get rid of set_error_fn() macroLasse Collin2011-01-131-4/+3
* lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava2010-08-111-3/+7
* bzip2: Add missing checks for malloc returning NULLPhillip Lougher2009-12-151-1/+9
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre2009-08-071-1/+1
* bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentPhillip Lougher2009-08-071-6/+16
* kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_bunzip2.cPekka Enberg2009-04-031-0/+1
* bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-041-0/+735