summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* libpayload: Fix malloc allocationJordan Crouse2008-04-251-4/+9
* libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse2008-04-251-1/+2
* Correct upper boundary for isxdigit.Ulf Jordan2008-04-121-1/+1
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-1/+0
* Rewrite and filling of libc/ctype.c (thus adjusting copyright line).Uwe Hermann2008-04-111-22/+66
* Convert BIN2HEX/HEX2BIN to functions and add the abs() familyUwe Hermann2008-04-111-0/+52
* libpayload: Add video console frameworkJordan Crouse2008-04-101-4/+4
* libpayload: Add a timeout function for getchar and getchJordan Crouse2008-04-081-0/+16
* Add rand/rand_r/srand functions for generating pseudo-random bytes.Uwe Hermann2008-04-072-0/+53
* Add missing snprintf() to libc/printf.c (trivial).Uwe Hermann2008-04-021-0/+12
* Add initial support for some basic CMOS read/write functions and theUwe Hermann2008-03-272-2/+52
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-215-34/+34
* 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-206-132/+125
* 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: BSD solutions contributed by UweUwe Hermann2008-03-203-0/+980
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-195-0/+653
OpenPOWER on IntegriCloud