summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add beginning wchar supportSascha Hauer2014-07-143-0/+82
* vsprintf: Support pU for printing UUIDsSascha Hauer2014-07-112-0/+65
* Add hex_byte_pack and hex_byte_pack_upper from kernelSascha Hauer2014-07-111-0/+2
* readkey: keys are unsigned charSascha Hauer2014-07-111-1/+1
* string_list: Add string_list_for_each_entry macroSascha Hauer2014-07-031-3/+3
* lz4: fix another possible overrunHolger Schurig2014-07-021-1/+3
* lz4: ensure length does not wrapHolger Schurig2014-07-021-0/+2
* lzo: properly check for overrunsHolger Schurig2014-07-021-22/+42
* param: Add support for long long read only dev paramHerve Codina2014-06-131-0/+26
* gui: IMAGE_RENDERER does not depend on VIDEOSascha Hauer2014-06-051-1/+0
* Merge branch 'for-next/misc'Sascha Hauer2014-06-041-5/+6
|\
| * vsprintf: fix formattingAntony Pavlov2014-05-221-5/+6
* | misc: upper-case some abbreviationsHolger Schurig2014-06-021-1/+1
* | parameters: only show possible enumerations if there are anyHolger Schurig2014-06-021-0/+3
|/
* lzo: Remove unused variableAlexander Shiyan2014-04-231-2/+1
* gui: Fix resource leakAlexander Shiyan2014-04-231-0/+4
* treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-232-2/+2
* unlink_recursive: return negative error valueSascha Hauer2014-04-091-1/+1
* Merge branch 'for-next/mtd'Sascha Hauer2014-04-041-5/+5
|\
| * mtd: Update internal API to support 64-bit device sizeDmitry Lavnikevich2014-03-121-5/+5
* | Merge branch 'for-next/misc'Sascha Hauer2014-04-041-0/+87
|\ \
| * | param: Add dev_add_param_macSascha Hauer2014-04-041-0/+87
* | | string.c: Fix includeSascha Hauer2014-03-291-1/+1
|/ /
* / splash: Print error message when no renderer is foundSascha Hauer2014-03-171-0/+2
|/
* Merge branch 'for-next/ubi'Sascha Hauer2014-03-071-1/+1
|\
| * param: dev_add_param_fixed: constify argumentSascha Hauer2014-02-281-1/+1
* | Merge branch 'for-next/nfs'Sascha Hauer2014-03-071-1/+1
|\ \
| * | mount: support filesystem options passed via -oUwe Kleine-König2014-02-101-1/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2014-03-073-6/+5
|\ \
| * | lib: math: Return NULL pointerFabio Estevam2014-02-241-1/+1
| * | lib: libbb: f should never be NULLLucas Stach2014-02-101-1/+1
| * | lib: math: fix return path (numstack may be NULL)Lucas Stach2014-02-101-2/+2
| * | remove redundant NULL check on freeLucas Stach2014-02-101-2/+1
| |/
* / input: Add BB_ prefix to KEY_ definesSascha Hauer2014-02-172-31/+31
|/
* Merge branch 'for-next/misc'Sascha Hauer2014-01-076-6/+1
|\
| * lib: fix whitespace, drop blank lines at EOFAntony Pavlov2014-01-066-6/+1
* | lib: libubigen math compile error fixRobert Jarzmik2014-01-061-1/+2
* | mtd: Add subpagesize to mtd_info_userSascha Hauer2013-12-201-1/+1
|/
* Merge branch 'for-next/omap-drivers'Sascha Hauer2013-12-062-0/+24
|\
| * string: Add (x)memdupSascha Hauer2013-11-272-0/+24
* | Merge branch 'for-next/misc'Sascha Hauer2013-12-064-3/+5
|\ \
| * | barebox: remove double semicolonsAlexander Aring2013-11-181-2/+2
| * | gui: Fix signed/unsigned arguments for printfAlexander Shiyan2013-11-111-1/+1
| * | treewide: Add missing includesSascha Hauer2013-11-082-0/+2
| |/
* / readline: remove unused variableSascha Hauer2013-11-121-2/+1
|/
* gui: convert the bmp renderer to respect line_lengthAndre Heider2013-11-061-4/+4
* gui: convert graphic utils to respect line_lengthAndre Heider2013-11-061-5/+5
* add function to read single line filesSascha Hauer2013-10-141-0/+43
* Merge branch 'for-next/misc'Sascha Hauer2013-10-071-0/+7
|\
| * process_escape_sequence: add support to \$?Jean-Christophe PLAGNIOL-VILLARD2013-09-181-0/+7