summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * modprobe: exit in one placeLucas De Marchi2012-10-311-8/+5
| * depmod: unref kmod_module once we don't need it anymoretipLucas De Marchi2012-10-301-3/+6
| * depmod: use our copy of modname instead of calling libkmodLucas De Marchi2012-10-301-10/+6
| * depmod: cache dependency_symbol list in struct modLucas De Marchi2012-10-301-11/+15
| * depmod: cache info_list in struct modLucas De Marchi2012-10-301-32/+22
| * depmod: do not create a hole in struct depmodLucas De Marchi2012-10-301-1/+1
| * build-sys: use AS_IF autoconf macroLucas De Marchi2012-10-231-2/+2
| * build-sys: require xsltproc when manpages are enabledSami Kerola2012-10-221-1/+4
| * libkmod: cache open file for later accessLucas De Marchi2012-10-183-112/+54
| * rmmod: Deprecate --wait optionLucas De Marchi2012-10-172-5/+5
| * libkmod-hash: Plug possible memory leak when free_value is definedLeandro Pereira2012-10-121-1/+5
| * libkmod: Add support for '.' in module parameter on kcmdlineLucas De Marchi2012-10-091-2/+4
| * testsuite: add depmod test for modules.aliasLucas De Marchi2012-10-049-1/+113
| * testsuite: allow to check generated filesLucas De Marchi2012-10-042-0/+106
| * depmod: fix parsing of modules.order with compressed modulesLucas De Marchi2012-10-031-17/+29
| * build-sys: Remove --with-rootprefix optionDave Reisner2012-10-026-19/+11