summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * move parseopt to lib/Antony Pavlov2018-01-172-0/+61
| * lib: parse_area_spec: no extra symbols after area spec are allowed except for...Peter Mamonov2018-01-171-5/+10
| * lib: parse_area_spec: part of the area spec after -/+ should start with a digitPeter Mamonov2018-01-171-0/+6
| * lib: parse_area_spec: don't modify *start value if parse failedPeter Mamonov2018-01-171-7/+11
| * ubiformat: Lower message printing frequencySascha Hauer2018-01-111-2/+7
| * string.h: Implement strndupUwe Kleine-König2018-01-051-0/+20
* | Add support for fastboot sparse imagesSascha Hauer2018-01-173-0/+253
|/
* readline_simple: use len instead of CONFIG_CBSIZEGaël PORTAY2017-11-171-1/+1
* 2d-primitives: fix typos in function names in commentsNikita Yushchenko2017-11-031-3/+3
* Merge branch 'for-next/misc'Sascha Hauer2017-10-191-1/+1
|\
| * lib,ratp: avoid too verbose info messagesAleksander Morgado2017-09-201-1/+1
* | Merge branch 'for-next/graphics'Sascha Hauer2017-10-191-2/+2
|\ \
| * | 2d-primitives: fix missing pixel in gu_draw_line()Nikita Yushchenko2017-10-161-2/+2
| |/
* / graphic_utils: Fix freeing uninitialzed pointer in fb_open()Sascha Hauer2017-10-191-3/+1
|/
* readline_simple: remove obsolete documentationGaël PORTAY2017-08-151-3/+0
* readline_simple: return -1 if getc failsGaël PORTAY2017-08-151-0/+2
* Merge branch 'for-next/ratp'Sascha Hauer2017-06-301-53/+63
|\
| * ratp: user close may happen in SYN-RECEIVED stateAleksander Morgado2017-06-231-1/+1
| * ratp: consolidate setting the next AN or SN flagsAleksander Morgado2017-06-231-14/+16
| * ratp: don't ignore data that may arrive in behaviour H1Aleksander Morgado2017-06-231-1/+7
| * ratp: send initial data in behaviour B if any pendingAleksander Morgado2017-06-231-4/+4
| * ratp: prefer using ratp_send_ack() in behaviour I1Aleksander Morgado2017-06-231-9/+3
| * ratp: consolidate ratp_sn_expected() and ratp_an_expected()Aleksander Morgado2017-06-231-1/+1
| * ratp: fix sending ACKs without dataAleksander Morgado2017-06-231-5/+4
| * ratp: remove bogus data checks in behavior C2Aleksander Morgado2017-06-231-7/+1
| * ratp: fix single byte sending flagged with SOAleksander Morgado2017-06-231-5/+6
| * ratp: fix data presence checkAleksander Morgado2017-06-231-2/+2
| * ratp: completely ignore RST flagged packets in behavior GAleksander Morgado2017-06-231-0/+3
| * ratp: add missing RST flag in behavior GAleksander Morgado2017-06-231-1/+1
| * ratp: send missing RST in behavior C2Aleksander Morgado2017-06-231-0/+7
| * ratp: avoid unnecessary variable initializationsAleksander Morgado2017-06-231-2/+2
| * ratp: add missing transition to SYN-RECEIVED in behavior BAleksander Morgado2017-06-231-5/+9
* | lib/fonts: add 6x8 fontSven Schneider2017-06-233-1/+2589
|/
* Revert "param: remove unnecessary device_d * argument"Sascha Hauer2017-06-131-22/+22
* 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
|/