1. 8900b91 tools: add skeleton of kmod tool by Lucas De Marchi · 13 years ago
  2. 6a4fa8d build-sys: use MKDIR_P by Lucas De Marchi · 13 years ago
  3. 3e8de63 kmod_modprobe: use basename(argv[0]) in help message by Lucas De Marchi · 13 years ago
  4. 5f9f58f kmod-modprobe: fix leak in command line option processing. by Gustavo Sverzut Barbieri · 13 years ago
  5. e79bf83 introduce --with-rootlibdir=DIR by Kay Sievers · 13 years ago
  6. 759214f Initialize line number with 0 by Lucas De Marchi · 13 years ago
  7. c72f79b Remove useless warning causing trouble in sparc64 by Lucas De Marchi · 13 years ago
  8. c6824b6 Fix unaligned memory access by Gustavo Sverzut Barbieri · 13 years ago
  9. 9faa7b3 do not (mis-)use the config file generator for non-autobuild stuff by Kay Sievers · 13 years ago
  10. 205c24e gitignore: ignore dist files by Lucas De Marchi · 13 years ago
  11. acc18b1 kmod 2 by Lucas De Marchi · 13 years ago
  12. f304afe Change error message to reflect reality by Lucas De Marchi · 13 years ago
  13. 142db57 Update doc to reflect function behavior by Lucas De Marchi · 13 years ago
  14. 9efaf2f Testing for return of alias_normalize. by Luis Felipe Strano Moraes · 13 years ago
  15. 7ea6edd build-sys: do not use some compile flags by default by Lucas De Marchi · 13 years ago
  16. f39dc70 Removing comments saying flags are not implemented by Lucas De Marchi · 13 years ago
  17. 5e50464 Move symbols introduced in libkmod2 to the right place by Lucas De Marchi · 13 years ago
  18. 9ce0966 build-sys: remove remaining _SOURCES var by Lucas De Marchi · 13 years ago
  19. 0c5fad9 build-sys: default to "" as rootprefix by Lucas De Marchi · 13 years ago
  20. 2c96693 kmod_modprobe: fix description of -C flag by Lucas De Marchi · 13 years ago
  21. 1e48278 configure: disable static zlib build. by Gustavo Sverzut Barbieri · 13 years ago
  22. a308abe introduce --with-rootprefix=DIR by Kay Sievers · 13 years ago
  23. 7fe5f7a Use sorted configuration files in precedence order by Lucas De Marchi · 13 years ago
  24. a597c8b build: use dist-xz by Jan Engelhardt · 13 years ago
  25. 2689912 gitignore: only ignore build system files in the top directory by Jan Engelhardt · 13 years ago
  26. 87beacc libkmod: use C99 __func__ over GNU-specific __FUNCTION__ by Jan Engelhardt · 13 years ago
  27. 135bffd kmod_config: fix kcmd line parser with dots after = by Lucas De Marchi · 13 years ago
  28. a969376 Removing warnings when compiling on i686 platform. by Luis Felipe Strano Moraes · 13 years ago
  29. b55df2e kmod_module_new_*: improve debugging. by Gustavo Sverzut Barbieri · 13 years ago
  30. 95dd837 kmod_modprobe: Fix regression when inserting module by Lucas De Marchi · 13 years ago
  31. 16ca366 Fix check for opened indexes by Lucas De Marchi · 13 years ago
  32. 76b8031 elf: fix regression with empty strings by Lucas De Marchi · 13 years ago
  33. 51c409b Cache the offset of crc by Lucas De Marchi · 13 years ago
  34. 58b7191 Make section size constant since it's always the same by Lucas De Marchi · 13 years ago
  35. f8fa525 Optimize kmod_elf_get_strings() by reducing calls to memcpy by Lucas De Marchi · 13 years ago
  36. b20dc17 Remove unneeded reference to last string by Lucas De Marchi · 13 years ago
  37. 052656f Put blank lines where it's due by Lucas De Marchi · 13 years ago
  38. 3267026 Terminate strv with NULL by Lucas De Marchi · 13 years ago
  39. 4f0f0e7 Reduce ident by continuing early by Lucas De Marchi · 13 years ago
  40. 0eae38e build-sys: remove unneeded _SOURCES vars by Lucas De Marchi · 13 years ago
  41. 1c58590 elf: skip leading symbol dot in modversion. by Gustavo Sverzut Barbieri · 13 years ago
  42. fc8e58b elf: fix typo that resulted in invalid uint reads for big-endian platforms. by Gustavo Sverzut Barbieri · 13 years ago
  43. b014c49 kmod-modinfo: -p (-F parm) shows also parmtype in Debian expected formatting. by Gustavo Sverzut Barbieri · 13 years ago
  44. 47a0ef6 elf: do not output empty strings. by Gustavo Sverzut Barbieri · 13 years ago
  45. 515ec79 kmod-modinfo: fix typo and output format. by Gustavo Sverzut Barbieri · 13 years ago
  46. 022e1f0 kmod-modinfo: add missing short options. by Gustavo Sverzut Barbieri · 13 years ago
  47. 0cc3ccf Introduce kmod-modinfo. by Gustavo Sverzut Barbieri · 13 years ago
  48. fc27344 elf: fix minimum file size calculation. by Gustavo Sverzut Barbieri · 13 years ago
  49. ab70dce kmod-modprobe: improve --help output. by Gustavo Sverzut Barbieri · 13 years ago
  50. 0e3e2f4 kmod-modprobe: implement --dump-modversions by Gustavo Sverzut Barbieri · 13 years ago
  51. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 13 years ago
  52. e5a7f6a Fix debug message formatting by Lucas De Marchi · 13 years ago
  53. f841e63 TODO: add idea about single file with all compressed modules. by Gustavo Sverzut Barbieri · 13 years ago
  54. e5e2a68 kmod_modprobe: properly handle install/remove commands by Lucas De Marchi · 13 years ago
  55. 9bf60d2 kmod_modprobe: fix handling of remove commands by Lucas De Marchi · 13 years ago
  56. 9dec244 Fix wrong name len when converting path to modname by Lucas De Marchi · 13 years ago
  57. b6ea28d Fix leak of kmod_module by Lucas De Marchi · 13 years ago
  58. a6bf249 compatibility: match commands using fnmatch() instead of strcmp(). by Gustavo Sverzut Barbieri · 13 years ago
  59. e793f1e kmod-modprobe: implement softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  60. d6b55b7 introduce kmod_list_foreach_reverse(). by Gustavo Sverzut Barbieri · 13 years ago
  61. fecbad2 Use tab instead of spaces by Lucas De Marchi · 13 years ago
  62. d5ec60b introduce kmod_list_last() by Gustavo Sverzut Barbieri · 13 years ago
  63. 2a70a5d fix kmod_list_prev(). by Gustavo Sverzut Barbieri · 13 years ago
  64. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  65. a5a92a6 fix error handling path. by Gustavo Sverzut Barbieri · 13 years ago
  66. 3d8226e implement zlib module loading. by Gustavo Sverzut Barbieri · 13 years ago
  67. f4fc552 Lookup for commands in kmod_module_new_from_lookup() by Lucas De Marchi · 13 years ago
  68. 60f6760 kmod_module: do not find more than the first command by Lucas De Marchi · 13 years ago
  69. 8e3e583 Open more file descriptors with O_CLOEXEC by Cristian Rodríguez · 13 years ago
  70. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 13 years ago
  71. e17cc3a Add address of mailing list by Lucas De Marchi · 13 years ago
  72. 8122985 tools: fix kmod-modprobe -R trying to insert module by Lucas De Marchi · 13 years ago
  73. 5e690c5 TODO: add new tasks and notes to future development by Lucas De Marchi · 13 years ago
  74. a955f71 trivial: fix typo causing an infinite loop by Ulisses Furquim · 13 years ago
  75. 89eba7c kmod 1 by Lucas De Marchi · 13 years ago
  76. e269a84 Add libkmod files to EXTRA_DIST by Lucas De Marchi · 13 years ago
  77. 4084c17 Remove module from hash when it's gone by Lucas De Marchi · 13 years ago
  78. 22907a1 Improve test of double references by Lucas De Marchi · 13 years ago
  79. 818f8e8 Add safety NULL checks in exported functions by Lucas De Marchi · 13 years ago
  80. 8bdeca1 Fix changing hash key after module is inserted in hash by Lucas De Marchi · 13 years ago
  81. 91428ae Fix docs with wrong function names by Lucas De Marchi · 13 years ago
  82. 5f3429c Add comment in public header about flags not implemented by Lucas De Marchi · 13 years ago
  83. 128386a Rename symbol group by Lucas De Marchi · 13 years ago
  84. 3e71947 Remove flags that likely will not be used by Lucas De Marchi · 13 years ago
  85. c4b4ac9 TODO: rephrase some tasks by Lucas De Marchi · 13 years ago
  86. 836e455 Add file with details regarding coding style by Lucas De Marchi · 13 years ago
  87. 23c0d01 Fix format of log message by Lucas De Marchi · 13 years ago
  88. 1684e44 kmod_config: parse kernel command line for options and blacklist by Lucas De Marchi · 13 years ago
  89. fe8bf3b Do not depend on AM_SILENT_RULES if it is not available. by Luis Felipe Strano Moraes · 13 years ago
  90. 113c66a kmod_module: use 'modname/aliasname' as key for hash by Lucas De Marchi · 13 years ago
  91. 788ef0f Use malloc + memset instead of calloc by Lucas De Marchi · 13 years ago
  92. d68ea2a TODO: update tasks by Lucas De Marchi · 13 years ago
  93. 2d7bab5 kmod_module: move function to the right section by Lucas De Marchi · 13 years ago
  94. 63af061 kmod_module: fix log message upon module removal by Lucas De Marchi · 13 years ago
  95. 7afc98a kmod_module: add missing documentation by Lucas De Marchi · 13 years ago
  96. 6de8f6e Simplify kmod_load_resources() by Lucas De Marchi · 13 years ago
  97. 3e67676 Log and break early if index is already open by Lucas De Marchi · 13 years ago
  98. be5a6de Update documentation by Lucas De Marchi · 13 years ago
  99. 25c0543 Remove function kmod_resolve_alias_options() by Lucas De Marchi · 13 years ago
  100. 07b8c82 kmod_module: make get_options() search for alias names too by Lucas De Marchi · 13 years ago