summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/pstore'Sascha Hauer2016-01-117-0/+728
|\
| * lib: Import reed solomon code from kernelMarkus Pargmann2015-12-106-0/+704
| * vsprintf: Add scnprintf from kernelMarkus Pargmann2015-12-101-0/+24
* | Merge branch 'for-next/misc'Sascha Hauer2016-01-113-5/+6
|\ \
| * | readline: Fix potential buffer overflow in command historySascha Hauer2016-01-081-1/+2
| * | readline: Fix potential buffer overflowSascha Hauer2016-01-081-1/+1
| * | bootstrap: constify stringsTrent Piepho2016-01-082-3/+3
| |/
* / bootstrap: Boot barebox with kernel calling conventionTrent Piepho2015-12-141-2/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2015-12-082-1/+12
|\
| * make_directory: fix warning: no previous prototypeSergey Koshechkin2015-11-181-1/+4
| * lib: readline support ctrl-l to clear screenDu Huanpeng2015-11-171-0/+8
* | Merge branch 'for-next/imx'Sascha Hauer2015-12-081-0/+4
|\ \
| * | graphics_utils: check for valid framebuffer before creating a screenSascha Hauer2015-11-131-0/+4
| |/
* | font: fbconsole: add custom font supportsDu Huanpeng2015-11-234-0/+79
* | fbconsole: register fonts dynamicallySascha Hauer2015-11-134-33/+56
* | lib: fix coding styleDu Huanpeng2015-11-091-3/+3
|/
* logo: Makefile: remove debug outputSascha Hauer2015-10-151-1/+0
* logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGOAntony Pavlov2015-09-141-0/+4
* Merge branch 'for-next/param'Sascha Hauer2015-09-011-4/+8
|\
| * param_enum: protect against invalid valuesSascha Hauer2015-08-261-2/+6
| * param_enum: Make name strings constSascha Hauer2015-08-261-2/+2
* | Merge branch 'for-next/misc'Sascha Hauer2015-09-011-3/+3
|\ \
| * | lib: libfile: Do not ignore errors in close()Andrey Smirnov2015-08-191-3/+3
| |/
* | gui: implement blitting screen areasSascha Hauer2015-08-201-0/+19
* | gui: Use fb provided shadowfb for offscreen renderingSascha Hauer2015-08-201-17/+7
* | fb: return original fb_info in FBIOGET_SCREENINFOSascha Hauer2015-08-201-4/+2
|/
* 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
|/