1. 128ac91 Trivial fix, use correct define. by Mathias Krause · 14 years ago
  2. 30b90fe Add Doxyfile to bayou by Stefan Reinauer · 14 years ago
  3. 20d6265 drop svn:externals in the tree and add it locally. by Stefan Reinauer · 15 years ago
  4. 44163f7 Update Coreinfo to use TAG_FORWARD in tables. by Myles Watson · 15 years ago
  5. 052d591 fix buggy comment in libpayload's strncat function by Stefan Reinauer · 15 years ago
  6. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  7. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  8. 131c007 * drop duplicate prototype for lib_get_sysinfo() by Stefan Reinauer · 15 years ago
  9. f23804b This patch fixes payloads on certain Fedora versions by Stefan Reinauer · 15 years ago
  10. 219cece Fix off-by-one bug in libpayload UHCI driver by Stefan Reinauer · 15 years ago
  11. 941c1fd Add initial support for a CBFS module for coreinfo. by Uwe Hermann · 15 years ago
  12. 5429e26 Tell lpgcc about the target architecture directory. This slipped through since by Stefan Reinauer · 15 years ago
  13. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  14. c9a6f0f Add type field to memranges, and fill it from the source data. by Patrick Georgi · 15 years ago
  15. d233f36 Some driver fixes for libpayload: by Stefan Reinauer · 15 years ago
  16. 1ff26a7 working memalign version for libpayload. This fixes problems with the USB stack by Stefan Reinauer · 15 years ago
  17. 2c9617d Mostly cosmetical changes. by Stefan Reinauer · 15 years ago
  18. 0ae0bce don't initialize "in" as it is initialized again one line below. by Stefan Reinauer · 15 years ago
  19. 76b5d20 getopt for libpayload. in case someone wants to pass parameters to payloads and by Stefan Reinauer · 15 years ago
  20. 5f7d506 Add high coreboot table support to libpayload by Stefan Reinauer · 15 years ago
  21. 0d348f9 fix strstr. Seems the function never worked before, except the searched by Stefan Reinauer · 15 years ago
  22. c5a2ec6 libpayload: Fix build when both USB and PS/2 keyboard support is disabled by Mart Raudsepp · 15 years ago
  23. 142cad1 by Ulf Jordan · 15 years ago
  24. b575d67 This is a safety measure, since the shipping buildrom fails badly at present. by Ronald G. Minnich · 15 years ago
  25. 6818a32 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  26. 3ba0ce5 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  27. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 16 years ago
  28. 58edecd libpayload: Fix immediate rebuild after a clean by Mart Raudsepp · 16 years ago
  29. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  30. c1f404f by Robert Millan · 16 years ago
  31. 39ebf2f by Robert Millan · 16 years ago
  32. 5cb4d9d [PATCH] coreinfo: Add multiboot parsing support by Jordan Crouse · 16 years ago
  33. 6c6e433 [PATCH] Add sysinfo_have_multiboot function by Jordan Crouse · 16 years ago
  34. 8c95338 Update bayou to use ACS_ macros for line drawing characters. by Ulf Jordan · 16 years ago
  35. 54c5276 Get the lzma/ directory from v3 via svn:externals, for use with Bayou. by Uwe Hermann · 16 years ago
  36. 7eb845e Import a slightly modified Bayou version into svn. This is based by Uwe Hermann · 16 years ago
  37. c4f294f make escape code handling for serial terminal more robust by Patrick Georgi · 16 years ago
  38. ea87245 Fix ordering problem in the libpayload Makefile. The include of by Uwe Hermann · 16 years ago
  39. ac43150 add multiboot support to defconfig (trivial) by Stefan Reinauer · 16 years ago
  40. 1b57f1c ouch. something went wrong with applying that old patch by Stefan Reinauer · 16 years ago
  41. 734427e This has been sitting here since a looong time. by Stefan Reinauer · 16 years ago
  42. 6ec8285 [PATCH] fix video console init by Jordan Crouse · 16 years ago
  43. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  44. f2433a9 [PATCH] libpayload: Fix overflow in _delay function by Jordan Crouse · 16 years ago
  45. c53cdd7 [PATCH] libpayload: Add a strtoul() function by Jordan Crouse · 16 years ago
  46. ec6363d [PATCH] libpayload: Bail if the keyboard controller isn't there by Jordan Crouse · 16 years ago
  47. 6744231 [PATCH] libpayload: Fix the PCI search function by Jordan Crouse · 16 years ago
  48. 20c9cf1 [PATCH] libpayload: Add multiboot support by Jordan Crouse · 16 years ago
  49. 369a5f6 [PATCH] libpayload: Add pci_set_bus_master() function by Jordan Crouse · 16 years ago
  50. 17f6a87 [PATCH] libpayload: Use gcc to compile assembly files by Jordan Crouse · 16 years ago
  51. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  52. 4b1971c libpayload: Rename Geode video driver to Geode LX video driver. by Peter Stuge · 16 years ago
  53. ff9350b move variable declaration to where it is used, to prevent gcc failure. by Patrick Georgi · 16 years ago
  54. 94c1bd8 Do not try to display non-printable characters on the bootlog and by Ulf Jordan · 16 years ago
  55. c753926 accidently backed out r3598. Sorry Ulf, will pay more attention next time. by Stefan Reinauer · 16 years ago
  56. 4151439 * Add strsep (since strtok is considered obsolete) by Stefan Reinauer · 16 years ago
  57. bc9cb27 Use a block cursor on VGA console :-) by Stefan Reinauer · 16 years ago
  58. 71c006f fix option handling in libpayload by Stefan Reinauer · 16 years ago
  59. d84ef1e * add keyboard layout support to libpayload by Stefan Reinauer · 16 years ago
  60. e75c3d8 * factor out serial hardware init by Stefan Reinauer · 16 years ago
  61. 6c55b05 Add default config file to libpayload so that one can do make defconfig by Stefan Reinauer · 16 years ago
  62. 22d5ddc Fix overflow in modwin erase. Do not refresh modwin yet, since it is by Ulf Jordan · 16 years ago
  63. 902ed76 Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due by Ulf Jordan · 16 years ago
  64. 3e3c83e 1. by Patrick Georgi · 16 years ago
  65. 4614aed fix regression in libpayload introduced by merge of the keyboard drivers. by Stefan Reinauer · 16 years ago
  66. e6408a3 - unify keycodes for non-ASCII keys by using curses' codes and labels by Patrick Georgi · 16 years ago
  67. 57700ff This patch adds damage detection to libpayload's tinycurses. This by Stefan Reinauer · 16 years ago
  68. f218d97 * Implement scrolling in tinycurses * Fix an off by one bug by Stefan Reinauer · 16 years ago
  69. 53bbb0f makes cursorx and cursory signed, as there are several "if (cursorx < 0)" tests. by Patrick Georgi · 16 years ago
  70. 29061a5 Fix the USB code to find the headers after they were moved. by Jordan Crouse · 16 years ago
  71. 6fbbd80 Move the USB header files to a common location for install purposes. by Jordan Crouse · 16 years ago
  72. f044f28 Add editing keypad keys and the missing F11 key to the curses serial by Ulf Jordan · 16 years ago
  73. 10d0a81 define array size in a single place (trivial) by Stefan Reinauer · 16 years ago
  74. 0e0ecf2 Make the serial output driver 8 bit clean. Remove translate_special_chars(), by Ulf Jordan · 16 years ago
  75. d57a680 Add support for curses color output over serial. by Ulf Jordan · 16 years ago
  76. d21f68b This patch adds USB capabilities to libpayload. It requires some by Patrick Georgi · 16 years ago
  77. 5ccfa1a Add memalign(align, size). by Patrick Georgi · 16 years ago
  78. 56471f1 The keyboard driver mixed up the key press/release events for the special keys. by Stefan Reinauer · 16 years ago
  79. 3153863 Various Doxygen-related fixes in libpayload (trivial). by Uwe Hermann · 16 years ago
  80. 0e6ad6b fix typo by Paul Menzel · 16 years ago
  81. fc58b7e [PATCH]: libpayload: Document time functions by Jordan Crouse · 16 years ago
  82. b746178 [PATCH]: libpayload: Document the architecture specific routines by Jordan Crouse · 16 years ago
  83. 4839266 [PATCH]: libpayload: change the type of the cpu_khz variable by Jordan Crouse · 16 years ago
  84. 617120c [PATCH]: libpayload: Document readline by Jordan Crouse · 16 years ago
  85. e2ad806 [PATCH]: libpayload: Document include/libpayload.h by Jordan Crouse · 16 years ago
  86. 4f05074 [PATCH]: Libpayload: Remove static variables from the doxygen output by Jordan Crouse · 16 years ago
  87. 3a48bdc libpayload: Expand doxygen definitions by Jordan Crouse · 16 years ago
  88. 9368e4c fix libpayload build dependencies (trivial) by Stefan Reinauer · 16 years ago
  89. 3b64129 Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which by Uwe Hermann · 16 years ago
  90. 3b9d1b8 fix string function prototypes in libpayload according to sysv/4.3bsd. by Stefan Reinauer · 16 years ago
  91. 54ec0af Fix some Doxygen warnings and/or typos (trivial). by Uwe Hermann · 16 years ago
  92. 1d129fe How could -ffreestanding slip through here. Required because libpayload is not by Stefan Reinauer · 16 years ago
  93. b0d3e71 A missing semicolon prevents libpayload to compile, this patch fixes that. by Jakob Bornecrantz · 16 years ago
  94. 989c178 trivial fix for memcpy return code in case someone uses it. by Stefan Reinauer · 16 years ago
  95. 34b9f86 misc fixes: by Stefan Reinauer · 16 years ago
  96. 99c0856 by Stefan Reinauer · 16 years ago
  97. addf443 * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  98. 6e51cee * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  99. 0e4671e replace static functions by macros, because otherwise every unused function by Patrick Georgi · 16 years ago
  100. 59fb9a2b add functions to query cursor position to video layer by Stefan Reinauer · 16 years ago