summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tmptmp-testsuite-modprobe-vboxdrvLucas De Marchi2012-02-1415-0/+357
* TODO: add tasks and bug fixesLucas De Marchi2012-02-141-0/+15
* libkmod-index: don't print an error if index doesn't existLucas De Marchi2012-02-131-1/+1
* libkmod-module: probe: fix infinite loop with softdepsLucas De Marchi2012-02-111-1/+1
* test: remove test-stateLucas De Marchi2012-02-091-49/+0
* Mark functions with attribute noreturnLucas De Marchi2012-02-085-7/+9
* Check if libc has __xstatLucas De Marchi2012-02-082-0/+4
* build-sys: add rule to pack rootfsLucas De Marchi2012-02-082-1/+6
* testsuite: add tests to modprobe --show-dependsLucas De Marchi2012-02-085-4/+82
* testsuite: update README fileLucas De Marchi2012-02-071-13/+15
* testsuite: macronify test definitionsLucas De Marchi2012-02-077-68/+29
* testsuite: macronify main functionLucas De Marchi2012-02-077-162/+35
* testsuite: libtestsuite depends on individual componentsDan McGee2012-02-071-7/+9
* libkmod-module: probe: Fix ignore-loaded flag not being appliedLucas De Marchi2012-02-072-1/+5
* 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