1. 3a48bdc libpayload: Expand doxygen definitions by Jordan Crouse · 16 years ago
  2. 3b9d1b8 fix string function prototypes in libpayload according to sysv/4.3bsd. by Stefan Reinauer · 16 years ago
  3. b0d3e71 A missing semicolon prevents libpayload to compile, this patch fixes that. by Jakob Bornecrantz · 16 years ago
  4. 99c0856 by Stefan Reinauer · 16 years ago
  5. 6e51cee * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  6. 59fb9a2b add functions to query cursor position to video layer by Stefan Reinauer · 16 years ago
  7. 11e45cd trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. by Stefan Reinauer · 16 years ago
  8. b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 16 years ago
  9. 12e2726 No really, _these_ should be the last occurences of CONFIG_ without by Jordan Crouse · 16 years ago
  10. 6828569 Fix signedness problem in memcmp. by Ulf Jordan · 16 years ago
  11. e55b32a Update the kconfig copy in libpayload to a much more recent one. Among by Uwe Hermann · 16 years ago
  12. 83233d0 Add missing #include. by Uwe Hermann · 16 years ago
  13. 3b47065 libpayload: Support curses for serial by Jordan Crouse · 16 years ago
  14. fc697ad libpayload: Add PAYLOAD_INFO macro by Jordan Crouse · 16 years ago
  15. 9e734c2 libpayload: Add a function to verify the checksum on a LAR file by Jordan Crouse · 16 years ago
  16. 9dac1b4 libpayload: Add an exec() and i386_do_exec() function by Jordan Crouse · 16 years ago
  17. 5069808 libpayload: Add larfptr function by Jordan Crouse · 16 years ago
  18. 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
  19. e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
  20. 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
  21. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  22. 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
  23. b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
  24. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  25. 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
  26. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  27. c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
  28. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  29. 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
  30. 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
  31. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  32. 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 16 years ago
  33. b642e6d Rename drivers/cmos.c to drivers/nvram.c (trivial). by Uwe Hermann · 16 years ago
  34. c16d24e Due to popular demand, rename "CMOS" to "NVRAM" (trivial). by Uwe Hermann · 16 years ago
  35. 8cc38d2 Add initial support for some basic CMOS read/write functions and the by Uwe Hermann · 16 years ago
  36. 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
  37. 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
  38. dc69e05 Make the list of functions in libpayload.h more complete (trivial). by Uwe Hermann · 16 years ago
  39. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago