summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* uncompress: drop wrong BUG(uncompress_size)Jean-Christophe PLAGNIOL-VILLARD2012-09-101-2/+0
* Merge branch 'for-next/pbl'Sascha Hauer2012-09-051-0/+1
|\
| * Merge tag 'pbl' of git://git.jcrosoft.org/barebox into for-next/pblSascha Hauer2012-08-031-0/+1
| |\
| | * compressed image: add gzip supportJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+1
* | | recursive_action: add ACTION_FOLLOWLINKS supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-1/+6
* | | stringlist: fix division by zeroEric Bénard2012-08-291-2/+2
|/ /
* | glob: fix GLOB_SORTSascha Hauer2012-08-031-2/+2
* | qsort: Fix wrong checkSascha Hauer2012-08-031-1/+1
|/
* Merge branch 'for-next/onfi'Sascha Hauer2012-08-011-0/+39
|\
| * string: add strim for ONFI codeEric Bénard2012-07-051-0/+39
* | Merge branch 'for-next/misc'Sascha Hauer2012-08-011-1/+1
|\ \
| * | lib/Kconfig: Fix alignment of arrows in labelBernhard Walle2012-07-241-1/+1
| |/
* | Merge branch 'for-next/compressed-prepare'Sascha Hauer2012-08-012-3/+9
|\ \
| * | decompress_unlzo: define decompress_unlzo as decompressJean-Christophe PLAGNIOL-VILLARD2012-07-301-0/+1
| * | lzo: Allow for static inliningSascha Hauer2012-07-232-3/+8
| |/
* / vsprintf: fix EXPORT_SYMBOL typo on simple_strtoullJean-Christophe PLAGNIOL-VILLARD2012-07-251-1/+1
|/
* Merge branch 'for-next/64bit'Sascha Hauer2012-07-022-9/+16
|\
| * make parse_area_spec arguments loff_tSascha Hauer2012-06-301-5/+5
| * introduce strtoull_suffix functionSascha Hauer2012-06-302-4/+11
* | Unused files removedAlexander Shiyan2012-06-302-3/+0
|/
* glob: Add sorted output supportSascha Hauer2012-05-141-6/+5
* add qsort supportSascha Hauer2012-05-143-0/+83
* Make errno a positive valueSascha Hauer2012-05-142-12/+17
* parameter: return empty string for unset parametersSascha Hauer2012-05-131-1/+1
* Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-05-011-5/+27
|\
| * stringlist: implement string_list_add_asprintfSascha Hauer2012-04-301-0/+24
| * stringlist: use seperately allocated stringSascha Hauer2012-04-301-6/+4
* | glob: activate GLOB_NOCHECK flagSascha Hauer2012-04-301-6/+4
|/
* dev_add_param: check if param exists alreadySascha Hauer2012-04-241-0/+4
* param: make return value of param getter function constSascha Hauer2012-04-241-5/+5
* 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