1. 8836ff2 TODO: update file with tasks by Lucas De Marchi · 12 years ago
  2. 61c48db depmod: prefer ERR and WRN over plain fprintf by Lucas De Marchi · 12 years ago
  3. d9a2e15 modprobe: use ERR() instead of fprintf(stderr, ...) by Lucas De Marchi · 12 years ago
  4. d96ae03 modprobe: prefix log messages to stderr with modprobe by Lucas De Marchi · 12 years ago
  5. 07df56e modprobe: move log function by Lucas De Marchi · 12 years ago
  6. 86cc1f2 modprobe: prefix libkmod messages to stderr with modprobe: by Lucas De Marchi · 12 years ago
  7. 1e947e3 modprobe: use prio_to_str() helper by Lucas De Marchi · 12 years ago
  8. 4434d8b modprobe: exit in one place by Lucas De Marchi · 12 years ago
  9. e4a7352 depmod: unref kmod_module once we don't need it anymore by Lucas De Marchi · 12 years ago
  10. 447eed8 depmod: use our copy of modname instead of calling libkmod by Lucas De Marchi · 12 years ago
  11. ec587f2 depmod: cache dependency_symbol list in struct mod by Lucas De Marchi · 12 years ago
  12. 7062eca depmod: cache info_list in struct mod by Lucas De Marchi · 12 years ago
  13. b51ac40 depmod: do not create a hole in struct depmod by Lucas De Marchi · 12 years ago
  14. caaf438 build-sys: use AS_IF autoconf macro by Lucas De Marchi · 12 years ago
  15. 5c61b14 build-sys: require xsltproc when manpages are enabled by Sami Kerola · 12 years ago
  16. 1eff942 libkmod: cache open file for later access by Lucas De Marchi · 12 years ago
  17. cc83364 rmmod: Deprecate --wait option by Lucas De Marchi · 12 years ago
  18. 1faec2c libkmod-hash: Plug possible memory leak when free_value is defined by Leandro Pereira · 12 years ago
  19. 66f3228 libkmod: Add support for '.' in module parameter on kcmdline by Lucas De Marchi · 12 years ago
  20. b0c9fc8 testsuite: add depmod test for modules.alias by Lucas De Marchi · 12 years ago
  21. 3e451bf testsuite: allow to check generated files by Lucas De Marchi · 12 years ago
  22. 88c247f depmod: fix parsing of modules.order with compressed modules by Lucas De Marchi · 12 years ago
  23. c5b37db build-sys: Remove --with-rootprefix option by Dave Reisner · 12 years ago
  24. 7812d88 build-sys: Append -Werror when testing flags by Lucas De Marchi · 12 years ago
  25. a7fbae0 NEWS: language corrections by Jan Engelhardt · 12 years ago
  26. 1a3fa1a modinfo: clarify verbiage for field shortcuts by Dave Reisner · 12 years ago
  27. 86bbd05 Makefile: remove redundant flags to $(RM) by Dave Reisner · 12 years ago
  28. cf81405 Define rootfs as dependency of check-am by Dave Reisner · 12 years ago
  29. 84afccb Revert "build-sys: disable jobserver for rootfs target" by Dave Reisner · 12 years ago
  30. d642341 testsuite: Fix double definition of 64-bits variant by Lucas De Marchi · 12 years ago
  31. 4075860 kmod 10 by Lucas De Marchi · 12 years ago
  32. 85734b2 Remove test directory by Lucas De Marchi · 12 years ago
  33. 8447b86 TODO: deprecate use of rmmod -w by Lucas De Marchi · 12 years ago
  34. 36ddee6 modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY by Lucas De Marchi · 12 years ago
  35. 6882017 libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flag by Lucas De Marchi · 12 years ago
  36. 123e827 testsuite preload: Factorize into macros, add more stat and open variants by Martin Pitt · 12 years ago
  37. f38e68a README: let people know they don't need to subscribe by Lucas De Marchi · 12 years ago
  38. 382de85 build-sys: add 'man' entry in summary by Lucas De Marchi · 12 years ago
  39. 8631552 build-sys: Add --disable-manpages option by Colin Walters · 12 years ago
  40. 2077017 man/rmmod: specify each option in separate <term> tag by Dave Reisner · 12 years ago
  41. e3366d4 man/depmod: specify each option in separate <term> tag by Dave Reisner · 12 years ago
  42. 0e58135 man/modprobe: specify each option in separate <term> tag by Dave Reisner · 12 years ago
  43. ffeccb5 man/modinfo: specify each option in separate <term> tag by Dave Reisner · 12 years ago
  44. ff99096 man/modinfo: document longopts for field shortcuts by Dave Reisner · 12 years ago
  45. 072122f man/modinfo: document --basedir option by Dave Reisner · 12 years ago
  46. 465f2d6 man/modprobe: clarify --dirname option by Dave Reisner · 12 years ago
  47. e8fd8fe Use #pragma once instead of #ifndef by Lucas De Marchi · 12 years ago
  48. 4e7f0f2 build-sys: disable jobserver for rootfs target by Dave Reisner · 12 years ago
  49. e1b1ab2 testsuite: re-license under LGPL by Lucas De Marchi · 12 years ago
  50. 4281cee testsuite: path wrapper: Fix open() with 3 arguments by Martin Pitt · 12 years ago
  51. 486f901 module: support reading coresize from /sys if supported by Dave Reisner · 12 years ago
  52. 2588e3d Implicitly run 'make rootfs' with 'make check' by Dave Reisner · 12 years ago
  53. fca5b9b testsuite: use right offset for module name by Lucas De Marchi · 12 years ago
  54. 62081c0 kmod 9 by Lucas De Marchi · 12 years ago
  55. 7896165 build-sys: allow compressed modules in testsuite by Lucas De Marchi · 12 years ago
  56. 33202e8 build-sys: Make dirs writable on rootfs creation by Lucas De Marchi · 12 years ago
  57. 3f376cd depmod: use ferror and fclose to check for error by Lucas De Marchi · 12 years ago
  58. b7d830b bootstrap: remove unnecessary echo by Dave Reisner · 12 years ago
  59. 563befd bootstrap-configure: quote command line arg expansion by Dave Reisner · 12 years ago
  60. a4fb97a depmod: return error when index is truncated due to ENOSPC by Lucas De Marchi · 12 years ago
  61. 015946d depmod: fix coding-style issue in array declaration by Lucas De Marchi · 12 years ago
  62. 80e49ad depmod: fail if any index could not be created by Lucas De Marchi · 12 years ago
  63. c5db1a3 depmod: don't return error if modules.builtin don't exist by Lucas De Marchi · 12 years ago
  64. ccd6afa Remove ifdef for building tools not bundled by Lucas De Marchi · 12 years ago
  65. fd0d806 build-sys: add missing header to fix distcheck by Lucas De Marchi · 12 years ago
  66. ac78e10 tools: rename source files by Lucas De Marchi · 12 years ago
  67. e7fc2c8 libkmod-config: refactor functions to get config by Lucas De Marchi · 12 years ago
  68. c8c956b TODO: update tasks by Lucas De Marchi · 12 years ago
  69. 9b01fd2 testsuite: Fix test description by Lucas De Marchi · 12 years ago
  70. 5b05c32 libkmod-index: protect ourselves from corrupted indexes by Lucas De Marchi · 12 years ago
  71. 01d9ee6 testsuite: add test for install-commands loop by Lucas De Marchi · 12 years ago
  72. 34db3f2 testsuite: allow to export custom env vars by Lucas De Marchi · 12 years ago
  73. b8e344a testsuite: add timeout for each test by Lucas De Marchi · 12 years ago
  74. ed8e93f testsuite: create additional pipe to monitor child by Lucas De Marchi · 12 years ago
  75. 535c541 libkmod-util: split function for usec conversion by Lucas De Marchi · 12 years ago
  76. a6976f8 testsuite: add test for softdep loops by Lucas De Marchi · 12 years ago
  77. a655370 testsuite: check if module is in kernel for return code by Lucas De Marchi · 12 years ago
  78. ddf1e7a testsuite: set default init_module behavior to mimic kernel's by Lucas De Marchi · 12 years ago
  79. 5a2949c testsuite: create initstate file upon fake init_module() by Lucas De Marchi · 12 years ago
  80. 44e5466 testsuite: add mkdir_p implementation by Lucas De Marchi · 12 years ago
  81. 113d008 testsuite: trap calls to mkdir by Lucas De Marchi · 12 years ago
  82. 0de690c testsuite: check if rootfs dir is dirty before running by Lucas De Marchi · 12 years ago
  83. ada9719 testsuite: separate insert and delete rootfs from modinfo by Lucas De Marchi · 12 years ago
  84. e46bca0 libkmod-util: add missing stdbool.h include by Lucas De Marchi · 12 years ago
  85. e2ee7d9 testsuite: rename rootfs dir by Lucas De Marchi · 12 years ago
  86. 851ee75 build-sys: provide --sysconfdir to make distcheck flags by Lucas De Marchi · 12 years ago
  87. 90fc410 testsuite: fix find_module() finding wrong module by Lucas De Marchi · 12 years ago
  88. 9e2eadb Silence clang warnings with __unused__ attribute by Lucas De Marchi · 12 years ago
  89. a70c1e7 Don't use __ for attribute defines by Lucas De Marchi · 12 years ago
  90. 5bbec8c libkmod-index: use generic function for unaligned access by Lucas De Marchi · 12 years ago
  91. 7ef9f30 doc: Don't reference /etc/modprobe.conf by Josh Boyer · 12 years ago
  92. af9080d libkmod-hash: use generic function for unaligned access by Lucas De Marchi · 12 years ago
  93. a6b67f9 libkmod-util: copy macros for unaligned access from BlueZ by Lucas De Marchi · 12 years ago
  94. d30319e libkmod: move function to the only file using it by Mike Frysinger · 12 years ago
  95. c88aec7 test-conversion: convert test-get-dependencies to new infrastructure by Dan McGee · 13 years ago
  96. bcca1b9 test-conversion: convert test-blacklist to new infrastructure by Dan McGee · 13 years ago
  97. 452c1dd build-sys: copy rootfs to another directory by Lucas De Marchi · 12 years ago
  98. 9c41596 build-sys: distribute testsuite by Lucas De Marchi · 12 years ago
  99. cdbcc24 testsuite: ship testsuite/rootfs unzipped by Dan McGee · 13 years ago
  100. 9625375 build: remove private symbol from linker script by Lucas De Marchi · 12 years ago