summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: use static string in string_to_ipSascha Hauer2012-04-151-5/+1
* string: remove unused bcopy functionSascha Hauer2012-04-051-24/+0
* getopt: save and restore contextSascha Hauer2012-02-271-2/+20
* getopt: turn commented out printf into debug()Sascha Hauer2012-02-271-1/+1
* copy_file: limit progress bar to sensible limitsSascha Hauer2012-02-191-3/+2
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-272-14/+11
|\
| * Add dump_stack functionSascha Hauer2012-01-261-0/+2
| * kfifo: change kfifo_init to work with a preallocated fifoSascha Hauer2012-01-261-14/+9
* | show_progress: fix progress bar for files > 32 MiBMarc Kleine-Budde2012-01-251-2/+6
* | param: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-112-1/+4
* | filetype: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+1
* | uncompress: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-113-2/+7
|/
* Merge branch 'next'Sascha Hauer2012-01-058-2/+1535
|\
| * lib: add bitrev utilityRobert Jarzmik2012-01-023-0/+72
| * lib: add BCH encoding/decodingRobert Jarzmik2012-01-023-0/+1371
| * stringlist-functions: add sorted insertAlexander Aring2011-12-211-0/+34
| * remove undefined WATCHDOG_RESETSascha Hauer2011-12-191-1/+0
| * Merge branch 'work/uimage' into nextSascha Hauer2011-12-172-0/+58
| |\
| | * libbb: add read_full/write_full functionsSascha Hauer2011-12-151-0/+50
| | * uncompress: implement uncompress_fd_to_bufSascha Hauer2011-12-151-0/+8
| * | remove unused watchdog headerSascha Hauer2011-12-151-1/+0
| |/
* / decompress_inflate.c: fix "no previous prototype for 'gunzip'" warningAntony Pavlov2012-01-021-0/+2
|/
* uncompress: fix uncompress_buf usageSascha Hauer2011-12-081-1/+2
* Merge branch 'next'Sascha Hauer2011-12-0727-5042/+3089
|\
| * 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
| |\
| * | commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-1/+20
* | | lib: remove nonexistest files from MakefileSascha Hauer2011-12-011-3/+0
| |/ |/|
* | 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
* | 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