summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc
Commit message (Expand)AuthorAgeFilesLines
...
* libpayload: Add support for the CBMEM in memory console.Gabe Black2012-11-091-0/+3
* Refactor the endianness conversion functions and header files.Gabe Black2012-11-081-1/+1
* libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black2012-11-071-0/+13
* libpayload: avoid excessive casts in printf.cMathias Krause2012-04-041-11/+9
* libpayload: minor cleanupsMathias Krause2012-04-041-14/+5
* Fix libpayload alloc() size and gcc pointer optimization problems.Marc Jones2012-03-211-5/+5
* Make libpayload alloc() memory pointers volatileMarc Jones2012-03-101-14/+11
* libpayload: remove trailing whitespace and run dos2unixStefan Reinauer2011-11-011-3/+3
* libpayload: Some more compatibility (for flashrom)Patrick Georgi2011-08-171-2/+11
* libpayload: Add liblzma, libcbfsPatrick Georgi2011-08-041-1/+0
* libpayload: Provide dummy getenv()Patrick Georgi2011-07-201-0/+6
* libpayload: Add qsort()Patrick Georgi2011-07-112-0/+163
* libpayload: Provide atol(), malloc.hPatrick Georgi2011-07-071-0/+5
* libpayload: Implement strlcpyPatrick Georgi2011-07-072-0/+52
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-304-6/+4
* 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
OpenPOWER on IntegriCloud