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