1. 1701b1b configure.ac: Move link only flags out of CFLAGS and into LDFLAGS. by Randy Witt · 12 years ago
  2. 00ff576 Add CC_CHECK_LDFLAGS_APPEND m4 macro. by Randy Witt · 12 years ago
  3. 436da1e config: use order /etc, /run, /lib by Lucas De Marchi · 12 years ago
  4. ae7ebe8 modprobe: set log prio to 0 if user passed -q arg by Lucas De Marchi · 12 years ago
  5. 23ea575 Merge branch 'master' of git://code.falconindy.com/kmod by Lucas De Marchi · 12 years ago
  6. c1b8454 modprobe: always try to remove all modules in command line by Lucas De Marchi · 12 years ago
  7. 4744ebc modprobe: don't check if module builtin to decide if it's builtin by Lucas De Marchi · 12 years ago
  8. f758caf modprobe: fix error path in removing modules by Dave Reisner · 12 years ago
  9. 26906fe kmod 6 by Lucas De Marchi · 12 years ago
  10. 49c6489 Use upper case after Deprecated in doc by Lucas De Marchi · 12 years ago
  11. 6204d5b Add kmod_module_apply_filter() to doc-sections file by Lucas De Marchi · 12 years ago
  12. bfcd31d Fix wrong printf format string by Lucas De Marchi · 12 years ago
  13. 2e2e252 libkmod-index: do not pre-populate mmap by Lucas De Marchi · 12 years ago
  14. 9c5f057 Downgrade log message: refcnt file may not exist by Lucas De Marchi · 12 years ago
  15. dcf06c5 man: detail modprobe.blacklist in kcmdline by Lucas De Marchi · 12 years ago
  16. 817f4e3 libkmod-index: free node when we have only partial match by Lucas De Marchi · 12 years ago
  17. aa5da52 modprobe: show builtin label on --show-depends by Dave Reisner · 12 years ago
  18. ee1d188 libkmod-module: fill builtin's name by Lucas De Marchi · 12 years ago
  19. bdda7e1 find builtins by property, not initstate by Dave Reisner · 12 years ago
  20. 3e4c6af modinfo: use new apply_filter method to avoid builtins by Dave Reisner · 12 years ago
  21. d80b103 libkmod/module: add kmod_module_apply_filter method by Dave Reisner · 12 years ago
  22. bb05bc8 Move repository to kernel.org by Lucas De Marchi · 12 years ago
  23. 7cd664f libkmod-module: don't treat "coming" as in-kernel by Lucas De Marchi · 12 years ago
  24. 80e54cb TODO: update and organize items by Lucas De Marchi · 12 years ago
  25. abd5557 libkmod-module: probe: check if module exists for install cmds by Lucas De Marchi · 12 years ago
  26. 050db08 Add missing newlines by Lucas De Marchi · 12 years ago
  27. adca3cd Downgrade log level when modules.dep{,.bin} don't exist by Lucas De Marchi · 12 years ago
  28. 658e047 testsuite: fix color of unexpected failure by Lucas De Marchi · 12 years ago
  29. 3805274 kmod-module: lookup: search modules.builtin file too by Lucas De Marchi · 12 years ago
  30. a7f5300 testsuite: add test for builtins with modprobe by Lucas De Marchi · 12 years ago
  31. f31d49c testsuite: add .path member to test struct by Dave Reisner · 12 years ago
  32. f6301b6 Fix path.c's function pointer defenitions. by Wouter van Kesteren · 12 years ago
  33. 9207df7 TODO: add tasks and bug fixes by Lucas De Marchi · 12 years ago
  34. 7329817 libkmod-index: don't print an error if index doesn't exist by Lucas De Marchi · 12 years ago
  35. 8cd0f9e libkmod-module: probe: fix infinite loop with softdeps by Lucas De Marchi · 12 years ago
  36. abb7e47 test: remove test-state by Lucas De Marchi · 12 years ago
  37. 32d29b3 Mark functions with attribute noreturn by Lucas De Marchi · 12 years ago
  38. d005aeb Check if libc has __xstat by Lucas De Marchi · 12 years ago
  39. 995627d build-sys: add rule to pack rootfs by Lucas De Marchi · 12 years ago
  40. 976ea8c testsuite: add tests to modprobe --show-depends by Lucas De Marchi · 12 years ago
  41. 4083b09 testsuite: update README file by Lucas De Marchi · 12 years ago
  42. c5d8198 testsuite: macronify test definitions by Lucas De Marchi · 12 years ago
  43. e9fa9de testsuite: macronify main function by Lucas De Marchi · 12 years ago
  44. d35e883 testsuite: libtestsuite depends on individual components by Dan McGee · 12 years ago
  45. 269de2e libkmod-module: probe: Fix ignore-loaded flag not being applied by Lucas De Marchi · 12 years ago
  46. e479598 kmod 5 by Lucas De Marchi · 12 years ago
  47. a23f0c9 modinfo: handle arguments more carefully by Dan McGee · 12 years ago
  48. 54c43df Add WARNING file for test dir and improve testsuite README by Lucas De Marchi · 12 years ago
  49. 23e354b testsuite: add README by Lucas De Marchi · 12 years ago
  50. 08600ee libkmod-module: probe: return -EEXIST if told to do so by Lucas De Marchi · 12 years ago
  51. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 12 years ago
  52. 2efd5d4 test-conversion: remove test/test-{insmod,rmmod,rmmod2} by Dan McGee · 12 years ago
  53. 2af31a5 test-conversion: remove test/test-init by Dan McGee · 12 years ago
  54. 6fc9458 test-conversion: remove test/test-loaded by Dan McGee · 12 years ago
  55. 2ec7983 Update .gitignore files by Dan McGee · 12 years ago
  56. 9a252c2 Fix simple grammar issue by Dan McGee · 12 years ago
  57. a2c7d3e Fix unaligned memory access in hash function by Ambroz Bizjak · 12 years ago
  58. c90fc61 TODO: add task to write testsuite/README by Lucas De Marchi · 12 years ago
  59. 6923e95 man: insmod: we don't handle modules from stdin by Lucas De Marchi · 12 years ago
  60. 035cbdc depmod: Dont use errno unconditionally by Khem Raj · 12 years ago
  61. 3e71e7e fix building and cleaning of manpages by Dave Reisner · 12 years ago
  62. 1505ee9 modprobe: avoid breaking on insertion failure by Dave Reisner · 12 years ago
  63. af9572c lib/module: check initstate before inserting module by Dave Reisner · 12 years ago
  64. 7bede7b whitespace fix -- no logical code changes by Dave Reisner · 12 years ago
  65. f4ac4a0 fix manpage build and install. by Gustavo Sverzut Barbieri · 12 years ago
  66. dfa96f1 improve logging to mention context. by Gustavo Sverzut Barbieri · 12 years ago
  67. e3cb090 improve log when debugging. by Gustavo Sverzut Barbieri · 12 years ago
  68. 9226dda libkmod: organize public header by Lucas De Marchi · 12 years ago
  69. 4bc1895 Prepare for API bump by Lucas De Marchi · 12 years ago
  70. 297a318 modprobe: properly handle errors from init_module by Dave Reisner · 12 years ago
  71. 7aed460 libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMAND by Lucas De Marchi · 12 years ago
  72. 3bc92e8 libkmod-module: probe: return -EEXIST if told to stop on already loaded by Lucas De Marchi · 12 years ago
  73. fa0046b testsuite: allow for expected failure of tests by Dave Reisner · 12 years ago
  74. 69a1974 modprobe: post-remove module deps with 0 refcnt by Dave Reisner · 12 years ago
  75. 2e9dcd7 kmod-modprobe: migrate to kmod_module_probe_insert_module() by Lucas De Marchi · 12 years ago
  76. 4c1ffb7 libkmod-module: probe: add flag to dry-run by Lucas De Marchi · 12 years ago
  77. 7c10c69 libkmod-module: probe: add flag to ignore loaded modules by Lucas De Marchi · 12 years ago
  78. 6bd0713 libkmod-module: probe: add print_action callback by Lucas De Marchi · 12 years ago
  79. d851e9a libkmod-module: probe: add room in flags for future extension by Lucas De Marchi · 12 years ago
  80. 48b1030 libkmod-module: probe: ignore-command flag can't be used in return by Lucas De Marchi · 12 years ago
  81. 79d6c7d libkmod-module: probe: remove useless flag to stop on failure by Lucas De Marchi · 12 years ago
  82. 5f35147 libkmod-module: probe: add flag to stop loading on already loaded by Lucas De Marchi · 12 years ago
  83. dfdfb96 testsuite: check if dots are allowed in aliases by Lucas De Marchi · 12 years ago
  84. a947430 testsuite: add test for kmod_module_new_from_name() by Lucas De Marchi · 12 years ago
  85. 9c7f3ad libkmod-module: split creation of new modules to share code by Lucas De Marchi · 12 years ago
  86. 9901cfe Partially fix parsing of alias with dots by Lucas De Marchi · 12 years ago
  87. 89e9248 libkmod-module: probe: add flag to ignore commands by Lucas De Marchi · 12 years ago
  88. b1a5125 libkmod-module: probe: change insertion to cover more use cases by Lucas De Marchi · 12 years ago
  89. ece09aa libkmod-module: add visited field by Lucas De Marchi · 12 years ago
  90. d48b8a7 build-sys: fix make dist by Lucas De Marchi · 12 years ago
  91. 5ac7888 build-sys: declare rootfs.tar.xz as dep of rootfs/ by Dave Reisner · 12 years ago
  92. 81e8b80 testsuite: let stat.h take care of stat64 by Lucas De Marchi · 12 years ago
  93. d3f159b Use %zu for size_t by Lucas De Marchi · 12 years ago
  94. c41143a testsuite: remove unneeded call to memset() by Lucas De Marchi · 12 years ago
  95. 647200f libkmod: Fix handling of square brackets expressions in function alias_normalize by Pedro Pedruzzi · 12 years ago
  96. 760b896 testsuite: add test for function alias_normalize by Pedro Pedruzzi · 12 years ago
  97. 28f32c6 modprobe: print end of configuration files by Lucas De Marchi · 12 years ago
  98. 5ac9c07 build-sys: extract rootfs for make check by Lucas De Marchi · 12 years ago
  99. e701e38 testsuite: add GPL license by Lucas De Marchi · 12 years ago
  100. f6ef5d6 testsuite: trap calls to delete_module() including simple test by Lucas De Marchi · 12 years ago