barebox / lib /
@Sascha Hauer Sascha Hauer authored on 15 Jan 2019
..
bootstrap lib: bootstrap: fix instance of possibly mismatched pointer sizes 5 years ago
fonts lib/fonts: add 6x8 font 6 years ago
gui 2d-primitives: fix no previous prototype warning 5 years ago
logo string: Fix (v)asprintf prototypes 8 years ago
lz4 lz4: fix another possible overrun 9 years ago
lzo treewide: fix 'new blank line at EOF' formatting error 8 years ago
reed_solomon lib: Import reed solomon code from kernel 8 years ago
xz decompressors: Use malloc/free wrappers 8 years ago
zlib_inflate decompressors: Use malloc/free wrappers 8 years ago
zstd lib: Add zstd decompression module 6 years ago
Kconfig Add generic implementation for muldi3 5 years ago
Makefile Add generic implementation for muldi3 5 years ago
ashldi3.c lib: Add shared copies of some GCC library routines 5 years ago
ashrdi3.c lib: Add shared copies of some GCC library routines 5 years ago
bcd.c lib: import 'bcd' from linux-3.15 9 years ago
bch.c lib: add BCH encoding/decoding 12 years ago
bitmap.c lib: Add bitmap functions from kernel 9 years ago
bitrev.c lib: add bitrev utility 12 years ago
bzlib_private.h NULL: keep NULL definition in stddef.h only 8 years ago
clz_ctz.c lib: add weak clz/ctz functions 6 years ago
cmdlinepart.c cmdlinepart: Allow empty string 5 years ago
crc-ccitt.c lib: Port CRC-CCITT functions from Linux kernel 6 years ago
crc8.c lib: Port CRC8 implementation from Linux kernel 5 years ago
ctype.c Treewide: remove address of the Free Software Foundation 11 years ago
decompress_bunzip2.c lib: decompress: remove redundant INT_MAX define 9 years ago
decompress_inflate.c decompressors: Use malloc/free wrappers 8 years ago
decompress_unlz4.c decompressors: Use malloc/free wrappers 8 years ago
decompress_unlzo.c decompressors: Use malloc/free wrappers 8 years ago
decompress_unxz.c decompressors: Use malloc/free wrappers 8 years ago
display_options.c lib: declared buffer is too small to hold string 8 years ago
div64.c svn_rev_639 16 years ago
find_next_bit.c U-Boot-V2:Bitops: asm-generic bitops 15 years ago
fnmatch.c treewide: fix 'new blank line at EOF' formatting error 8 years ago
gcd.c lib: Add gcd() function 9 years ago
getopt.c getopt: Add pr_fmt 5 years ago
glob.c glob: do not unnecessarily opendir() a directory 6 years ago
hexdump.c lib: Add hex2bin and bin2hex implementations 9 years ago
image-sparse.c Add support for fastboot sparse images 6 years ago
int_sqrt.c lib/int_sqrt.c: Fix compiler warning 7 years ago
kfifo.c kfifo: roundup fifo size to next power of two 5 years ago
kstrtox.c lib: Port kstrtox.c from Linux kernel 5 years ago
kstrtox.h lib: Port kstrtox.c from Linux kernel 5 years ago
libbb.c move file helper functions to separate file 9 years ago
libfile.c libfile: Error out if out of memory in read_file_2() 5 years ago
libgen.c linux: string: Port kbasename() 5 years ago
libscan.c ubiformat: Lower message printing frequency 6 years ago
libubigen.c ubiformat: Use mtd-peb API 8 years ago
list_sort.c recursive_action: add ACTION_SORT flag 5 years ago
lshrdi3.c lib: Add shared copies of some GCC library routines 5 years ago
make_directory.c move make_directory declaration to libfile.h 8 years ago
math.c lib: math: Return NULL pointer 10 years ago
misc.c lib: parse_area_spec: no extra symbols after area spec are allowed except for spaces 6 years ago
muldi3.c Add generic implementation for muldi3 5 years ago
notifier.c lib: fix whitespace, drop blank lines at EOF 10 years ago
parameter.c lib/parameter: Fix typecases to match corresponding PARAM_TYPE_* 5 years ago
parseopt.c fs/parseopt: Add parseopt_llu_suffix 6 years ago
process_escape_sequence.c process_escape_sequence: add support for \u 8 years ago
qsort.c qsort: Fix wrong check 11 years ago
random.c lib: random: add get_crypto_bytes interface and use HWRNG if posssible 7 years ago
ratp.c ratp: fix sending data that won't fit in a single RATP packet 5 years ago
rbtree.c whole tree: remove trailing whitespaces 8 years ago
readkey.c readkey: keys are unsigned char 7 years ago
readline.c ratp: allow building without full console support 6 years ago
readline_simple.c readline_simple: use len instead of CONFIG_CBSIZE 6 years ago
recursive_action.c recursive_action: add ACTION_SORT flag 5 years ago
show_progress.c show_progress: print spaces with %*s 8 years ago
stmp-device.c ARM: MXS: introduce stmp device support 10 years ago
string.c ARM: lib64: Make string functions aware of MMU configuration 5 years ago
stringlist.c string: Fix (v)asprintf prototypes 8 years ago
strtox.c Merge branch 'for-next/parameter-types' 6 years ago
uncompress.c string: Fix (v)asprintf prototypes 8 years ago
unlink-recursive.c move unlink_recursive declaration to libfile.h 8 years ago
vsprintf.c vsprintf: implement %pV 5 years ago
wchar.c lib: add wchar strdup 9 years ago
xfuncs.c xfuncs: fix format specifier in pr_emerg call 6 years ago
xxhash.c lib: Add xxhash module 6 years ago
xymodem.c console: Introduce console_drain() 6 years ago