1. 5f7d506 Add high coreboot table support to libpayload by Stefan Reinauer · 15 years ago
  2. 0d348f9 fix strstr. Seems the function never worked before, except the searched by Stefan Reinauer · 15 years ago
  3. c5a2ec6 libpayload: Fix build when both USB and PS/2 keyboard support is disabled by Mart Raudsepp · 15 years ago
  4. 142cad1 by Ulf Jordan · 15 years ago
  5. b575d67 This is a safety measure, since the shipping buildrom fails badly at present. by Ronald G. Minnich · 15 years ago
  6. 6818a32 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  7. 3ba0ce5 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  8. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 16 years ago
  9. 58edecd libpayload: Fix immediate rebuild after a clean by Mart Raudsepp · 16 years ago
  10. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  11. c1f404f by Robert Millan · 16 years ago
  12. 39ebf2f by Robert Millan · 16 years ago
  13. 5cb4d9d [PATCH] coreinfo: Add multiboot parsing support by Jordan Crouse · 16 years ago
  14. 6c6e433 [PATCH] Add sysinfo_have_multiboot function by Jordan Crouse · 16 years ago
  15. 8c95338 Update bayou to use ACS_ macros for line drawing characters. by Ulf Jordan · 16 years ago
  16. 54c5276 Get the lzma/ directory from v3 via svn:externals, for use with Bayou. by Uwe Hermann · 16 years ago
  17. 7eb845e Import a slightly modified Bayou version into svn. This is based by Uwe Hermann · 16 years ago
  18. c4f294f make escape code handling for serial terminal more robust by Patrick Georgi · 16 years ago
  19. ea87245 Fix ordering problem in the libpayload Makefile. The include of by Uwe Hermann · 16 years ago
  20. ac43150 add multiboot support to defconfig (trivial) by Stefan Reinauer · 16 years ago
  21. 1b57f1c ouch. something went wrong with applying that old patch by Stefan Reinauer · 16 years ago
  22. 734427e This has been sitting here since a looong time. by Stefan Reinauer · 16 years ago
  23. 6ec8285 [PATCH] fix video console init by Jordan Crouse · 16 years ago
  24. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  25. f2433a9 [PATCH] libpayload: Fix overflow in _delay function by Jordan Crouse · 16 years ago
  26. c53cdd7 [PATCH] libpayload: Add a strtoul() function by Jordan Crouse · 16 years ago
  27. ec6363d [PATCH] libpayload: Bail if the keyboard controller isn't there by Jordan Crouse · 16 years ago
  28. 6744231 [PATCH] libpayload: Fix the PCI search function by Jordan Crouse · 16 years ago
  29. 20c9cf1 [PATCH] libpayload: Add multiboot support by Jordan Crouse · 16 years ago
  30. 369a5f6 [PATCH] libpayload: Add pci_set_bus_master() function by Jordan Crouse · 16 years ago
  31. 17f6a87 [PATCH] libpayload: Use gcc to compile assembly files by Jordan Crouse · 16 years ago
  32. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  33. 4b1971c libpayload: Rename Geode video driver to Geode LX video driver. by Peter Stuge · 16 years ago
  34. ff9350b move variable declaration to where it is used, to prevent gcc failure. by Patrick Georgi · 16 years ago
  35. 94c1bd8 Do not try to display non-printable characters on the bootlog and by Ulf Jordan · 16 years ago
  36. c753926 accidently backed out r3598. Sorry Ulf, will pay more attention next time. by Stefan Reinauer · 16 years ago
  37. 4151439 * Add strsep (since strtok is considered obsolete) by Stefan Reinauer · 16 years ago
  38. bc9cb27 Use a block cursor on VGA console :-) by Stefan Reinauer · 16 years ago
  39. 71c006f fix option handling in libpayload by Stefan Reinauer · 16 years ago
  40. d84ef1e * add keyboard layout support to libpayload by Stefan Reinauer · 16 years ago
  41. e75c3d8 * factor out serial hardware init by Stefan Reinauer · 16 years ago
  42. 6c55b05 Add default config file to libpayload so that one can do make defconfig by Stefan Reinauer · 16 years ago
  43. 22d5ddc Fix overflow in modwin erase. Do not refresh modwin yet, since it is by Ulf Jordan · 16 years ago
  44. 902ed76 Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due by Ulf Jordan · 16 years ago
  45. 3e3c83e 1. by Patrick Georgi · 16 years ago
  46. 4614aed fix regression in libpayload introduced by merge of the keyboard drivers. by Stefan Reinauer · 16 years ago
  47. e6408a3 - unify keycodes for non-ASCII keys by using curses' codes and labels by Patrick Georgi · 16 years ago
  48. 57700ff This patch adds damage detection to libpayload's tinycurses. This by Stefan Reinauer · 16 years ago
  49. f218d97 * Implement scrolling in tinycurses * Fix an off by one bug by Stefan Reinauer · 16 years ago
  50. 53bbb0f makes cursorx and cursory signed, as there are several "if (cursorx < 0)" tests. by Patrick Georgi · 16 years ago
  51. 29061a5 Fix the USB code to find the headers after they were moved. by Jordan Crouse · 16 years ago
  52. 6fbbd80 Move the USB header files to a common location for install purposes. by Jordan Crouse · 16 years ago
  53. f044f28 Add editing keypad keys and the missing F11 key to the curses serial by Ulf Jordan · 16 years ago
  54. 10d0a81 define array size in a single place (trivial) by Stefan Reinauer · 16 years ago
  55. 0e0ecf2 Make the serial output driver 8 bit clean. Remove translate_special_chars(), by Ulf Jordan · 16 years ago
  56. d57a680 Add support for curses color output over serial. by Ulf Jordan · 16 years ago
  57. d21f68b This patch adds USB capabilities to libpayload. It requires some by Patrick Georgi · 16 years ago
  58. 5ccfa1a Add memalign(align, size). by Patrick Georgi · 16 years ago
  59. 56471f1 The keyboard driver mixed up the key press/release events for the special keys. by Stefan Reinauer · 16 years ago
  60. 3153863 Various Doxygen-related fixes in libpayload (trivial). by Uwe Hermann · 16 years ago
  61. 0e6ad6b fix typo by Paul Menzel · 16 years ago
  62. fc58b7e [PATCH]: libpayload: Document time functions by Jordan Crouse · 16 years ago
  63. b746178 [PATCH]: libpayload: Document the architecture specific routines by Jordan Crouse · 16 years ago
  64. 4839266 [PATCH]: libpayload: change the type of the cpu_khz variable by Jordan Crouse · 16 years ago
  65. 617120c [PATCH]: libpayload: Document readline by Jordan Crouse · 16 years ago
  66. e2ad806 [PATCH]: libpayload: Document include/libpayload.h by Jordan Crouse · 16 years ago
  67. 4f05074 [PATCH]: Libpayload: Remove static variables from the doxygen output by Jordan Crouse · 16 years ago
  68. 3a48bdc libpayload: Expand doxygen definitions by Jordan Crouse · 16 years ago
  69. 9368e4c fix libpayload build dependencies (trivial) by Stefan Reinauer · 16 years ago
  70. 3b64129 Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which by Uwe Hermann · 16 years ago
  71. 3b9d1b8 fix string function prototypes in libpayload according to sysv/4.3bsd. by Stefan Reinauer · 16 years ago
  72. 54ec0af Fix some Doxygen warnings and/or typos (trivial). by Uwe Hermann · 16 years ago
  73. 1d129fe How could -ffreestanding slip through here. Required because libpayload is not by Stefan Reinauer · 16 years ago
  74. b0d3e71 A missing semicolon prevents libpayload to compile, this patch fixes that. by Jakob Bornecrantz · 16 years ago
  75. 989c178 trivial fix for memcpy return code in case someone uses it. by Stefan Reinauer · 16 years ago
  76. 34b9f86 misc fixes: by Stefan Reinauer · 16 years ago
  77. 99c0856 by Stefan Reinauer · 16 years ago
  78. addf443 * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  79. 6e51cee * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  80. 0e4671e replace static functions by macros, because otherwise every unused function by Patrick Georgi · 16 years ago
  81. 59fb9a2b add functions to query cursor position to video layer by Stefan Reinauer · 16 years ago
  82. 96f57ae libpayload: Fix the memcpy functions by Jordan Crouse · 16 years ago
  83. 0740cda fix typo in ctype.c by Stefan Reinauer · 16 years ago
  84. 2aea11f Add a kconfig option to choose between outputing ACS characters or by Ulf Jordan · 16 years ago
  85. 364317b Fix tinycurses color output on the VGA console. by Ulf Jordan · 16 years ago
  86. 43a800c Add more information to the libpayload README (trivial). by Uwe Hermann · 16 years ago
  87. f394c75 add block io functions by Stefan Reinauer · 16 years ago
  88. 11e45cd trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. by Stefan Reinauer · 16 years ago
  89. ee67319 * fix memory allocator bug that lead to freelist corruption on the first malloc by Stefan Reinauer · 16 years ago
  90. bc5379a off by 1. (trivial) by Stefan Reinauer · 16 years ago
  91. 28dff39 commit real fix to pci module of coreinfo (trivial) by Stefan Reinauer · 16 years ago
  92. 87f0b13 add PCI_BUS macro (trivial) by Stefan Reinauer · 16 years ago
  93. 74eedae Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and by Ulf Jordan · 16 years ago
  94. 96b734c libpayload: fix type in keyboard driver. (trivial) by Stefan Reinauer · 16 years ago
  95. d133d9a This patch updates coreinfo to use the ACS_ macros for line graphics. by Ulf Jordan · 16 years ago
  96. cc8a993 Document all of the external code we use in libpayload (trivial). by Uwe Hermann · 16 years ago
  97. b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 16 years ago
  98. 42a0c80 Make cursor positioning work by using both halves of the VGA cursor by Jonathan A. Kollasch · 16 years ago
  99. 12e2726 No really, _these_ should be the last occurences of CONFIG_ without by Jordan Crouse · 16 years ago
  100. 5e354b7 these should be the last occurences of CONFIG_ without config.h in libpayload. by Stefan Reinauer · 16 years ago