1. f0044c4 add support for renaming/relocating device nodes by Mike Frysinger · 17 years ago
  2. 46ef46a as reported by George Boudreau, make sure we properly skip blank lines by Mike Frysinger · 17 years ago
  3. ee87ebf fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  4. 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
  5. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  6. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  7. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  8. bb0baed - strndupa is a GNU extension. Using strdup to avoid several errors like: by Bernhard Reutner-Fischer · 18 years ago
  9. 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 18 years ago
  10. 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
  11. a78ef2c add support for firmware loading by Mike Frysinger · 18 years ago
  12. d6766c7 mdev: microscopic enhancement, should change nothing by Denis Vlasenko · 18 years ago
  13. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
  14. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  15. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  16. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  17. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  18. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  19. f46be09 mdev: reduce excessive indentation by Denis Vlasenko · 18 years ago
  20. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  21. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  22. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  23. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  24. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  25. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  26. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  27. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  28. ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
  29. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago
  30. 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 19 years ago
  31. 15fe2e1 Shrink the code about 50 bytes, allocate less run-time memory, and add a by Rob Landley · 19 years ago
  32. a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
  33. 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
  34. a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
  35. 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
  36. 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
  37. c1ef7bd just whitespace by Tim Riker · 19 years ago
  38. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  39. 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
  40. 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
  41. 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
  42. 9bdd742 Sigh. Left the debug path in. Fixed. by Rob Landley · 19 years ago
  43. b56c285 Added /etc/mdev.conf support. Adds about 1.9k to mdev. by Rob Landley · 19 years ago
  44. 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago