aboutsummaryrefslogtreecommitdiffstats
path: root/modprobe.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01modprobe: add documentation and clean upJon Masters1-35/+413
2011-06-01modprobe: cleanup source, Free Software Foundation mailing address.Jon Masters1-17/+20
2011-05-31modprobe: remove extraneous info() callJon Masters1-2/+0
2011-05-30modprobe: implement precedence of configuration directoriesTom Gundersen1-25/+44
2011-05-30modprobe: use more than one config directoryTom Gundersen1-64/+73
2011-05-30modprobe: blacklist modules on kernel commandlineTom Gundersen1-2/+15
2011-04-13m-i-t: constifyMike Frysinger1-1/+1
2011-04-13depmod/modprobe: localize functions/variablesMike Frysinger1-6/+6
2010-03-17modprobe: try to remove unused modules firstAlan Jenkins1-1/+36
2010-03-17modprobe: pull underscores() out of do_modprobe()Alan Jenkins1-7/+10
2010-03-17modprobe: --dump-modversions takes one filename onlyAlan Jenkins1-6/+7
2010-03-17modprobe: remove some redundant softdep codeAlan Jenkins1-8/+0
2010-03-17modprobe: remove support for renaming modulesAlan Jenkins1-77/+19
2010-03-17modprobe: fix softdep flagsAlan Jenkins1-6/+10
2010-03-17modprobe: fix dump_configAlan Jenkins1-4/+1
2010-03-10modprobe: trivial cleanups post-merge of softdep bitsJon Masters1-1/+3
2010-03-10Merge branch 'alan-softdep-merge' into devJon Masters1-238/+456
2010-03-02Merge branch 'cleanups' into softdep-mergeAlan Jenkins1-77/+154
2010-03-02modprobe: re-use config data across multiple calls to do_modprobe()alan-softdep-cleanupsAlan Jenkins1-54/+42
2010-03-02modprobe: complete the separation of config parsing and alias resolutionAlan Jenkins1-43/+96
2010-03-02modprobe: clean up minor memory leaksAlan Jenkins1-10/+36
2010-03-02modprobe: re-enable inadvertently disabled optionsJon Masters1-1/+1
2010-02-26modprobe: refactor read_aliases()Alan Jenkins1-17/+27
2010-02-25modprobe: fix memory leak when built with zlib supportAlan Jenkins1-32/+4
2010-02-25modprobe: fix potential memory leak on failure pathAlan Jenkins1-1/+1
2010-02-25modprobe: simplify insmod() calling convention - don't free optstringAlan Jenkins1-20/+24
2010-02-25modprobe: clean up mit_ignore_loaded flag in rmmod()Alan Jenkins1-8/+8
2009-10-15modprobe: change softdep --pre/--post to pre:/post:Andreas Robinson1-2/+2
2009-10-10test: add softdep test, modprobe: fix simple bugs in do_softdepAndreas Robinson1-3/+3
2009-10-04modprobe: add simple softdep loop detectorAndreas Robinson1-0/+14
2009-10-04elfops: remove errfn_t from load_stringsAndreas Robinson1-1/+1
2009-10-03modprobe: add softdep commandAndreas Robinson1-7/+152
2009-10-03modprobe: don't modify the modname string passed to do_modprobeAndreas Robinson1-9/+13
2009-10-03modprobe: enable calling do_modprobe from within handle_module,insmod,rmmodAndreas Robinson1-16/+38
2009-10-03modprobe: put configuration objects in a structAndreas Robinson1-83/+64
2009-10-03modprobe: cleanup indentation change in conf parserAndreas Robinson1-23/+21
2009-10-03modprobe: reduce nesting in conf parserAndreas Robinson1-18/+20
2009-10-01Merge branch 'master' into forkbombalanAlan Jenkins1-2/+52
2009-10-01modprobe: ignore custom remove commands if module_in_kernel() doesnt workAlan Jenkins1-4/+14
2009-10-01modprobe: don't run remove commands for modules which are not loadedAlan Jenkins1-3/+4
2009-10-01modprobe: Get module initstate from /proc/modules if not supported via sysfsAlan Jenkins1-3/+73
2009-10-01modprobe: Don't assume module absent if no /sys/module/<module>/initstateAlan Jenkins1-5/+17
2009-10-01modprobe: Ignore custom install commands if module_in_kernel() doesn't workAlan Jenkins1-6/+15
2009-10-01modprobe: handle built-in modules (v4, this time tested...)Michal Marek1-0/+40
2009-10-01modprobe: add --resolve-alias optionThomas Bächler1-1/+11
2009-06-15modprobe: fix various simple style issues related to the option flagsAndreas Robinson1-38/+39
2009-06-13modprobe: move modprobing from main() into separate function.Andreas Robinson1-69/+86
2009-06-13modprobe: merge option flags into a single parameterAndreas Robinson1-94/+75
2009-06-13modprobe: remove broken -w optionAndreas Robinson1-14/+7
2009-06-13modprobe: rename some option variablesAndreas Robinson1-42/+42
2009-06-13modprobe: trivial code reorganizationAndreas Robinson1-203/+203
2009-06-11modprobe: --remove requires at least one module nameAlan Jenkins1-1/+1
2009-06-11modprobe: don't ignore --set-version when preceded by --dirnameAlan Jenkins1-7/+4
2009-06-11Clean up missing optionsAlan Jenkins1-2/+1
2009-06-11Re-order options to make the code easier to checkAlan Jenkins1-39/+40
2009-05-21modprobe, tests: make modprobe fail noisily on non-ELF filesAndreas Robinson1-18/+3
2009-05-21read string sections such as .modinfo with load_strings()Andreas Robinson1-4/+5
2009-05-21logging, modprobe: move errfn_t to logging.hAndreas Robinson1-2/+0
2009-05-20modprobe: fix tab formatting of return statementJon Masters1-1/+1
2009-05-15modprobe, elfops: move most of dump_modversions() to elfopsAndreas Robinson1-53/+2
2009-05-15modprobe, elfops: move strip_section() to elfops and refactor itAndreas Robinson1-44/+2
2009-05-15modprobe: use elf_file in ELF-related functionsAndreas Robinson1-42/+41
2009-05-15modprobe: trivial indentation fix in dump_modversions()Andreas Robinson1-37/+37
2009-05-15modprobe: load modules with grab_elf_file_fd()Andreas Robinson1-12/+24
2009-05-12move ELF-related code into elfopsAndreas Robinson1-0/+1
2009-04-30Clean up get_section()Andreas Robinson1-72/+4
2009-04-30Clean up ELF header tester elf_ident()Andreas Robinson1-13/+3
2009-04-30[PATCH 1/4] Clean up my_basename()Andreas Robinson1-4/+1
2009-03-12Take advantage of strstartsAlan Jenkins1-5/+3
2009-03-12Enforce use of streqAlan Jenkins1-17/+17
2009-03-12Move a few common functions and macros to "util"Alan Jenkins1-115/+1
2009-03-12Move more logging to common filesAlan Jenkins1-36/+13
2009-03-12modprobe: Fix segfault in parse_config_fileAlan Jenkins1-1/+4
2009-03-12modprobe: Fix out of date commentAlan Jenkins1-2/+1
2009-03-03modprobe: remove obsolete -k, --autoclean optionMichal Marek1-5/+1
2009-03-03modprobe: abort loading module if one of its dependents fails to loadDon Zickus1-4/+11
2009-03-03modprobe: fix handling of quiet module loadingJon Masters1-16/+19
2009-03-03modprobe: make return values consistent for quiet/non-quietJon Masters1-2/+5
2009-03-02modprobe: don't exit when silentLoïc Minier1-3/+2
2009-03-02modprobe: remove flock() because it never worked anywayJon Masters1-28/+13
2009-03-02modprobe,depmod: deprecate "include", sort config files, warn if they miss .confKay Sievers1-144/+163
2009-03-02Merge branch 'master' of git://github.com/sourcejedi/module-init-toolsKay Sievers1-23/+27
2009-02-26modprobe: fix comment on kcmdlineJon Masters1-0/+1
2009-02-11Survive "/sys is not mounted"Alan Jenkins1-6/+5
2009-02-10modprobe: parse empty options correctlyJon Masters1-4/+10
2009-02-10modprobe: fix options priorityMichal Marek1-1/+15
2009-02-10add module ordering support for binary indexesAlan Jenkins1-7/+4
2009-02-10modprobe: fallback to text files if binary index is wrong versionAlan Jenkins1-11/+11
2009-02-20modprobe: Fix segfault when MODPROBE_OPTIONS=""Alan Jenkins1-0/+3
2009-02-20Fix underscores() corner case (and optimise)Alan Jenkins1-23/+24
2009-02-04Merge branch 'master' of ../module-init-tools_keybukJon Masters1-1/+3
2009-01-23Filter configuration filesScott James Remnant1-1/+3
2009-01-23modprobe: cleanup relative/absolute module path handlingJon Masters1-3/+2
2009-01-23Required by "use /sys/module/ rather than parsing legacy /proc/modules"Alan Jenkins1-4/+3
2008-12-03cleanup the testsuite and make it useful again (part 1)Jon Masters1-0/+2
2008-11-26use shortened pathnames in dependency output and add '-d' option to modprobeJon Masters1-10/+32
2008-11-25use /sys/module/ rather than parsing legacy /proc/modulesAndreas1-53/+69
2008-11-25remove legacy support for devfs and pre-2.6 kernels from modprobeAndreas1-49/+4
2008-11-25check that asprintf() calls actually allocate memory successfullyAndreas1-18/+12
2008-10-13add --dump-modversions option to modprobe to dump module versioning infoJon Masters1-0/+71
2008-10-13don't warn noisely if loading multiple module aliasesJon Masters1-2/+6
2008-10-13search all config files by default rather than stopping after the firstJon Masters1-3/+2
2008-10-13modprobe: add toggle switch config file option to disable binary index useJon Masters1-13/+43
2008-10-13modprobe: use binary index filesAlan Jenkins1-8/+86
2008-10-13Move modprobe & depmod's identical logging code into a shared fileAlan Jenkins1-53/+5
2008-10-13modprobe: Don't scan modules.dep for invalid module namesAlan Jenkins1-2/+3
2008-10-13Minimize overhead of getlines_wrapped in modprobe and depmodAlan Jenkins1-27/+33
2008-10-13fix some memory leaks in depmod, modprobe and rmmodAlan Jenkins1-1/+8
2008-09-09It is often advantageous to pass parameters to built-in kernel modulesJon Masters1-0/+44
2007-10-07Merge ../remotes/kay-mitJon Masters1-1/+1
2007-09-05[PATCH 2/2] Fix (improve) deadlock condition on module removal netfilter sock...Jon Masters1-7/+14
2007-08-30modprobe: apply the blacklist to all aliasesKay Sievers1-1/+1
2007-01-03modprobe: Fix format string bug in do_command()Sergey Vlasov1-1/+1
2007-01-03modprobe: Do not pass cmdline_opts to subordinate modulesSergey Vlasov1-2/+2
2006-12-08I previously applied a patch to add --dump-modversions to modprobe but this wasJonathan Masters1-1/+1
2006-12-08-------- Forwarded Message --------Jonathan Masters1-1/+1
2006-12-08Begin tracking post-3.3-pre3 development with git.Jonathan Masters1-0/+1676