diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-07 09:48:59 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-07 09:48:59 -0200 |
commit | 269de2e0bf5011072da2f40f4f2d4023fad696b9 (patch) | |
tree | dc7da03bf40fdb17005034a4f10643cce1f5db4a /TODO | |
parent | e479598b7d19ae7be45bf5329d6e4df32d646c16 (diff) | |
download | kmod-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-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: =========== |