1. be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
  2. 301f5ec ash: error out on ${#1#}, ${#$11}, ${#11#} by Cristian Ionescu-Idbohrn · 15 years ago
  3. 4d8873f ash: document where we accept invalid syntax. no code changes by Denys Vlasenko · 15 years ago
  4. b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
  5. 76622db ash: code shrink by Denys Vlasenko · 15 years ago
  6. fd2dc53 remove useless (unsigned >= 0) comparison by Denys Vlasenko · 15 years ago
  7. 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
  8. cae409c ls: code shrink by Denys Vlasenko · 15 years ago
  9. ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
  10. 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
  11. 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
  12. 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
  13. 26ff18b Fixes to usage text; updated busybox.spec by Denys Vlasenko · 15 years ago
  14. 88a3768 cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS by Denys Vlasenko · 15 years ago
  15. f228913 ok, last fix wasn't correct... this one is better by Denys Vlasenko · 15 years ago
  16. 963f52f fix a typo in prev commit by Denys Vlasenko · 15 years ago
  17. acabf8f Update documentation generator so that it sucks less by Denys Vlasenko · 15 years ago
  18. 3a7034c typo fix in a comment in a testcase. oh well... by Denys Vlasenko · 15 years ago
  19. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  20. c34c033 ash,hush: share string by Denys Vlasenko · 15 years ago
  21. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  22. 2f3f09c libbb/lineedit: restore ^D handling for unicode by Denys Vlasenko · 15 years ago
  23. db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
  24. e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
  25. 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
  26. 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
  27. 67f7186 hush: do not reset to default "" traps in subshell by Denys Vlasenko · 15 years ago
  28. 4ea0ca8 hush: document a TODO. no code changes by Denys Vlasenko · 15 years ago
  29. 8f88d85 ash: better comment. no code changes by Denys Vlasenko · 15 years ago
  30. 726e1a0 ash: even smaller `trap` code by Denys Vlasenko · 15 years ago
  31. e305c28 ash: slightly better (more correct) code for "trap hack" by Denys Vlasenko · 15 years ago
  32. c297ea9 login: log PAM errors to syslog, not stderr by Denys Vlasenko · 15 years ago
  33. 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
  34. 0800e3a ash: do not let EXIT trap to fire in `trap` by Denys Vlasenko · 15 years ago
  35. 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
  36. 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
  37. ecb179b ifenslave: fix for 2.4 kernels compile by Denys Vlasenko · 15 years ago
  38. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  39. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  40. 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
  41. 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
  42. 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
  43. af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
  44. ed4ff0e pidof/killall: fix bug 625 (kernel threads get stale "binary name") by Denys Vlasenko · 15 years ago
  45. 200d522 df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) by Denys Vlasenko · 15 years ago
  46. 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
  47. 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
  48. d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
  49. 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
  50. bc3e947 awk: fix typo in prev commit by Denys Vlasenko · 15 years ago
  51. 46a0be5 awk: implement mktime by Leonid Lisovskiy · 15 years ago
  52. d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
  53. 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
  54. 532609e ps: document -T option by Denys Vlasenko · 15 years ago
  55. 9aff299 swaponoff: add uuid/label support. By Natanael Copa by Natanael Copa · 15 years ago
  56. 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
  57. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  58. f00cfdf dd: fix conv=noerror w/o sync to not write out zeroed blocks by Denys Vlasenko · 15 years ago
  59. ae0045e we could need ssd -d (fancy) by Bernhard Reutner-Fischer · 15 years ago
  60. 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
  61. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  62. 1166d7b ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem) by Denys Vlasenko · 15 years ago
  63. b0d6338 ash: preparatory cleanup. The only real changes are (unsigned char) casts by Denys Vlasenko · 15 years ago
  64. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
  65. ddf7850 fdisk: add a warning and truncate disks with >= 2^32 sectors by Denys Vlasenko · 15 years ago
  66. 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
  67. f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
  68. ba98603 mount: do not execute "mount.(null)" :) by Denys Vlasenko · 15 years ago
  69. 772c2db httpd_ssi.c: make it a bit less broken by Denys Vlasenko · 15 years ago
  70. aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
  71. 7649bd0 fsck: more clever (->smaller) handling of parameters by Denys Vlasenko · 15 years ago
  72. 6683745 fsck: remove a few statics by Denys Vlasenko · 15 years ago
  73. c541a89 test: use index_in_strings by Denys Vlasenko · 15 years ago
  74. fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
  75. 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
  76. 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  77. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  78. ae357bd top, ps: do not output trailing spaces by Denys Vlasenko · 15 years ago
  79. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  80. 56573cb networking/httpd_ssi.c: expand comments by Denys Vlasenko · 15 years ago
  81. db4a676 networking/httpd_ssi.c: new example CGI handler by Denys Vlasenko · 15 years ago
  82. 33d8d08 httpd: shrink mime type matching code (suggested by Bernhard) by Denys Vlasenko · 15 years ago
  83. d069e53 a few more GCC-isms removed by Denys Vlasenko · 15 years ago
  84. e66ccfa remove some garbage from http POST upload example by Denys Vlasenko · 15 years ago
  85. 108b8c5 httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url" by Denys Vlasenko · 15 years ago
  86. db57fc2 Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentation by Bernhard Reutner-Fischer · 15 years ago
  87. 62298ab TODO: add unicode list by Denys Vlasenko · 15 years ago
  88. 40c2213 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  89. 0c6914e modprobe-small: make string buffer code robust; fix help text by Denys Vlasenko · 15 years ago
  90. f9c814b modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-') by Denys Vlasenko · 15 years ago
  91. 386bc9f unzip: more compat if DESKTOP=y by Denys Vlasenko · 15 years ago
  92. 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
  93. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  94. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  95. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  96. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  97. 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
  98. 2cc7091 inetd: comment tweak. no code changes by Denys Vlasenko · 15 years ago
  99. ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
  100. cfc2163 inetd: be more careful with syslog socket; other small fixes by Denys Vlasenko · 15 years ago