summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-07 09:48:59 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-07 09:48:59 -0200
commit269de2e0bf5011072da2f40f4f2d4023fad696b9 (patch)
treedc7da03bf40fdb17005034a4f10643cce1f5db4a /TODO
parente479598b7d19ae7be45bf5329d6e4df32d646c16 (diff)
downloadkmod-269de2e0bf5011072da2f40f4f2d4023fad696b9.tar.gz
kmod-269de2e0bf5011072da2f40f4f2d4023fad696b9.tar.bz2
kmod-269de2e0bf5011072da2f40f4f2d4023fad696b9.zip
libkmod-module: probe: Fix ignore-loaded flag not being applied
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 23d7c76..6ab11f1 100644
--- a/TODO
+++ b/TODO
@@ -38,6 +38,9 @@ Features:
* Stop using system() inside the library and use fork + exec instead
+* Add tests for --show-depends: we need to first trap calls to
+ kmod_module_get_path(), because it's printed to stdout/stderr.
+
Known Bugs:
===========