]> git.ipfire.org Git - thirdparty/kmod.git/history - tools/modprobe.c
libkmod: keep KMOD_FILE_COMPRESSION_NONE/load_reg in comp_types
[thirdparty/kmod.git] / tools / modprobe.c
2023-12-06  Michal Suchaneklibkmod, depmod, modprobe: Make directory for kernel...
2023-04-18  Nicolas Schiermodprobe: rmmod_do_module: Free kmod list of holders
2023-01-14  Gustavo Sousamodprobe: Allow passing path to module
2023-01-14  Gustavo Sousamodprobe: Move insertion block into separate function
2022-06-30  Quentin Armitagemodprobe: Write error messages to syslog if stderr...
2022-06-27  Lucas De Marchimodprobe: Add --wait
2022-06-27  Lucas De Marchimodprobe: Move -R to "Query options"
2022-06-27  Lucas De Marchimodprobe: re-use modname variable
2022-04-07  Lucas De Marchimodprobe: Make rmmod_do_module() contain all the remova...
2022-04-07  Lucas De Marchimodprobe: move check for remove_holders to caller
2022-04-07  Lucas De Marchimodprobe: Fix holders removal
2022-04-04  Masahiro Yamadamodprobe: remove unneeded variable str_start
2022-04-04  Masahiro Yamadamodprobe: fix the NULL-termination of new_argv
2022-04-02  Lucas De Marchimodprobe: Rename rmmod_do_deps_list
2019-11-07  Lucas De Marchimodprobe: use flags rather than bool args
2019-11-07  Yauheni Kaliutamodprobe: ignore builtin module on recursive removing
2018-11-13  Yauheni Kaliutamodprobe: add --show-exports
2015-09-30  Laura Abbottmodprobe: Update error message when path is missing
2015-06-09  Lucas De Marchitools: display features in --version
2015-02-28  Lucas De Marchimodprobe: stop checking initstate for builtin modules
2015-01-02  Lucas De MarchiFix includes after change to build-sys
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove array implementation to shared directory
2014-10-03  Lucas De MarchiMove macro.h to shared directory
2013-05-03  Johannes Bergmodprobe: don't check refcount with remove command
2013-04-21  Lucas De MarchiAdd format attribute and fix issues
2013-03-21  Lucas De Marchimodprobe: Fix assertion on --show-depends with bogus...
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-11-06  Lucas De Marchitools: use program_invocation_short_name provided by...
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-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-02  Dave Reisnerbuild-sys: Remove --with-rootprefix option
2012-08-17  Lucas De Marchimodprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIS...
2012-06-15  Lucas De MarchiRemove ifdef for building tools not bundled
2012-06-14  Lucas De Marchitools: rename source files