summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: use fopen in libkmod-configworkingDan McGee2012-02-061-12/+12
* WIP: kmod testsuite workDan McGee2012-02-062-2/+3
* test-conversion: convert test-get-dependencies to new infrastructuretestsuiteDan McGee2012-02-0618-53/+195
* test-conversion: convert test-blacklist to new infrastructureDan McGee2012-02-065-77/+140
* Use realpath() to canonicalize provided pathsDan McGee2012-02-065-47/+18
* testsuite: wrap canonicalize_file_path()Dan McGee2012-02-062-0/+85
* testsuite: ship testsuite/rootfs unzippedDan McGee2012-02-0643-11/+91
* testsuite: libtestsuite depends on individual componentsDan McGee2012-02-061-7/+9
* kmod 5v5Lucas De Marchi2012-02-063-3/+35
* modinfo: handle arguments more carefullyDan McGee2012-02-061-3/+20
* Add WARNING file for test dir and improve testsuite READMELucas De Marchi2012-02-063-2/+6
* testsuite: add READMELucas De Marchi2012-02-062-0/+89
* libkmod-module: probe: return -EEXIST if told to do soLucas De Marchi2012-02-061-3/+3
* libkmod-module: probe: rename flag to be more meaningfulLucas De Marchi2012-02-063-5/+6
* test-conversion: remove test/test-{insmod,rmmod,rmmod2}Dan McGee2012-02-053-153/+0
* test-conversion: remove test/test-initDan McGee2012-02-051-23/+0
* test-conversion: remove test/test-loadedDan McGee2012-02-051-63/+0
* Update .gitignore filesDan McGee2012-02-053-17/+24
* Fix simple grammar issueDan McGee2012-02-051-1/+1
* Fix unaligned memory access in hash functionAmbroz Bizjak2012-02-031-7/+15
* TODO: add task to write testsuite/READMELucas De Marchi2012-02-031-0/+2
* man: insmod: we don't handle modules from stdinLucas De Marchi2012-02-031-2/+1
* depmod: Dont use errno unconditionallyKhem Raj2012-02-031-14/+16
* fix building and cleaning of manpagesDave Reisner2012-02-031-0/+3
* modprobe: avoid breaking on insertion failureDave Reisner2012-02-031-2/+0
* lib/module: check initstate before inserting moduleDave Reisner2012-02-031-15/+21
* whitespace fix -- no logical code changesDave Reisner2012-02-021-12/+12
* fix manpage build and install.Gustavo Sverzut Barbieri2012-02-021-0/+3
* improve logging to mention context.Gustavo Sverzut Barbieri2012-01-313-9/+15
* improve log when debugging.Gustavo Sverzut Barbieri2012-01-311-0/+35
* libkmod: organize public headerLucas De Marchi2012-01-311-36/+56
* Prepare for API bumpLucas De Marchi2012-01-312-39/+21
* modprobe: properly handle errors from init_moduleDave Reisner2012-01-311-4/+15
* libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMANDLucas De Marchi2012-01-312-14/+4
* libkmod-module: probe: return -EEXIST if told to stop on already loadedLucas De Marchi2012-01-312-8/+8
* testsuite: allow for expected failure of testsDave Reisner2012-01-312-14/+34
* modprobe: post-remove module deps with 0 refcntDave Reisner2012-01-311-0/+12
* kmod-modprobe: migrate to kmod_module_probe_insert_module()Lucas De Marchi2012-01-311-224/+41
* libkmod-module: probe: add flag to dry-runLucas De Marchi2012-01-312-2/+8
* libkmod-module: probe: add flag to ignore loaded modulesLucas De Marchi2012-01-312-5/+10
* libkmod-module: probe: add print_action callbackLucas De Marchi2012-01-312-2/+15
* libkmod-module: probe: add room in flags for future extensionLucas De Marchi2012-01-301-7/+7
* libkmod-module: probe: ignore-command flag can't be used in returnLucas De Marchi2012-01-301-4/+4
* libkmod-module: probe: remove useless flag to stop on failureLucas De Marchi2012-01-302-6/+4
* libkmod-module: probe: add flag to stop loading on already loadedLucas De Marchi2012-01-302-4/+20
* testsuite: check if dots are allowed in aliasesLucas De Marchi2012-01-302-0/+50
* testsuite: add test for kmod_module_new_from_name()Lucas De Marchi2012-01-304-2/+110
* libkmod-module: split creation of new modules to share codeLucas De Marchi2012-01-301-57/+78
* Partially fix parsing of alias with dotsLucas De Marchi2012-01-302-3/+1
* libkmod-module: probe: add flag to ignore commandsLucas De Marchi2012-01-302-18/+30