summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cmdlinepart: Allow empty stringSascha Hauer2018-07-091-0/+3
* lib: Add shared copies of some GCC library routinesAntony Pavlov2018-06-295-0/+151
* Merge branch 'for-next/mvebu'Sascha Hauer2018-06-111-0/+33
|\
| * libfile: implement new helper write_file_flash()Uwe Kleine-König2018-06-081-0/+33
* | ARM: lib64: Make string functions aware of MMU configurationAndrey Smirnov2018-06-111-6/+12
|/
* console: Introduce console_drain()Andrey Smirnov2018-04-171-25/+5
* Merge branch 'for-next/misc'Sascha Hauer2018-04-063-0/+133
|\
| * lib: Port CRC-CCITT functions from Linux kernelAndrey Smirnov2018-04-033-0/+133
* | glob: do not unnecessarily opendir() a directorySascha Hauer2018-04-061-7/+8
|/
* Merge branch 'for-next/ratp'Sascha Hauer2018-03-052-2/+2
|\
| * ratp: allow building without full console supportAleksander Morgado2018-03-012-2/+2
* | lib: add weak clz/ctz functionsLucas Stach2018-02-212-0/+60
|/
* Merge branch 'for-next/zstd'Sascha Hauer2018-02-0816-0/+7296
|\
| * lib: Add zstd decompression modulePhilipp Zabel2018-02-0515-0/+6792
| * lib: Add xxhash modulePhilipp Zabel2018-02-053-0/+504
* | Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-081-0/+55
|\ \
| * | libfile: implement a function to cache a fileSascha Hauer2018-01-251-1/+29
| * | libfile: implement make_tempSascha Hauer2018-01-251-0/+27
| |/
* | Merge branch 'for-next/ratp'Sascha Hauer2018-02-081-2/+2
|\ \
| * | ratp: move barebox-specific command to ratp_bb.hAleksander Morgado2018-01-301-2/+2
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2018-02-081-0/+30
|\ \
| * | fs/parseopt: Add parseopt_llu_suffixPhilipp Zabel2018-02-051-0/+30
| |/
* / libfile: Make write_file buffer constSascha Hauer2018-01-311-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-225-12/+177
|\
| * parseopt: introduce parseopt_u16() and parseopt_str()Antony Pavlov2018-01-171-0/+64
| * 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