1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  3. 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
  4. 8e209c3 catv: catv without arguments was trying to use environ as argv. by Denis Vlasenko · 17 years ago
  5. e013475 env: micro-optimization by Denis Vlasenko · 17 years ago
  6. 980864d dd: use unsigned printf specifier for # of blocks by Denis Vlasenko · 17 years ago
  7. 2b03e5e dd: fix newly introduced bug (introduced by me) by Denis Vlasenko · 17 years ago
  8. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  9. 7587870 dd: fix bug where we assume count=INT_MAX when count is unspecified; by Denis Vlasenko · 17 years ago
  10. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  11. 661f6fa cal: small code shrink by Denis Vlasenko · 17 years ago
  12. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  13. bcb66ec od: shrink a bit by Denis Vlasenko · 17 years ago
  14. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  15. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  16. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  17. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  18. d166f83 md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) by Denis Vlasenko · 17 years ago
  19. c6753c1 expr: small code shrink by Denis Vlasenko · 17 years ago
  20. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  21. e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
  22. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  23. 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
  24. b304ead test: shrink a bit by Denis Vlasenko · 17 years ago
  25. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  26. bb98db2 echo: fix yet another buglet in non-fancy echo by Denis Vlasenko · 17 years ago
  27. a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 17 years ago
  28. be99243 - fix test -f ./exists by Bernhard Reutner-Fischer · 17 years ago
  29. fdcbc4e - fix testing primary expressions like '"-u" = "-u"' by Bernhard Reutner-Fischer · 17 years ago
  30. 16d58d7 catv: was abusing xopen, should not die on err, but warn only. by Denis Vlasenko · 17 years ago
  31. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago
  32. aa198dd uudecode: nuke duplicate base64_table[]. saves 65 bytes by Denis Vlasenko · 17 years ago
  33. a7c5d2c getopt_mk_fifo_nod: heed warning by Denis Vlasenko · 17 years ago
  34. def8260 - fix invocation without any argument by Bernhard Reutner-Fischer · 17 years ago
  35. dc4ab54 test: fix thinko in previous commit by Denis Vlasenko · 17 years ago
  36. 89bca27 test: recognize /path/to/[ case too by Denis Vlasenko · 17 years ago
  37. 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 17 years ago
  38. e8b2bd4 - fix wrong not operator which was essentially ignored. got introduced in r18282 by Bernhard Reutner-Fischer · 17 years ago
  39. ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 17 years ago
  40. c084d2f echo: fix non-fancy echo by Denis Vlasenko · 17 years ago
  41. 746204b uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> by Denis Vlasenko · 17 years ago
  42. ef4bb26 diff: stop using data/bss by Denis Vlasenko · 17 years ago
  43. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  44. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  45. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  46. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  47. fe3e177 test: close bug 1371 test: plug a memory leak by Denis Vlasenko · 17 years ago
  48. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  49. 6d70997 cttyhack: new applet. by Denis Vlasenko · 17 years ago
  50. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 17 years ago
  51. 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 17 years ago
  52. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 17 years ago
  53. a6a1785 hush: add ctrl-Z handling for nofork'ed case by Denis Vlasenko · 17 years ago
  54. f6250a3 dd: NOEXEC fix dd: correct wrongly capitalized constant by Denis Vlasenko · 17 years ago
  55. d1801a4 dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) by Denis Vlasenko · 17 years ago
  56. 9ace613 stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) by Denis Vlasenko · 17 years ago
  57. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  58. e468ef2 - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off by Bernhard Reutner-Fischer · 17 years ago
  59. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 17 years ago
  60. 8746885 style fixes by Denis Vlasenko · 17 years ago
  61. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  62. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  63. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 17 years ago
  64. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 17 years ago
  65. 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  66. a9d7d24 echo: fix regression ("echo" with no arguments didn't print newline. by Denis Vlasenko · 17 years ago
  67. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  68. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  69. de17ece - use skip_non_whitespace() where appropriate by Bernhard Reutner-Fischer · 17 years ago
  70. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 17 years ago
  71. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 17 years ago
  72. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  73. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  74. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  75. bb5b01c comm: eliminate statics by Denis Vlasenko · 17 years ago
  76. df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 17 years ago
  77. bdd253e - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. by Bernhard Reutner-Fischer · 17 years ago
  78. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  79. d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  80. 2a47dea - remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs by Bernhard Reutner-Fischer · 17 years ago
  81. 3a60244 - remove some bss users. by Bernhard Reutner-Fischer · 17 years ago
  82. 0e6ab01 - remove superfluous bss user (flags) and manually unswitch some areas: by Bernhard Reutner-Fischer · 17 years ago
  83. cea0a8b - use bb_error_msg by Bernhard Reutner-Fischer · 17 years ago
  84. 8025afa - use xregcomp. Untested. vda, isn't there a regfree missing here? by Bernhard Reutner-Fischer · 17 years ago
  85. 3c5929a - remove some unneeded forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  86. adb01b1 - remove args from bss, minor misc shrinkage while at it. by Bernhard Reutner-Fischer · 17 years ago
  87. 729bd9e test: comment out unused code by Denis Vlasenko · 17 years ago
  88. 4caa09a uniq: getopt32-ization. -38 bytes. by Denis Vlasenko · 17 years ago
  89. 7b881c7 - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. by Bernhard Reutner-Fischer · 17 years ago
  90. cc89026 - debloat test. untested. by Bernhard Reutner-Fischer · 17 years ago
  91. eceecea - fix bug where we did not reject invalid classes like '[[:alpha' by Bernhard Reutner-Fischer · 17 years ago
  92. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  93. 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 17 years ago
  94. 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 17 years ago
  95. 91dd275 split: let me join bikeshed painting frenzy :) by Denis Vlasenko · 17 years ago
  96. 576de34 - check the suffix proper plus misc touch up by Bernhard Reutner-Fischer · 17 years ago
  97. b813eaf - implement suffices as required by SUSv3 by Bernhard Reutner-Fischer · 17 years ago
  98. cd43dfd - shrink a tiny bit (-8b) by Bernhard Reutner-Fischer · 17 years ago
  99. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 17 years ago
  100. 9a1fa8c cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) by Denis Vlasenko · 17 years ago