9
0
Fork 0
barebox/lib
Sascha Hauer 97d2da3d98 Merge branch 'for-next/video' 2017-03-13 08:16:53 +01:00
..
bootstrap Merge branch 'for-next/misc' 2016-01-11 13:11:06 +01:00
fonts lib/fonts: add VGA8x8 font 2017-02-24 08:25:44 +01:00
gui 2d-primitives: check dimensions in __illuminate 2017-02-24 08:24:35 +01:00
logo string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
lz4 lz4: fix another possible overrun 2014-07-02 08:19:45 +02:00
lzo treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
reed_solomon lib: Import reed solomon code from kernel 2015-12-10 08:49:52 +01:00
xz decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
zlib_inflate decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
Kconfig lib: xz: add support for bcj filters 2017-02-23 13:43:52 +01:00
Makefile lib: Add Kconfig symbol for FNMATCH 2016-07-25 10:14:18 +02:00
bcd.c lib: import 'bcd' from linux-3.15 2014-07-31 07:30:51 +02:00
bch.c lib: add BCH encoding/decoding 2012-01-02 12:34:58 +01:00
bitmap.c lib: Add bitmap functions from kernel 2014-07-17 23:01:15 +02:00
bitrev.c lib: add bitrev utility 2012-01-02 12:34:58 +01:00
bzlib_private.h NULL: keep NULL definition in stddef.h only 2016-04-14 08:00:26 +02:00
cmdlinepart.c cmndlinepart: skip devname if partstr already contains it 2015-02-12 09:33:44 +01:00
ctype.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
decompress_bunzip2.c lib: decompress: remove redundant INT_MAX define 2015-01-21 14:58:07 +01:00
decompress_inflate.c decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
decompress_unlz4.c decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
decompress_unlzo.c decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
decompress_unxz.c decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
display_options.c lib: declared buffer is too small to hold string 2016-04-12 08:05:35 +02:00
div64.c svn_rev_639 2007-07-05 18:02:12 +02:00
find_next_bit.c U-Boot-V2:Bitops: asm-generic bitops 2008-08-15 08:47:49 +02:00
fnmatch.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
gcd.c lib: Add gcd() function 2015-03-05 09:11:33 +01:00
getopt.c getopt: Add support for '--' to stop option parsing 2016-07-25 10:30:19 +02:00
glob.c whole tree: remove trailing whitespaces 2016-04-21 15:17:52 +02:00
hexdump.c lib: Add hex2bin and bin2hex implementations 2015-03-13 08:22:27 +01:00
int_sqrt.c lib/int_sqrt.c: Fix compiler warning 2017-01-10 08:27:33 +01:00
kfifo.c lib: fix whitespace, drop blank lines at EOF 2014-01-06 09:24:22 +01:00
libbb.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
libfile.c lib: libfile: Fix copying files to a non existing destination 2017-01-17 07:57:16 +01:00
libgen.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
libscan.c ubiformat: Fix formatting devices with unreadable areas 2016-05-20 07:58:07 +02:00
libubigen.c ubiformat: Use mtd-peb API 2016-04-06 10:17:52 +02:00
list_sort.c Add list_sort from u-boot v2016.03 2016-04-08 13:33:18 +02:00
make_directory.c move make_directory declaration to libfile.h 2016-04-15 12:21:45 +02:00
math.c lib: math: Return NULL pointer 2014-02-24 08:59:04 +01:00
misc.c lib: Add hex2bin and bin2hex implementations 2015-03-13 08:22:27 +01:00
notifier.c lib: fix whitespace, drop blank lines at EOF 2014-01-06 09:24:22 +01:00
parameter.c parameter: fix read only int support 2017-03-10 08:13:41 +01:00
process_escape_sequence.c process_escape_sequence: add support for \u 2016-02-17 13:50:45 +01:00
qsort.c qsort: Fix wrong check 2012-08-03 08:28:18 +02:00
random.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
ratp.c Add Reliable Asynchronous Transfer Protocol 2016-01-18 09:25:04 +01:00
rbtree.c whole tree: remove trailing whitespaces 2016-04-21 15:17:52 +02:00
readkey.c readkey: keys are unsigned char 2017-01-24 09:34:11 +01:00
readline.c Merge branch 'for-next/ratp' 2016-02-08 08:27:01 +01:00
readline_simple.c stdio: rename getc to getchar 2016-04-15 12:21:46 +02:00
recursive_action.c rm: implement -r 2012-11-29 20:21:29 +01:00
show_progress.c show_progress: print spaces with %*s 2016-04-15 12:21:45 +02:00
stmp-device.c ARM: MXS: introduce stmp device support 2013-07-23 16:25:13 +02:00
string.c clarify strim function description 2016-08-22 07:47:30 +02:00
stringlist.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
strtox.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
uncompress.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
unlink-recursive.c move unlink_recursive declaration to libfile.h 2016-04-15 12:21:45 +02:00
vsprintf.c vsprintf: Add support for printing ipv4 addresses with %pI4 2016-09-22 11:30:38 +02:00
wchar.c lib: add wchar strdup 2014-12-09 09:59:10 +01:00
xfuncs.c xstrdup: don't panic on xstrdup(NULL) 2016-09-12 08:15:47 +02:00
xymodem.c xymodem.c: fix compiler warning 2012-11-26 08:56:25 +01:00