summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* ratp: avoid using already freed memoryAleksander Morgado2017-06-061-2/+2
* xfuncs: fix format specifier in pr_emerg callIan Abbott2017-05-171-1/+1
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-052-130/+133
|\
| * param: remove unnecessary device_d * argumentSascha Hauer2017-04-111-22/+22
| * param: make parameter functions more consistentSascha Hauer2017-04-111-112/+78
| * lib: implement simple_strtollSascha Hauer2017-04-111-0/+9
| * parameter: Give device parameters typesSascha Hauer2017-04-101-1/+29
* | Merge branch 'for-next/misc'Sascha Hauer2017-05-053-44/+55
|\ \
| * | readline_simple: drop unusable u-boot legacy stuffAntony Pavlov2017-04-281-13/+0
| * | xfuncs: Be more informative when out of memory panic occursSascha Hauer2017-04-281-8/+24
| * | lib/strtox: remove unnecessary islower()Sascha Hauer2017-04-111-5/+4
| * | lib/strtox: whitespace cleanupSascha Hauer2017-04-111-22/+31
| |/
* / libgen: implement posix_basenameSascha Hauer2017-04-191-0/+23
|/
* Merge branch 'for-next/mips'Sascha Hauer2017-04-071-2/+2
|\
| * gui: bmp.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-2/+2
* | lib: random: add get_crypto_bytes interface and use HWRNG if posssibleOleksij Rempel2017-03-302-0/+61
|/
* Merge branch 'for-next/video'Sascha Hauer2017-03-135-3/+2596
|\
| * lib/fonts: add VGA8x8 fontBastian Stender2017-02-243-0/+2592
| * 2d-primitives: check dimensions in __illuminateBastian Stender2017-02-241-0/+3
| * graphic_utils: do not allocate info in fb_openBastian Stender2017-02-241-3/+0
| * graphic_utils: implement 8 bpp color depth in gu_set_pixelBastian Stender2017-02-241-0/+1
* | parameter: fix read only int supportJean-Christophe PLAGNIOL-VILLARD2017-03-101-2/+2
* | lib: xz: add support for bcj filtersYegor Yefremov2017-02-231-0/+24
|/
* readkey: keys are unsigned charMichael Olbrich2017-01-241-2/+2
* lib: libfile: Fix copying files to a non existing destinationTeresa Remmet2017-01-171-4/+5
* Merge branch 'for-next/truncate'Sascha Hauer2017-01-111-6/+16
|\
| * libfile: copy_file: Only open regular files with O_TRUNCTeresa Remmet2017-01-111-6/+16
* | lib/int_sqrt.c: Fix compiler warningSascha Hauer2017-01-101-0/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2016-10-102-1/+30
|\
| * convert users to %pI4Sascha Hauer2016-09-221-1/+1
| * vsprintf: Add support for printing ipv4 addresses with %pI4Sascha Hauer2016-09-221-0/+29
* | param: introduce param_bitmaskSascha Hauer2016-09-221-0/+135
|/
* Merge branch 'for-next/misc'Sascha Hauer2016-09-131-1/+1
|\
| * clarify strim function descriptionAleksey Kuleshov2016-08-221-1/+1
* | xstrdup: don't panic on xstrdup(NULL)Uwe Kleine-König2016-09-121-1/+6
|/
* Merge branch 'for-next/nv'Sascha Hauer2016-08-032-1/+4
|\
| * lib: Add Kconfig symbol for FNMATCHSascha Hauer2016-07-252-1/+4
* | getopt: Add support for '--' to stop option parsingSascha Hauer2016-07-251-0/+5
|/
* Merge branch 'for-next/video'Sascha Hauer2016-07-116-0/+279
|\
| * video/edid: Move int_sqrt() outAndrey Smirnov2016-06-302-0/+47
| * GUI: Add code to draw simple graphicsAndrey Smirnov2016-06-303-0/+203
| * GUI: Add a function to draw vertical/horizontal barsAndrey Smirnov2016-06-301-0/+29
* | Merge branch 'for-next/state'Sascha Hauer2016-07-111-1/+1
|\ \
| * | libfile: Change write_full to be have const bufMarkus Pargmann2016-07-081-1/+1
* | | Merge branch 'for-next/nvdevvars'Sascha Hauer2016-07-111-0/+3
|\ \ \ | |/ / |/| |
| * | Introduce non volatile device variablesSascha Hauer2016-07-061-0/+3
| |/
* / vsprintf: fix handling of strp arg in asprintfEnrico Jorns2016-07-071-2/+1
|/
* ubiformat: Fix formatting devices with unreadable areasSascha Hauer2016-05-201-2/+7
* ubiformat: Ignore bitflip errorsSascha Hauer2016-05-201-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2016-05-093-13/+4
|\