1. 3aa27ba python: Add README by Andy Grover · 12 years ago
  2. 8a4d093 python: More cleanup and renaming of stuff. Add docstrings. by Andy Grover · 12 years ago
  3. 1e688f8 python: Add support for listing loaded modules, modprobe, rmmod by Andy Grover · 12 years ago
  4. d2042ca python: use c99 init for struct init by Andy Grover · 12 years ago
  5. a942131 python: a skeleton that compiles by Andy Grover · 12 years ago
  6. cc688e6 python: initial checkin by Andy Grover · 12 years ago
  7. f87dc57 libkmod: Fix unaligned access by Lucas De Marchi · 10 years ago
  8. fea655d libkmod-elf: Fix check by class in get_modversions() by Lucas De Marchi · 10 years ago
  9. 06eb29e build-sys: add small redirecting Makefiles by Lucas De Marchi · 10 years ago
  10. aa87854 libkmod-config: Only match dot before '=' in /proc/cmdline by Michal Marek · 10 years ago
  11. 519d27d libkmod-config,depmod: Accept special files as configuration files, too by Michal Marek · 10 years ago
  12. c2f4d85 libkmod-module: Simplify kmod_module_insert_module() by Michal Marek · 10 years ago
  13. 366e2ed Remove duplicate includes by Lucas De Marchi · 10 years ago
  14. d96ca9c Use C11's noreturn by Lucas De Marchi · 10 years ago
  15. 9f02561 module: use _cleanup_free and remove useless call to free() by Lucas De Marchi · 11 years ago
  16. d3c16c7 file: use _cleanup_free_ by Lucas De Marchi · 11 years ago
  17. cacbcc4 array: avoid duplicate code to reallocate by Lucas De Marchi · 11 years ago
  18. 9c306ba util: Be OOM-safe and use _cleanup_free_ by Lucas De Marchi · 11 years ago
  19. b93d800 util: use _cleanup_free_ on path_make_absolute_cwd() by Lucas De Marchi · 11 years ago
  20. 342e9ce config: Use _cleanup_free_ by Lucas De Marchi · 11 years ago
  21. d7aa6e2 util: Add cleanup attribute by Lucas De Marchi · 11 years ago
  22. 7ab8804 libkmod: always pass O_NONBLOCK to kernel by Lucas De Marchi · 11 years ago
  23. 82fc7d9 libkmod-hash: always align n_buckets to power of 2 by Lucas De Marchi · 11 years ago
  24. 3ba7f59 util: Add ALIGN_POWER2 by Lucas De Marchi · 11 years ago
  25. 4c2dc16 build: remove check for typeof by Lucas De Marchi · 11 years ago
  26. dc8ed09 Add configure check for _Static_assert() by Thomas Petazzoni · 11 years ago
  27. 7e0385c Fix usage of readdir_r() by Lucas De Marchi · 11 years ago
  28. 493dc65 libkmod: Fix getting param with no value from kcmdline by Lucas De Marchi · 11 years ago
  29. c117088 depmod: add missing "else" clause by Jan Engelhardt · 11 years ago
  30. cd92311 README: Move items from TODO by Lucas De Marchi · 11 years ago
  31. fa6fc9f util: Add mkdir_parents() by Lucas De Marchi · 11 years ago
  32. c493b93 util: Add len arg to mkdir_p() by Lucas De Marchi · 11 years ago
  33. 85d02eb util: Add mkdir_p implementation from testsuite by Lucas De Marchi · 11 years ago
  34. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  35. 5eac795 libkmod: Avoid calling syscall() with -1 by Jan Luebbe · 11 years ago
  36. 03f7dfb Revert "missing: Don't call syscall() with syscallno == -1" by Lucas De Marchi · 11 years ago
  37. d7152f6 Add document for exported enums by Chengwei Yang · 11 years ago
  38. 491c490 Several minor fixes for documentation by Chengwei Yang · 11 years ago
  39. 3882971 missing: Don't call syscall() with syscallno == -1 by Lucas De Marchi · 11 years ago
  40. 1114e78 Fix coding style by Lucas De Marchi · 11 years ago
  41. 681bf89 libkmod-index: Return early if readroot failed by Lucas De Marchi · 11 years ago
  42. b9a7da3 libkmod-module: Don't pass NULL ctx to kmod_log by Lucas De Marchi · 11 years ago
  43. 818af4f libkmod-module: Don't pass NULL pointer to memcpy by Lucas De Marchi · 11 years ago
  44. 1958af8 Add format attribute and fix issues by Lucas De Marchi · 11 years ago
  45. a20a37c Use static assertions for sizeof checks by Lucas De Marchi · 11 years ago
  46. 8efede2 Use _Static_assert by Lucas De Marchi · 11 years ago
  47. 55112d1 libkmod: Move finit_module() definition to missing.h by Lucas De Marchi · 11 years ago
  48. 1407064 libkmod: Add missing definitions by Lucas De Marchi · 11 years ago
  49. 41a51c2 libkmod: Use secure_getenv if available by Cristian Rodríguez · 11 years ago
  50. b663813 libkmod-util: Add missing include file by Lucas De Marchi · 11 years ago
  51. c3e8d26 libkmod: fix address argument to mmap calls by Kees Cook · 11 years ago
  52. 144d182 libkmod: add finit_module logic by Kees Cook · 11 years ago
  53. 8fe1681 libkmod: Return module signature information in kmod_module_get_info() by Michal Marek · 11 years ago
  54. 6333934 libkmod-module: Do not free the list in kmod_module_info_append by Michal Marek · 11 years ago
  55. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  56. f64458c libkmod-module: Add helper for building the module info list by Michal Marek · 11 years ago
  57. 5d35256 Use bool instead of int by Lucas De Marchi · 12 years ago
  58. 6f02b6f fix is_module_filename() by Aleksey Makarov · 12 years ago
  59. a457866 libkmod-module: mangle the section header, not the section by Lucas De Marchi · 12 years ago
  60. d196b8d libkmod-module: Remove key+value vermagic from .modinfo section by Lucas De Marchi · 12 years ago
  61. 1eff942 libkmod: cache open file for later access by Lucas De Marchi · 12 years ago
  62. 1faec2c libkmod-hash: Plug possible memory leak when free_value is defined by Leandro Pereira · 12 years ago
  63. 66f3228 libkmod: Add support for '.' in module parameter on kcmdline by Lucas De Marchi · 12 years ago
  64. c5b37db build-sys: Remove --with-rootprefix option by Dave Reisner · 12 years ago
  65. 6882017 libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flag by Lucas De Marchi · 12 years ago
  66. e8fd8fe Use #pragma once instead of #ifndef by Lucas De Marchi · 12 years ago
  67. 486f901 module: support reading coresize from /sys if supported by Dave Reisner · 12 years ago
  68. e7fc2c8 libkmod-config: refactor functions to get config by Lucas De Marchi · 12 years ago
  69. 5b05c32 libkmod-index: protect ourselves from corrupted indexes by Lucas De Marchi · 12 years ago
  70. 535c541 libkmod-util: split function for usec conversion by Lucas De Marchi · 12 years ago
  71. e46bca0 libkmod-util: add missing stdbool.h include by Lucas De Marchi · 12 years ago
  72. 9e2eadb Silence clang warnings with __unused__ attribute by Lucas De Marchi · 12 years ago
  73. a70c1e7 Don't use __ for attribute defines by Lucas De Marchi · 12 years ago
  74. 5bbec8c libkmod-index: use generic function for unaligned access by Lucas De Marchi · 12 years ago
  75. af9080d libkmod-hash: use generic function for unaligned access by Lucas De Marchi · 12 years ago
  76. a6b67f9 libkmod-util: copy macros for unaligned access from BlueZ by Lucas De Marchi · 12 years ago
  77. d30319e libkmod: move function to the only file using it by Mike Frysinger · 12 years ago
  78. 9625375 build: remove private symbol from linker script by Lucas De Marchi · 12 years ago
  79. 7192828 Revert "libkmod: make sure to export kmod_log" by Lucas De Marchi · 12 years ago
  80. c7d5a60 libkmod-file: gracefully handle errors from zlib by Dave Reisner · 12 years ago
  81. 4321590 Remove dead increment by Lucas De Marchi · 12 years ago
  82. 88a170d libkmod: make sure to export kmod_log by Mike Frysinger · 12 years ago
  83. 883d8c4 doc: remove links to NULL going nowhere by Lucas De Marchi · 12 years ago
  84. 471a7d0 doc: silent man page generation and fix gtk-doc warnings by Kay Sievers · 12 years ago
  85. 436da1e config: use order /etc, /run, /lib by Lucas De Marchi · 12 years ago
  86. 49c6489 Use upper case after Deprecated in doc by Lucas De Marchi · 12 years ago
  87. 6204d5b Add kmod_module_apply_filter() to doc-sections file by Lucas De Marchi · 12 years ago
  88. bfcd31d Fix wrong printf format string by Lucas De Marchi · 12 years ago
  89. 2e2e252 libkmod-index: do not pre-populate mmap by Lucas De Marchi · 12 years ago
  90. 9c5f057 Downgrade log message: refcnt file may not exist by Lucas De Marchi · 12 years ago
  91. 817f4e3 libkmod-index: free node when we have only partial match by Lucas De Marchi · 12 years ago
  92. ee1d188 libkmod-module: fill builtin's name by Lucas De Marchi · 12 years ago
  93. bdda7e1 find builtins by property, not initstate by Dave Reisner · 12 years ago
  94. d80b103 libkmod/module: add kmod_module_apply_filter method by Dave Reisner · 12 years ago
  95. 7cd664f libkmod-module: don't treat "coming" as in-kernel by Lucas De Marchi · 12 years ago
  96. abd5557 libkmod-module: probe: check if module exists for install cmds by Lucas De Marchi · 12 years ago
  97. 050db08 Add missing newlines by Lucas De Marchi · 12 years ago
  98. adca3cd Downgrade log level when modules.dep{,.bin} don't exist by Lucas De Marchi · 12 years ago
  99. 3805274 kmod-module: lookup: search modules.builtin file too by Lucas De Marchi · 12 years ago
  100. 7329817 libkmod-index: don't print an error if index doesn't exist by Lucas De Marchi · 12 years ago