Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
1458228b2ee33a93d2c850dd1d0633c2b18283e5
/
payloads
/
libpayload
/
libc
0d348f9
fix strstr. Seems the function never worked before, except the searched
by Stefan Reinauer
· 14 years ago
ac29d61
fix a potential null pointer reference in strdup (as found by Patrick Georgi)
by Stefan Reinauer
· 14 years ago
db8c0ab
[PATCH] libpayload: rename config.h to libpayload-config.h
by Jordan Crouse
· 14 years ago
6c6e433
[PATCH] Add sysinfo_have_multiboot function
by Jordan Crouse
· 14 years ago
657a6dc
This patch removes most of the #ifdefs in libc/console.c, and
by Patrick Georgi
· 14 years ago
c53cdd7
[PATCH] libpayload: Add a strtoul() function
by Jordan Crouse
· 14 years ago
4727c07
- reduced memory requirements a lot (from >100kb/controller to
by Patrick Georgi
· 14 years ago
4151439
* Add strsep (since strtok is considered obsolete)
by Stefan Reinauer
· 15 years ago
5ccfa1a
Add memalign(align, size).
by Patrick Georgi
· 15 years ago
3153863
Various Doxygen-related fixes in libpayload (trivial).
by Uwe Hermann
· 15 years ago
fc58b7e
[PATCH]: libpayload: Document time functions
by Jordan Crouse
· 15 years ago
617120c
[PATCH]: libpayload: Document readline
by Jordan Crouse
· 15 years ago
3b9d1b8
fix string function prototypes in libpayload according to sysv/4.3bsd.
by Stefan Reinauer
· 15 years ago
54ec0af
Fix some Doxygen warnings and/or typos (trivial).
by Uwe Hermann
· 15 years ago
989c178
trivial fix for memcpy return code in case someone uses it.
by Stefan Reinauer
· 15 years ago
addf443
* add readline() * add fatal()
by Stefan Reinauer
· 15 years ago
6e51cee
* add readline() * add fatal()
by Stefan Reinauer
· 15 years ago
96f57ae
libpayload: Fix the memcpy functions
by Jordan Crouse
· 15 years ago
0740cda
fix typo in ctype.c
by Stefan Reinauer
· 15 years ago
11e45cd
trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts.
by Stefan Reinauer
· 15 years ago
ee67319
* fix memory allocator bug that lead to freelist corruption on the first malloc
by Stefan Reinauer
· 15 years ago
663ea08
these use CONFIG_ variables, too.
by Stefan Reinauer
· 15 years ago
6828569
Fix signedness problem in memcmp.
by Ulf Jordan
· 15 years ago
6986358
new menu structure for libpayload
by Stefan Reinauer
· 15 years ago
9e734c2
libpayload: Add a function to verify the checksum on a LAR file
by Jordan Crouse
· 15 years ago
9dac1b4
libpayload: Add an exec() and i386_do_exec() function
by Jordan Crouse
· 15 years ago
5069808
libpayload: Add larfptr function
by Jordan Crouse
· 15 years ago
681ec27
libpayload: Add LAR walking support
by Jordan Crouse
· 15 years ago
e227143
libpayload: Add gettimeofday() and friends
by Jordan Crouse
· 15 years ago
d772e1e
libpayload: Fix a small but aggressive bug in printf()
by Jordan Crouse
· 15 years ago
63f181f
libpayload: Enable keyboard translation so that we can use scancode set 1
by Jordan Crouse
· 15 years ago
24a0404
libpayload: Fix malloc allocation
by Jordan Crouse
· 15 years ago
c781584
libpayload: Add the null terminator to the end of the duplicated string
by Jordan Crouse
· 15 years ago
50eff21
Correct upper boundary for isxdigit.
by Ulf Jordan
· 15 years ago
be504d1
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
by Uwe Hermann
· 15 years ago
72199bc
Rewrite and filling of libc/ctype.c (thus adjusting copyright line).
by Uwe Hermann
· 15 years ago
b103345
Convert BIN2HEX/HEX2BIN to functions and add the abs() family
by Uwe Hermann
· 15 years ago
30939bd
libpayload: Add video console framework
by Jordan Crouse
· 15 years ago
672d0ae
libpayload: Add a timeout function for getchar and getch
by Jordan Crouse
· 15 years ago
4eb5089
Add rand/rand_r/srand functions for generating pseudo-random bytes.
by Uwe Hermann
· 15 years ago
0a89625
Add missing snprintf() to libc/printf.c (trivial).
by Uwe Hermann
· 15 years ago
8cc38d2
Add initial support for some basic CMOS read/write functions and the
by Uwe Hermann
· 15 years ago
661e380
Cosmetics, fix typos (trivial).
by Uwe Hermann
· 15 years ago
2901405
Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).
by Uwe Hermann
· 15 years ago
6a441bf
Cosmetics, coding style fixes (trivial).
by Uwe Hermann
· 15 years ago
dc69e05
Make the list of functions in libpayload.h more complete (trivial).
by Uwe Hermann
· 15 years ago
2c7bb9e
libpayload: Add -Os to the CFLAGS
by Jordan Crouse
· 15 years ago
c52761b
libpayload: BSD solutions contributed by Uwe
by Uwe Hermann
· 15 years ago
f6145c3
libpayload: The initial chunk of code writen by AMD
by Jordan Crouse
· 15 years ago