1. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  2. e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
  3. 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
  4. fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  5. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  6. 1de0830 Fix minor breakage in previous commit by Denis Vlasenko · 18 years ago
  7. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  8. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  9. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  10. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  11. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  12. 9b44db5 cp: update help text by Denis Vlasenko · 18 years ago
  13. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  14. 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
  15. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  16. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  17. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  18. 9fa9950 build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) by Denis Vlasenko · 18 years ago
  19. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  20. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  21. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  22. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  23. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  24. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  25. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  26. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  27. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  28. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  29. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  30. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  31. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  32. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  33. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  34. 1868409 fixing build system overhaul fallout... by Denis Vlasenko · 18 years ago
  35. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  36. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  37. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  38. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  39. cf94446 random style fixes by Denis Vlasenko · 18 years ago
  40. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  41. 2e864cd eject: -T (implements single button open/close) by Denis Vlasenko · 18 years ago
  42. b97c984 sed: unbreak multiple -e, -f option handling (my fault) by Denis Vlasenko · 18 years ago
  43. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  44. 1decd0e syslogd: add option to suppress logging of messages lower than level N (-n N) by Denis Vlasenko · 18 years ago
  45. 0b193a7 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y by Denis Vlasenko · 18 years ago
  46. 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
  47. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  48. de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
  49. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  50. 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
  51. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  52. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  53. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  54. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  55. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  56. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  57. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  58. d1f939e - fix documentation for the command-line options of ipcs. Closes #1036 by Bernhard Reutner-Fischer · 18 years ago
  59. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  60. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  61. 4d0f54a - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. by Bernhard Reutner-Fischer · 18 years ago
  62. 69115c6 Unbreak allbareconfig. by Rob Landley · 18 years ago
  63. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  64. 577905f Revert duplicate patch. by Rob Landley · 18 years ago
  65. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  66. 1b2b5cf Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. by Rob Landley · 18 years ago
  67. b5f50ea - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy. by Bernhard Reutner-Fischer · 18 years ago
  68. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  69. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  70. 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
  71. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  72. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  73. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  74. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  75. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  76. 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
  77. bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
  78. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  79. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  80. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  81. b988462 Ok, features.h already defines _OPEN_SOURCE (and complains if it's already by Rob Landley · 18 years ago
  82. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  83. e55a73c Update usage to talk about the new shared subtree stuff in mount. by Rob Landley · 18 years ago
  84. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  85. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  86. affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
  87. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  88. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  89. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  90. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  91. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  92. f0623a2 Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. by Rob Landley · 18 years ago
  93. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  94. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  95. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  96. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  97. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  98. 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 18 years ago
  99. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  100. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago