summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: add test for modprobe -R <builtin-module>test-broken-initstateLucas De Marchi2015-02-272-0/+23
* modprobe: stop checking initstate for builtin modulesLucas De Marchi2015-02-271-30/+4
* testsuite: test builtin stateLucas De Marchi2015-02-2713-1/+139
* Fix race while loading modulesHarish Jenny K N2015-02-273-19/+57
* shared: avoid checking for __STDC_VERSION__Lucas De Marchi2015-02-262-1/+9
* build: simplify and organize configureLucas De Marchi2015-02-261-18/+11
* depmod: fix leak in case of malloc(0)Lucas De Marchi2015-02-261-1/+2
* build: add helpers to upload coverity tarballLucas De Marchi2015-02-252-0/+26
* depmod: use cleanup attribute to simplify free on exitLucas De Marchi2015-02-251-12/+5
* depmod: Fix crash in previous commit if root is not setColin Walters2015-02-251-1/+1
* depmod: fix leaking root on exitLucas De Marchi2015-02-251-1/+5
* from systemd: build: make sure to test for -Wflag instead of -Wno-flagDavid Herrmann2015-02-241-2/+3
* from systemd: build-sys: fix conftest.c to work on armZbigniew Jędrzejewski-Szmek2015-02-241-1/+1
* from systemd: build: check for build/link flags harderDavid Herrmann2015-02-241-3/+3
* from systemd: build: merge trivial changes backLucas De Marchi2015-02-241-12/+15
* build: add missing files to EXTRA_DISTLucas De Marchi2015-02-241-7/+23
* module-playground: don clean all .ko filesLucas De Marchi2015-02-241-4/+6
* testsuite: move test-blacklist to DEFINE_TESTMarcus Meissner2015-02-221-4/+3
* testsuite: port signature-check modules to module-playgroundLucas De Marchi2015-02-219-11/+53
* testsuite: port arch-specific tests to module-playgroundLucas De Marchi2015-02-2113-34/+48
* fixup! module-playground: allow to cross-compile modulesLucas De Marchi2015-02-211-3/+0
* testsuite: leave arch-specific modules in treeLucas De Marchi2015-02-215-0/+27
* testsuite: add option to copy output from testLucas De Marchi2015-02-212-0/+7
* testsuite: fix exiting with success on no output activityLucas De Marchi2015-02-211-4/+28
* module-playground: allow to cross-compile modulesLucas De Marchi2015-02-214-1/+45
* testsuite: port modules-order-compressed to module-playgroundLucas De Marchi2015-02-1912-1/+117
* Update TODOLucas De Marchi2015-02-191-0/+3
* libkmod: better explain a signed module layoutLucas De Marchi2015-02-181-7/+11
* libkmod: consider empty signature key as invalidLucas De Marchi2015-02-181-1/+2
* Fix out of bounds signature access with 32 bit off_tTobias Stoeckmann2015-02-181-1/+1
* libkmod: properly validate file sizeTobias Stoeckmann2015-02-171-5/+5
* testsuite: port kcmdline test to module-playgroundLucas De Marchi2015-02-1110-7/+5
* testsuite: port install-cmd-loop test to module-playgroundLucas De Marchi2015-02-1112-138/+9
* testsuite: port alias-to-none test to module-playgroundLucas De Marchi2015-02-1010-7/+5
* testsuite: port tests without finit_module() to module-playgroundLucas De Marchi2015-02-1014-14/+10
* testsuite: port modprobe --force test to module-playgroundLucas De Marchi2015-02-108-6/+4
* testsuite: port softdep-loop test to module-playgroundLucas De Marchi2015-02-1014-71/+9
* libkmod: use helper function to check for overflowLucas De Marchi2015-02-101-2/+2
* shared: add helper function to add and check for overflowLucas De Marchi2015-02-104-0/+39
* build: define to 0 if builtin is not availableLucas De Marchi2015-02-101-3/+5
* Prevent offset + size overflow.Tobias Stoeckmann2015-02-101-1/+1
* testsuite: port show-depends tests to module-playgroundLucas De Marchi2015-02-1081-136/+15
* build: check for required builtin functionsLucas De Marchi2015-02-102-1/+8
* build: add better check for builtin functionLucas De Marchi2015-02-101-21/+15
* testsuite: port detect-loop test to module-playgroundLucas De Marchi2015-02-0915-9/+154
* travis: also test with gcc 4.8 and 4.9Lucas De Marchi2015-02-041-8/+17
* travis: use kernel headers for testsuiteLucas De Marchi2015-02-031-0/+3
* testsuite: convert test-init function to use mod-simple.koLucas De Marchi2015-02-0312-62/+8
* build: let touch on directory as last stepLucas De Marchi2015-02-031-2/+2
* testsuite: port test-dependencies to module-playgroundLucas De Marchi2015-02-0316-79/+125