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