summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove now unused unlzo functionSascha Hauer2011-11-291-25/+0
* Add generic uncompress functionSascha Hauer2011-11-292-0/+160
* lzo: export decompress_unlzo functionSascha Hauer2011-11-291-2/+2
* lib: prompt for uncompression functionsSascha Hauer2011-11-292-2/+5
* remove old zlibSascha Hauer2011-11-292-2243/+0
* add kernel gunzip implementationSascha Hauer2011-11-2913-1/+2146
* remove old bzlibSascha Hauer2011-11-295-2766/+0
* use kernel bunzip implementationSascha Hauer2011-11-292-1/+757
* compile in simple_strtoullSascha Hauer2011-11-291-2/+0
* Merge branch 'master' into nextSascha Hauer2011-11-292-54/+164
|\
| * readkey: Use ARRAY_SIZEJan Weitzel2011-11-251-1/+1
| * readkey: force return from while trueJan Weitzel2011-11-221-0/+2
| * Merge branch 'pu/unlzo'Sascha Hauer2011-11-221-54/+162
| |\
| | * fix unlzo supportSascha Hauer2011-11-171-54/+162
* | | commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-1/+20
|/ /
* | initial oftree command supportSascha Hauer2011-10-191-0/+3
* | initial libfdt supportSascha Hauer2011-10-1911-0/+1838
* | move digest to crypto/Jean-Christophe PLAGNIOL-VILLARD2011-10-127-1319/+0
|/
* remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-271-1/+0
* drivers/bus: move to drivers/baseJean-Christophe PLAGNIOL-VILLARD2011-07-213-478/+0
* device: Add a dev_request_mem_region functionSascha Hauer2011-07-181-0/+17
* register_device: Add IORESOURCE_MEM flagSascha Hauer2011-07-181-0/+1
* device: introduce resource structure to simplify resource declarationJean-Christophe PLAGNIOL-VILLARD2011-07-181-0/+19
* lib/readline.c: fix unused-but-set-variable gcc warningAntony Pavlov2011-07-041-2/+0
* copy_file: handle write return value correctlySascha Hauer2011-04-121-4/+11
* kfifo: kfifo_put takes a const bufferSascha Hauer2011-04-121-1/+1
* move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-0/+13
* driver: Do not forget to remove device from active listSascha Hauer2011-04-041-0/+1
* kallsyms/printk: enable symbol printing support (%pS)Sascha Hauer2011-03-101-0/+1
* lib/decompress_unlzo: use fill and full to read and write dataJean-Christophe PLAGNIOL-VILLARD2011-01-281-88/+92
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-0/+8
* Silence few warnings.Krzysztof Halasa2010-12-211-2/+2
* LED: Add LED trigger supportSascha Hauer2010-12-201-0/+4
* doc: unify documentation for 'devinfo'Robert Schwebel2010-11-011-23/+21
* digest: align menuRobert Schwebel2010-11-011-1/+1
* devinfo: use subtree only with devinfoRobert Schwebel2010-11-011-21/+21
* doc: fix wrongly named parameterRobert Schwebel2010-10-221-1/+1
* process_escape_sequence: Add missing includeSascha Hauer2010-10-211-0/+1
* libbb: sparse fixesSascha Hauer2010-10-211-1/+1
* remove dead ldiv codeSascha Hauer2010-10-212-56/+0
* lib/driver.c: sparse fixesSascha Hauer2010-10-211-2/+2
* copy_file: sparse fixesSascha Hauer2010-10-211-0/+2
* crc32: sparse fixesSascha Hauer2010-10-211-1/+1
* readline: sparse fixesSascha Hauer2010-10-211-3/+3
* fnmatch:sparse fixesSascha Hauer2010-10-211-4/+1
* glob: sparse fixesSascha Hauer2010-10-211-24/+12
* sha1/sha256: use be32_to_cpu and cpu_to_be32Jean-Christophe PLAGNIOL-VILLARD2010-09-222-33/+6
* sha1: use unit32_t and uint8_tJean-Christophe PLAGNIOL-VILLARD2010-09-221-26/+26
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* add sha256 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+323