Make the serial output driver 8 bit clean. Remove translate_special_chars(),
[coreboot.git] / payloads / libpayload / libc /
2008-09-02 Patrick GeorgiAdd memalign(align, size).
2008-08-31 Uwe HermannVarious Doxygen-related fixes in libpayload (trivial).
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document time functions
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document readline
2008-08-26 Stefan Reinauerfix string function prototypes in libpayload according...
2008-08-26 Uwe HermannFix some Doxygen warnings and/or typos (trivial).
2008-08-19 Stefan Reinauertrivial fix for memcpy return code in case someone...
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Jordan Crouselibpayload: Fix the memcpy functions
2008-08-19 Stefan Reinauerfix typo in ctype.c
2008-08-16 Stefan Reinauertrivial fix: ipchksum takes an unspecified input blob...
2008-08-14 Stefan Reinauer* fix memory allocator bug that lead to freelist corrup...
2008-08-11 Stefan Reinauerthese use CONFIG_ variables, too.
2008-08-09 Ulf JordanFix signedness problem in memcmp.
2008-08-08 Stefan Reinauernew menu structure for libpayload
2008-05-27 Jordan Crouselibpayload: Add a function to verify the checksum...
2008-05-20 Jordan Crouselibpayload: Add an exec() and i386_do_exec() function
2008-05-20 Jordan Crouselibpayload: Add larfptr function
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
2008-04-25 Jordan Crouselibpayload: Add gettimeofday() and friends
2008-04-25 Jordan Crouselibpayload: Fix a small but aggressive bug in printf()
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-25 Jordan Crouselibpayload: Fix malloc allocation
2008-04-25 Jordan Crouselibpayload: Add the null terminator to the end of...
2008-04-12 Ulf JordanCorrect upper boundary for isxdigit.
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannRewrite and filling of libc/ctype.c (thus adjusting...
2008-04-11 Uwe HermannConvert BIN2HEX/HEX2BIN to functions and add the abs...
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-04-07 Uwe HermannAdd rand/rand_r/srand functions for generating pseudo...
2008-04-02 Uwe HermannAdd missing snprintf() to libc/printf.c (trivial).
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-21 Uwe HermannQuickfix for libpayload's strcpy() to properly NUL...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-20 Uwe HermannMake the list of functions in libpayload.h more complet...
2008-03-20 Jordan Crouselibpayload: Add -Os to the CFLAGS
2008-03-20 Uwe Hermannlibpayload: BSD solutions contributed by Uwe
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD