1. 11c17f7 mdev: enlarge inline documentation by Denis Vlasenko · 16 years ago
  2. 3798db5 mdev: support $ENVVAR=regex by Denis Vlasenko · 16 years ago
  3. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  4. 5ff9629 mdev: add large comment, fix a buglet with subsystem and /sys/block by Denis Vlasenko · 16 years ago
  5. 3161b61 mdev: set mode, needed when device node already exists. by Denis Vlasenko · 16 years ago
  6. 6dda5de mdev: change subsystem syntax from /subsystem to subsystem/devname by Denis Vlasenko · 16 years ago
  7. 32a3d08 mdev: safer handling of $SUBSYSTEM in mdev -s by Denis Vlasenko · 16 years ago
  8. 7f95937 randomconfig fixes by Denis Vlasenko · 16 years ago
  9. f2b39e0 mdev: add support for - "dont stop here" char by Denis Vlasenko · 16 years ago
  10. 065c714 mdev: provide $SUBSYSTEM (by Vladimir) by Denis Vlasenko · 16 years ago
  11. 323cbbf mdev: fix a bug where \t is not treated as delimiter after [>|=PATH] by Denis Vlasenko · 16 years ago
  12. aafbae6 mdev: make usage text more useful by Denis Vlasenko · 16 years ago
  13. 1fb26da mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove" by Denis Vlasenko · 16 years ago
  14. f1df35c mdev: do not complain if /sys/block doesn't exist by Denis Vlasenko · 16 years ago
  15. d63cd1b mdev: if /sys/class/block exists, don't scan /sys/block by Denis Vlasenko · 16 years ago
  16. 319fe12 mdev: fix breakage caused by unified parser usage by Denis Vlasenko · 16 years ago
  17. 870ccd7 do not whine if /sys/block does not exist ... embedded systems dont need stinkin block devices by Mike Frysinger · 16 years ago
  18. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  19. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  20. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  21. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  22. df96df9 mdev: do not complain if mdev.conf does not exist; by Denis Vlasenko · 16 years ago
  23. b62bd7b - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP by Bernhard Reutner-Fischer · 16 years ago
  24. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  25. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  26. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  27. 018bee6 mdev: support for serializing hotplug by Denis Vlasenko · 16 years ago
  28. e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
  29. a87045c mdev: check for "/block/" substring for block dev detection by Denis Vlasenko · 16 years ago
  30. d986048 mdev: if device was moved at creation, at removal coreectly remove by Denis Vlasenko · 16 years ago
  31. 67075bb mdev: reinstate "follow symlinks" flag, this time with explanation by Denis Vlasenko · 16 years ago
  32. d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
  33. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  34. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  35. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  36. f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 17 years ago
  37. e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
  38. ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
  39. a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
  40. 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
  41. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  42. 4579e9c mdev: /sys/class/block/ are also block devices by Denis Vlasenko · 17 years ago
  43. 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
  44. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  45. f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
  46. aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 17 years ago
  47. cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
  48. 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago
  49. cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 17 years ago
  50. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  51. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  52. ae86a33 [#1334] exec script for devices even if they dont have device nodes by Mike Frysinger · 17 years ago
  53. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  54. f0044c4 add support for renaming/relocating device nodes by Mike Frysinger · 17 years ago
  55. 46ef46a as reported by George Boudreau, make sure we properly skip blank lines by Mike Frysinger · 17 years ago
  56. ee87ebf fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  57. c881c73 cleanup comments and coding style and rewrite the mdev.conf parser to use common busybox functions and call strdup() less often ... saves a ~few hundred bytes by Mike Frysinger · 17 years ago
  58. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  59. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  60. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  61. bb0baed - strndupa is a GNU extension. Using strdup to avoid several errors like: by Bernhard Reutner-Fischer · 17 years ago
  62. 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 18 years ago
  63. b51fd35 as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off by Mike Frysinger · 18 years ago
  64. a78ef2c add support for firmware loading by Mike Frysinger · 18 years ago
  65. d6766c7 mdev: microscopic enhancement, should change nothing by Denis Vlasenko · 18 years ago
  66. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
  67. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  68. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  69. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  70. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  71. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  72. f46be09 mdev: reduce excessive indentation by Denis Vlasenko · 18 years ago
  73. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  74. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  75. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  76. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  77. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  78. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  79. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  80. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  81. ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
  82. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago
  83. 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 19 years ago
  84. 15fe2e1 Shrink the code about 50 bytes, allocate less run-time memory, and add a by Rob Landley · 19 years ago
  85. a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
  86. 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
  87. a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
  88. 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
  89. 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
  90. c1ef7bd just whitespace by Tim Riker · 19 years ago
  91. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  92. 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
  93. 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
  94. 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
  95. 9bdd742 Sigh. Left the debug path in. Fixed. by Rob Landley · 19 years ago
  96. b56c285 Added /etc/mdev.conf support. Adds about 1.9k to mdev. by Rob Landley · 19 years ago
  97. 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago