1. bcca1b9 test-conversion: convert test-blacklist to new infrastructure by Dan McGee · 13 years ago
  2. 452c1dd build-sys: copy rootfs to another directory by Lucas De Marchi · 12 years ago
  3. 9c41596 build-sys: distribute testsuite by Lucas De Marchi · 12 years ago
  4. cdbcc24 testsuite: ship testsuite/rootfs unzipped by Dan McGee · 13 years ago
  5. 9625375 build: remove private symbol from linker script by Lucas De Marchi · 12 years ago
  6. 7192828 Revert "libkmod: make sure to export kmod_log" by Lucas De Marchi · 12 years ago
  7. 819f79a depmod: report failures in loading symbols by Dave Reisner · 12 years ago
  8. c7d5a60 libkmod-file: gracefully handle errors from zlib by Dave Reisner · 12 years ago
  9. 4321590 Remove dead increment by Lucas De Marchi · 12 years ago
  10. 20c6e18 Return error instead of always 0 by Lucas De Marchi · 12 years ago
  11. 18a492e Remove dead assignment by Lucas De Marchi · 12 years ago
  12. 88a170d libkmod: make sure to export kmod_log by Mike Frysinger · 12 years ago
  13. 46684bc kmod 8 by Lucas De Marchi · 12 years ago
  14. 883d8c4 doc: remove links to NULL going nowhere by Lucas De Marchi · 12 years ago
  15. 9461893 TODO: add item to implement actions in kmod by Lucas De Marchi · 12 years ago
  16. ccb64d1 modprobe: handle -ENOENT return from init_module by Dave Reisner · 12 years ago
  17. 471a7d0 doc: silent man page generation and fix gtk-doc warnings by Kay Sievers · 12 years ago
  18. 02629fa modprobe: fix typo in config dump: option->options by Elan Ruusamäe · 13 years ago
  19. 314719c README: note that there are more files to read by Lucas De Marchi · 13 years ago
  20. 8885ced kmod 7 by Lucas De Marchi · 13 years ago
  21. e48f376 build-sys: don't set CFLAGS and LDFLAGS by Lucas De Marchi · 13 years ago
  22. 3ef7208 build-sys: re-organize configure.ac by Lucas De Marchi · 13 years ago
  23. 1701b1b configure.ac: Move link only flags out of CFLAGS and into LDFLAGS. by Randy Witt · 13 years ago
  24. 00ff576 Add CC_CHECK_LDFLAGS_APPEND m4 macro. by Randy Witt · 13 years ago
  25. 436da1e config: use order /etc, /run, /lib by Lucas De Marchi · 13 years ago
  26. ae7ebe8 modprobe: set log prio to 0 if user passed -q arg by Lucas De Marchi · 13 years ago
  27. 23ea575 Merge branch 'master' of git://code.falconindy.com/kmod by Lucas De Marchi · 13 years ago
  28. c1b8454 modprobe: always try to remove all modules in command line by Lucas De Marchi · 13 years ago
  29. 4744ebc modprobe: don't check if module builtin to decide if it's builtin by Lucas De Marchi · 13 years ago
  30. f758caf modprobe: fix error path in removing modules by Dave Reisner · 13 years ago
  31. 26906fe kmod 6 by Lucas De Marchi · 13 years ago
  32. 49c6489 Use upper case after Deprecated in doc by Lucas De Marchi · 13 years ago
  33. 6204d5b Add kmod_module_apply_filter() to doc-sections file by Lucas De Marchi · 13 years ago
  34. bfcd31d Fix wrong printf format string by Lucas De Marchi · 13 years ago
  35. 2e2e252 libkmod-index: do not pre-populate mmap by Lucas De Marchi · 13 years ago
  36. 9c5f057 Downgrade log message: refcnt file may not exist by Lucas De Marchi · 13 years ago
  37. dcf06c5 man: detail modprobe.blacklist in kcmdline by Lucas De Marchi · 13 years ago
  38. 817f4e3 libkmod-index: free node when we have only partial match by Lucas De Marchi · 13 years ago
  39. aa5da52 modprobe: show builtin label on --show-depends by Dave Reisner · 13 years ago
  40. ee1d188 libkmod-module: fill builtin's name by Lucas De Marchi · 13 years ago
  41. bdda7e1 find builtins by property, not initstate by Dave Reisner · 13 years ago
  42. 3e4c6af modinfo: use new apply_filter method to avoid builtins by Dave Reisner · 13 years ago
  43. d80b103 libkmod/module: add kmod_module_apply_filter method by Dave Reisner · 13 years ago
  44. bb05bc8 Move repository to kernel.org by Lucas De Marchi · 13 years ago
  45. 7cd664f libkmod-module: don't treat "coming" as in-kernel by Lucas De Marchi · 13 years ago
  46. 80e54cb TODO: update and organize items by Lucas De Marchi · 13 years ago
  47. abd5557 libkmod-module: probe: check if module exists for install cmds by Lucas De Marchi · 13 years ago
  48. 050db08 Add missing newlines by Lucas De Marchi · 13 years ago
  49. adca3cd Downgrade log level when modules.dep{,.bin} don't exist by Lucas De Marchi · 13 years ago
  50. 658e047 testsuite: fix color of unexpected failure by Lucas De Marchi · 13 years ago
  51. 3805274 kmod-module: lookup: search modules.builtin file too by Lucas De Marchi · 13 years ago
  52. a7f5300 testsuite: add test for builtins with modprobe by Lucas De Marchi · 13 years ago
  53. f31d49c testsuite: add .path member to test struct by Dave Reisner · 13 years ago
  54. f6301b6 Fix path.c's function pointer defenitions. by Wouter van Kesteren · 13 years ago
  55. 9207df7 TODO: add tasks and bug fixes by Lucas De Marchi · 13 years ago
  56. 7329817 libkmod-index: don't print an error if index doesn't exist by Lucas De Marchi · 13 years ago
  57. 8cd0f9e libkmod-module: probe: fix infinite loop with softdeps by Lucas De Marchi · 13 years ago
  58. abb7e47 test: remove test-state by Lucas De Marchi · 13 years ago
  59. 32d29b3 Mark functions with attribute noreturn by Lucas De Marchi · 13 years ago
  60. d005aeb Check if libc has __xstat by Lucas De Marchi · 13 years ago
  61. 995627d build-sys: add rule to pack rootfs by Lucas De Marchi · 13 years ago
  62. 976ea8c testsuite: add tests to modprobe --show-depends by Lucas De Marchi · 13 years ago
  63. 4083b09 testsuite: update README file by Lucas De Marchi · 13 years ago
  64. c5d8198 testsuite: macronify test definitions by Lucas De Marchi · 13 years ago
  65. e9fa9de testsuite: macronify main function by Lucas De Marchi · 13 years ago
  66. d35e883 testsuite: libtestsuite depends on individual components by Dan McGee · 13 years ago
  67. 269de2e libkmod-module: probe: Fix ignore-loaded flag not being applied by Lucas De Marchi · 13 years ago
  68. e479598 kmod 5 by Lucas De Marchi · 13 years ago
  69. a23f0c9 modinfo: handle arguments more carefully by Dan McGee · 13 years ago
  70. 54c43df Add WARNING file for test dir and improve testsuite README by Lucas De Marchi · 13 years ago
  71. 23e354b testsuite: add README by Lucas De Marchi · 13 years ago
  72. 08600ee libkmod-module: probe: return -EEXIST if told to do so by Lucas De Marchi · 13 years ago
  73. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 13 years ago
  74. 2efd5d4 test-conversion: remove test/test-{insmod,rmmod,rmmod2} by Dan McGee · 13 years ago
  75. 2af31a5 test-conversion: remove test/test-init by Dan McGee · 13 years ago
  76. 6fc9458 test-conversion: remove test/test-loaded by Dan McGee · 13 years ago
  77. 2ec7983 Update .gitignore files by Dan McGee · 13 years ago
  78. 9a252c2 Fix simple grammar issue by Dan McGee · 13 years ago
  79. a2c7d3e Fix unaligned memory access in hash function by Ambroz Bizjak · 13 years ago
  80. c90fc61 TODO: add task to write testsuite/README by Lucas De Marchi · 13 years ago
  81. 6923e95 man: insmod: we don't handle modules from stdin by Lucas De Marchi · 13 years ago
  82. 035cbdc depmod: Dont use errno unconditionally by Khem Raj · 13 years ago
  83. 3e71e7e fix building and cleaning of manpages by Dave Reisner · 13 years ago
  84. 1505ee9 modprobe: avoid breaking on insertion failure by Dave Reisner · 13 years ago
  85. af9572c lib/module: check initstate before inserting module by Dave Reisner · 13 years ago
  86. 7bede7b whitespace fix -- no logical code changes by Dave Reisner · 13 years ago
  87. f4ac4a0 fix manpage build and install. by Gustavo Sverzut Barbieri · 13 years ago
  88. dfa96f1 improve logging to mention context. by Gustavo Sverzut Barbieri · 13 years ago
  89. e3cb090 improve log when debugging. by Gustavo Sverzut Barbieri · 13 years ago
  90. 9226dda libkmod: organize public header by Lucas De Marchi · 13 years ago
  91. 4bc1895 Prepare for API bump by Lucas De Marchi · 13 years ago
  92. 297a318 modprobe: properly handle errors from init_module by Dave Reisner · 13 years ago
  93. 7aed460 libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMAND by Lucas De Marchi · 13 years ago
  94. 3bc92e8 libkmod-module: probe: return -EEXIST if told to stop on already loaded by Lucas De Marchi · 13 years ago
  95. fa0046b testsuite: allow for expected failure of tests by Dave Reisner · 13 years ago
  96. 69a1974 modprobe: post-remove module deps with 0 refcnt by Dave Reisner · 13 years ago
  97. 2e9dcd7 kmod-modprobe: migrate to kmod_module_probe_insert_module() by Lucas De Marchi · 13 years ago
  98. 4c1ffb7 libkmod-module: probe: add flag to dry-run by Lucas De Marchi · 13 years ago
  99. 7c10c69 libkmod-module: probe: add flag to ignore loaded modules by Lucas De Marchi · 13 years ago
  100. 6bd0713 libkmod-module: probe: add print_action callback by Lucas De Marchi · 13 years ago