aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-02depmod: "updates" fixeskayMichal Marek1-6/+13
2009-03-02modprobe,depmod: deprecate "include", sort config files, warn if they miss .confKay Sievers21-517/+364
2009-03-02documentation updateMarco d'Itri2-0/+6
2009-03-02ignore the "CVS" directoryMarco d'Itri1-0/+1
2009-03-02Merge branch 'master' of git://github.com/sourcejedi/module-init-toolsKay Sievers41-433/+463
2009-02-26modprobe: fix comment on kcmdlineJon Masters1-0/+1
2009-02-26doc: fix typo in modprobe.sgmlJon Masters1-1/+1
2009-02-23Merge branches 'tests' and 'fixes'Alan Jenkins5-45/+75
2009-02-23testsuite: remove useless use of echoAlan Jenkins23-50/+50
2009-02-23testsuite: more delay reductionAlan Jenkins32-191/+199
2009-02-23testsuite: cleanup /sys/module/ in modprobe testsAlan Jenkins12-117/+82
2009-02-23testsuite: complete test-modprobe/02sysfs.shAlan Jenkins1-24/+47
2009-02-23testsuite: MODTEST_OVERRIDE_ROOT conversion fixupAlan Jenkins1-4/+3
2009-02-23testsuite: work around slow SSDsAlan Jenkins1-0/+4
2009-02-23testsuite: fix reduced delaysAlan Jenkins1-6/+7
2009-02-20modinfo: fix --fieldAlan Jenkins1-1/+1
2009-02-20modinfo.8: "param" is really spelled "parm"Alan Jenkins1-3/+3
2009-02-20modprobe.8: document "-b"Alan Jenkins1-2/+3
2009-02-20modinfo: Fix failure with inaccessible current dirAlan Jenkins1-9/+10
2009-02-20depmod: Allow modules outside the normal module directoryAlan Jenkins1-5/+19
2009-02-17Bump the revision up to v3.7-pre2 for these fixes.Jon Masters1-1/+1
2009-02-17Merge branch 'master' of ../module-init-tools_alanJon Masters62-4047/+1277
2009-02-12patch testsuite-dirAlan Jenkins56-4035/+1196
2009-02-11Reduce test delaysAlan Jenkins2-5/+11
2009-02-11testsuite: add temporary directory to gitignoreAlan Jenkins1-0/+1
2009-02-11testsuite: add test for order of values in binary indexAlan Jenkins1-0/+47
2009-02-11Make sure each command includes "testing.h"Alan Jenkins3-0/+3
2009-02-11Survive "/sys is not mounted"Alan Jenkins2-11/+23
2009-02-10build: update the configure.ac to v3.7-pre1Jon Masters1-1/+1
2009-02-10testsuite: update for order change to option parsingJon Masters6-48/+48
2009-02-10modprobe: parse empty options correctlyJon Masters1-4/+10
2009-02-10modinfo: needs logging.c to compileKay Sievers3-3/+5
2009-02-10generate-modprobe.conf: detect errors and abortMartin Schlemmer1-4/+10
2009-02-10generate-modprobe.conf: cleanup usage and add --assume-kernelMike Frysinger1-13/+26
2009-02-10depmod: abort on OOMAlan Jenkins1-21/+16
2009-02-10modprobe: fix options priorityMichal Marek1-1/+15
2009-02-10remove generated automake filesMike Frysinger4-1047/+2
2009-02-10mark man pages as dist targetsMike Frysinger1-1/+1
2009-02-10depmod: fix is_higher_priority()Michal Marek1-55/+57
2009-02-10modinfo: return error on incorrect usageMichal Marek5-359/+790
2009-02-10add module ordering support for binary indexesAlan Jenkins6-231/+205
2009-02-10modprobe: fallback to text files if binary index is wrong versionAlan Jenkins5-66/+102
2009-02-06depmod: Specifying modules using relative paths is an errorAlan Jenkins1-1/+7
2009-02-20modprobe: Fix segfault when MODPROBE_OPTIONS=""Alan Jenkins1-0/+3
2009-02-20Fix underscores() corner case (and optimise)Alan Jenkins2-24/+29
2009-02-05index: fix copy/paste errorJon Masters1-1/+1
2009-02-04bump release to v3.6Jon Masters1-1/+1
2009-02-04bump release to v3.6-pre5Jon Masters1-1/+1
2009-02-04depmod: fix return in sort_modulesJon Masters1-1/+1
2009-02-04depmod: Allow empty modules.dep file creationLuiz Fernando N. Capitulino1-8/+5
2009-02-04bump release to v3.6-pre4Jon Masters1-1/+1
2009-02-04Merge branch 'master' of ../module-init-tools_keybukJon Masters7-8/+118
2009-01-23Sort modules according to modules.orderscottScott James Remnant1-0/+49
2009-01-23Skip patch left-overs and RCS files.Scott James Remnant1-0/+3
2009-01-23Skip dpkg files.Scott James Remnant1-0/+4
2009-01-23Filter configuration filesScott James Remnant5-4/+54
2009-01-23Better documentation for --use-blacklistScott James Remnant1-3/+6
2009-01-23Correct modinfo sgml documentation.Scott James Remnant1-1/+2
2009-01-23update version to v3.6-pre3Jon Masters1-1/+1
2009-01-23modinfo: support absolute and relative module paths in the databaseJon Masters1-9/+35
2009-01-23modprobe: cleanup relative/absolute module path handlingJon Masters1-3/+2
2009-01-23add a [-b basedir] option to modinfoJon Masters1-8/+13
2009-01-23depmod: Fix modules.dep truncationLuiz Fernando N. Capitulino1-0/+5
2009-01-23Required by "use /sys/module/ rather than parsing legacy /proc/modules"Alan Jenkins1-4/+3
2009-01-23add versioning to the binary module filesJon Masters2-6/+25
2008-12-03remove testsuite makefile from repoJon Masters1-39/+0
2008-12-03cleanup the testsuite and make it useful again (part 1)Jon Masters66-602/+1013
2008-12-02tweak automake setup - use W-no-portability to avoid non-GNU warningsJon Masters1-2/+4
2008-12-02cleanup changelog and update contributors in authors fileJon Masters2-2/+18
2008-11-26Bump the release up to 3.6-pre1. This needs some testing still.Jon Masters1-1/+1
2008-11-26make building "map" files optional dependent upon configuration optionsJon Masters1-17/+43
2008-11-26use shortened pathnames in dependency output and add '-d' option to modprobeJon Masters4-39/+61
2008-11-25remove test output files from git treeJon Masters3-4/+0
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 modprobeAndreas2-50/+5
2008-11-25check that asprintf() calls actually allocate memory successfullyAndreas4-25/+31
2008-10-13change version to 3.5 instead of 3.5.0Jon Masters1-1/+1
2008-10-13update release information to 3.5.0Jon Masters1-1/+1
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 Masters2-5/+3
2008-10-13modprobe: add toggle switch config file option to disable binary index useJon Masters1-13/+43
2008-10-13remove a compile warning from modinfoJon Masters1-1/+1
2008-10-13remove compile warning from modindex.cJon Masters1-2/+2
2008-10-13modprobe: Add tests for reading module index filesAlan Jenkins8-0/+621
2008-10-13modprobe: use binary index filesAlan Jenkins31-37/+795
2008-10-13depmod: Add binary index filesJon Masters18-44/+894
2008-10-13Move modprobe & depmod's identical logging code into a shared fileAlan Jenkins7-94/+79
2008-10-13depmod: Increase locality of reference during table loadingAlan Jenkins1-69/+83
2008-10-13depmod: minimise basename() overheadAlan Jenkins2-10/+12
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 Jenkins2-54/+66
2008-10-13Reduce valgrind memory leak warnings in depmod and modprobeAlan Jenkins2-12/+32
2008-10-13fix some memory leaks in depmod, modprobe and rmmodAlan Jenkins4-5/+24
2008-10-13testsuite: Fix test-modprobeAlan Jenkins1-8/+8
2008-10-13testsuite: Fix runtests on UbuntuAlan Jenkins1-1/+1
2008-10-13update .gitignore with names of testsuite output filesAlan Jenkins1-0/+4
2008-09-09Bump release to 3.4.1Jon Masters2-1/+4
2008-09-09It is often advantageous to pass parameters to built-in kernel modulesJon Masters2-1/+47
2007-10-07Update version to v3.4.Jon Masters1-1/+1
2007-10-07Merge ../remotes/kay-mitJon Masters3-3/+13
2007-09-05[PATCH 2/2] Fix (improve) deadlock condition on module removal netfilter sock...Jon Masters3-8/+29
2007-08-30modprobe: apply the blacklist to all aliasesKay Sievers1-1/+1
2007-08-30modprobe.8: add --use-blacklist optionKay Sievers1-0/+10
2007-08-30depmod.8: replace unicode by plain asciiKay Sievers1-2/+2
2007-07-30Make module-init-tools build with ANSI C 89 compilerJon Masters1-3/+3
2007-07-30[PATCH] module-init-tools : insmod_correct_argv0_computationJon Masters1-1/+5
2007-03-22[CLEANUP] Cleanup tree and add a HACKING doc.Jon Masters22-10622/+124
2007-03-20[PATCH] Handle multiple kernels in modinfo.Jon Masters1-6/+14
2007-02-21process: get in the habit of updating ChangeLog too.Jon Masters3-2/+7
2007-02-21build-system: re-add Makefile.in to default distributionJon Masters4-3/+945
2007-02-21build-system: re-add a default configure script for ease of building.Jon Masters3-2/+4126
2007-02-21build-system: update configure.ac's m-i-t version number.Jon Masters1-1/+1
2007-02-21Merge branch 'depmod-misc-fixes' of http://distro2.conectiva.com.br/~lcapitul...Jon Masters2-24/+33
2007-02-21Merge branch 'misc-fixes' of http://distro2.conectiva.com.br/~lcapitulino/git...Jon Masters5-5074/+15
2007-02-21[PATCH] Correct strdup error handling and insmod.static handlingTobias Stoeckmann1-2/+10
2007-02-10depmod: Allocate do_module()'s newpath in the stackLuiz Fernando N. Capitulino1-9/+5
2007-02-09depmod: Add checks to strdup()'s return valueLuiz Fernando N. Capitulino1-2/+2
2007-02-09depmod: do_module() leak fixLuiz Fernando N. Capitulino1-0/+4
2007-02-09depmod: read_config_file() should abort on errorLuiz Fernando N. Capitulino1-1/+5
2007-02-09depmod.8: Add -C textLuiz Fernando N. Capitulino1-1/+6
2007-02-09depmod.8: Remove duplicated 'basedir' from -b optionLuiz Fernando N. Capitulino1-1/+1
2007-02-09depmod.8: List options in alphabetical orderLuiz Fernando N. Capitulino1-10/+10
2007-02-01depmod: load_system_map() minor optimization.Luiz Fernando N. Capitulino1-2/+4
2007-02-01depmod: Fixes load_system_map() NULL pointer.Luiz Fernando N. Capitulino1-1/+2
2007-02-01repo: More files to .gitignoreLuiz Fernando N. Capitulino1-2/+8
2007-02-01build-system: updates configure.ac's m-i-t version number.Luiz Fernando N. Capitulino1-1/+1
2007-02-01build-system: renames configure.in file.Luiz Fernando N. Capitulino1-0/+0
2007-02-01build-system: Removes autotools generated files.Luiz Fernando N. Capitulino2-5068/+0
2007-02-01[PATCH] [Fwd: module-init-tools-3.3-pre1 - config.sub doesn't recognize uClib...Ladislav Michl2-422/+721
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
2007-01-02Add .gitignore file to unclutter "git status" outputSergey Vlasov1-0/+19
2007-01-02Remove more garbage from the repositorySergey Vlasov17-11526/+0
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-08Subject: modinfo: Memory leak fixes.Jonathan Masters1-1/+5
2006-12-08Subject: rmmod: Changes exit() return value.Jonathan Masters1-2/+2
2006-12-08Subject: zlibsupport: Adds missing fstat() return value check.Jonathan Masters1-1/+4
2006-12-08Subject: zlibsupport: Adds missing realloc() check.Jonathan Masters1-7/+14
2006-12-08Subject: depmod: adds missing fclose() in load_system_map().Jonathan Masters1-0/+2
2006-12-08Subject: depmod: adds missing options to manpage.Jonathan Masters1-4/+21
2006-12-08Subject: depmod: print_usage() minor fixes.Jonathan Masters1-1/+4
2006-12-08Subject: insmod: Fixes errno override.Jonathan Masters1-5/+11
2006-12-08Subject: insmod: Adds missing realloc() check.Jonathan Masters1-0/+6
2006-12-08Subject: insmod: Fixes grab_file() NULL pointer.Jonathan Masters1-2/+8
2006-12-08Luiz Fernando N. Capitulino mentioned that some dud files were left after myJonathan Masters2-1234/+0
2006-12-08Begin tracking post-3.3-pre3 development with git.Jonathan Masters286-0/+39664