1. d98f2d3 Avoid sign-extension error on multiplication by Lucas De Marchi · 9 years ago
  2. 249dc59 libkmod: properly validate file size by Tobias Stoeckmann · 9 years ago
  3. 6684102 libkmod: use helper function to check for overflow by Lucas De Marchi · 9 years ago
  4. 67466f2 Prevent offset + size overflow. by Tobias Stoeckmann · 9 years ago
  5. 0a67d4f libkmod-elf: Remove unused variables by Lucas De Marchi · 9 years ago
  6. dea2dfe Remove FSF mailing address by Lucas De Marchi · 9 years ago
  7. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  8. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  9. fea655d libkmod-elf: Fix check by class in get_modversions() by Lucas De Marchi · 10 years ago
  10. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  11. a20a37c Use static assertions for sizeof checks by Lucas De Marchi · 11 years ago
  12. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  13. a457866 libkmod-module: mangle the section header, not the section by Lucas De Marchi · 12 years ago
  14. d196b8d libkmod-module: Remove key+value vermagic from .modinfo section by Lucas De Marchi · 12 years ago
  15. 9e2eadb Silence clang warnings with __unused__ attribute by Lucas De Marchi · 12 years ago
  16. 4321590 Remove dead increment by Lucas De Marchi · 12 years ago
  17. ea17e2b elf: privately export kmod_elf_get_section() by Lucas De Marchi · 12 years ago
  18. a66a6a9 Update copyright by Lucas De Marchi · 12 years ago
  19. 599a032 elf: zero *array when count is zero. by Gustavo Sverzut Barbieri · 12 years ago
  20. 674f859 elf: implement kmod_module_get_dependency_symbols() by Gustavo Sverzut Barbieri · 12 years ago
  21. 4b55bef elf: add bind type to kmod_modversion. by Gustavo Sverzut Barbieri · 12 years ago
  22. 45e6db9 elf: add get_symbols() by Gustavo Sverzut Barbieri · 12 years ago
  23. 9bbb72d elf: minimum size is enough. by Gustavo Sverzut Barbieri · 12 years ago
  24. 87beacc libkmod: use C99 __func__ over GNU-specific __FUNCTION__ by Jan Engelhardt · 12 years ago
  25. a969376 Removing warnings when compiling on i686 platform. by Luis Felipe Strano Moraes · 12 years ago
  26. 76b8031 elf: fix regression with empty strings by Lucas De Marchi · 12 years ago
  27. 51c409b Cache the offset of crc by Lucas De Marchi · 12 years ago
  28. 58b7191 Make section size constant since it's always the same by Lucas De Marchi · 12 years ago
  29. f8fa525 Optimize kmod_elf_get_strings() by reducing calls to memcpy by Lucas De Marchi · 12 years ago
  30. b20dc17 Remove unneeded reference to last string by Lucas De Marchi · 12 years ago
  31. 052656f Put blank lines where it's due by Lucas De Marchi · 12 years ago
  32. 3267026 Terminate strv with NULL by Lucas De Marchi · 12 years ago
  33. 4f0f0e7 Reduce ident by continuing early by Lucas De Marchi · 12 years ago
  34. 1c58590 elf: skip leading symbol dot in modversion. by Gustavo Sverzut Barbieri · 12 years ago
  35. fc8e58b elf: fix typo that resulted in invalid uint reads for big-endian platforms. by Gustavo Sverzut Barbieri · 12 years ago
  36. 47a0ef6 elf: do not output empty strings. by Gustavo Sverzut Barbieri · 12 years ago
  37. fc27344 elf: fix minimum file size calculation. by Gustavo Sverzut Barbieri · 12 years ago
  38. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 12 years ago