aboutsummaryrefslogtreecommitdiffstats
path: root/depmod.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-17depmod: fix tabs in help outputHEADmasterdevMike Frysinger1-1/+1
2011-06-01depmod: cleanup source, Free Software Foundation mailing address.Jon Masters1-3/+19
2011-06-01depmod: add function documentationJon Masters1-15/+377
2011-05-31depmod: Handle X.Y kernel versionsMichal Marek1-1/+1
2011-04-13m-i-t: constifyMike Frysinger1-5/+5
2011-04-13depmod/modprobe: localize functions/variablesMike Frysinger1-7/+7
2011-04-13depmod: new --symbol-prefix optionMike Frysinger1-5/+23
2010-05-25depmod: export static device node information to modules.devnameKay Sievers1-0/+38
2010-05-25depmod: add some comments to the codeJon Masters1-5/+6
2010-03-10Merge branch 'alan-softdep-merge' into devJon Masters1-4/+34
2010-03-02Merge branch 'cleanups' into softdep-mergeAlan Jenkins1-2/+2
2010-02-24Fix depmod -e without -F or -E unterminated warningGilles Espinasse1-1/+1
2010-01-15depmod: use real regex matching on depmod "overrides" entriesJon Masters1-2/+2
2009-11-05depmod: generate modules.softdepalan-softdepAndreas Robinson1-0/+30
2009-10-04elfops: remove errfn_t from load_stringsAndreas Robinson1-4/+4
2009-10-01modprobe: handle built-in modules (v4, this time tested...)Michal Marek1-1/+38
2009-10-01depmod: change depfile functions to return intMichal Marek1-10/+26
2009-06-23depmod: add ability to check symbol versionsJon Masters1-20/+81
2009-06-23elfops: kill first argument of load_dep_syms()Michal Marek1-1/+1
2009-06-11depmod: simplify option error handlingAlan Jenkins1-13/+3
2009-06-11depmod --warn doesn't has_argAlan Jenkins1-1/+1
2009-06-11Clean up missing optionsAlan Jenkins1-1/+1
2009-06-11Re-order options to make the code easier to checkAlan Jenkins1-17/+17
2009-05-21read string sections such as .modinfo with load_strings()Andreas Robinson1-20/+22
2009-05-21fix minor strtbl_free and strtbl_add problemsAndreas Robinson1-1/+1
2009-05-15elfops, depmod: add elf_file grab/release functionsAndreas Robinson1-34/+8
2009-05-12moduleops: rename to elfops and move to static libAndreas Robinson1-1/+1
2009-05-12depmod: Introduce struct elf_fileAndreas Robinson1-13/+24
2009-05-12depmod: move tables from struct module into separate structAndreas Robinson1-1/+1
2009-05-12depmod: separate symbol lookup and dependency calculationAndreas Robinson1-1/+35
2009-05-12depmod: rewrite load_symbols() to not use callbackAndreas Robinson1-1/+8
2009-04-30Clean up ELF header tester elf_ident()Andreas Robinson1-12/+10
2009-04-30Clean up native-endianness testsAndreas Robinson1-13/+4
2009-04-30[PATCH 1/4] Clean up my_basename()Andreas Robinson1-7/+0
2009-04-08remove all legacy support for pre-2.6 kernelsAlan Jenkins1-30/+6
2009-03-12Take advantage of strstartsAlan Jenkins1-5/+4
2009-03-12depmod: Don't accept "make_map_files yes-please"Alan Jenkins1-2/+2
2009-03-12Enforce use of streqAlan Jenkins1-6/+6
2009-03-12Move a few common functions and macros to "util"Alan Jenkins1-113/+1
2009-03-12Move more logging to common filesAlan Jenkins1-8/+1
2009-03-12depmod: Replace malloc+sprintf with asprintfAlan Jenkins1-28/+9
2009-03-02depmod: "updates" fixeskayMichal Marek1-6/+13
2009-03-02modprobe,depmod: deprecate "include", sort config files, warn if they miss .confKay Sievers1-60/+91
2009-02-20depmod: Allow modules outside the normal module directoryAlan Jenkins1-5/+19
2009-02-06depmod: Specifying modules using relative paths is an errorAlan Jenkins1-1/+7
2009-02-20Fix underscores() corner case (and optimise)Alan Jenkins1-1/+5
2009-02-10depmod: fix is_higher_priority()Michal Marek1-55/+57
2009-02-10add module ordering support for binary indexesAlan Jenkins1-22/+31
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-04Merge branch 'master' of ../module-init-tools_keybukJon Masters1-1/+52
2009-01-23Sort modules according to modules.orderscottScott James Remnant1-0/+49
2009-01-23Filter configuration filesScott James Remnant1-1/+3
2009-01-23depmod: Fix modules.dep truncationLuiz Fernando N. Capitulino1-0/+5
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 Masters1-13/+13
2008-11-25check that asprintf() calls actually allocate memory successfullyAndreas1-5/+5
2008-10-13search all config files by default rather than stopping after the firstJon Masters1-2/+1
2008-10-13depmod: Add binary index filesJon Masters1-43/+195
2008-10-13Move modprobe & depmod's identical logging code into a shared fileAlan Jenkins1-33/+1
2008-10-13depmod: minimise basename() overheadAlan Jenkins1-10/+11
2008-10-13Minimize overhead of getlines_wrapped in modprobe and depmodAlan Jenkins1-27/+33
2008-10-13Reduce valgrind memory leak warnings in depmod and modprobeAlan Jenkins1-12/+20
2008-10-13fix some memory leaks in depmod, modprobe and rmmodAlan Jenkins1-4/+10
2007-07-30Make module-init-tools build with ANSI C 89 compilerJon Masters1-3/+3
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-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
2006-12-08Subject: depmod: adds missing fclose() in load_system_map().Jonathan Masters1-0/+2
2006-12-08Subject: depmod: print_usage() minor fixes.Jonathan Masters1-1/+4
2006-12-08Begin tracking post-3.3-pre3 development with git.Jonathan Masters1-0/+1202