libkmod-module: convert return value from system() to errno
[platform/upstream/kmod.git] / tools / depmod.c
2019-12-19 Alexey GladkovLookup aliases in the modules.builtin.modinfo
2018-12-17 Michal Suchanekdepmod: shut up gcc insufficinet buffer warning
2018-12-17 Michal Suchanekdepmod: prevent module dependency files corruption...
2018-12-17 Michal Suchanekdepmod: prevent module dependency files missing during...
2017-12-07 Yauheni Kaliutadepmod: module_is_higher_priority: fix modname length...
2017-12-07 Michal Suchanekdepmod: Don't add .TOC. when it's in the kernel.
2017-06-02 Yauheni Kaliutadepmod: implement external directories support
2017-06-02 Yauheni Kaliutadepmod: rewrite depmod modules search with scratchbuf
2017-06-02 Yauheni Kaliutadepmod: create depmod dir independent search function
2017-05-09 Yauheni Kaliutadepmod: search key: move builtin detection under the...
2017-05-09 Yauheni Kaliutadepmod: fix errorpath memleaks in report cycles logic
2017-02-24 Lucas De Marchidepmod: fix leak on error path
2017-02-22 Yauheni Kaliutadepmod: handle nested loops
2016-11-09 Mian Yousaf Kaukabdepmod: ignore related modules in depmod_report_cycles
2016-08-15 Lucas De Marchidepmod: fix string overflow
2016-06-11 Anton Blancharddepmod: Ignore PowerPC64 ABIv2 .TOC. symbol
2016-01-11 Josh Triplettdepmod: Don't insert comment in modules.devname if...
2015-09-30 Laura Abbottdepmod: Don't fall back to uname on bad version
2015-09-30 Laura Abbottdepmod: Remove unprinted debug messages
2015-06-09 Lucas De Marchitools: display features in --version
2015-02-28 Lucas De Marchidepmod: add asserts to ensure positive return from...
2015-02-26 Lucas De Marchidepmod: fix leak in case of malloc(0)
2015-02-25 Lucas De Marchidepmod: use cleanup attribute to simplify free on exit
2015-02-25 Colin Waltersdepmod: Fix crash in previous commit if root is not set
2015-02-25 Lucas De Marchidepmod: fix leaking root on exit
2015-01-02 Lucas De MarchiFix includes after change to build-sys
2014-11-15 Lucas De Marchidepmod: point to documentation in libkmod
2014-10-09 Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-09 Lucas De Marchidepmod: use alias_normalize() from shared
2014-10-09 Lucas De MarchiDo not export array of kmod extensions
2014-10-03 Lucas De MarchiRename getline_wrapped() to freadline_wrapped()
2014-10-03 Lucas De MarchiReorder and reorganize header files
2014-10-03 Lucas De MarchiMove hash implementation to shared directory
2014-10-03 Lucas De MarchiMove array implementation to shared directory
2014-10-03 Lucas De MarchiMove generic util functions to shared directory
2014-10-03 Lucas De MarchiMove macro.h to shared directory
2014-05-30 Lucas De Marchidepmod: Add better error messages when facing loops
2014-05-30 Lucas De Marchidepmod: Rename variable to clarify its meaning
2014-05-14 Lucas De Marchidepmod: Make dependency loops be fatal
2014-04-01 Tom Gundersenconfig: also parse softdeps from modules
2014-03-19 Anssi Hannuladepmod: do not allow partial matches with "search"...
2014-03-19 Anssi Hannuladepmod: fix debug print parameter order
2014-03-05 Michal Mareklibkmod-config,depmod: Accept special files as configur...
2013-09-10 Tom Gundersendepmod: warn on invalid devname specification
2013-08-29 Lucas De MarchiFix usage of readdir_r()
2013-08-09 Jan Engelhardtdepmod: add missing "else" clause
2013-04-21 Lucas De MarchiAdd format attribute and fix issues
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: share function for logging
2012-11-06 Lucas De Marchitools: share setting up libkmod log
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 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-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-03 Lucas De Marchidepmod: fix parsing of modules.order with compressed...
2012-10-02 Dave Reisnerbuild-sys: Remove --with-rootprefix option
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