summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc
Commit message (Expand)AuthorAgeFilesLines
* Use coreboot build system for libpayload, too.Patrick Georgi2011-06-301-7/+7
* libpayload: Fix documentationPatrick Georgi2011-03-221-1/+1
* libpayload: fix string-to-numeric functions for base > 10Patrick Georgi2011-03-171-1/+1
* libpayload: Implement ffs()Patrick Georgi2011-03-012-1/+41
* libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi2011-02-241-0/+7
* Use fprintf(stderr, ...) in libraryPatrick Georgi2011-02-141-1/+1
* Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi2011-02-141-0/+14
* Changes to str*cmp functions. Fixes a couple more corner cases.Liu Tao2010-09-081-18/+24
* Fix strcmp and strncmp. They failed in several important scenariosPatrick Georgi2010-08-161-4/+4
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-243-20/+241
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-15/+15
* libpayload updateStefan Reinauer2010-03-254-10/+198
* fix buggy comment in libpayload's strncat functionStefan Reinauer2009-08-051-1/+1
* oops, these two were missed in the last cleanup.Stefan Reinauer2009-07-311-0/+6
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-313-0/+8
* This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi2009-05-212-5/+23
* working memalign version for libpayload. This fixes problems with the USB stackStefan Reinauer2009-04-291-23/+110
* don't initialize "in" as it is initialized again one line below.Stefan Reinauer2009-04-291-1/+1
* getopt for libpayload. in case someone wants to pass parameters to payloads andStefan Reinauer2009-04-292-1/+523
* fix strstr. Seems the function never worked before, except the searchedStefan Reinauer2009-03-061-1/+1
* fix a potential null pointer reference in strdup (as found by Patrick Georgi)Stefan Reinauer2009-01-261-3/+3
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-243-3/+3
* [PATCH] Add sysinfo_have_multiboot functionJordan Crouse2008-11-112-1/+40
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-29/+29
* [PATCH] libpayload: Add a strtoul() functionJordan Crouse2008-10-201-0/+92
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-0/+11
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-261-0/+77
* Add memalign(align, size).Patrick Georgi2008-09-021-8/+27
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-312-34/+35
* [PATCH]: libpayload: Document time functions Jordan Crouse2008-08-281-0/+10
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-281-4/+26
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
* Fix some Doxygen warnings and/or typos (trivial).Uwe Hermann2008-08-263-6/+13
* trivial fix for memcpy return code in case someone uses it.Stefan Reinauer2008-08-191-1/+2
* * add readline()Stefan Reinauer2008-08-191-0/+150
* * add readline()Stefan Reinauer2008-08-192-0/+13
* libpayload: Fix the memcpy functions Jordan Crouse2008-08-191-35/+17
* fix typo in ctype.cStefan Reinauer2008-08-191-1/+1
* trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...Stefan Reinauer2008-08-161-1/+3
* * fix memory allocator bug that lead to freelist corruption on the first mallocStefan Reinauer2008-08-141-3/+5
* these use CONFIG_ variables, too.Stefan Reinauer2008-08-113-0/+3
* Fix signedness problem in memcmp.Ulf Jordan2008-08-091-2/+2
* new menu structure for libpayloadStefan Reinauer2008-08-081-3/+4
* libpayload: Add a function to verify the checksum on a LAR fileJordan Crouse2008-05-271-0/+35
* libpayload: Add an exec() and i386_do_exec() functionJordan Crouse2008-05-202-1/+51
* libpayload: Add larfptr functionJordan Crouse2008-05-201-0/+10
* libpayload: Add LAR walking supportJordan Crouse2008-05-072-1/+302
* libpayload: Add gettimeofday() and friendsJordan Crouse2008-04-252-1/+129
* libpayload: Fix a small but aggressive bug in printf()Jordan Crouse2008-04-251-1/+1
* libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse2008-04-251-0/+3
OpenPOWER on IntegriCloud