summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add test for depmod using search dirs with same prefixLucas De Marchi2014-03-199-0/+59
* depmod: do not allow partial matches with "search" directiveAnssi Hannula2014-03-191-2/+2
* Add test for simple search order in depmodLucas De Marchi2014-03-195-0/+29
* depmod: fix debug print parameter orderAnssi Hannula2014-03-191-1/+1
* libkmod-elf: Fix check by class in get_modversions()Lucas De Marchi2014-03-071-1/+1
* testsuite: Fix uname() during glibc startupMichal Marek2014-03-061-8/+16
* man: use systemd as example instead of udevLucas De Marchi2014-03-061-3/+5
* man: clarify the support to modules.dep fileLucas De Marchi2014-03-062-11/+11
* build-sys: Do not require xsltproc for installation of man pagesLucas De Marchi2014-03-061-4/+2
* build-sys: add small redirecting MakefilesLucas De Marchi2014-03-066-2/+47
* testsuite: add test for '.' correctly parsed in param's valueLucas De Marchi2014-03-063-0/+30
* testsuite: add test to ignore unrelated strings in kcmdlineLucas De Marchi2014-03-063-0/+31
* testsuite: give a more suitable description to testLucas De Marchi2014-03-061-1/+1
* testsuite: add test for kcmdline params with no valueLucas De Marchi2014-03-063-0/+31
* libkmod-config: Only match dot before '=' in /proc/cmdlineMichal Marek2014-03-051-3/+8
* libkmod-config,depmod: Accept special files as configuration files, tooMichal Marek2014-03-052-9/+2
* libkmod-module: Simplify kmod_module_insert_module()Michal Marek2014-03-051-17/+10
* Add some tests for kernels without finit_module(2)Michal Marek2014-03-0523-0/+62
* testsuite: Do not provide finit_module(2) on older kernelsMichal Marek2014-03-051-0/+24
* testsuite: Add test for modprobe --forceMichal Marek2014-03-0512-0/+31
* testsuite: Check the list of loaded modules after a testMichal Marek2014-03-054-6/+199
* Remove "rmmod -w" documentation and getopt entryStephen Kitt2014-01-262-18/+0
* man: insmod documentation fixLukas Berk2014-01-241-1/+1
* Remove duplicate includesLucas De Marchi2014-01-211-1/+0
* man: Change my contact email addressLucas De Marchi2014-01-029-9/+9
* kmod 16v16Lucas De Marchi2013-12-223-2/+4
* Use C11's noreturnLucas De Marchi2013-12-177-14/+32
* module: use _cleanup_free and remove useless call to free()Lucas De Marchi2013-11-181-9/+5
* file: use _cleanup_free_Lucas De Marchi2013-11-181-4/+4
* array: avoid duplicate code to reallocateLucas De Marchi2013-11-181-19/+19
* util: Be OOM-safe and use _cleanup_free_Lucas De Marchi2013-11-181-14/+25
* testsuite: add basic test for getline_wrappedLucas De Marchi2013-11-183-0/+43
* util: use _cleanup_free_ on path_make_absolute_cwd()Lucas De Marchi2013-11-181-7/+6
* config: Use _cleanup_free_Lucas De Marchi2013-11-181-40/+22
* util: Add cleanup attributeLucas De Marchi2013-11-182-0/+8
* testsuite: Move test-alias to test-utilLucas De Marchi2013-11-184-8/+8
* build: Allow disabling maintainer modeAnders Olofsson2013-11-101-0/+1
* build-sys: enable colored diagnostics if availableLucas De Marchi2013-10-261-0/+1
* Makefile.am: add mkdir testsuiteSaul Wold2013-10-101-1/+1
* Makefile.am: Add target to all cross-compilation of testsuiteSaul Wold2013-10-101-0/+3
* NEWS: add entriesLucas De Marchi2013-09-201-0/+8
* rmmod: remove --wait optionLucas De Marchi2013-09-201-11/+5
* libkmod: always pass O_NONBLOCK to kernelLucas De Marchi2013-09-203-11/+16
* libkmod-hash: always align n_buckets to power of 2Lucas De Marchi2013-09-201-6/+9
* util: Add ALIGN_POWER2Lucas De Marchi2013-09-201-0/+5
* depmod: warn on invalid devname specificationTom Gundersen2013-09-101-3/+10
* build: remove check for typeofLucas De Marchi2013-09-062-7/+0
* Add configure check for _Static_assert()Thomas Petazzoni2013-09-062-0/+11
* Fix usage of readdir_r()Lucas De Marchi2013-08-293-64/+26
* testsuite: fix usage of reserved namesJohn Spencer2013-08-297-26/+26