summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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