]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-util.c
depmod: use alias_normalize() from shared
[thirdparty/kmod.git] / libkmod / libkmod-util.c
2014-10-09  Lucas De MarchiMove alias_normalize() to shared
2014-10-09  Lucas De MarchiDo not export array of kmod extensions
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2013-11-18  Lucas De Marchiutil: Be OOM-safe and use _cleanup_free_
2013-11-18  Lucas De Marchiutil: use _cleanup_free_ on path_make_absolute_cwd()
2013-07-15  Lucas De Marchiutil: Add mkdir_parents()
2013-07-15  Lucas De Marchiutil: Add len arg to mkdir_p()
2013-07-15  Lucas De Marchiutil: Add mkdir_p implementation from testsuite
2013-07-04  Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-11-28  Lucas De MarchiUse bool instead of int
2012-11-28  Aleksey Makarovfix is_module_filename()
2012-06-06  Lucas De Marchilibkmod-util: split function for usec conversion
2012-05-15  Mike Frysingerlibkmod: move function to the only file using it
2012-01-30  Lucas De MarchiPartially fix parsing of alias with dots
2012-01-28  Pedro Pedruzzilibkmod: Fix handling of square brackets expressions...
2012-01-17  Lucas De MarchiCheck if struct stat has mtim member
2012-01-16  Lucas De Marchilibkmod-util: add helper function to write to fd
2012-01-16  Lucas De Marchilibkmod-util: adhere to coding style
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-08  Lucas De MarchiReplace NAME_MAX with PATH_MAX for module aliases
2012-01-03  Gustavo Sverzut... utils/read_str_safe(): fix wrong behavior and bugs.
2012-01-01  Lucas De Marchiutil: add helper function to compare timestamps
2011-12-28  Leandro Pereiralibkmod-util: getline_wrapped: return NULL when buffer...
2011-12-28  Lucas De MarchiMove libkmod-util.c to convenience util lib
2011-12-27  Lucas De MarchiMove util functions to libkmod-util.c
2011-12-13  Lucas De MarchiAdd helper alias_normalize()
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De Marchicoding style: be consistent with blank lines
2011-12-12  Lucas De MarchiMerge branch 'use-mmap'
2011-12-11  Gustavo Sverzut... fix string replace.
2011-12-08  Lucas De MarchiFix abs path helper function
2011-12-07  Lucas De MarchiAdd helper path_make_absolute_cwd()
2011-12-07  Lucas De MarchiAdd helper path_is_absolute()
2011-12-07  Lucas De MarchiAdd helper strchr_replace()
2011-12-04  Gustavo Sverzut... kmod_module: extended information gathering.
2011-12-03  Lucas De MarchiAdd memdup() helper
2011-11-30  Lucas De MarchiAdd startswith() helper function
2011-11-30  Lucas De MarchiAdd underscores() helper to replace - with _
2011-11-29  Lucas De MarchiAdd getline_wrapped() to parse config files