aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-17depmod: fix tabs in help outputHEADmasterdevMike Frysinger1-1/+1
2011-12-15announce: module-init-tools to be replaced with new library-based toolsJon Masters1-0/+6
2011-06-02Merge branch 'dev'Jon Masters3-2/+4
2011-06-02release: bump release to 3.16Jon Masters2-1/+4
2011-06-02build: remove stale modprobe.d.5 from top-level directoryJon Masters1-1/+0
2011-06-02Merge branch 'dev' of master.kernel.org:/pub/scm/utils/kernel/module-init-too...Jon Masters0-0/+0
2011-06-02Merge branch 'master' of master.kernel.org:/pub/scm/utils/kernel/module-init-...Jon Masters0-0/+0
2011-06-02release: bump release to 3.15Jon Masters2-1/+5
2011-06-02doc: properly fix documentation generationJon Masters3-8/+7
2011-06-02changelog: update changelog for missing v3.14 changesJon Masters1-0/+8
2011-06-02changelog: fix the changelog for v3.14 releaseJon Masters1-0/+8
2011-06-02release: bump the release to 3.14Jon Masters1-1/+1
2011-06-02build: fix release process to drive tools such as git, gpg, and scpJon Masters1-3/+54
2011-06-01todo: add various todo itemsJon Masters1-1/+9
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-06-01depmod: cleanup source, Free Software Foundation mailing address.Jon Masters1-3/+19
2011-06-01todo: update todo with various cleanup exercisesJon Masters1-0/+8
2011-06-01depmod: add function documentationJon Masters1-15/+377
2011-06-01todo: add a note to fix depmod list handling wheel re-invention diseaseJon Masters1-0/+1
2011-06-01doc: describe the incompatibility of the -E and -F optionsJon Masters1-0/+2
2011-06-01doc: add description of -m depmod parameterJon Masters1-0/+13
2011-06-01doc: add description of -w depmod parameterJon Masters1-0/+11
2011-06-01doc: add documentation for depmod -P argumentJon Masters1-2/+14
2011-05-31doc: add documentation for modules.devname depmod filesJon Masters1-0/+4
2011-05-31doc: add description of -E (--symvers) option to depmod manpageJon Masters1-0/+14
2011-05-31doc: fix alignment of depmod SYNOPSIS in man pageJon Masters1-2/+2
2011-05-31logs: update changelog and authors fileJon Masters2-0/+22
2011-05-31release: bump release to 3.13Jon Masters1-1/+1
2011-05-31modprobe: remove extraneous info() callJon Masters1-2/+0
2011-05-31depmod: Handle X.Y kernel versionsMichal Marek1-1/+1
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-13testsuite: check size against the right fileKeegan McAllister1-1/+1
2011-04-13testsuite: remove modprobe module renaming testKeegan McAllister1-100/+0
2011-04-13testsuite: pass -F to depmod when passing -eKeegan McAllister10-48/+66
2011-04-13testsuite: mock unlink()Keegan McAllister1-0/+11
2011-04-13testsuite: export TEST_ENDIAN and TEST_BITSKeegan McAllister1-0/+2
2011-04-13m-i-t: constifyMike Frysinger7-12/+12
2011-04-13depmod/modprobe: localize functions/variablesMike Frysinger2-13/+13
2011-04-13depmod: new --symbol-prefix optionMike Frysinger1-5/+23
2010-06-07release: module-init-tools v3.12Jon Masters1-1/+1
2010-05-25depmod: export static device node information to modules.devnameKay Sievers1-0/+38
2010-05-25depmod: add some comments to the codeJon Masters2-5/+8
2010-05-25BUGS: Update the bugs fileJon Masters1-0/+7
2010-05-25BUGS: Tracking bugs being worked on from bugzillaJon Masters1-0/+11
2010-05-04pre-release: module-init-tools v3.12-pre3Jon Masters1-1/+1
2010-05-04build: handle old (System V) style wc outputAlan Jenkins1-3/+3
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 Jenkins2-7/+8
2010-03-17modprobe: remove some redundant softdep codeAlan Jenkins1-8/+0
2010-03-17modprobe: remove support for renaming modulesAlan Jenkins4-136/+19
2010-03-17modprobe: fix softdep flagsAlan Jenkins1-6/+10
2010-03-17modprobe: fix dump_configAlan Jenkins1-4/+1
2010-03-17doc: fix sgml errorsAlan Jenkins3-4/+2
2010-03-16doc: fix typoAlan Jenkins1-1/+1
2010-03-10build: remove explicit call to build modules.dep.binJon Masters1-1/+1
2010-03-10build: fix the release location for automated buildsJon Masters1-1/+1
2010-03-10doc: fix reference for modules.dep.binJon Masters1-0/+2
2010-03-10pre-release: module-init-tools v3.12-pre2Jon Masters1-1/+1
2010-03-10modprobe: fix the softdep docs and re-order the modprobe.conf man pageJon Masters1-31/+34
2010-03-10modprobe: trivial cleanups post-merge of softdep bitsJon Masters1-1/+3
2010-03-10Merge branch 'alan-softdep-merge' into devJon Masters12-305/+627
2010-03-09depmod: trivial add comment to depmod.hJon Masters1-0/+4
2010-03-04config_filter: add some documentationJon Masters2-0/+15
2010-03-02doc: Further documentation updates and rewritesJon Masters7-75/+123
2010-03-02tests: enable leak checking under --valgrindalan-softdep-mergeAlan Jenkins1-1/+1
2010-03-02Merge branch 'cleanups' into softdep-mergeAlan Jenkins16-175/+421
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 Jenkins2-14/+47
2010-03-02modprobe: re-enable inadvertently disabled optionsJon Masters1-1/+1
2010-03-02doc: cleanup all of the man page documentationJon Masters11-274/+327
2010-02-28meta: update various documentation, logs, authors, etc.Jon Masters3-2/+33
2010-02-26modprobe: refactor read_aliases()Alan Jenkins1-17/+27
2010-02-25insmod: fix memory leakalan-cleanupsAlan Jenkins1-4/+9
2010-02-25modprobe: fix memory leak when built with zlib supportAlan Jenkins4-75/+5
2010-02-25elfops: fix crash on grab_fd() failureAlan Jenkins1-5/+8
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
2010-02-24Fix SGML docs in module-init-tools-3.11Thomas Koeller1-2/+0
2010-02-24Fix depmod -e without -F or -E unterminated warningGilles Espinasse1-1/+1
2010-01-15pre-release: initial version for 3.12softdepsJon Masters1-1/+1
2010-01-15Merge branch 'master' of ../module-init-tools_alanJon Masters6-53/+326
2010-01-15depmod: use real regex matching on depmod "overrides" entriesJon Masters3-2/+33
2009-11-25Bug#548841: module-init-tools: Modprobe -q should always return 0.Philipp Weis1-6/+6
2009-11-25ax_enable_builddir: improve quality of generated top-level MakefileAlan Jenkins1-2/+3
2009-11-05depmod: generate modules.softdepalan-softdepAndreas Robinson1-0/+30
2009-10-21release: module-init-tools v3.11.1Jon Masters1-1/+1
2009-10-16doc: add softdep commandAndreas Robinson1-0/+31
2009-10-15release: module-init-tools v3.11Jon Masters1-1/+1
2009-10-15modprobe: change softdep --pre/--post to pre:/post:Andreas Robinson2-7/+7
2009-10-10test: add softdep test, modprobe: fix simple bugs in do_softdepAndreas Robinson2-3/+70
2009-10-04modprobe: add simple softdep loop detectorAndreas Robinson1-0/+14
2009-10-04elfops: remove errfn_t from load_stringsAndreas Robinson5-11/+14
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 Jenkins8-37/+163
2009-10-01testsuite: re-add test for /proc/modules supportAlan Jenkins1-0/+103
2009-10-01testsuite: fix tests for install/remove commandsAlan Jenkins4-35/+103
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-01module-init-tools v3.11-rc1Jon Masters1-1/+1
2009-10-01modprobe: handle built-in modules (v4, this time tested...)Michal Marek2-1/+78
2009-10-01depmod: change depfile functions to return intMichal Marek3-26/+50
2009-10-01modprobe: add --resolve-alias optionThomas Bächler2-1/+20
2009-10-01logging: tell GCC to check calls to error() etcAlan Jenkins1-6/+12
2009-10-01modinfo: Fix segmentation fault due to the wrong parameterOzan Çağlayan1-1/+1
2009-07-16release: module-init-tools version 3.10Jon Masters1-1/+1
2009-06-27testsuite: rebuild all module data filesJon Masters70-0/+0
2009-06-27From: Michal Marek <mmarek@suse.cz>Jon Masters59-95/+32
2009-06-27testsuite: add a Makefile to rebuild the test modulesMichal Marek2-0/+76
2009-06-27testsuite: add option to only test a given endianess / bitnessMichal Marek21-39/+82
2009-06-23git: ignore libmodtools.aJon Masters1-0/+1
2009-06-23Add cscope/ctags/etags files to .gitignoreMichal Marek1-0/+6
2009-06-23depmod: add ability to check symbol versionsJon Masters3-28/+209
2009-06-23elfops: kill first argument of load_dep_syms()Michal Marek3-6/+5
2009-06-23elfops: clean up load_symbols()Michal Marek2-32/+3
2009-06-23doc: link depmod.d to depmod.conf alsoJon Masters1-0/+1
2009-06-23Merge branch 'modprobe_main' of ../module_init_tools_andr345Jon Masters2-360/+338
2009-06-23Merge branch 'modprobe_main' of git://github.com/andr345/module-init-tools in...Jon Masters2-360/+338
2009-06-15modprobe: fix various simple style issues related to the option flagsAndreas Robinson1-38/+39
2009-06-15doc: delete modprobe -w option documentationAndreas Robinson1-14/+0
2009-06-15tests: remove depmod --unknown option testAlan Jenkins1-25/+0
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-13test-depmod: Fix error message mismatchAndreas Robinson1-11/+11
2009-06-13modprobe: trivial code reorganizationAndreas Robinson1-203/+203
2009-06-11modindex: simplify option handlingAlan Jenkins2-13/+9
2009-06-11doc: modprobe --dumpversions needs a full filename, as opposed to a module nameAlan Jenkins1-1/+1
2009-06-11depmod: simplify option error handlingAlan Jenkins2-24/+14
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-11depmod --warn doesn't has_argAlan Jenkins1-1/+1
2009-06-11Clean up missing optionsAlan Jenkins3-4/+3
2009-06-11Re-order options to make the code easier to checkAlan Jenkins2-56/+57
2009-05-27testsuite: rebuild all the 64-be|le data filesJon Masters54-0/+0
2009-05-27doc: make a link from modprobe.d.sgml to modprobe.conf.sgmlJon Masters1-0/+1
2009-05-27build: remove elf_core.c from source dependenciesJon Masters1-1/+1
2009-05-27release: module-init-tools v3.9Jon Masters1-1/+1
2009-05-27add configure option to disable creation of .static utilsMike Frysinger2-1/+9
2009-05-27link modprobe.d(5) to modprobe.conf(5)Mike Frysinger2-1/+2
2009-05-27logging: remove unused warning counterAlan Jenkins2-7/+0
2009-05-27Merge branch 'elf_cleanup3' of ../module_init_tools_andr345Jon Masters11-82/+78
2009-05-27modindex: getopt_long returns int not char (fix ppc64 bug)Jon Masters1-1/+1
2009-05-21modprobe, tests: make modprobe fail noisily on non-ELF filesAndreas Robinson4-29/+17
2009-05-21read string sections such as .modinfo with load_strings()Andreas Robinson5-37/+50
2009-05-21logging, modprobe: move errfn_t to logging.hAndreas Robinson2-2/+2
2009-05-21elfops: clear struct module_tables with memset()Andreas Robinson1-9/+1
2009-05-21elfops: fix potential crashing bug in load_symbols()Andreas Robinson1-1/+2
2009-05-21fix minor strtbl_free and strtbl_add problemsAndreas Robinson4-4/+6
2009-05-20modprobe: fix tab formatting of return statementJon Masters1-1/+1
2009-05-19depmod: fix uninitialized value error in "depmod --warn" codeAlan Jenkins1-1/+1
2009-05-19testsuite: add --valgrindAlan Jenkins13-32/+72
2009-05-19Merge branch 'elf_cleanup2' of ../module_init_tools_andr345Jon Masters9-280/+305
2009-05-19Merge branch 'elf_cleanup' of ../module_init_tools_andr345Jon Masters15-484/+618
2009-05-15elfops: hide elf_ident(), no users outside elfopsAndreas Robinson2-3/+1
2009-05-15modprobe, elfops: move most of dump_modversions() to elfopsAndreas Robinson4-53/+50
2009-05-15modprobe, elfops: move strip_section() to elfops and refactor itAndreas Robinson3-44/+25
2009-05-15elfops: use elf_file in, and return section header from, get_module()Andreas Robinson1-8/+11
2009-05-15elfops: hide get_section() and rename its parametersAndreas Robinson3-35/+13
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-15modinfo: load modules with grab_elf_file()Andreas Robinson1-36/+31
2009-05-15modinfo: use logging facility for oom-checks and error messagesAndreas Robinson2-13/+17
2009-05-15modinfo: clean up grab_module()Andreas Robinson1-30/+17
2009-05-15elfops, depmod: add elf_file grab/release functionsAndreas Robinson5-45/+111
2009-05-15elfops: add strict bounds checking to get/load_section()Andreas Robinson1-5/+10
2009-05-15elfops: export load_section(), hide load_strings()Andreas Robinson2-3/+3
2009-05-13install-with-care: Replace backticks with bracesRobby Workman1-1/+1
2009-05-13docs/support files: remove deprecated/obsolete back-compat stuffRobby Workman5-89/+18
2009-05-13manpages: general cleanup and removal of backwards-compat notesRobby Workman9-183/+76
2009-05-12util: document the rationale for the string tableAndreas Robinson1-0/+13
2009-05-12elfops: Fix symbol type (weak, undef) definitionsAndreas Robinson2-1/+5
2009-05-12move ELF-related code into elfopsAndreas Robinson9-143/+149
2009-05-12moduleops: rename to elfops and move to static libAndreas Robinson5-14/+14
2009-05-12depmod: Introduce struct elf_fileAndreas Robinson5-45/+63
2009-05-12moduleops: Trivial code cleanupsAndreas Robinson1-41/+36
2009-05-12depmod: move tables from struct module into separate structAndreas Robinson5-92/+107
2009-05-12moduleops: add load_strings() operationAndreas Robinson2-25/+28
2009-05-12depmod: separate symbol lookup and dependency calculationAndreas Robinson4-21/+48
2009-05-12depmod: rewrite load_symbols() to not use callbackAndreas Robinson4-11/+22
2009-05-12util: introduce new string table objectAndreas Robinson2-0/+42
2009-04-30Add elf_core.c into the EXTRA_SOURCES for the static libraryJon Masters1-0/+2
2009-04-30release: bump release to v3.8Jon Masters1-1/+1
2009-04-30Don't abort the build if docbook2man is missingMichal Marek1-1/+3
2009-04-30Allow to link zlib dynamicallyMichal Marek1-0/+9