1. 13068a4 - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK by Bernhard Reutner-Fischer · 18 years ago
  2. 71193a8 - remove CRIS specific CFLAG from generic flags-checking. by Bernhard Reutner-Fischer · 18 years ago
  3. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  4. 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
  5. eb28ce4 Timo Scheffler pointed out that OpenWRT isn't listed. by Rob Landley · 18 years ago
  6. fac4ebe Add link to BusyBox Weekly News. (Yeah, another timesink.) by Rob Landley · 18 years ago
  7. 95718b3 New entry about backporting fixes. by Rob Landley · 18 years ago
  8. b90a371 Update the tinyutils page to mention microperl, LUA, buildroot, by Rob Landley · 18 years ago
  9. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  10. a299efb Make a warning go away when standalone shell is disabled. by Rob Landley · 18 years ago
  11. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  12. b988462 Ok, features.h already defines _OPEN_SOURCE (and complains if it's already by Rob Landley · 18 years ago
  13. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  14. e55a73c Update usage to talk about the new shared subtree stuff in mount. by Rob Landley · 18 years ago
  15. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  16. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  17. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  18. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  19. 7250915 Make a warning go away on 64-bit systems. by Rob Landley · 18 years ago
  20. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  21. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  22. 59fe8b9 There are a number of reasons for reinventing printf(). Writing status to by Rob Landley · 18 years ago
  23. f4e50b0 We haven't got a CONFIG_APT_GET. by Rob Landley · 18 years ago
  24. cb376ee Digging up my old "make standalone" stuff from a year ago: by Rob Landley · 18 years ago
  25. e6a3fef Add busybox_old to distclean. by Rob Landley · 18 years ago
  26. 23b61be Add comments to all the functions in this file documenting what they're for. by Rob Landley · 18 years ago
  27. 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
  28. 3629d95 Typo. by Rob Landley · 18 years ago
  29. 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
  30. daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
  31. 2c55fca Thinko spotted by Vladimir Dronnikov. by Rob Landley · 18 years ago
  32. 6ced427 Try to make a "type-punned pointer" warning go away for somebody on the by Rob Landley · 18 years ago
  33. 403777f Patch from tito to improve options parsing. by Rob Landley · 18 years ago
  34. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  35. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  36. 7478804 Fix umount so loop device disassociation hopefully doesn't screw up errno on by Rob Landley · 18 years ago
  37. 280a264 Attempt to fixup httpd.c to match svn 15767. by Rob Landley · 18 years ago
  38. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  39. 6dce0b6 Remove apparent typo in "bool" line. by "Robert P. J. Day" · 18 years ago
  40. 581d4f3 Move declaration to be compatible with older gcc's. by "Robert P. J. Day" · 18 years ago
  41. cae61e7 Make a gcc 4.1 warning go away. by Rob Landley · 18 years ago
  42. 2aced7e Announce 1.2.1 by Rob Landley · 18 years ago
  43. 533320c 1) ifeq is make syntax, #ifeq is a make comment. by Rob Landley · 18 years ago
  44. 565bc33 Remove code that can't be reached. by Rob Landley · 18 years ago
  45. c052576 Tito said that strings is a complete rewrite. by Rob Landley · 18 years ago
  46. 91dc086 Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.) by Rob Landley · 18 years ago
  47. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  48. 52c7d7e And now, with a for loop, so it can handle the nested USE() case. by Rob Landley · 18 years ago
  49. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  50. 277eb6b I touched perl. I feel dirty. by Rob Landley · 18 years ago
  51. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  52. 0b7dfb5 eat gremlins by Mike Frysinger · 18 years ago
  53. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  54. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  55. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  56. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  57. 5ebeb3e Somebody on the buildroot list hit: by Rob Landley · 18 years ago
  58. 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
  59. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  60. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  61. bf30c69 Patch from Yann Morin to fix bug 941, underscores in module aliases. by Rob Landley · 18 years ago
  62. f86a5ba Remove unnecessary consts. by Rob Landley · 18 years ago
  63. 53702e5 Replace the previous checkin with the correct fix. by Rob Landley · 18 years ago
  64. 3b0cfb4 Patch from Yann Morin to look for modules.conf in the right place on 2.6. by Rob Landley · 18 years ago
  65. 3e4da92 For now, get around the error that "child" might be uninitialized. by "Robert P. J. Day" · 18 years ago
  66. fc2aea1 Rearrange order of type qualifiers. by "Robert P. J. Day" · 18 years ago
  67. f0623a2 Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. by Rob Landley · 18 years ago
  68. 6210375 Bugfix from Tito to make sure /etc/group gets updated. by Rob Landley · 18 years ago
  69. d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
  70. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  71. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  72. 25c194f Add -Werror. by Rob Landley · 18 years ago
  73. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  74. 1870737 Comment tweak from tito. by Rob Landley · 18 years ago
  75. 83169c6 Tito writes: If the gecos field of an user is empty, obscure reports a false "similar to gecos" error. by Mike Frysinger · 18 years ago
  76. 91ed1a4 Patch from Suresh Rajashekara moving comments and #includes and such around. by Rob Landley · 18 years ago
  77. a462232 mention osuosl by Eric Andersen · 18 years ago
  78. 3a9cceb Add the two busybox developers' home pages that have busybox related stuff by Rob Landley · 18 years ago
  79. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  80. 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
  81. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  82. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  83. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  84. 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago
  85. 22d3958 Denis Vlasenko spotted the lack of bounds checking in my first attempt at by Rob Landley · 18 years ago
  86. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  87. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  88. 5b88a38 Add itoa and utoa to see what Denis Vlasenko thinks. by Rob Landley · 18 years ago
  89. 3bfcf3c Patch from Tito to make syslog configurable and remove #ifdefs. Further by Rob Landley · 18 years ago
  90. cba1b96 Patch from Shaun Jackman to set environment variable RUNLEVEL equal to by Rob Landley · 18 years ago
  91. acf448d Bugfix from Shaun Jackman (check that argv[optind] isn't null before by Rob Landley · 18 years ago
  92. 1df45cf Point at fixes.patch for 1.2.1. by Rob Landley · 18 years ago
  93. ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
  94. 9ebd1bd Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to by Rob Landley · 18 years ago
  95. e332450 fix dependencies so that compressed usage gets rebuilt if by Paul Fox · 18 years ago
  96. 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 18 years ago
  97. aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
  98. f296f0b Bug fix from Vladimir Oleynic via Paul Fox for: by Rob Landley · 18 years ago
  99. 434ccd9 fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typo by Mike Frysinger · 18 years ago
  100. cf5b80b This file doesn't appear to be used anywhere. by "Robert P. J. Day" · 18 years ago