]> git.ipfire.org Git - thirdparty/kmod.git/history - tools
gitignore: Ignore *.pc files
[thirdparty/kmod.git] / tools /
2013-08-29  Lucas De MarchiFix usage of readdir_r()
2013-08-09  Jan Engelhardtdepmod: add missing "else" clause
2013-07-15  Tom Gundersenstatic-nodes: create parent directories of output file
2013-07-15  Tom Gundersenstatic-nodes: don't fail if modules.devname not found
2013-07-03  Lucas De Marchitools: Use test/kmod instead of kmod-nolib
2013-07-02  Lucas De Marchistatic-nodes: Better -f option description
2013-05-03  Johannes Bergmodprobe: don't check refcount with remove command
2013-04-21  Lucas De MarchiAdd format attribute and fix issues
2013-04-19  Lucas De Marchistatic-nodes: Fix indentation
2013-04-19  Tom Gundersenstatic-nodes: tmpfiles - also create parents directorie...
2013-04-17  Lucas De Marchikmod: It's an error not to have modules.devname
2013-04-17  Tom Gundersentools: add static-nodes tool
2013-03-21  Lucas De Marchimodprobe: Fix assertion on --show-depends with bogus...
2013-03-18  Josh Boyerrmmod: Teach rmmod about builtin modules
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-12-31  Andrey Mazodepmod: fix builtin symbols resolution when the prefix...
2012-12-13  Andrey Mazodepmod: --symbol-prefix actually requires an argument
2012-11-28  Lucas De Marchidepmod: fix checking file extension
2012-11-28  Aleksey Makarovfix is_module_filename()
2012-11-16  Lucas De Marchidepmod: fix asserting mod->kmod == NULL
2012-11-16  Lucas De Marchidepmod: fix hash lookup by relpath instead of uncrelpath
2012-11-06  Lucas De Marchitools: use program_invocation_short_name provided by...
2012-11-06  Lucas De Marchitools: staticize functions that are now only used in...
2012-11-06  Lucas De Marchitools: share function for logging
2012-11-06  Lucas De Marchitools: share setting up libkmod log
2012-11-06  Lucas De Marchitools: use a single function for logging libkmod output
2012-11-06  Lucas De Marchitools: make usage() messages go to stdout rather than...
2012-11-06  Lucas De Marchitools: share function to convert prio to string
2012-11-06  Lucas De Marchitools: share getting program name from argv for all...
2012-11-05  Lucas De Marchirmmod: route all messages to syslog if told to
2012-11-05  Lucas De Marchirmmod: prefer ERR over plain fprintf
2012-11-05  Lucas De Marchimodinfo: prefer ERR over plain fprintf
2012-11-05  Lucas De Marchiinsmod: prefer ERR over plain fprintf
2012-11-05  Lucas De Marchidepmod: add depmod prefix to log messages
2012-11-05  Lucas De Marchidepmod: remove inline from _log
2012-11-05  Lucas De Marchidepmod: prefer ERR and WRN over plain fprintf
2012-11-01  Lucas De Marchimodprobe: use ERR() instead of fprintf(stderr, ...)
2012-11-01  Lucas De Marchimodprobe: prefix log messages to stderr with modprobe
2012-11-01  Lucas De Marchimodprobe: move log function
2012-11-01  Lucas De Marchimodprobe: prefix libkmod messages to stderr with modprobe:
2012-11-01  Lucas De Marchimodprobe: use prio_to_str() helper
2012-10-31  Lucas De Marchimodprobe: exit in one place
2012-10-30  Lucas De Marchidepmod: unref kmod_module once we don't need it anymore
2012-10-30  Lucas De Marchidepmod: use our copy of modname instead of calling...
2012-10-30  Lucas De Marchidepmod: cache dependency_symbol list in struct mod
2012-10-30  Lucas De Marchidepmod: cache info_list in struct mod
2012-10-30  Lucas De Marchidepmod: do not create a hole in struct depmod
2012-10-17  Lucas De Marchirmmod: Deprecate --wait option
2012-10-03  Lucas De Marchidepmod: fix parsing of modules.order with compressed...
2012-10-02  Dave Reisnerbuild-sys: Remove --with-rootprefix option
2012-08-17  Lucas De Marchimodprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIS...
2012-07-18  Lucas De MarchiUse #pragma once instead of #ifndef
2012-06-16  Lucas De Marchidepmod: use ferror and fclose to check for error
2012-06-16  Lucas De Marchidepmod: return error when index is truncated due to...
2012-06-15  Lucas De Marchidepmod: fix coding-style issue in array declaration
2012-06-15  Lucas De Marchidepmod: fail if any index could not be created
2012-06-15  Lucas De Marchidepmod: don't return error if modules.builtin don't...
2012-06-15  Lucas De MarchiRemove ifdef for building tools not bundled
2012-06-14  Lucas De Marchitools: rename source files
2012-05-08  Dave Reisnerdepmod: report failures in loading symbols
2012-04-26  Lucas De MarchiReturn error instead of always 0
2012-04-26  Lucas De MarchiRemove dead assignment
2012-04-16  Dave Reisnermodprobe: handle -ENOENT return from init_module
2012-03-22  Elan Ruusamäemodprobe: fix typo in config dump: option->options
2012-03-15  Lucas De Marchimodprobe: set log prio to 0 if user passed -q arg
2012-03-15  Lucas De MarchiMerge branch 'master' of git://code.falconindy.com...
2012-03-15  Lucas De Marchimodprobe: always try to remove all modules in command...
2012-03-15  Lucas De Marchimodprobe: don't check if module builtin to decide if...
2012-03-15  Dave Reisnermodprobe: fix error path in removing modules
2012-02-27  Dave Reisnermodprobe: show builtin label on --show-depends
2012-02-24  Dave Reisnermodinfo: use new apply_filter method to avoid builtins
2012-02-06  Dan McGeemodinfo: handle arguments more carefully
2012-02-06  Lucas De Marchilibkmod-module: probe: rename flag to be more meaningful
2012-02-05  Dan McGeeUpdate .gitignore files
2012-02-03  Khem Rajdepmod: Dont use errno unconditionally
2012-02-03  Dave Reisnermodprobe: avoid breaking on insertion failure
2012-01-31  Dave Reisnermodprobe: properly handle errors from init_module
2012-01-31  Dave Reisnermodprobe: post-remove module deps with 0 refcnt
2012-01-31  Lucas De Marchikmod-modprobe: migrate to kmod_module_probe_insert_module()
2012-01-28  Lucas De Marchimodprobe: print end of configuration files
2012-01-26  Lucas De Marchimodprobe: fix build 'cause of excessive number of arguments
2012-01-26  Dave Reisnermodprobe: remove code referring to -t, --type
2012-01-21  Lucas De Marchibuild-sys: do not create symlinks by default
2012-01-21  Lucas De Marchimodprobe: kill operations depending on path
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
next