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