summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * whole tree: remove trailing whitespacesDu Huanpeng2016-04-212-3/+3
| * NULL: keep NULL definition in stddef.h onlyDu Huanpeng2016-04-141-10/+1
* | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-0912-26/+92
|\ \
| * | stdio: rename getc to getcharSascha Hauer2016-04-152-5/+5
| * | move unlink_recursive declaration to libfile.hSascha Hauer2016-04-151-0/+1
| * | move make_directory declaration to libfile.hSascha Hauer2016-04-151-0/+1
| * | string: Fix (v)asprintf prototypesSascha Hauer2016-04-157-19/+52
| * | show_progress: print spaces with %*sSascha Hauer2016-04-151-2/+1
| * | libfile: move open_and_lseek() to libfileSascha Hauer2016-04-151-0/+32
| |/
* | parameter: Use strtoboolSascha Hauer2016-05-041-4/+8
* | string: Introduce strtoboolSascha Hauer2016-04-291-0/+43
|/
* lib: declared buffer is too small to hold stringRenaud Barbier2016-04-121-1/+1
* Add list_sort from u-boot v2016.03Alexander Stein2016-04-082-0/+297
* rbtree: Update to u-boot v2016.03Alexander Stein2016-04-081-265/+430
* decompressors: Use malloc/free wrappersSascha Hauer2016-04-089-37/+48
* remove now unused libmtdSascha Hauer2016-04-063-372/+0
* ubiformat: Use mtd-peb APISascha Hauer2016-04-062-30/+21
* mtd: rename mtd_all_ff -> mtd_buf_all_ffSascha Hauer2016-03-151-1/+1
* process_escape_sequence: add support for \uPhilipp Zabel2016-02-171-0/+6
* Merge branch 'for-next/ratp'Sascha Hauer2016-02-084-0/+1851
|\
| * barebox remote controlSascha Hauer2016-01-181-0/+8
| * Add Reliable Asynchronous Transfer ProtocolSascha Hauer2016-01-183-0/+1843
* | vsprintf: Add support for %paSascha Hauer2016-01-151-0/+27
* | 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
|\