1. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  2. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  3. 5da42fc modprobe: treat tabs in modules.dep as delimiters too. closes bug 567 by Denys Vlasenko · 15 years ago
  4. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  5. 7eaf58d modprobe: do not use ->probed_name blidly by Denys Vlasenko · 15 years ago
  6. ee47f6e modprobe: correct exitcode handling and error messages with respect to -q by Denys Vlasenko · 15 years ago
  7. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  8. f3cbfc0 modprobe: fix more bugs in modprobe -r by Denys Vlasenko · 16 years ago
  9. 140def8 modprobe: fix modprobe -r. closes bug 315 by Denys Vlasenko · 16 years ago
  10. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  11. 16bda3b depmod: fix handling of .gz modules by Denys Vlasenko · 16 years ago
  12. 1e12ae9 modprobe: add comment about expected modules.dep format by Mike Frysinger · 16 years ago
  13. 00ffaea modprobe: add more useful debug points by Mike Frysinger · 16 years ago
  14. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  15. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  16. 4144504 modutils: remove redundant sanitization by Denis Vlasenko · 16 years ago
  17. 1f63229 rmmod: fix bug 263 by Denis Vlasenko · 16 years ago
  18. 51056b3 modutils: small optimization by Denis Vlasenko · 16 years ago
  19. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  20. f439304 modprobe/insmod for 2.4: support compressed modules. by Denis Vlasenko · 16 years ago
  21. 0d907ea modutils: dont pass NULL options to init_module() by Denis Vlasenko · 16 years ago
  22. e1de3af module loading for 2.4: use fd-based io instead of FILE based; by Denis Vlasenko · 16 years ago
  23. 3b5c9b8 insmod/modprobe: do not pass NULL to kernel as module parameter by Denis Vlasenko · 16 years ago
  24. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  25. a6b6f05 further work on modprobe by Denis Vlasenko · 16 years ago
  26. 0e2f362 modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
  27. c574100 modutils: delete unused global variable by Denis Vlasenko · 16 years ago
  28. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  29. 48637e0 modutils: oveflow fix by Denis Vlasenko · 16 years ago
  30. 039ed43 make modutils compile again by Ned Ludd · 16 years ago
  31. a430b69 depmod: accept and ignore -r (Linux kernle build needs this) by Denis Vlasenko · 16 years ago
  32. 4932596 modutils-24: code shrink by Denis Vlasenko · 16 years ago
  33. e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
  34. 3526115 depmod: fix -b option (by timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
  35. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  36. 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
  37. 9a280fa - documentation fix by Bernhard Reutner-Fischer · 16 years ago
  38. 3bc3f08 modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
  39. 36309cf insmod: clarify module_name / file_name distinction by Denis Vlasenko · 16 years ago
  40. 1ad4db1 modprobe-small: fix failure to load when no arguments are given by Denis Vlasenko · 16 years ago
  41. fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
  42. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  43. bb26db4 modprobe: fix a segfault when modprobe is called with no arguments at all by Denis Vlasenko · 16 years ago
  44. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  45. 7c9c1bb modprobe-small: trivial SEGV fix by Denis Vlasenko · 16 years ago
  46. ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
  47. 70de57f Kill off bogus #error's for big endian SH targets, these work fine. by Paul Mundt · 16 years ago
  48. 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
  49. 04e458d insmod: fix detection of open failure by Denis Vlasenko · 16 years ago
  50. 3b80cac insmod: mix xmalloc with xrealloc_vector more carefully by Denis Vlasenko · 16 years ago
  51. 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
  52. 279ca69 modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> by Denis Vlasenko · 16 years ago
  53. 8e80411 modprobe-small: fix infinite looping, by Timo Teras by Denis Vlasenko · 16 years ago
  54. 9ddc004 modprobe: semi-trivial code shrink by Denis Vlasenko · 16 years ago
  55. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  56. 35d8c47 whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
  57. 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
  58. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  59. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  60. e1ee48e modprobe: support for /etc/modprobe.d, by Timo Teras. by Denis Vlasenko · 16 years ago
  61. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  62. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  63. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  64. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  65. 0328b40 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  66. 1a715e4 - fix compilation for mips (Brian Daniels) by Bernhard Reutner-Fischer · 16 years ago
  67. 09ce45f insmod: users report that "|| defined(__powerpc__)" is missing by Denis Vlasenko · 16 years ago
  68. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  69. 3e8fd18 fix typo in config help text by Denis Vlasenko · 16 years ago
  70. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  71. 0e2c93f modprobe-small: make depmod compatible with kernel build. by Denis Vlasenko · 16 years ago
  72. 7f950a9 modprobe-small: add depfile creation by Denis Vlasenko · 16 years ago
  73. 7843699 modprobe-small: add depfile loading by Denis Vlasenko · 16 years ago
  74. 5606b1c - fix typo (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 16 years ago
  75. 24a131e modprobe-small: preparatory patch for modprobe.dep.bb creation patches, by Denis Vlasenko · 16 years ago
  76. f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
  77. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  78. 58f59a2 modprobe-small: match aliases with fnmatch(), making by Denis Vlasenko · 16 years ago
  79. cee0dfc modprobe-small: fix debug leftover by Denis Vlasenko · 16 years ago
  80. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  81. 671691c modutils: optional modutils-small by Vladimir Dronnikov. by Denis Vlasenko · 16 years ago
  82. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  83. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  84. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  85. fe733a9 changes in comments only by Denis Vlasenko · 16 years ago
  86. 8124a96 mdoprobe: fix SEGV bug (by Vlad Dronnikov) by Denis Vlasenko · 16 years ago
  87. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
  88. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  89. e7860e3 config help text: fix capitalization by Denis Vlasenko · 17 years ago
  90. 6075b2a - add FIXME. Perhaps somebody is interrested in looking into this one. by Bernhard Reutner-Fischer · 17 years ago
  91. c2741e1 - add alias support by Bernhard Reutner-Fischer · 17 years ago
  92. ef729dd - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko by Bernhard Reutner-Fischer · 17 years ago
  93. d428167 - just chdir to the basedir (-30b). by Bernhard Reutner-Fischer · 17 years ago
  94. beac1bd - optional fancy pruning-mode for depmod by Bernhard Reutner-Fischer · 17 years ago
  95. b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 17 years ago
  96. e0fd13e - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. by Bernhard Reutner-Fischer · 17 years ago
  97. db508e3 - fix overflow; improve documentation while at it by Bernhard Reutner-Fischer · 17 years ago
  98. 634b022 - misc. improvements and shrinkage by Bernhard Reutner-Fischer · 17 years ago
  99. c21d9c7 - the moddir_base is supposed to be omitted frmo the .dep file by Bernhard Reutner-Fischer · 17 years ago
  100. 1510216 - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate by Bernhard Reutner-Fischer · 17 years ago