aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-30build: put shared functions in static libraryAndreas Robinson2-8/+23
2009-04-30Rewrite my_basename() as inline functionAndreas Robinson2-1/+13
2009-04-30Clean up get_section()Andreas Robinson6-143/+84
2009-04-30Clean up ELF header tester elf_ident()Andreas Robinson5-39/+38
2009-04-30Clean up native-endianness testsAndreas Robinson5-48/+38
2009-04-30[PATCH 1/4] Clean up my_basename()Andreas Robinson6-24/+8
2009-04-30[PATCH] build: sync ax_enable_builddir.m4 with autoconf archiveAlan Jenkins1-8/+12
2009-04-09doc: sgml markup correctionsAlan Jenkins3-1/+2
2009-04-09doc: backwards compatability is removed, update READMEAlan Jenkins1-19/+10
2009-04-09doc: clean up references (e.g. to modprobe.old)Alan Jenkins8-25/+15
2009-04-08fix HACKING to include running aclocal properlyJon Masters1-1/+1
2009-04-08release: bump release to v3.7Jon Masters1-1/+1
2009-04-08remove all legacy support for pre-2.6 kernelsAlan Jenkins20-332/+41
2009-04-08testsuite: remove test-generate-modprobe.conf/disabled*Alan Jenkins5-141/+0
2009-04-08"make check" shouldn't run our testsuiteAlan Jenkins1-2/+0
2009-03-12release: bump new pre-release to v3.7-pre9Jon Masters1-1/+1
2009-03-12Merge branch 'master' of git://github.com/sourcejedi/module-init-toolsJon Masters17-518/+292
2009-03-12docs: don't forget to pass -I m4 to aclocalJon Masters1-1/+1
2009-03-12Take advantage of strstartsAlan Jenkins3-11/+8
2009-03-12depmod: Don't accept "make_map_files yes-please"Alan Jenkins1-2/+2
2009-03-12Enforce use of streqAlan Jenkins6-30/+29
2009-03-12Move a few common functions and macros to "util"Alan Jenkins10-326/+167
2009-03-12Move more logging to common filesAlan Jenkins8-116/+74
2009-03-12rmmod: -a with no arguments can't do anything reasonableAlan Jenkins1-4/+0
2009-03-12modprobe: Fix segfault in parse_config_fileAlan Jenkins1-1/+4
2009-03-12depmod: Replace malloc+sprintf with asprintfAlan Jenkins1-28/+9
2009-03-12modprobe: Fix out of date commentAlan Jenkins1-2/+1
2009-03-11pre-release: update to release v3.7-pre8Jon Masters1-1/+1
2009-03-11build: Build tests in a separate directoryAlan Jenkins7-16/+401
2009-03-11testsuite: use PATHAlan Jenkins63-668/+663
2009-03-11build: Fix "make distclean"Alan Jenkins1-1/+1
2009-03-11docs: update the README to prefer autoreconf over individual utilitiesJon Masters1-1/+2
2009-03-05TODO: fix the build system with respect to docs.Jon Masters1-0/+5
2009-03-03pre-release: update to v3.7-pre7Jon Masters1-1/+1
2009-03-03modprobe: remove obsolete -k, --autoclean optionMichal Marek1-5/+1
2009-03-03doc: remove autoclean and kernel options from modprobe documentationJon Masters1-9/+0
2009-03-03modprobe: abort loading module if one of its dependents fails to loadDon Zickus1-4/+11
2009-03-03doc: [PATCH] modprobe: document undocumented optionsJon Masters1-1/+22
2009-03-03build: make module-init-tools explicitly depend on docbook2manJon Masters2-3/+6
2009-03-03pre-release: update release to v3.7-pre6Jon Masters1-1/+1
2009-03-03logging: add quiet global and cleanup logging filesJon Masters2-2/+11
2009-03-03NEWS: replace the NEWS file with something usefulJon Masters1-0/+10
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-03docs: add Marco and Kay to the authors fileJon Masters1-0/+2
2009-03-03docs: remove outdated "NEWS" fileJon Masters1-55/+0
2009-03-02pre-release: bump release to v3.7-pre5Jon Masters1-1/+1
2009-03-02modprobe: don't exit when silentLoïc Minier1-3/+2
2009-03-02testsuite: remove locking tests since the flock() is goneJon Masters1-91/+0
2009-03-02pre-release: bump release up to v3.7-pre4Jon Masters1-1/+1
2009-03-02modprobe: remove flock() because it never worked anywayJon Masters1-28/+13
2009-03-02TODO: make a new TODO that makes senseJon Masters1-66/+6
2009-03-02release: bump release to v3.7-pre3Jon Masters1-1/+1
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