summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mxs'Sascha Hauer2015-01-093-90/+88
|\
| * Add PBL console supportSascha Hauer2015-01-052-0/+14
| * printf: use local isdigit/isalnum implementationSascha Hauer2015-01-051-3/+5
| * printf: move simple_strto*() functions to separate fileSascha Hauer2015-01-053-66/+69
| * printf: move panic() to common/misc.cSascha Hauer2015-01-051-21/+0
* | Merge branch 'for-next/misc'Sascha Hauer2015-01-092-2/+2
|\ \
| * | sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-082-2/+2
| |/
* | Merge branch 'for-next/efi'Sascha Hauer2015-01-091-0/+16
|\ \
| * | lib: add wchar strdupLucas Stach2014-12-091-0/+16
| |/
* / graphic_utils: set_pixel only write 16bit in 16bit modeJean-Christophe PLAGNIOL-VILLARD2015-01-051-1/+1
|/
* Merge branch 'for-next/randconfig-1'Sascha Hauer2014-12-081-1/+1
|\
| * param: make string arguments to dev_add_param_fixed constSascha Hauer2014-11-281-1/+1
* | Merge branch 'for-next/persistent-vars'Sascha Hauer2014-12-081-0/+40
|\ \
| * | libfile: Add copy_recursiveSascha Hauer2014-11-061-0/+40
* | | Merge branch 'for-next/misc'Sascha Hauer2014-12-081-3/+3
|\ \ \ | |_|/ |/| |
| * | stringlist: the string argument should be constJan Luebbe2014-12-041-2/+2
| * | stringlist: string_list_contains can use a const stringJan Luebbe2014-11-201-1/+1
| |/
* | lib: decompress_xz: fix function header to match prototypeLucas Stach2014-11-241-4/+4
* | xymodem: select CRC16 from libJan Weitzel2014-11-121-0/+1
|/
* Merge branch 'for-next/xz'Sascha Hauer2014-11-0512-0/+3439
|\
| * Add xz decompression supportSascha Hauer2014-11-0412-0/+3439
* | Merge branch 'for-next/misc'Sascha Hauer2014-11-051-3/+5
|\ \
| * | param: let dev_add_param return the newly created paramSascha Hauer2014-10-081-3/+5
* | | Merge branch 'for-next/fs'Sascha Hauer2014-11-051-0/+71
|\ \ \ | |_|/ |/| |
| * | libfile: add compare_file functionSascha Hauer2014-10-091-0/+71
| |/
* / lib: parameter: fixed doku renamed ip -> ipaddrRolf Evers-Fischer2014-10-231-2/+2
|/
* read_file_2: Fix return valueTeresa Gámez2014-09-251-1/+3
* readline: Fix history prev when history is emptySascha Hauer2014-09-011-1/+5
* Merge branch 'for-next/usb-gadget'Sascha Hauer2014-08-071-0/+76
|\
| * param: Add dev_add_param_stringSascha Hauer2014-07-221-0/+76
* | Merge branch 'for-next/rtc'Sascha Hauer2014-08-072-0/+15
|\ \
| * | lib: import 'bcd' from linux-3.15Antony Pavlov2014-07-312-0/+15
* | | Merge branch 'for-next/misc'Sascha Hauer2014-08-073-68/+894
|\ \ \
| * | | readline: reimplement history functionsSascha Hauer2014-07-291-68/+54
| | |/ | |/|
| * | lib: Add bitmap functions from kernelSascha Hauer2014-07-172-0/+840
| |/
* | Merge branch 'for-next/metadata'Sascha Hauer2014-08-076-180/+334
|\ \
| * | read_file: introduce read_file_2Sascha Hauer2014-08-071-14/+57
| * | move file helper functions to separate fileSascha Hauer2014-08-076-180/+291
| |/
* | 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