1. 2689912 gitignore: only ignore build system files in the top directory by Jan Engelhardt · 13 years ago
  2. 87beacc libkmod: use C99 __func__ over GNU-specific __FUNCTION__ by Jan Engelhardt · 13 years ago
  3. 135bffd kmod_config: fix kcmd line parser with dots after = by Lucas De Marchi · 13 years ago
  4. a969376 Removing warnings when compiling on i686 platform. by Luis Felipe Strano Moraes · 13 years ago
  5. b55df2e kmod_module_new_*: improve debugging. by Gustavo Sverzut Barbieri · 13 years ago
  6. 95dd837 kmod_modprobe: Fix regression when inserting module by Lucas De Marchi · 13 years ago
  7. 16ca366 Fix check for opened indexes by Lucas De Marchi · 13 years ago
  8. 76b8031 elf: fix regression with empty strings by Lucas De Marchi · 13 years ago
  9. 51c409b Cache the offset of crc by Lucas De Marchi · 13 years ago
  10. 58b7191 Make section size constant since it's always the same by Lucas De Marchi · 13 years ago
  11. f8fa525 Optimize kmod_elf_get_strings() by reducing calls to memcpy by Lucas De Marchi · 13 years ago
  12. b20dc17 Remove unneeded reference to last string by Lucas De Marchi · 13 years ago
  13. 052656f Put blank lines where it's due by Lucas De Marchi · 13 years ago
  14. 3267026 Terminate strv with NULL by Lucas De Marchi · 13 years ago
  15. 4f0f0e7 Reduce ident by continuing early by Lucas De Marchi · 13 years ago
  16. 0eae38e build-sys: remove unneeded _SOURCES vars by Lucas De Marchi · 13 years ago
  17. 1c58590 elf: skip leading symbol dot in modversion. by Gustavo Sverzut Barbieri · 13 years ago
  18. fc8e58b elf: fix typo that resulted in invalid uint reads for big-endian platforms. by Gustavo Sverzut Barbieri · 13 years ago
  19. b014c49 kmod-modinfo: -p (-F parm) shows also parmtype in Debian expected formatting. by Gustavo Sverzut Barbieri · 13 years ago
  20. 47a0ef6 elf: do not output empty strings. by Gustavo Sverzut Barbieri · 13 years ago
  21. 515ec79 kmod-modinfo: fix typo and output format. by Gustavo Sverzut Barbieri · 13 years ago
  22. 022e1f0 kmod-modinfo: add missing short options. by Gustavo Sverzut Barbieri · 13 years ago
  23. 0cc3ccf Introduce kmod-modinfo. by Gustavo Sverzut Barbieri · 13 years ago
  24. fc27344 elf: fix minimum file size calculation. by Gustavo Sverzut Barbieri · 13 years ago
  25. ab70dce kmod-modprobe: improve --help output. by Gustavo Sverzut Barbieri · 13 years ago
  26. 0e3e2f4 kmod-modprobe: implement --dump-modversions by Gustavo Sverzut Barbieri · 13 years ago
  27. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 13 years ago
  28. e5a7f6a Fix debug message formatting by Lucas De Marchi · 13 years ago
  29. f841e63 TODO: add idea about single file with all compressed modules. by Gustavo Sverzut Barbieri · 13 years ago
  30. e5e2a68 kmod_modprobe: properly handle install/remove commands by Lucas De Marchi · 13 years ago
  31. 9bf60d2 kmod_modprobe: fix handling of remove commands by Lucas De Marchi · 13 years ago
  32. 9dec244 Fix wrong name len when converting path to modname by Lucas De Marchi · 13 years ago
  33. b6ea28d Fix leak of kmod_module by Lucas De Marchi · 13 years ago
  34. a6bf249 compatibility: match commands using fnmatch() instead of strcmp(). by Gustavo Sverzut Barbieri · 13 years ago
  35. e793f1e kmod-modprobe: implement softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  36. d6b55b7 introduce kmod_list_foreach_reverse(). by Gustavo Sverzut Barbieri · 13 years ago
  37. fecbad2 Use tab instead of spaces by Lucas De Marchi · 13 years ago
  38. d5ec60b introduce kmod_list_last() by Gustavo Sverzut Barbieri · 13 years ago
  39. 2a70a5d fix kmod_list_prev(). by Gustavo Sverzut Barbieri · 13 years ago
  40. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  41. a5a92a6 fix error handling path. by Gustavo Sverzut Barbieri · 13 years ago
  42. 3d8226e implement zlib module loading. by Gustavo Sverzut Barbieri · 13 years ago
  43. f4fc552 Lookup for commands in kmod_module_new_from_lookup() by Lucas De Marchi · 13 years ago
  44. 60f6760 kmod_module: do not find more than the first command by Lucas De Marchi · 13 years ago
  45. 8e3e583 Open more file descriptors with O_CLOEXEC by Cristian Rodríguez · 13 years ago
  46. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 13 years ago
  47. e17cc3a Add address of mailing list by Lucas De Marchi · 13 years ago
  48. 8122985 tools: fix kmod-modprobe -R trying to insert module by Lucas De Marchi · 13 years ago
  49. 5e690c5 TODO: add new tasks and notes to future development by Lucas De Marchi · 13 years ago
  50. a955f71 trivial: fix typo causing an infinite loop by Ulisses Furquim · 13 years ago
  51. 89eba7c kmod 1 by Lucas De Marchi · 13 years ago
  52. e269a84 Add libkmod files to EXTRA_DIST by Lucas De Marchi · 13 years ago
  53. 4084c17 Remove module from hash when it's gone by Lucas De Marchi · 13 years ago
  54. 22907a1 Improve test of double references by Lucas De Marchi · 13 years ago
  55. 818f8e8 Add safety NULL checks in exported functions by Lucas De Marchi · 13 years ago
  56. 8bdeca1 Fix changing hash key after module is inserted in hash by Lucas De Marchi · 13 years ago
  57. 91428ae Fix docs with wrong function names by Lucas De Marchi · 13 years ago
  58. 5f3429c Add comment in public header about flags not implemented by Lucas De Marchi · 13 years ago
  59. 128386a Rename symbol group by Lucas De Marchi · 13 years ago
  60. 3e71947 Remove flags that likely will not be used by Lucas De Marchi · 13 years ago
  61. c4b4ac9 TODO: rephrase some tasks by Lucas De Marchi · 13 years ago
  62. 836e455 Add file with details regarding coding style by Lucas De Marchi · 13 years ago
  63. 23c0d01 Fix format of log message by Lucas De Marchi · 13 years ago
  64. 1684e44 kmod_config: parse kernel command line for options and blacklist by Lucas De Marchi · 13 years ago
  65. fe8bf3b Do not depend on AM_SILENT_RULES if it is not available. by Luis Felipe Strano Moraes · 13 years ago
  66. 113c66a kmod_module: use 'modname/aliasname' as key for hash by Lucas De Marchi · 13 years ago
  67. 788ef0f Use malloc + memset instead of calloc by Lucas De Marchi · 13 years ago
  68. d68ea2a TODO: update tasks by Lucas De Marchi · 13 years ago
  69. 2d7bab5 kmod_module: move function to the right section by Lucas De Marchi · 13 years ago
  70. 63af061 kmod_module: fix log message upon module removal by Lucas De Marchi · 13 years ago
  71. 7afc98a kmod_module: add missing documentation by Lucas De Marchi · 13 years ago
  72. 6de8f6e Simplify kmod_load_resources() by Lucas De Marchi · 13 years ago
  73. 3e67676 Log and break early if index is already open by Lucas De Marchi · 13 years ago
  74. be5a6de Update documentation by Lucas De Marchi · 13 years ago
  75. 25c0543 Remove function kmod_resolve_alias_options() by Lucas De Marchi · 13 years ago
  76. 07b8c82 kmod_module: make get_options() search for alias names too by Lucas De Marchi · 13 years ago
  77. ee3b3ff Create module by alias name where appropriate by Lucas De Marchi · 13 years ago
  78. 6ad5f26 Add private function kmod_module_new_from_alias() by Lucas De Marchi · 13 years ago
  79. 219f9c3 kmod_module: use pointer instead of vector for its name by Lucas De Marchi · 13 years ago
  80. ecd6bcd Return early on lookup error by Lucas De Marchi · 13 years ago
  81. d470db1 Use alias_normalize() instead of modname_normalize() by Lucas De Marchi · 13 years ago
  82. b148b86 Add helper alias_normalize() by Lucas De Marchi · 13 years ago
  83. 4308b17 Fix check for NULL variable by Lucas De Marchi · 13 years ago
  84. 7d51d8b Fix "Dereference of null pointer" as reported by llvm by Lucas De Marchi · 13 years ago
  85. 1c250ec Fix "Dead assignments" as reported by llvm by Lucas De Marchi · 13 years ago
  86. 973c80b handle case where modname was not detected. by Gustavo Sverzut Barbieri · 13 years ago
  87. cb451f3 Change licenses by Lucas De Marchi · 13 years ago
  88. 953653a build-sys: enable debug by default in autogen.sh by Lucas De Marchi · 13 years ago
  89. 9277606 build-sys: Set CFLAGS to "-O2 -Werror" in autogen.sh by Lucas De Marchi · 13 years ago
  90. 45f2778 Remove warnings: ‘err’ may be used uninitialized in this function by Lucas De Marchi · 13 years ago
  91. 0283d6b build-sys: add version map file to build dependencies by Lucas De Marchi · 13 years ago
  92. cb48c9b Rename project from libkmod to kmod by Lucas De Marchi · 13 years ago
  93. 2411c07 Do not use config if it's not needed/wanted by Lucas De Marchi · 13 years ago
  94. 8f767e2 Use true/false for bool return by Lucas De Marchi · 13 years ago
  95. 98c80f4 Directories inside config directories are not supported by Lucas De Marchi · 13 years ago
  96. 4782396 Do not stat() dir twice by Lucas De Marchi · 13 years ago
  97. 016d619 Fix leak of DIR by Lucas De Marchi · 13 years ago
  98. 970ba8b Remove leftover comment by Lucas De Marchi · 13 years ago
  99. 49ce6d0 Remove libkmod-loaded.c and re-order functions in libkmod-module.c by Lucas De Marchi · 13 years ago
  100. a102e26 Rename kmod_loaded_get_list() to kmod_module_new_from_loaded() by Lucas De Marchi · 13 years ago