summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libkmod: Add missing definitionsLucas De Marchi2013-04-094-2/+15
* libkmod: Use secure_getenv if availableCristian Rodríguez2013-04-043-1/+11
* modprobe: Fix assertion on --show-depends with bogus config fileLucas De Marchi2013-03-212-3/+6
* testsuite: Add test to check if modprobe explodes on bogus configLucas De Marchi2013-03-2114-0/+36
* testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi2013-03-211-1/+1
* libkmod-util: Add missing include fileLucas De Marchi2013-03-191-0/+1
* rmmod: Teach rmmod about builtin modulesJosh Boyer2013-03-181-1/+7
* libkmod: fix address argument to mmap callsKees Cook2013-02-192-3/+4
* testsuite: handle finit_moduleKees Cook2013-02-191-0/+24
* libkmod: add finit_module logicKees Cook2013-02-194-0/+47
* testsuite: Add modinfo test for module signaturesMichal Marek2013-01-174-1/+26
* libkmod: Return module signature information in kmod_module_get_info()Michal Marek2013-01-174-2/+196
* libkmod-module: Do not free the list in kmod_module_info_appendMichal Marek2013-01-171-7/+8
* Update copyright noticesLucas De Marchi2013-01-1639-39/+39
* libkmod-module: Add helper for building the module info listMichal Marek2013-01-161-19/+22
* gitignore: ignore files generated by Automake's testsuiteLucas De Marchi2013-01-152-0/+21
* man: fix lib dir in which we look for configLucas De Marchi2013-01-071-1/+1
* depmod: fix builtin symbols resolution when the prefix symbol is setAndrey Mazo2012-12-311-7/+12
* depmod: --symbol-prefix actually requires an argumentAndrey Mazo2012-12-131-1/+1
* kmod 12v12Lucas De Marchi2012-12-053-2/+12
* depmod: fix checking file extensionLucas De Marchi2012-11-281-2/+3
* Use bool instead of intLucas De Marchi2012-11-282-3/+3
* fix is_module_filename()Aleksey Makarov2012-11-284-46/+37
* libkmod-module: mangle the section header, not the sectionLucas De Marchi2012-11-211-13/+41
* libkmod-module: Remove key+value vermagic from .modinfo sectionLucas De Marchi2012-11-211-1/+0
* depmod: fix asserting mod->kmod == NULLLucas De Marchi2012-11-161-1/+1
* depmod: fix hash lookup by relpath instead of uncrelpathLucas De Marchi2012-11-161-3/+3
* kmod 11v11Lucas De Marchi2012-11-083-2/+30
* TODO: remove completed actionLucas De Marchi2012-11-081-2/+0
* tools: use program_invocation_short_name provided by libcLucas De Marchi2012-11-068-19/+17
* tools: staticize functions that are now only used in log.cLucas De Marchi2012-11-062-51/+43
* tools: share function for loggingLucas De Marchi2012-11-067-122/+36
* tools: share setting up libkmod logLucas De Marchi2012-11-065-5/+17
* tools: use a single function for logging libkmod outputLucas De Marchi2012-11-065-75/+86
* tools: make usage() messages go to stdout rather than stderrLucas De Marchi2012-11-065-10/+5
* tools: share function to convert prio to stringLucas De Marchi2012-11-066-66/+61
* tools: share getting program name from argv for all toolsLucas De Marchi2012-11-068-28/+34
* rmmod: route all messages to syslog if told toLucas De Marchi2012-11-051-20/+73
* rmmod: prefer ERR over plain fprintfLucas De Marchi2012-11-051-16/+13
* modinfo: prefer ERR over plain fprintfLucas De Marchi2012-11-051-16/+14
* insmod: prefer ERR over plain fprintfLucas De Marchi2012-11-051-11/+11
* depmod: add depmod prefix to log messagesLucas De Marchi2012-11-051-1/+1
* depmod: remove inline from _logLucas De Marchi2012-11-051-1/+1
* TODO: update file with tasksLucas De Marchi2012-11-051-10/+3
* depmod: prefer ERR and WRN over plain fprintfLucas De Marchi2012-11-051-11/+7
* modprobe: use ERR() instead of fprintf(stderr, ...)Lucas De Marchi2012-11-011-30/+32
* modprobe: prefix log messages to stderr with modprobeLucas De Marchi2012-11-011-3/+3
* modprobe: move log functionLucas De Marchi2012-11-011-29/+29
* modprobe: prefix libkmod messages to stderr with modprobe:Lucas De Marchi2012-11-011-7/+18
* modprobe: use prio_to_str() helperLucas De Marchi2012-10-311-39/+25