summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-19depmod: fix debug print parameter orderAnssi Hannula1-1/+1
2014-03-07libkmod-elf: Fix check by class in get_modversions()Lucas De Marchi1-1/+1
2014-03-06testsuite: Fix uname() during glibc startupMichal Marek1-8/+16
2014-03-06man: use systemd as example instead of udevLucas De Marchi1-3/+5
2014-03-06man: clarify the support to modules.dep fileLucas De Marchi2-11/+11
2014-03-06build-sys: Do not require xsltproc for installation of man pagesLucas De Marchi1-4/+2
2014-03-06build-sys: add small redirecting MakefilesLucas De Marchi6-2/+47
2014-03-06testsuite: add test for '.' correctly parsed in param's valueLucas De Marchi3-0/+30
2014-03-06testsuite: add test to ignore unrelated strings in kcmdlineLucas De Marchi3-0/+31
2014-03-06testsuite: give a more suitable description to testLucas De Marchi1-1/+1
2014-03-06testsuite: add test for kcmdline params with no valueLucas De Marchi3-0/+31
2014-03-05libkmod-config: Only match dot before '=' in /proc/cmdlineMichal Marek1-3/+8
2014-03-05libkmod-config,depmod: Accept special files as configuration files, tooMichal Marek2-9/+2
2014-03-05libkmod-module: Simplify kmod_module_insert_module()Michal Marek1-17/+10
2014-03-05Add some tests for kernels without finit_module(2)Michal Marek23-0/+62
2014-03-05testsuite: Do not provide finit_module(2) on older kernelsMichal Marek1-0/+24
2014-03-05testsuite: Add test for modprobe --forceMichal Marek12-0/+31
2014-03-05testsuite: Check the list of loaded modules after a testMichal Marek4-6/+199
2014-01-26Remove "rmmod -w" documentation and getopt entryStephen Kitt2-18/+0
2014-01-24man: insmod documentation fixLukas Berk1-1/+1
2014-01-21Remove duplicate includesLucas De Marchi1-1/+0
2014-01-02man: Change my contact email addressLucas De Marchi9-9/+9
2013-12-22kmod 16v16Lucas De Marchi3-2/+4
2013-12-17Use C11's noreturnLucas De Marchi7-14/+32
2013-11-18module: use _cleanup_free and remove useless call to free()Lucas De Marchi1-9/+5
2013-11-18file: use _cleanup_free_Lucas De Marchi1-4/+4
2013-11-18array: avoid duplicate code to reallocateLucas De Marchi1-19/+19
2013-11-18util: Be OOM-safe and use _cleanup_free_Lucas De Marchi1-14/+25
2013-11-18testsuite: add basic test for getline_wrappedLucas De Marchi3-0/+43
2013-11-18util: use _cleanup_free_ on path_make_absolute_cwd()Lucas De Marchi1-7/+6
2013-11-18config: Use _cleanup_free_Lucas De Marchi1-40/+22
2013-11-18util: Add cleanup attributeLucas De Marchi2-0/+8
2013-11-18testsuite: Move test-alias to test-utilLucas De Marchi4-8/+8
2013-11-10build: Allow disabling maintainer modeAnders Olofsson1-0/+1
2013-10-26build-sys: enable colored diagnostics if availableLucas De Marchi1-0/+1
2013-10-10Makefile.am: add mkdir testsuiteSaul Wold1-1/+1
2013-10-10Makefile.am: Add target to all cross-compilation of testsuiteSaul Wold1-0/+3
2013-09-20NEWS: add entriesLucas De Marchi1-0/+8
2013-09-20rmmod: remove --wait optionLucas De Marchi1-11/+5
2013-09-20libkmod: always pass O_NONBLOCK to kernelLucas De Marchi3-11/+16
2013-09-20libkmod-hash: always align n_buckets to power of 2Lucas De Marchi1-6/+9
2013-09-20util: Add ALIGN_POWER2Lucas De Marchi1-0/+5
2013-09-10depmod: warn on invalid devname specificationTom Gundersen1-3/+10
2013-09-06build: remove check for typeofLucas De Marchi2-7/+0
2013-09-06Add configure check for _Static_assert()Thomas Petazzoni2-0/+11
2013-08-29Fix usage of readdir_r()Lucas De Marchi3-64/+26
2013-08-29testsuite: fix usage of reserved namesJohn Spencer7-26/+26
2013-08-22kmod 15v15Lucas De Marchi3-3/+9
2013-08-13libkmod: Fix getting param with no value from kcmdlineLucas De Marchi1-1/+1
2013-08-13testsuite: Add test for parameter with no value in kcmdlineLucas De Marchi14-0/+33