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