coreboot/payloads/libpayload/libc
Stefan Reinauer e5d30b78b7 libpayload update
* rework Config.in
* add string_to_args function to actually make getopt usable.
* add strchr
* add strlcat
* some malloc fixes (exposed by the USB stack)
* add malloc debugging (thanks to Matthias Krause from Secunet!)
* make LAR support optional, it's not really used anymore
* (define htoX macros for ppc)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5298 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-25 22:15:19 +00:00
..
args.c libpayload update 2010-03-25 22:15:19 +00:00
console.c
ctype.c
exec.c
getopt_long.c
ipchecksum.c
lar.c Catch various cases in libpayload where malloc() or memalign() return NULL 2009-07-31 11:39:55 +00:00
lib.c
Makefile.inc libpayload update 2010-03-25 22:15:19 +00:00
malloc.c libpayload update 2010-03-25 22:15:19 +00:00
memory.c
printf.c
rand.c
readline.c Catch various cases in libpayload where malloc() or memalign() return NULL 2009-07-31 11:39:55 +00:00
string.c libpayload update 2010-03-25 22:15:19 +00:00
sysinfo.c
time.c