index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
libc
Age
Commit message (
Expand
)
Author
2008-08-26
fix string function prototypes in libpayload according to sysv/4.3bsd.
Stefan Reinauer
2008-08-26
Fix some Doxygen warnings and/or typos (trivial).
Uwe Hermann
2008-08-19
trivial fix for memcpy return code in case someone uses it.
Stefan Reinauer
2008-08-19
* add readline()
Stefan Reinauer
2008-08-19
* add readline()
Stefan Reinauer
2008-08-19
libpayload: Fix the memcpy functions
Jordan Crouse
2008-08-19
fix typo in ctype.c
Stefan Reinauer
2008-08-16
trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...
Stefan Reinauer
2008-08-14
* fix memory allocator bug that lead to freelist corruption on the first malloc
Stefan Reinauer
2008-08-11
these use CONFIG_ variables, too.
Stefan Reinauer
2008-08-09
Fix signedness problem in memcmp.
Ulf Jordan
2008-08-08
new menu structure for libpayload
Stefan Reinauer
2008-05-27
libpayload: Add a function to verify the checksum on a LAR file
Jordan Crouse
2008-05-20
libpayload: Add an exec() and i386_do_exec() function
Jordan Crouse
2008-05-20
libpayload: Add larfptr function
Jordan Crouse
2008-05-07
libpayload: Add LAR walking support
Jordan Crouse
2008-04-25
libpayload: Add gettimeofday() and friends
Jordan Crouse
2008-04-25
libpayload: Fix a small but aggressive bug in printf()
Jordan Crouse
2008-04-25
libpayload: Enable keyboard translation so that we can use scancode set 1
Jordan Crouse
2008-04-25
libpayload: Fix malloc allocation
Jordan Crouse
2008-04-25
libpayload: Add the null terminator to the end of the duplicated string
Jordan Crouse
2008-04-12
Correct upper boundary for isxdigit.
Ulf Jordan
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-04-11
Rewrite and filling of libc/ctype.c (thus adjusting copyright line).
Uwe Hermann
2008-04-11
Convert BIN2HEX/HEX2BIN to functions and add the abs() family
Uwe Hermann
2008-04-10
libpayload: Add video console framework
Jordan Crouse
2008-04-08
libpayload: Add a timeout function for getchar and getch
Jordan Crouse
2008-04-07
Add rand/rand_r/srand functions for generating pseudo-random bytes.
Uwe Hermann
2008-04-02
Add missing snprintf() to libc/printf.c (trivial).
Uwe Hermann
2008-03-27
Add initial support for some basic CMOS read/write functions and the
Uwe Hermann
2008-03-21
Cosmetics, fix typos (trivial).
Uwe Hermann
2008-03-21
Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).
Uwe Hermann
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-20
Make the list of functions in libpayload.h more complete (trivial).
Uwe Hermann
2008-03-20
libpayload: Add -Os to the CFLAGS
Jordan Crouse
2008-03-20
libpayload: BSD solutions contributed by Uwe
Uwe Hermann
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse