1. 04a5b48 Use ALIGN_UP instead of manual alignment by Patrick Georgi · 10 years ago
  2. 1c5cdad libpayload: improve us timer accuracy by Vadim Bendebury · 10 years ago
  3. dbadb1d libpayload: Reorder default memcpy, speed up memset and memcmp by Julius Werner · 10 years ago
  4. 43e1030 libpayload: Add ability to unregister output driver by Julius Werner · 10 years ago
  5. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  6. 7086ea9 libpayload: fix printf handling of unsigned long long by Patrick Georgi · 10 years ago
  7. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  8. cc47d9d libpayload: hexdump: Use `p` as conversion specifier for pointers by Paul Menzel · 11 years ago
  9. ccf53af libpayload/libc/hexdump.c: Take `const void *memory` as argument by Paul Menzel · 10 years ago
  10. 125a6a2 libpayload: Add a timer_us() function. by Gabe Black · 11 years ago
  11. 7c7b5ff libpayload: Add a new "die" function to fatally signal programming errors. by Gabe Black · 11 years ago
  12. 9665d38 libpayload: dma_malloc: Prevent warm reboot problems and add debugging by Julius Werner · 11 years ago
  13. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  14. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  15. 0f027e4 libpayload: hexdump.c: Change type of length argument to size_t by Paul Menzel · 11 years ago
  16. 9ed8a82 serial: Separate the serial hardware init and the serial console init. by Gabe Black · 11 years ago
  17. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  18. 562db3b libpayload: find source of input characters by Luigi Semenzato · 11 years ago
  19. dcac162 libpayload: Include hexdump.c in the Makefile so it gets built by Gabe Black · 11 years ago
  20. 86545f7 libpayload: Add simple hexdump function by Ronald G. Minnich · 11 years ago
  21. 25dd247 libpayload: Set heap's header size to 64-bit by Nico Huber · 11 years ago
  22. 2d4b4ca libpayload: Make heap code independent of its header size by Nico Huber · 11 years ago
  23. c9246da libpayload: Add strerror by Stefan Tauner · 11 years ago
  24. 3509ad3 libpayload: Fix whitespace errors by Stefan Tauner · 11 years ago
  25. e21f5e1 libpayload: fix size_t handling by Stefan Reinauer · 11 years ago
  26. 5c0b7ab libpayload: Generalize and redistribute timekeeping code by Gabe Black · 11 years ago
  27. 613c0f6 libpayload: Stub out time keeping functions for ARM as well by Gabe Black · 12 years ago
  28. 2cc105c libpayload: get time to compile cross-arch by Ronald G. Minnich · 11 years ago
  29. c1ee864 libpayload: make functions static that are unused outside memory.c by Ronald G. Minnich · 11 years ago
  30. 8af0d03 libpayload: Initial ARMv7 port by Stefan Reinauer · 12 years ago
  31. 4b6be98 Change TARGET_I386 to ARCH_X86 by David Hendricks · 12 years ago
  32. 3665ace libpayload: Remove unused FLAG_USED from memory allocator by Nico Huber · 12 years ago
  33. 7a32e88 libpayload: Fix memalign() for fragmented alignment regions by Nico Huber · 12 years ago
  34. a54b6a6 libpayload: Add support for the CBMEM in memory console. by Gabe Black · 12 years ago
  35. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  36. c324794 libpayload: Make the symbols in memory.c weak so they can be overridden. by Gabe Black · 12 years ago
  37. 6efbebd libpayload: avoid excessive casts in printf.c by Mathias Krause · 12 years ago
  38. 67997d3 libpayload: minor cleanups by Mathias Krause · 12 years ago
  39. ccee625 Fix libpayload alloc() size and gcc pointer optimization problems. by Marc Jones · 12 years ago
  40. 987e883 Make libpayload alloc() memory pointers volatile by Marc Jones · 12 years ago
  41. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 13 years ago
  42. c643fdd libpayload: Some more compatibility (for flashrom) by Patrick Georgi · 13 years ago
  43. 6de1ee4a libpayload: Add liblzma, libcbfs by Patrick Georgi · 13 years ago
  44. dd3e690 libpayload: Provide dummy getenv() by Patrick Georgi · 13 years ago
  45. 537cacf libpayload: Add qsort() by Patrick Georgi · 13 years ago
  46. c3c827c libpayload: Provide atol(), malloc.h by Patrick Georgi · 13 years ago
  47. 163e220 libpayload: Implement strlcpy by Patrick Georgi · 13 years ago
  48. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  49. b3db79e Use coreboot build system for libpayload, too. by Patrick Georgi · 13 years ago
  50. 13c16cb libpayload: Fix documentation by Patrick Georgi · 13 years ago
  51. 3eb5e4e libpayload: fix string-to-numeric functions for base > 10 by Patrick Georgi · 13 years ago
  52. d08996e libpayload: Implement ffs() by Patrick Georgi · 13 years ago
  53. c977c7d libpayload: Move stdin/stdout/stderr away from headers by Patrick Georgi · 13 years ago
  54. b912289 Use fprintf(stderr, ...) in library by Patrick Georgi · 13 years ago
  55. cd913bd Stub out FILE*, stdout/stdin/stderr and implement fprintf on these by Patrick Georgi · 13 years ago
  56. e914b50 Changes to str*cmp functions. Fixes a couple more corner cases. by Liu Tao · 14 years ago
  57. 154931c Fix strcmp and strncmp. They failed in several important scenarios by Patrick Georgi · 14 years ago
  58. 980a69b Attached patch moves functions out of the huge libpayload.h into headers by Patrick Georgi · 14 years ago
  59. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  60. e5d30b7 by Stefan Reinauer · 14 years ago
  61. 052d591 fix buggy comment in libpayload's strncat function by Stefan Reinauer · 15 years ago
  62. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  63. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  64. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  65. 1ff26a7 working memalign version for libpayload. This fixes problems with the USB stack by Stefan Reinauer · 15 years ago
  66. 0ae0bce don't initialize "in" as it is initialized again one line below. by Stefan Reinauer · 15 years ago
  67. 76b5d20 getopt for libpayload. in case someone wants to pass parameters to payloads and by Stefan Reinauer · 15 years ago
  68. 0d348f9 fix strstr. Seems the function never worked before, except the searched by Stefan Reinauer · 15 years ago
  69. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 16 years ago
  70. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  71. 6c6e433 [PATCH] Add sysinfo_have_multiboot function by Jordan Crouse · 16 years ago
  72. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  73. c53cdd7 [PATCH] libpayload: Add a strtoul() function by Jordan Crouse · 16 years ago
  74. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  75. 4151439 * Add strsep (since strtok is considered obsolete) by Stefan Reinauer · 16 years ago
  76. 5ccfa1a Add memalign(align, size). by Patrick Georgi · 16 years ago
  77. 3153863 Various Doxygen-related fixes in libpayload (trivial). by Uwe Hermann · 16 years ago
  78. fc58b7e [PATCH]: libpayload: Document time functions by Jordan Crouse · 16 years ago
  79. 617120c [PATCH]: libpayload: Document readline by Jordan Crouse · 16 years ago
  80. 3b9d1b8 fix string function prototypes in libpayload according to sysv/4.3bsd. by Stefan Reinauer · 16 years ago
  81. 54ec0af Fix some Doxygen warnings and/or typos (trivial). by Uwe Hermann · 16 years ago
  82. 989c178 trivial fix for memcpy return code in case someone uses it. by Stefan Reinauer · 16 years ago
  83. addf443 * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  84. 6e51cee * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  85. 96f57ae libpayload: Fix the memcpy functions by Jordan Crouse · 16 years ago
  86. 0740cda fix typo in ctype.c by Stefan Reinauer · 16 years ago
  87. 11e45cd trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. by Stefan Reinauer · 16 years ago
  88. ee67319 * fix memory allocator bug that lead to freelist corruption on the first malloc by Stefan Reinauer · 16 years ago
  89. 663ea08 these use CONFIG_ variables, too. by Stefan Reinauer · 16 years ago
  90. 6828569 Fix signedness problem in memcmp. by Ulf Jordan · 16 years ago
  91. 6986358 new menu structure for libpayload by Stefan Reinauer · 16 years ago
  92. 9e734c2 libpayload: Add a function to verify the checksum on a LAR file by Jordan Crouse · 16 years ago
  93. 9dac1b4 libpayload: Add an exec() and i386_do_exec() function by Jordan Crouse · 16 years ago
  94. 5069808 libpayload: Add larfptr function by Jordan Crouse · 16 years ago
  95. 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
  96. e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
  97. d772e1e libpayload: Fix a small but aggressive bug in printf() by Jordan Crouse · 16 years ago
  98. 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
  99. 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 16 years ago
  100. c781584 libpayload: Add the null terminator to the end of the duplicated string by Jordan Crouse · 16 years ago