1. ad5555b Fix extra attribute by Lucas De Marchi · 13 years ago
  2. 12d9419 improve compiler warnings and checks for internal functions. by Gustavo Sverzut Barbieri · 13 years ago
  3. 1ce08a5 improve "const" keyword usage. by Gustavo Sverzut Barbieri · 13 years ago
  4. ca491ca Drop configurations from /usr/local by Lucas De Marchi · 13 years ago
  5. e71970a index: follow libkmod coding style by Lucas De Marchi · 13 years ago
  6. eb8bb32 Remove redundant comments by Lucas De Marchi · 13 years ago
  7. 85078e6 index: remove unused functions by Lucas De Marchi · 13 years ago
  8. 1d152ac index: re-order functions so prototypes are not needed by Lucas De Marchi · 13 years ago
  9. 3a61c84 Remove trailing whitespace by Lucas De Marchi · 13 years ago
  10. 963ca55 Fix 'redundant redeclaration' warnings by Lucas De Marchi · 13 years ago
  11. 9368888 Fix 'old style declaration' warnings by Lucas De Marchi · 13 years ago
  12. 84f4220 Fix missing return by Lucas De Marchi · 13 years ago
  13. 6f1bc6e Clean 'unused variable' warnings by Lucas De Marchi · 13 years ago
  14. 1fc1c9a Clean 'shadowed declaration' warnings by Lucas De Marchi · 13 years ago
  15. 0fbdfef Clean 'shadowed declaration' warnings by Lucas De Marchi · 13 years ago
  16. a009482 Clean 'no previous prototype' warning by Lucas De Marchi · 13 years ago
  17. b418a82 Use fstat() instead of stat() when possible by Lucas De Marchi · 13 years ago
  18. 0835fc3 Add fucntion to API to get dependencies by Lucas De Marchi · 13 years ago
  19. c11e62b Use strtok_r insteat of strtok by Lucas De Marchi · 13 years ago
  20. 4a3eb3a Add dependencies when module is create by name lookup by Lucas De Marchi · 13 years ago
  21. 7636e72 Add dependency list to kmod_module by Lucas De Marchi · 13 years ago
  22. e915f92 Add missing newlines by Lucas De Marchi · 13 years ago
  23. 9eaad1f Allow path_to_modname to operate locally withou alloc by Lucas De Marchi · 13 years ago
  24. 49e61ca Lookup for alias in modules.alias.bin by Lucas De Marchi · 13 years ago
  25. 7b30f4f Generalize function to be used by other lookups by Lucas De Marchi · 13 years ago
  26. 64700e4 Lookup modules from modules.dep.bin file by Lucas De Marchi · 13 years ago
  27. 23fc91c Make lookup functions return number of elements found by Lucas De Marchi · 13 years ago
  28. 62be799 Add kmod_list_remove_n_latest() by Lucas De Marchi · 13 years ago
  29. 79d7711 Add kmod_list_prev to exported functions by Lucas De Marchi · 13 years ago
  30. 9ba6f57 Lookup modules.symbols.bin by Lucas De Marchi · 13 years ago
  31. 839d7da Remove dangling comment by Lucas De Marchi · 13 years ago
  32. b14dcfd Prepare lookup function for more files to look after by Lucas De Marchi · 13 years ago
  33. 904c63a Fix initialization of kernel modules dir by Lucas De Marchi · 13 years ago
  34. 7e317da Add startswith() helper function by Lucas De Marchi · 13 years ago
  35. 7f3eb0c Add lookup to create modules list from alias by Lucas De Marchi · 13 years ago
  36. 6e869df Add name() and path() getters for kmod_module by Lucas De Marchi · 13 years ago
  37. 60aa4d8 Organize functions in private header by Lucas De Marchi · 13 years ago
  38. b0ef19f Add getters for aliases by Lucas De Marchi · 13 years ago
  39. 2043369 Fix misspellings by use of codespell by Lucas De Marchi · 13 years ago
  40. a7be73b Remove trailing whitespaces by Lucas De Marchi · 13 years ago
  41. e8847fd Import index handling from module-init-tools by Lucas De Marchi · 13 years ago
  42. 44a5460 Add streq() to prettify code by Lucas De Marchi · 13 years ago
  43. a507d80 Define temporary macros for importing index by Lucas De Marchi · 13 years ago
  44. 30be751 Use underscores() in module names and aliases by Lucas De Marchi · 13 years ago
  45. 8185fc9 Add underscores() helper to replace - with _ by Lucas De Marchi · 13 years ago
  46. 81cf206 Parse blacklists in config files by Lucas De Marchi · 13 years ago
  47. 7c2ab35 Add support for parsing config files by Lucas De Marchi · 13 years ago
  48. 4462c4a Add getline_wrapped() to parse config files by Lucas De Marchi · 13 years ago
  49. aa1c352 Add macro to safely derive the size of an array by Lucas De Marchi · 13 years ago
  50. 191ab4b Fix wrong copyright by Lucas De Marchi · 13 years ago
  51. 2bd6299 Move down the ifdef for c++ by Lucas De Marchi · 13 years ago
  52. 1b2e26a Back to logging without \n by Lucas De Marchi · 13 years ago
  53. 8f788d5 Add functions to operate on modules by Lucas De Marchi · 13 years ago
  54. 9df4bda When logging to stderr, put a \n by default by Lucas De Marchi · 13 years ago
  55. ae6df84 Make log function uppercase by Lucas De Marchi · 13 years ago
  56. 221631d Accept dir where we should lookup for modules by Lucas De Marchi · 13 years ago
  57. 423f856 Format enum by Lucas De Marchi · 13 years ago
  58. 4d1e689 Format refcount handling by Lucas De Marchi · 13 years ago
  59. 853b5fc Ref and unref ctx when kmod_loaded is created/destroyed by Lucas De Marchi · 13 years ago
  60. cf9aade Fix refcount of loaded modules by Lucas De Marchi · 13 years ago
  61. 6fc20bb Keep valgrind happy when mixing sscanf and strtok by Lucas De Marchi · 13 years ago
  62. 6806a04 Implement function to remove module by Lucas De Marchi · 13 years ago
  63. 6ad9830 Rename leftover libabc reference by Lucas De Marchi · 13 years ago
  64. 88e9c12 Rename libkmod-util.h to macro.h by Lucas De Marchi · 13 years ago
  65. f87081b Add some function attributes and use them by Lucas De Marchi · 13 years ago
  66. 6d17755 Constify API by Lucas De Marchi · 13 years ago
  67. 8b69b37 Remove leftover declarations by Lucas De Marchi · 13 years ago
  68. 5369797 Add libkmod-loaded to handle live modules information by Lucas De Marchi · 13 years ago
  69. 6924e47 Implement circular double-linked list by Lucas De Marchi · 13 years ago
  70. 68b0d8e Don't use glob in version script by Lucas De Marchi · 13 years ago
  71. c83a45e Fix version to 0:0:0 by Lucas De Marchi · 13 years ago
  72. 9d77b96 Remove unused functions by Lucas De Marchi · 13 years ago
  73. 52a7704 Make kmod_new return a pointer by Lucas De Marchi · 13 years ago
  74. e4351b0 Convert spaces to tabs by Lucas De Marchi · 13 years ago
  75. 586fc30 Rename libabc to libkmod by Lucas De Marchi · 13 years ago