1. e701e38 testsuite: add GPL license by Lucas De Marchi · 12 years ago
  2. f6ef5d6 testsuite: trap calls to delete_module() including simple test by Lucas De Marchi · 12 years ago
  3. d2c2b8b build-sys: autotoolify build of check libraries by Lucas De Marchi · 12 years ago
  4. 53646fc testsuite: add trap to init_module() including simple test by Lucas De Marchi · 12 years ago
  5. ea17e2b elf: privately export kmod_elf_get_section() by Lucas De Marchi · 12 years ago
  6. 95daea0 testsuite: add test for modinfo by Lucas De Marchi · 12 years ago
  7. 9e3b9d2 testsuite: remind users to build tools by Lucas De Marchi · 12 years ago
  8. 51b1d1a testsuite: add colors to test output by Lucas De Marchi · 12 years ago
  9. 61e9433 testsuite: add simple test for list of loaded modules by Lucas De Marchi · 12 years ago
  10. 3dbb8de testsuite: match outputs of test with a known correct one by Lucas De Marchi · 12 years ago
  11. 45481ee testsuite: separate child from parent by Lucas De Marchi · 12 years ago
  12. 6b88ef3 testsuite: allow to run tests outside of top_buildir by Lucas De Marchi · 12 years ago
  13. 4e36cb1 testsuite: add trap to opendir() including tests by Lucas De Marchi · 12 years ago
  14. 1426a61 testsuite: add trap to stat() and friends including tests by Lucas De Marchi · 12 years ago
  15. 7fa8c2d testsuite: add trap to open() including tests by Lucas De Marchi · 12 years ago
  16. 6afc9cd testsuite: add trap to fopen() including tests by Lucas De Marchi · 12 years ago
  17. ab25311 testsuite: fake kernel 4.0.20-kmod is out by Lucas De Marchi · 12 years ago
  18. 395478c testsuite: export environment with flags and LD_PRELOAD by Lucas De Marchi · 12 years ago
  19. ed2df4e testsuite: move oneshot to inside the test struct by Lucas De Marchi · 12 years ago
  20. 68cc449 testsuite: trap calls to uname by Lucas De Marchi · 12 years ago
  21. eebca81 testsuite: test libkmod initialization by Lucas De Marchi · 12 years ago
  22. 80f9e02 testsuite: add skeleton by Lucas De Marchi · 12 years ago
  23. 3ef848b modprobe: fix build 'cause of excessive number of arguments by Lucas De Marchi · 12 years ago
  24. cc98830 modprobe: remove code referring to -t, --type by Dave Reisner · 12 years ago
  25. 1b3cd9d README: add link to packages place by Lucas De Marchi · 12 years ago
  26. fe8b067 build-sys: do not create symlinks by default by Lucas De Marchi · 12 years ago
  27. 569f160 modprobe: kill operations depending on path by Lucas De Marchi · 12 years ago
  28. a41b39f TODO: system() should not be used inside a library by Lucas De Marchi · 12 years ago
  29. 12fd9cd build-sys: forcefully create links by Lucas De Marchi · 12 years ago
  30. 1592b0e build-sys: move modprobe to sbindir by Lucas De Marchi · 12 years ago
  31. 411d83c Add program to calculate the shortest relative path for symlinks by Lucas De Marchi · 12 years ago
  32. 434f32c libkmod-list: allow to append an empty list by Lucas De Marchi · 12 years ago
  33. 7bbf523 build-sys: create symlinks if we are installing tools by Lucas De Marchi · 12 years ago
  34. eff917c WEXITSTATUS is defined in sys/wait.h by Thierry Vignaud · 12 years ago
  35. 6068aaa Check if struct stat has mtim member by Lucas De Marchi · 12 years ago
  36. 09e9ae5 modprobe: flush stdout before dumping indexes by Lucas De Marchi · 12 years ago
  37. b8542a8 Fix common misspelling with codespell by Lucas De Marchi · 12 years ago
  38. 9be0162 man: spelling fixes by Miklos Vajna · 12 years ago
  39. b53b7e3 kmod 4 by Lucas De Marchi · 12 years ago
  40. f4647b6 build-sys: add release helpers by Lucas De Marchi · 12 years ago
  41. 0224482 Add doc to kmod_dump_index by Lucas De Marchi · 12 years ago
  42. 49a1637 modprobe: dump indexes as well by Lucas De Marchi · 12 years ago
  43. 758428a libkmod: dump index files by Lucas De Marchi · 12 years ago
  44. f1cbf3c libkmod-util: add helper function to write to fd by Lucas De Marchi · 12 years ago
  45. 7a973b0 libkmod-util: adhere to coding style by Lucas De Marchi · 12 years ago
  46. b08314f libkmod: export enum kmod_index and rename members by Lucas De Marchi · 12 years ago
  47. 63be91c libkmod: store prefix of each index by Lucas De Marchi · 12 years ago
  48. 2f47c7f Update documentation with recent changes by Lucas De Marchi · 12 years ago
  49. e15a56a depmod: deal with relative root dir by Lucas De Marchi · 12 years ago
  50. 2e092e1 kmod_new(): deal with relative paths for dirname by Lucas De Marchi · 12 years ago
  51. 33557e8 depmod: fix idx calculation after postponed array creation by Lucas De Marchi · 12 years ago
  52. 31f1d0d Reduce scope of counter variable by Lucas De Marchi · 12 years ago
  53. f6b838e depmod: adhere to coding style by Lucas De Marchi · 12 years ago
  54. bc43496 modprobe: dump configuration by Lucas De Marchi · 12 years ago
  55. 6b04ef3 config: let softdeps dump their data by Lucas De Marchi · 12 years ago
  56. 0017862 config: add exported iterator functions by Lucas De Marchi · 12 years ago
  57. 8b5ee61 libkmod-private: allow to get aliases from config by Lucas De Marchi · 12 years ago
  58. 3bf8d4b build-sys: add script to bootstrap and configure by Lucas De Marchi · 12 years ago
  59. e560318 build-sys: rename autogen.sh to bootstrap and keep a symlink by Lucas De Marchi · 12 years ago
  60. d89d7cb TODO: add code unification to list of tasks by Lucas De Marchi · 12 years ago
  61. 8b01376 modprobe: abort on dependency loop that cannot be broken by Lucas De Marchi · 12 years ago
  62. e4e1e64 modprobe: fix leak on error path by Lucas De Marchi · 12 years ago
  63. e85b673 TODO: update tasks by Lucas De Marchi · 12 years ago
  64. a872bba modprobe: rework module removal without tree traversing by Lucas De Marchi · 12 years ago
  65. f564394 TODO: update differences with m-i-t by Lucas De Marchi · 12 years ago
  66. 0cf2832 modprobe: rework module insertion without tree traversing by Lucas De Marchi · 12 years ago
  67. 9f11c43 man: build modinfo man page by Lucas De Marchi · 12 years ago
  68. f57497c man: build modprobe man page by Lucas De Marchi · 12 years ago
  69. dfcb8aa man: build rmmod man page by Lucas De Marchi · 12 years ago
  70. 26df210 man: build lsmod man page by Lucas De Marchi · 12 years ago
  71. d5578ee man: build insmod man page by Lucas De Marchi · 12 years ago
  72. 6d96056 man: build depmod man page by Lucas De Marchi · 12 years ago
  73. c0bcb67 man: build modules.dep{,.bin} man pages by Lucas De Marchi · 12 years ago
  74. 5173e8e man: build modprobe.d man page by Lucas De Marchi · 12 years ago
  75. 904b57d build-sys: build man pages by Lucas De Marchi · 12 years ago
  76. 5b24df2 man: convert depmod.d.sgml to xml and update it by Lucas De Marchi · 12 years ago
  77. e3ebcff build-sys: fix clean rule removing tracked files by Lucas De Marchi · 12 years ago
  78. cb8547c rename doc dir to man by Lucas De Marchi · 12 years ago
  79. 4304230 doc/modprobe.sgml: Various updates wrt inclusion with kmod by Robby Workman · 12 years ago
  80. 2b3f9c7 doc/depmod.sgml: Remove references to legacy map files by Robby Workman · 12 years ago
  81. e4f17fd doc/depmod.sgml: Remove refs to depmod.conf by Robby Workman · 12 years ago
  82. c557098 doc/depmod.d.sgml: Various touchups; mostly s/depmod.conf/depmod.d/g by Robby Workman · 12 years ago
  83. 092a948 doc/modprobe.d.sgml: Various touchups by Robby Workman · 12 years ago
  84. 9235907 doc: Import sgml manpages from module-init-tools repo by Robby Workman · 12 years ago
  85. 9212261 modprobe: show if module is in kernel by Lucas De Marchi · 12 years ago
  86. efd2cec test: add check of module's state by Lucas De Marchi · 12 years ago
  87. 00bd319 depmod: Postpone creation of module array by Jan Alexander Steffens (heftig) · 12 years ago
  88. af0ff2f modprobe: break dependency loop by checking if module is loaded by Lucas De Marchi · 12 years ago
  89. 21e14d3 autogen.sh: configure with 3-clicks + paste by Lucas De Marchi · 12 years ago
  90. 8f19221 modprobe: adhere do coding style by Lucas De Marchi · 12 years ago
  91. 6da9cdf rmmod: behavior more like m-i-t's rmmod by Dave Reisner · 12 years ago
  92. b54f1bf modprobe: check for EPERM on insertion by Dave Reisner · 12 years ago
  93. 0ad5dd0 config: deprecate 'include' and 'config' commands by Lucas De Marchi · 12 years ago
  94. ba998b9 Fix error code returned on module removal by Lucas De Marchi · 12 years ago
  95. 39baaec build-sys: fix build with zlib/xz after private lib by Lucas De Marchi · 12 years ago
  96. ca1f0f3 TODO: add task to modprobe by Lucas De Marchi · 12 years ago
  97. 0b22179 build-sys: workaround libtool issue with argv[0] by Lucas De Marchi · 12 years ago
  98. 043b3f9 build-sys: build tests as part of check phase by Lucas De Marchi · 12 years ago
  99. 00fc926 build-sys: create symlinks instead of building separate tools by Lucas De Marchi · 12 years ago
  100. 4fb900c build-sys: allow building without having gtk-doc installed by Lucas De Marchi · 12 years ago