]> git.ipfire.org Git - thirdparty/kmod.git/history - tools
Add program to calculate the shortest relative path for symlinks
[thirdparty/kmod.git] / tools /
2012-01-18  Lucas De MarchiAdd program to calculate the shortest relative path...
2012-01-17  Thierry VignaudWEXITSTATUS is defined in sys/wait.h
2012-01-17  Lucas De Marchimodprobe: flush stdout before dumping indexes
2012-01-17  Lucas De MarchiFix common misspelling with codespell
2012-01-16  Lucas De Marchimodprobe: dump indexes as well
2012-01-14  Lucas De Marchidepmod: deal with relative root dir
2012-01-14  Lucas De Marchidepmod: fix idx calculation after postponed array creation
2012-01-14  Lucas De MarchiReduce scope of counter variable
2012-01-14  Lucas De Marchidepmod: adhere to coding style
2012-01-13  Lucas De Marchimodprobe: dump configuration
2012-01-12  Lucas De Marchimodprobe: abort on dependency loop that cannot be broken
2012-01-12  Lucas De Marchimodprobe: fix leak on error path
2012-01-12  Lucas De Marchimodprobe: rework module removal without tree traversing
2012-01-12  Lucas De Marchimodprobe: rework module insertion without tree traversing
2012-01-11  Lucas De Marchimodprobe: show if module is in kernel
2012-01-11  Jan Alexander Stef... depmod: Postpone creation of module array
2012-01-11  Lucas De Marchimodprobe: break dependency loop by checking if module...
2012-01-11  Lucas De Marchimodprobe: adhere do coding style
2012-01-11  Dave Reisnerrmmod: behavior more like m-i-t's rmmod
2012-01-11  Dave Reisnermodprobe: check for EPERM on insertion
2012-01-10  Lucas De Marchibuild-sys: workaround libtool issue with argv[0]
2012-01-10  Lucas De Marchibuild-sys: create symlinks instead of building separate...
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-08  Lucas De Marchimodprobe: fix error path when loading dependencies
2012-01-08  Gustavo Sverzut... modprobe: show is independent from verbose level.
2012-01-08  Lucas De MarchiReplace NAME_MAX with PATH_MAX for module aliases
2012-01-06  Rolf Eike Beertools/kmod-depmod: fix aliasing warning
2012-01-06  Lucas De MarchiRevert "tools/kmod-depmod: fix aliasing warning"
2012-01-06  roottools/kmod-depmod: fix aliasing warning
2012-01-06  Dave Reisnertools/modprobe: exit non-zero on module not found with...
2012-01-06  Dave Reisnertools/modinfo: exit non-zero on module not found
2012-01-05  Lucas De Marchitools: use basename in help message
2012-01-04  Lucas De Marchikmod-depmod: demote messages to WRN when non-critical...
2012-01-04  Dave Reisnertools: unify error verbiage and casing
2012-01-03  Gustavo Sverzut... kmod-depmod: fix replacement of existing modules.
2012-01-03  Gustavo Sverzut... kmod-depmod: fix comparison of module priority.
2012-01-03  Gustavo Sverzut... kmod-depmod: fix incorrect math finding out end of...
2012-01-03  Gustavo Sverzut... kmod-depmod: document --config/-C in help output.
2012-01-03  Gustavo Sverzut... kmod-depmod: add missing trailing \n to log messages.
2012-01-01  Lucas De Marchikmod-modprobe: mimic modprobe when removing deps with...
2012-01-01  Lucas De MarchiFix leak of kmod_module and fix code style
2011-12-31  Dave Reisnerkmodprobe: post-remove module deps with 0 refcnt
2011-12-31  Dave Reisnermodprobe: use lighter access call instead of stat
2011-12-31  Dave Reisnermodprobe: remove --list option
2011-12-28  Lucas De MarchiMove libkmod-util.c to convenience util lib
2011-12-28  Lucas De MarchiMove array implementation from depmode to libkmod-util
2011-12-27  Lucas De Marchitools: kmod: bundle depmod together with the others
2011-12-27  Lucas De MarchiFix header guard
2011-12-27  Leandro Pereirakmod tool: don't keep iterating when command has been...
2011-12-27  Lucas De Marchikmod-depmod: use hash implementation from util lib
2011-12-27  Lucas De Marchikmod-depmod: Fix leak of dependency vector
2011-12-27  Gustavo Sverzut... kmod-depmod: refactor extension matching array, support XZ.
2011-12-27  Gustavo Sverzut... kmod-depmod: implement -A (--quick)
2011-12-27  Gustavo Sverzut... kmod-depmod: implement -F and -E options.
2011-12-27  Gustavo Sverzut... kmod-depmod: dump modules.dep.bin
2011-12-27  Gustavo Sverzut... kmod-depmod: dump modules.alias.bin
2011-12-27  Gustavo Sverzut... kmod-depmod: dump modules.symbols.bin
2011-12-27  Gustavo Sverzut... kmod-depmod: dump modules.builtin.bin
2011-12-27  Gustavo Sverzut... kmod-depmod: add utility functions to be used by binary...
2011-12-27  Gustavo Sverzut... kmod-depmod: copy code from module-init-tools/index.c
2011-12-27  Gustavo Sverzut... kmod-depmod: dump deps.
2011-12-27  Gustavo Sverzut... kmod-depmod: dump aliases
2011-12-27  Gustavo Sverzut... kmod-depmod: dump softdeps.
2011-12-27  Gustavo Sverzut... kmod-depmod: dump modules.symbols
2011-12-27  Gustavo Sverzut... kmod-depmod: dump devname
2011-12-27  Gustavo Sverzut... kmod-depmod: initial code (no files generated, untested)
2011-12-23  Lucas De Marchitools: kmod: show wrong command in err message
2011-12-23  Lucas De Marchitools: kmod: print help message when no commands given
2011-12-23  Lucas De Marchitools: kmod: add list command
2011-12-23  Lucas De Marchitools: kmod: Add handling of compat modprobe
2011-12-23  Lucas De Marchitools: kmod: Add handling of compat modinfo
2011-12-23  Lucas De Marchitools: kmod: Add handling of compat insmod
2011-12-23  Lucas De Marchitools: kmod: Add handling of compat rmmod
2011-12-23  Lucas De Marchitools: kmod: Add handling of compat lsmod
2011-12-23  Lucas De Marchitools: kmod: check progname for handling compat commands
2011-12-23  Lucas De Marchitools: kmod: Add global options
2011-12-23  Lucas De Marchitools: add skeleton of kmod tool
2011-12-23  Lucas De Marchikmod_modprobe: use basename(argv[0]) in help message
2011-12-23  Gustavo Sverzut... kmod-modprobe: fix leak in command line option processing.
2011-12-20  Lucas De Marchikmod_modprobe: fix description of -C flag
2011-12-20  Kay Sieversintroduce --with-rootprefix=DIR
2011-12-20  Lucas De Marchikmod_modprobe: Fix regression when inserting module
2011-12-19  Gustavo Sverzut... kmod-modinfo: -p (-F parm) shows also parmtype in Debia...
2011-12-19  Gustavo Sverzut... kmod-modinfo: fix typo and output format.
2011-12-19  Gustavo Sverzut... kmod-modinfo: add missing short options.
2011-12-19  Gustavo Sverzut... Introduce kmod-modinfo.
2011-12-19  Gustavo Sverzut... kmod-modprobe: improve --help output.
2011-12-19  Gustavo Sverzut... kmod-modprobe: implement --dump-modversions
2011-12-19  Lucas De Marchikmod_modprobe: properly handle install/remove commands
2011-12-19  Lucas De Marchikmod_modprobe: fix handling of remove commands
2011-12-17  Gustavo Sverzut... kmod-modprobe: implement softdeps.
2011-12-16  Lucas De Marchitools: fix kmod-modprobe -R trying to insert module
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De MarchiRemove warnings: ‘err’ may be used uninitialized in...
2011-12-12  Lucas De MarchiDo not use config if it's not needed/wanted
2011-12-12  Lucas De MarchiRename kmod_loaded_get_list() to kmod_module_new_from_l...
2011-12-12  Lucas De MarchiMerge branch 'use-mmap'
2011-12-11  Gustavo Sverzut... API-BREAK: kmod_new() takes a second parameter for...
2011-12-11  Gustavo Sverzut... tools: add modprobe
2011-12-11  Gustavo Sverzut... add lsmod, insmod and rmmod tools.