aboutsummaryrefslogtreecommitdiff
path: root/libkmod/libkmod-config.c
AgeCommit message (Expand)Author
2017-02-16libkmod-config: fix parsing quoted kernel cmdline on paramsLucas De Marchi
2017-02-16libkmod-config: replace 0/1 with boolLucas De Marchi
2017-01-23libkmod: Fix handling of quotes in kernel command lineJames Minor
2016-08-08libkmod: fix use of strcpyLucas De Marchi
2014-12-25Remove FSF mailing addressLucas De Marchi
2014-10-09Log error on failed underscores(), moving it to shared/Lucas De Marchi
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi
2014-10-03Reorder and reorganize header filesLucas De Marchi
2014-10-03Move generic util functions to shared directoryLucas De Marchi
2014-04-01config: also parse softdeps from modulesTom Gundersen
2014-03-05libkmod-config: Only match dot before '=' in /proc/cmdlineMichal Marek
2014-03-05libkmod-config,depmod: Accept special files as configuration files, tooMichal Marek
2013-11-18config: Use _cleanup_free_Lucas De Marchi
2013-08-29Fix usage of readdir_r()Lucas De Marchi
2013-08-13libkmod: Fix getting param with no value from kcmdlineLucas De Marchi
2013-08-09depmod: add missing "else" clauseJan Engelhardt
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi
2013-01-16Update copyright noticesLucas De Marchi
2012-10-09libkmod: Add support for '.' in module parameter on kcmdlineLucas De Marchi
2012-06-12libkmod-config: refactor functions to get configLucas De Marchi
2012-05-15libkmod: move function to the only file using itMike Frysinger
2012-04-19doc: remove links to NULL going nowhereLucas De Marchi
2012-02-18Add missing newlinesLucas De Marchi
2012-01-31improve logging to mention context.Gustavo Sverzut Barbieri
2012-01-17Check if struct stat has mtim memberLucas De Marchi
2012-01-14Update documentation with recent changesLucas De Marchi
2012-01-13config: let softdeps dump their dataLucas De Marchi
2012-01-13config: add exported iterator functionsLucas De Marchi
2012-01-11config: deprecate 'include' and 'config' commandsLucas De Marchi
2012-01-10config: be reliable againt syntax errors in configsLucas De Marchi
2012-01-09Update copyrightLucas De Marchi
2012-01-06config: check if opening /proc/cmdline succeededLucas De Marchi
2012-01-04config: take a weakref to ctxLucas De Marchi
2012-01-01config: save list of config paths with their timestampsLucas De Marchi
2011-12-31libkmod-config: remove warning for skipped config filesDave Reisner
2011-12-28Do not forget parenthesis around if (streq(A, B)).Leandro Pereira
2011-12-27Add functions to get ctx blacklistsLucas De Marchi
2011-12-22Initialize line number with 0Lucas De Marchi
2011-12-20Use sorted configuration files in precedence orderLucas De Marchi
2011-12-20kmod_config: fix kcmd line parser with dots after =Lucas De Marchi
2011-12-19Fix debug message formattingLucas De Marchi
2011-12-17implement softdeps.Gustavo Sverzut Barbieri
2011-12-17Open more file descriptors with O_CLOEXECCristian Rodríguez
2011-12-16Library must use O_CLOEXEC whenever it opens file descriptorsCristian Rodríguez
2011-12-14Fix format of log messageLucas De Marchi
2011-12-14kmod_config: parse kernel command line for options and blacklistLucas De Marchi
2011-12-12Fix "Dead assignments" as reported by llvmLucas De Marchi
2011-12-12Change licensesLucas De Marchi
2011-12-12Use true/false for bool returnLucas De Marchi
2011-12-12Directories inside config directories are not supportedLucas De Marchi