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