summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/logo'Sascha Hauer2015-08-066-0/+151
|\
| * Add new barebox logo to the treeSascha Hauer2015-07-206-0/+151
* | Merge branch 'for-next/fbcon'Sascha Hauer2015-08-0611-56/+11150
|\ \
| * | graphics_utils: Let fb_open allocate the screenSascha Hauer2015-07-203-35/+61
| * | fonts: Add 7x14 fontSascha Hauer2015-07-204-0/+4125
| * | lib/fonts: add "MINI4x6" fontAntony Pavlov2015-07-164-0/+2164
| * | import lib/fonts framework from linux kernelAntony Pavlov2015-07-166-0/+4730
| * | graphics_utils: add function to create pixel from rgb tripletSascha Hauer2015-07-161-6/+26
| * | graphics_utils: Export get_pixelSascha Hauer2015-07-161-2/+12
| * | graphics_utils: Add function to invert an areaSascha Hauer2015-07-161-0/+19
| * | gui: Fix typo in function nameSascha Hauer2015-07-152-2/+2
| * | graphic_utils: Add a common namespace to functionsSascha Hauer2015-07-153-14/+14
| |/
* | xfuncs: add wrapper for wchar strdup functionsMichael Olbrich2015-07-231-0/+31
* | xfuncs: add xasprintf() and xvasprintf()Michael Olbrich2015-07-231-0/+24
|/
* Merge branch 'for-next/state'Sascha Hauer2015-07-032-1/+23
|\
| * xfuncs: import xstrndup() from busyboxMarc Kleine-Budde2015-06-181-0/+22
| * parameter: allow setting of string parameters of zero lengthMarc Kleine-Budde2015-06-181-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2015-07-037-13/+15
|\ \
| * | treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-024-4/+0
| * | read_file_2(): drop unnecessary 'else'Alexander Smirnov2015-07-021-2/+2
| * | parameter: always build MAC dev param functionsLucas Stach2015-07-021-2/+0
| * | image_renderer: Use read_file_2Sascha Hauer2015-06-261-4/+4
| * | device parameters: sort alphabeticallySascha Hauer2015-06-181-1/+9
| |/
* / bmp support: Use unaligned accessorsSascha Hauer2015-06-231-5/+6
|/
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-4/+0
|\
| * xfuncs: remove debugging outputSascha Hauer2015-05-151-4/+0
* | bootstrap: Warn if image size in BB header is zeroAndrey Smirnov2015-05-071-1/+5
* | bootstrap_read_devfs(): Remove all partitions upon function completionAndrey Smirnov2015-05-071-2/+10
* | bootstrap_read_devfs(): Check for errors from dev_add_bb_dev()Andrey Smirnov2015-05-071-2/+9
* | bootstrap_read_devfs(): Fix potential memory leakAndrey Smirnov2015-05-071-6/+11
* | bootstrap_read_devfs(): Close file after we are done with itAndrey Smirnov2015-05-071-0/+2
* | bootstrap_read_devfs(): Check for errors from devfs_add_partition()Andrey Smirnov2015-05-071-2/+9
* | bootstrap: Fix potential memory leak in 'read_image_head'Andrey Smirnov2015-05-071-2/+6
|/
* lzo: check for length overrun in variable length encoding.Stefan Müller-Klieser2015-03-251-6/+37
* Revert "lzo: properly check for overruns"Stefan Müller-Klieser2015-03-251-42/+22
* lib: Add hex2bin and bin2hex implementationsSascha Hauer2015-03-133-2/+75
* Merge branch 'for-next/rockchip'Sascha Hauer2015-03-092-0/+19
|\
| * lib: Add gcd() functionAndrey Panov2015-03-052-0/+19
* | cmndlinepart: skip devname if partstr already contains itSascha Hauer2015-02-121-1/+2
* | cmdlinepart: add function to parse a cmdline partition stringSascha Hauer2015-02-121-0/+28
* | cmdlinepart: make argument types saferSascha Hauer2015-02-121-3/+3
* | cmdlinepart: Change SIZE_REMAINING to loff_tSascha Hauer2015-02-121-1/+1
* | move cmdline partition parsing code to separate fileSascha Hauer2015-02-122-0/+96
|/
* Merge branch 'for-next/misc'Sascha Hauer2015-02-041-2/+5
|\
| * param: add error check to __dev_add_param()Masahiro Yamada2015-02-021-1/+4
| * param: add error check to dev_param_set_generic()Masahiro Yamada2015-02-021-1/+1
* | lib: decompress: remove redundant INT_MAX defineMasahiro Yamada2015-01-211-4/+0
|/
* 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