summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/string.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload updateStefan Reinauer2010-03-251-1/+48
* fix buggy comment in libpayload's strncat functionStefan Reinauer2009-08-051-1/+1
* 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: Add a strtoul() functionJordan Crouse2008-10-201-0/+92
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-261-0/+77
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
* libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse2008-04-251-1/+2
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-1/+1
* Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).Uwe Hermann2008-03-211-3/+2
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-11/+8
* Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann2008-03-201-1/+0
* libpayload: Add -Os to the CFLAGSJordan Crouse2008-03-201-0/+5
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-191-0/+195
OpenPOWER on IntegriCloud