]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-config.c
Remove FSF mailing address
[thirdparty/kmod.git] / libkmod / libkmod-config.c
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-10-09  Lucas De MarchiLog error on failed underscores(), moving it to shared/
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 generic util functions to shared directory
2014-04-01  Tom Gundersenconfig: also parse softdeps from modules
2014-03-05  Michal Mareklibkmod-config: Only match dot before '=' in /proc...
2014-03-05  Michal Mareklibkmod-config,depmod: Accept special files as configur...
2013-11-18  Lucas De Marchiconfig: Use _cleanup_free_
2013-08-29  Lucas De MarchiFix usage of readdir_r()
2013-08-14  Lucas De Marchilibkmod: Fix getting param with no value from kcmdline
2013-08-09  Jan Engelhardtdepmod: add missing "else" clause
2013-07-04  Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-10-09  Lucas De Marchilibkmod: Add support for '.' in module parameter on...
2012-06-12  Lucas De Marchilibkmod-config: refactor functions to get config
2012-05-15  Mike Frysingerlibkmod: move function to the only file using it
2012-04-19  Lucas De Marchidoc: remove links to NULL going nowhere
2012-02-18  Lucas De MarchiAdd missing newlines
2012-02-01  Gustavo Sverzut... improve logging to mention context.
2012-01-17  Lucas De MarchiCheck if struct stat has mtim member
2012-01-14  Lucas De MarchiUpdate documentation with recent changes
2012-01-13  Lucas De Marchiconfig: let softdeps dump their data
2012-01-13  Lucas De Marchiconfig: add exported iterator functions
2012-01-11  Lucas De Marchiconfig: deprecate 'include' and 'config' commands
2012-01-10  Lucas De Marchiconfig: be reliable againt syntax errors in configs
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-06  Lucas De Marchiconfig: check if opening /proc/cmdline succeeded
2012-01-04  Lucas De Marchiconfig: take a weakref to ctx
2012-01-01  Lucas De Marchiconfig: save list of config paths with their timestamps
2011-12-31  Dave Reisnerlibkmod-config: remove warning for skipped config files
2011-12-28  Leandro PereiraDo not forget parenthesis around if (streq(A, B)).
2011-12-27  Lucas De MarchiAdd functions to get ctx blacklists
2011-12-22  Lucas De MarchiInitialize line number with 0
2011-12-20  Lucas De MarchiUse sorted configuration files in precedence order
2011-12-20  Lucas De Marchikmod_config: fix kcmd line parser with dots after =
2011-12-19  Lucas De MarchiFix debug message formatting
2011-12-17  Gustavo Sverzut... implement softdeps.
2011-12-17  Cristian RodríguezOpen more file descriptors with O_CLOEXEC
2011-12-16  Cristian RodríguezLibrary must use O_CLOEXEC whenever it opens file descr...
2011-12-14  Lucas De MarchiFix format of log message
2011-12-14  Lucas De Marchikmod_config: parse kernel command line for options...
2011-12-12  Lucas De MarchiFix "Dead assignments" as reported by llvm
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De MarchiUse true/false for bool return
2011-12-12  Lucas De MarchiDirectories inside config directories are not supported
2011-12-12  Lucas De MarchiDo not stat() dir twice
2011-12-12  Lucas De MarchiFix leak of DIR
2011-12-12  Lucas De Marchicoding style: be consistent with blank lines
2011-12-12  Lucas De Marchicoding style: fix lines over 80 chars
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... export module's options and commands.
2011-12-07  Lucas De Marchikmod_config: parse install and remove commands
2011-12-07  Lucas De Marchikmod_config: parse module options
2011-12-07  Lucas De MarchiUse streq() when possible
2011-12-06  Lucas De Marchikmod_config: optimize config files handling
2011-12-05  Gustavo Sverzut... kmod_alias: reduce from 3 mallocs to a single one.
2011-12-03  Lucas De MarchiFix some coding style issues
2011-12-03  Gustavo Sverzut... improve kmod_config api.
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-02  Lucas De MarchiDrop configurations from /usr/local
2011-12-02  Lucas De MarchiClean 'unused variable' warnings
2011-12-01  Lucas De MarchiUse strtok_r insteat of strtok
2011-11-30  Lucas De MarchiAdd getters for aliases
2011-11-30  Lucas De MarchiUse underscores() in module names and aliases
2011-11-29  Lucas De MarchiParse blacklists in config files
2011-11-29  Lucas De MarchiAdd support for parsing config files