1. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  2. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  3. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 17 years ago
  4. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 17 years ago
  5. 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  6. a9d7d24 echo: fix regression ("echo" with no arguments didn't print newline. by Denis Vlasenko · 17 years ago
  7. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  8. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  9. de17ece - use skip_non_whitespace() where appropriate by Bernhard Reutner-Fischer · 17 years ago
  10. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 17 years ago
  11. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 17 years ago
  12. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  13. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  14. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  15. bb5b01c comm: eliminate statics by Denis Vlasenko · 17 years ago
  16. df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 17 years ago
  17. bdd253e - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. by Bernhard Reutner-Fischer · 17 years ago
  18. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  19. d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  20. 2a47dea - remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs by Bernhard Reutner-Fischer · 17 years ago
  21. 3a60244 - remove some bss users. by Bernhard Reutner-Fischer · 17 years ago
  22. 0e6ab01 - remove superfluous bss user (flags) and manually unswitch some areas: by Bernhard Reutner-Fischer · 17 years ago
  23. cea0a8b - use bb_error_msg by Bernhard Reutner-Fischer · 17 years ago
  24. 8025afa - use xregcomp. Untested. vda, isn't there a regfree missing here? by Bernhard Reutner-Fischer · 17 years ago
  25. 3c5929a - remove some unneeded forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  26. adb01b1 - remove args from bss, minor misc shrinkage while at it. by Bernhard Reutner-Fischer · 17 years ago
  27. 729bd9e test: comment out unused code by Denis Vlasenko · 17 years ago
  28. 4caa09a uniq: getopt32-ization. -38 bytes. by Denis Vlasenko · 17 years ago
  29. 7b881c7 - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. by Bernhard Reutner-Fischer · 17 years ago
  30. cc89026 - debloat test. untested. by Bernhard Reutner-Fischer · 17 years ago
  31. eceecea - fix bug where we did not reject invalid classes like '[[:alpha' by Bernhard Reutner-Fischer · 17 years ago
  32. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  33. 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 17 years ago
  34. 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 17 years ago
  35. 91dd275 split: let me join bikeshed painting frenzy :) by Denis Vlasenko · 17 years ago
  36. 576de34 - check the suffix proper plus misc touch up by Bernhard Reutner-Fischer · 17 years ago
  37. b813eaf - implement suffices as required by SUSv3 by Bernhard Reutner-Fischer · 17 years ago
  38. cd43dfd - shrink a tiny bit (-8b) by Bernhard Reutner-Fischer · 17 years ago
  39. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 17 years ago
  40. 9a1fa8c cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) by Denis Vlasenko · 17 years ago
  41. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 17 years ago
  42. 97fd6d8 ls: fix segfault-if-standalone-shell, add big fat comment. by Denis Vlasenko · 17 years ago
  43. 16c7fb7 chown, env: stop using statics by Denis Vlasenko · 17 years ago
  44. e1e93c1 missed hunk of "stop using big static buffer for inode hash" by Denis Vlasenko · 17 years ago
  45. 39c651e introduce and use setfscreatecon_or_die by Denis Vlasenko · 17 years ago
  46. 1203c9b next portion of selinux updates: chcon, runcon. From by Denis Vlasenko · 17 years ago
  47. a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 17 years ago
  48. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 17 years ago
  49. 339f5eb printf: allow hex/oct numbers; move functions around by Denis Vlasenko · 17 years ago
  50. 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 17 years ago
  51. 8a91081 chown: fix comment, fix verbose message by Denis Vlasenko · 17 years ago
  52. cd27c42 chown: support -H -L -P if ENABLE_DESKTOP by Denis Vlasenko · 17 years ago
  53. 0085f23 diff: make -U0 work by Denis Vlasenko · 17 years ago
  54. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 17 years ago
  55. 41cca2b who: stop using static buffer, small size optimizations by Denis Vlasenko · 18 years ago
  56. 2110aa9 ls: w/o -l follow symlinks to dirs for commandline args by Denis Vlasenko · 18 years ago
  57. cce3858 start_stop_daemon: add -chuid support by Denis Vlasenko · 18 years ago
  58. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  59. 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
  60. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  61. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  62. cbd6e65 - fix buglet introduced in r17351 in find_param(). Closes #1193 by Bernhard Reutner-Fischer · 18 years ago
  63. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  64. 6a1829d - include busybox.h before looking at an eventual #if ENABLE_DESKTOP by Bernhard Reutner-Fischer · 18 years ago
  65. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  66. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  67. cd75a96 - sum -r TODO should not print the filename as oposed to -s by Bernhard Reutner-Fischer · 18 years ago
  68. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  69. 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
  70. d19f4aa - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  71. 1118a1d - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  72. 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  73. b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
  74. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  75. ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  76. d58c194 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  77. e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
  78. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  79. 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
  80. 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
  81. 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
  82. 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
  83. 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
  84. d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
  85. a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  86. 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  87. 21fc740 - constify some read-only members and remove superfluous casts (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  88. 4fa566d - reuse option_mask32 for state-handling in main by Bernhard Reutner-Fischer · 18 years ago
  89. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  90. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  91. 21b080d stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - by Denis Vlasenko · 18 years ago
  92. f8abc10 stty: rearrange functions, avoiding the need in forward declarations. by Denis Vlasenko · 18 years ago
  93. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  94. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 18 years ago
  95. b05955e work around gcc's false warning by Denis Vlasenko · 18 years ago
  96. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
  97. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 18 years ago
  98. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  99. 6eebed5 chown: fix handling of "user.group" notation by Denis Vlasenko · 18 years ago
  100. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago