1. 68ffb9a make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile by Mike Frysinger · 18 years ago
  2. 40ae9b5 prevent buffer underflows with empty lines by Mike Frysinger · 18 years ago
  3. c255f8b prevent accessing memory that we dont own by Mike Frysinger · 18 years ago
  4. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  5. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  6. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
  7. d9e4ddc we need to use the compiler driver to invoke LD as LDFLAGS is in the form the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work by Mike Frysinger · 18 years ago
  8. c1a3399 Add link to post-1.3.1 patches to website by Denis Vlasenko · 18 years ago
  9. 57ec574 * precision requires the argument be an integer, not size_t by Mike Frysinger · 18 years ago
  10. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  11. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  12. ba09233 news.html: Fix bad English by Denis Vlasenko · 18 years ago
  13. 9cd7a24 fix typo by Denis Vlasenko · 18 years ago
  14. f959bee Announce 1.3.1 by Denis Vlasenko · 18 years ago
  15. 8f27c34 ash: is_safe_applet mustn't affect disabled applets by Denis Vlasenko · 18 years ago
  16. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  17. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  18. 3ef70d4 adduser: trivial code movement by Denis Vlasenko · 18 years ago
  19. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  20. 5dd7ef0 chattr: bugfixes and size reduction by Denis Vlasenko · 18 years ago
  21. 407b8c0 trivial size reduction by Denis Vlasenko · 18 years ago
  22. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  23. c4f623e put small subset of e2fsprogs back in the tree: by Denis Vlasenko · 18 years ago
  24. 64c5402 remove e2fsprogs. Nobody volunteered to clean up that mess by Denis Vlasenko · 18 years ago
  25. d63c3a0 Fix irregular capitalization in usage texts by Denis Vlasenko · 18 years ago
  26. b6488c1 trim help texts a bit more by Denis Vlasenko · 18 years ago
  27. 5a4f099 less: fix regexp search '/' on large files by Denis Vlasenko · 18 years ago
  28. 7a50a64 more usage message cleanups by Denis Vlasenko · 18 years ago
  29. 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
  30. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  31. 7cea262 small stupid changes. no code changes by Denis Vlasenko · 18 years ago
  32. a5b3e76 missing piece of prev commit: ndelay_off by Denis Vlasenko · 18 years ago
  33. f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
  34. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  35. e13a537 su: fix typo: "argv -= optind" should be += by Denis Vlasenko · 18 years ago
  36. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  37. 7e46cf7 #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined by Denis Vlasenko · 18 years ago
  38. 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
  39. 8f6c792 find: fix spurious -exec error messages by Denis Vlasenko · 18 years ago
  40. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  41. a6df590 dpkg: getopt32-ification etc, -100 bytes by Denis Vlasenko · 18 years ago
  42. e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
  43. f4c52b3 rpm: reformat. was really hard to read by Denis Vlasenko · 18 years ago
  44. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  45. c5cb38f time: -200 bytes of text by Denis Vlasenko · 18 years ago
  46. f93ab47 time: fix option parsing bug, size optimizations by Denis Vlasenko · 18 years ago
  47. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  48. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  49. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  50. 0a8a774 cmdedit: reformat code a bit, no algorithm changes by Denis Vlasenko · 18 years ago
  51. d56b47f fix type character mixup in command completion by Denis Vlasenko · 18 years ago
  52. f1282a8 less: a few fixes for cases where we overflow status line by Denis Vlasenko · 18 years ago
  53. f65d133 less: restore TAB display (was showing as inverse I after prev changes :) by Denis Vlasenko · 18 years ago
  54. d51d14e less: "(null)" is a bit strange. "standard input" is better :) by Denis Vlasenko · 18 years ago
  55. e147a72 less: how many different kinds of status line we need, three?! by Denis Vlasenko · 18 years ago
  56. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  57. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  58. 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago
  59. 3f3190e less: total cleanup and bugfix. by Denis Vlasenko · 18 years ago
  60. 9a7cef9 less: somewhat buggy applet, but nice. Muchly reduced by Denis Vlasenko · 18 years ago
  61. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  62. 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 18 years ago
  63. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  64. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  65. f58906b cmdedit: fix my bug, improve code a bit by Denis Vlasenko · 18 years ago
  66. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  67. 359d7ca - rename SU_SYSLOG to FEATURE_SU_SYSLOG by Bernhard Reutner-Fischer · 18 years ago
  68. 7f1dc21 cmdedit: use qsort for sorting command completion results; style fixes by Denis Vlasenko · 18 years ago
  69. 8eb3b39 passwd: add option to check passwords for weakness by Denis Vlasenko · 18 years ago
  70. 249fabf Add option to disable command execution from vi & awk by Denis Vlasenko · 18 years ago
  71. 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
  72. 908d6b7 mount: add getmntent_r stub for dietlibc by Denis Vlasenko · 18 years ago
  73. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  74. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  75. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  76. f42ff90 du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. by Denis Vlasenko · 18 years ago
  77. fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 18 years ago
  78. 6dca70a ps: fix buglet, add microoptimization by Denis Vlasenko · 18 years ago
  79. db50647 httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, by Denis Vlasenko · 18 years ago
  80. b8c77b5 start_stop_daemon: make code a bit more readable by Denis Vlasenko · 18 years ago
  81. 0f5905e od: remove bug-for-bug compat (because the bug was fixed in coreuitls) by Denis Vlasenko · 18 years ago
  82. c888946 tar: report error if child dies while writing out the end of tarball by Denis Vlasenko · 18 years ago
  83. b131b27 start_stop_daemon: fix bug where any program name was "matching" by Denis Vlasenko · 18 years ago
  84. 7cdc54f fix/shorten some usage strings by Denis Vlasenko · 18 years ago
  85. 10f7dd1 tftp: corrupted input packets were killing retransmits - fixed by Denis Vlasenko · 18 years ago
  86. 0a10da2 diff: comment - explain what happens when hunk fails to apply by Denis Vlasenko · 18 years ago
  87. f7583d8 patch: fix double-free (bug 1120) by Denis Vlasenko · 18 years ago
  88. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  89. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  90. 3469c18 wget: smallish optimization by Denis Vlasenko · 18 years ago
  91. 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
  92. 79e77cd site: add link to directory with patches by Denis Vlasenko · 18 years ago
  93. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  94. 44b2ea7 back out last change - need to make busybox-1_3-stable branch first by Denis Vlasenko · 18 years ago
  95. 728534b - table support for ip route by Bernhard Reutner-Fischer · 18 years ago
  96. 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  97. f7b0d4a Update busybox.net webpage with 1.3.0 announcement by Denis Vlasenko · 18 years ago
  98. a883fa4 exterminate last bzero's version bump to 1.3.0 by Denis Vlasenko · 18 years ago
  99. 9729e65 - honor CONFIG_DEBUG by Bernhard Reutner-Fischer · 18 years ago
  100. 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago