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