1. 565bc33 Remove code that can't be reached. by Rob Landley · 18 years ago
  2. c052576 Tito said that strings is a complete rewrite. by Rob Landley · 18 years ago
  3. 91dc086 Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.) by Rob Landley · 18 years ago
  4. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  5. 52c7d7e And now, with a for loop, so it can handle the nested USE() case. by Rob Landley · 18 years ago
  6. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  7. 277eb6b I touched perl. I feel dirty. by Rob Landley · 18 years ago
  8. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  9. 0b7dfb5 eat gremlins by Mike Frysinger · 18 years ago
  10. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  11. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  12. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  13. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  14. 5ebeb3e Somebody on the buildroot list hit: by Rob Landley · 18 years ago
  15. 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
  16. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  17. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  18. bf30c69 Patch from Yann Morin to fix bug 941, underscores in module aliases. by Rob Landley · 18 years ago
  19. f86a5ba Remove unnecessary consts. by Rob Landley · 18 years ago
  20. 53702e5 Replace the previous checkin with the correct fix. by Rob Landley · 18 years ago
  21. 3b0cfb4 Patch from Yann Morin to look for modules.conf in the right place on 2.6. by Rob Landley · 18 years ago
  22. 3e4da92 For now, get around the error that "child" might be uninitialized. by "Robert P. J. Day" · 18 years ago
  23. fc2aea1 Rearrange order of type qualifiers. by "Robert P. J. Day" · 18 years ago
  24. f0623a2 Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. by Rob Landley · 18 years ago
  25. 6210375 Bugfix from Tito to make sure /etc/group gets updated. by Rob Landley · 18 years ago
  26. d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
  27. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  28. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  29. 25c194f Add -Werror. by Rob Landley · 18 years ago
  30. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  31. 1870737 Comment tweak from tito. by Rob Landley · 18 years ago
  32. 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
  33. 91ed1a4 Patch from Suresh Rajashekara moving comments and #includes and such around. by Rob Landley · 18 years ago
  34. a462232 mention osuosl by Eric Andersen · 18 years ago
  35. 3a9cceb Add the two busybox developers' home pages that have busybox related stuff by Rob Landley · 18 years ago
  36. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  37. 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
  38. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  39. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  40. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  41. 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago
  42. 22d3958 Denis Vlasenko spotted the lack of bounds checking in my first attempt at by Rob Landley · 18 years ago
  43. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  44. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  45. 5b88a38 Add itoa and utoa to see what Denis Vlasenko thinks. by Rob Landley · 18 years ago
  46. 3bfcf3c Patch from Tito to make syslog configurable and remove #ifdefs. Further by Rob Landley · 18 years ago
  47. cba1b96 Patch from Shaun Jackman to set environment variable RUNLEVEL equal to by Rob Landley · 18 years ago
  48. acf448d Bugfix from Shaun Jackman (check that argv[optind] isn't null before by Rob Landley · 18 years ago
  49. 1df45cf Point at fixes.patch for 1.2.1. by Rob Landley · 18 years ago
  50. ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
  51. 9ebd1bd Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to by Rob Landley · 18 years ago
  52. e332450 fix dependencies so that compressed usage gets rebuilt if by Paul Fox · 18 years ago
  53. 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 18 years ago
  54. aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
  55. f296f0b Bug fix from Vladimir Oleynic via Paul Fox for: by Rob Landley · 18 years ago
  56. 434ccd9 fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typo by Mike Frysinger · 18 years ago
  57. cf5b80b This file doesn't appear to be used anywhere. by "Robert P. J. Day" · 18 years ago
  58. 273430a - Pull r15593: by Bernhard Reutner-Fischer · 18 years ago
  59. c773ac8 Delete unused version.c file and corresponding function prototypes by "Robert P. J. Day" · 18 years ago
  60. 259472e remove duplicate CONFIG_TASKSET option by Mike Frysinger · 18 years ago
  61. 441bfbf make the -0 xargs option a little more clear by Mike Frysinger · 18 years ago
  62. 4eddb42 Remove the silly redundancy from that header file include. by "Robert P. J. Day" · 18 years ago
  63. c9f423a Correct the comment to match the code. by "Robert P. J. Day" · 18 years ago
  64. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  65. 087b9d6 Allow a user-configurable minimum password length. by "Robert P. J. Day" · 18 years ago
  66. e02706f - note that get_hz potentially needs cleanup. by Bernhard Reutner-Fischer · 18 years ago
  67. 7a8e491 Patch from Shaun Jackman moving the var=value logic to here it can do some good. by Rob Landley · 18 years ago
  68. 7ccb65f Yet more "#if 0" content removed. by "Robert P. J. Day" · 18 years ago
  69. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  70. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  71. 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
  72. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
  73. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  74. f350160 Remove "#if 1" directives. by "Robert P. J. Day" · 18 years ago
  75. 01772ae Annoint 1.2.0. by Rob Landley · 18 years ago
  76. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  77. 5df6d9f - Give Rob Landley things TODO like depmod by Ned Ludd · 18 years ago
  78. a526c30 Make another warning go away. by Rob Landley · 18 years ago
  79. ab58d5c Make warnings go away. by Rob Landley · 18 years ago
  80. 9c0e4f0 More random todo items... by Rob Landley · 18 years ago
  81. 8bbdb87 This kind of paranoia is a debug option at best. by Rob Landley · 18 years ago
  82. cd54528 Fix bug 744 by moving the flushing logic into the exhausted read buffer test. by Rob Landley · 18 years ago
  83. 00c051e Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time by Rob Landley · 18 years ago
  84. c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
  85. 7077ea3 Some old kernel headers don't #include BLKSSZGET in sys/mount.h. by Rob Landley · 18 years ago
  86. c5e4ab7 Minor update on init not working. by Rob Landley · 18 years ago
  87. a6e6037 Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its by Rob Landley · 18 years ago
  88. db1ab1a Top was catching sigterm (and fumbling sigint) so it could reset the terminal by Rob Landley · 18 years ago
  89. ea7c185 Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" by Rob Landley · 18 years ago
  90. cc826d7 cleanup patch usage by Mike Frysinger · 18 years ago
  91. 1979d3c More website cleanup. by Rob Landley · 18 years ago
  92. d879ffb Move 2005 and earlier to oldnews. by Rob Landley · 18 years ago
  93. ed9aec9 Redo the license section completely, and update the header to group the tabs. by Rob Landley · 18 years ago
  94. cddba6c Move documentation links into the index so they're more visible. by Rob Landley · 18 years ago
  95. af12cb3 Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by by Rob Landley · 18 years ago
  96. 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
  97. 21302c2 Properly print the output for a sit (IPv6-in-IPv4) interface. by "Robert P. J. Day" · 18 years ago
  98. 4137dd7 Aesthetic fix to use newer structure initialization format. by "Robert P. J. Day" · 18 years ago
  99. cd68a2e fix watchdog on no-mmu systems by adding -F option for rexec by Mike Frysinger · 18 years ago
  100. 42705ab dont setpgrp() for now as it breaks system() and that is more important than ctrl+c handling of background processes by Mike Frysinger · 18 years ago