1. 31dd40a libkmod-config: fix parsing quoted kernel cmdline on params by Lucas De Marchi · 7 years ago
  2. 8df2117 libkmod-config: replace 0/1 with bool by Lucas De Marchi · 7 years ago
  3. f27a2b1 libkmod: Fix handling of quotes in kernel command line by James Minor · 7 years ago
  4. 53d3a99 libkmod: fix use of strcpy by Lucas De Marchi · 8 years ago
  5. dea2dfe Remove FSF mailing address by Lucas De Marchi · 9 years ago
  6. 52c9c99 Log error on failed underscores(), moving it to shared/ by Lucas De Marchi · 10 years ago
  7. aafd383 Rename getline_wrapped() to freadline_wrapped() by Lucas De Marchi · 10 years ago
  8. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  9. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  10. 8240333 config: also parse softdeps from modules by Tom Gundersen · 10 years ago
  11. aa87854 libkmod-config: Only match dot before '=' in /proc/cmdline by Michal Marek · 10 years ago
  12. 519d27d libkmod-config,depmod: Accept special files as configuration files, too by Michal Marek · 10 years ago
  13. 342e9ce config: Use _cleanup_free_ by Lucas De Marchi · 11 years ago
  14. 7e0385c Fix usage of readdir_r() by Lucas De Marchi · 11 years ago
  15. 493dc65 libkmod: Fix getting param with no value from kcmdline by Lucas De Marchi · 11 years ago
  16. c117088 depmod: add missing "else" clause by Jan Engelhardt · 11 years ago
  17. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  18. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  19. 66f3228 libkmod: Add support for '.' in module parameter on kcmdline by Lucas De Marchi · 12 years ago
  20. e7fc2c8 libkmod-config: refactor functions to get config by Lucas De Marchi · 12 years ago
  21. d30319e libkmod: move function to the only file using it by Mike Frysinger · 12 years ago
  22. 883d8c4 doc: remove links to NULL going nowhere by Lucas De Marchi · 12 years ago
  23. 050db08 Add missing newlines by Lucas De Marchi · 12 years ago
  24. dfa96f1 improve logging to mention context. by Gustavo Sverzut Barbieri · 12 years ago
  25. 6068aaa Check if struct stat has mtim member by Lucas De Marchi · 12 years ago
  26. 2f47c7f Update documentation with recent changes by Lucas De Marchi · 12 years ago
  27. 6b04ef3 config: let softdeps dump their data by Lucas De Marchi · 12 years ago
  28. 0017862 config: add exported iterator functions by Lucas De Marchi · 12 years ago
  29. 0ad5dd0 config: deprecate 'include' and 'config' commands by Lucas De Marchi · 12 years ago
  30. 83121fd config: be reliable againt syntax errors in configs by Lucas De Marchi · 12 years ago
  31. a66a6a9 Update copyright by Lucas De Marchi · 12 years ago
  32. dd1cf10 config: check if opening /proc/cmdline succeeded by Lucas De Marchi · 12 years ago
  33. 29b69c0 config: take a weakref to ctx by Lucas De Marchi · 12 years ago
  34. b6a4dfb config: save list of config paths with their timestamps by Lucas De Marchi · 12 years ago
  35. 9070b11 libkmod-config: remove warning for skipped config files by Dave Reisner · 12 years ago
  36. 40ee8da Do not forget parenthesis around if (streq(A, B)). by Leandro Pereira · 12 years ago
  37. c1c9c44 Add functions to get ctx blacklists by Lucas De Marchi · 12 years ago
  38. 759214f Initialize line number with 0 by Lucas De Marchi · 12 years ago
  39. 7fe5f7a Use sorted configuration files in precedence order by Lucas De Marchi · 12 years ago
  40. 135bffd kmod_config: fix kcmd line parser with dots after = by Lucas De Marchi · 12 years ago
  41. e5a7f6a Fix debug message formatting by Lucas De Marchi · 12 years ago
  42. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 12 years ago
  43. 8e3e583 Open more file descriptors with O_CLOEXEC by Cristian Rodríguez · 12 years ago
  44. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 12 years ago
  45. 23c0d01 Fix format of log message by Lucas De Marchi · 12 years ago
  46. 1684e44 kmod_config: parse kernel command line for options and blacklist by Lucas De Marchi · 12 years ago
  47. 1c250ec Fix "Dead assignments" as reported by llvm by Lucas De Marchi · 12 years ago
  48. cb451f3 Change licenses by Lucas De Marchi · 12 years ago
  49. 8f767e2 Use true/false for bool return by Lucas De Marchi · 12 years ago
  50. 98c80f4 Directories inside config directories are not supported by Lucas De Marchi · 12 years ago
  51. 4782396 Do not stat() dir twice by Lucas De Marchi · 12 years ago
  52. 016d619 Fix leak of DIR by Lucas De Marchi · 12 years ago
  53. 28c175e coding style: be consistent with blank lines by Lucas De Marchi · 12 years ago
  54. c35347f coding style: fix lines over 80 chars by Lucas De Marchi · 12 years ago
  55. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 12 years ago
  56. bd3f553 export module's options and commands. by Gustavo Sverzut Barbieri · 12 years ago
  57. a5cce6d kmod_config: parse install and remove commands by Lucas De Marchi · 12 years ago
  58. 615c42b kmod_config: parse module options by Lucas De Marchi · 12 years ago
  59. 877e80c Use streq() when possible by Lucas De Marchi · 12 years ago
  60. b7b7ac2 kmod_config: optimize config files handling by Lucas De Marchi · 12 years ago
  61. 43c29d1 kmod_alias: reduce from 3 mallocs to a single one. by Gustavo Sverzut Barbieri · 12 years ago
  62. 2295acc Fix some coding style issues by Lucas De Marchi · 12 years ago
  63. d13e606 improve kmod_config api. by Gustavo Sverzut Barbieri · 12 years ago
  64. 1ce08a5 improve "const" keyword usage. by Gustavo Sverzut Barbieri · 12 years ago
  65. ca491ca Drop configurations from /usr/local by Lucas De Marchi · 12 years ago
  66. 6f1bc6e Clean 'unused variable' warnings by Lucas De Marchi · 12 years ago
  67. c11e62b Use strtok_r insteat of strtok by Lucas De Marchi · 12 years ago
  68. b0ef19f Add getters for aliases by Lucas De Marchi · 13 years ago
  69. 30be751 Use underscores() in module names and aliases by Lucas De Marchi · 13 years ago
  70. 81cf206 Parse blacklists in config files by Lucas De Marchi · 13 years ago
  71. 7c2ab35 Add support for parsing config files by Lucas De Marchi · 13 years ago