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