1. fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
  2. 5ff8f3d add link to post 1.4.1 patches by Denis Vlasenko · 18 years ago
  3. 98c0bba fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! by Denis Vlasenko · 18 years ago
  4. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  5. 8b942c6 fix "expr has no effect" warning by Denis Vlasenko · 18 years ago
  6. 86724af bb_parse_mode: do not do umask() needlessly. by Denis Vlasenko · 18 years ago
  7. f98d637 - readahead depends on LFS by Bernhard Reutner-Fischer · 18 years ago
  8. 5b6195c respect CFLAGS/CPPFLAGS in env by Mike Frysinger · 18 years ago
  9. bc5262d fix option -F mishandling by Denis Vlasenko · 18 years ago
  10. a1042e9 fix non-ipv6 compile by Denis Vlasenko · 18 years ago
  11. 30abe97 announce 1.4.1 by Denis Vlasenko · 18 years ago
  12. 90ec4dc arping: stop using last gethostbyname2 in the tree hostname: small optimization by Denis Vlasenko · 18 years ago
  13. aeb4bdd accidentally applied wrong (old) patch, fixing up... by Denis Vlasenko · 18 years ago
  14. 581930c opt_complementary doesn't like numeric opts :( by Denis Vlasenko · 18 years ago
  15. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  16. 677cb5e hostname declaration was misplaced by Denis Vlasenko · 18 years ago
  17. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  18. 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
  19. 7b1c5aa - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult by Bernhard Reutner-Fischer · 18 years ago
  20. 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
  21. 11353ae as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file by Mike Frysinger · 18 years ago
  22. a01579d change "bool ... if OPT" to more common "depend ... OPT" by Mike Frysinger · 18 years ago
  23. 6cda897 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
  24. 841ef13 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
  25. 08e7097 "depends ..." -> "depends on ..." by Mike Frysinger · 18 years ago
  26. 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
  27. 1c747b3 - add hostcc-option checker by Bernhard Reutner-Fischer · 18 years ago
  28. 82f8788 - call cc-option to check if the compiler supports the flags we asked to use by Bernhard Reutner-Fischer · 18 years ago
  29. b5bb40f - add an unsupported makefile for IMA compiles by Bernhard Reutner-Fischer · 18 years ago
  30. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  31. 52848ee add link to fixes-1.4.0 by Denis Vlasenko · 18 years ago
  32. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  33. d77f7c3 remove empty source files by Denis Vlasenko · 18 years ago
  34. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  35. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  36. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  37. fdcd7c4 - add more strict prototype checking to catch wrong and broken code (like nested functions) by Bernhard Reutner-Fischer · 18 years ago
  38. 835f575 - the archivers expect mode to be a mode_t, so do not trip signed/unsigned conversion purposefully by Bernhard Reutner-Fischer · 18 years ago
  39. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  40. d0f33b3 - not sure if we want a timestamp there, so put one in by Bernhard Reutner-Fischer · 18 years ago
  41. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  42. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  43. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  44. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  45. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  46. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  47. d8760a7 defconfig: refresh by Denis Vlasenko · 18 years ago
  48. 95fef70 move shell/cmdedit.c -> libbb/lineedit.c by Denis Vlasenko · 18 years ago
  49. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  50. 253ce00 cmdedit: fix breakage by Denis Vlasenko · 18 years ago
  51. b01b4e2 cmdedit.h: remove by Denis Vlasenko · 18 years ago
  52. 6258fd3 cmdedit: stop playing dirty games with atexit by Denis Vlasenko · 18 years ago
  53. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  54. 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
  55. 5592fac cmdedit: more optimizations by Denis Vlasenko · 18 years ago
  56. 47bdb3a cmdedit: small optimizations by Denis Vlasenko · 18 years ago
  57. 82b39e8 sanitize cmdedit a bit (group functions by task etc) by Denis Vlasenko · 18 years ago
  58. 7b1f236 - use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers. by Bernhard Reutner-Fischer · 18 years ago
  59. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  60. b3f3c23 - point to correct version. Thanks to Yann E. MORIN. by Bernhard Reutner-Fischer · 18 years ago
  61. 12f96c1 - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  62. af45760 - get_terminal_width_height does not and should never write to fd. Cosmetic Precaution by Bernhard Reutner-Fischer · 18 years ago
  63. d19f4aa - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  64. 1118a1d - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  65. 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  66. b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
  67. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  68. ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  69. d58c194 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  70. a8e2e18 - add C99 bool type for setups that support it. by Bernhard Reutner-Fischer · 18 years ago
  71. 3127358 Announce 1.3.2 and 1.4.0 on busybox.net by Denis Vlasenko · 18 years ago
  72. 12a3917 head is 1.5.0.svn now by Denis Vlasenko · 18 years ago
  73. 8942c12 releasing busybox 1.4.0 by Denis Vlasenko · 18 years ago
  74. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  75. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
  76. e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
  77. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  78. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  79. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  80. f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
  81. e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
  82. 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
  83. a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
  84. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  85. c966ba4 - move the smallint that is platform dependant to it's proper place by Bernhard Reutner-Fischer · 18 years ago
  86. f8384fa Use char for smallint on CRIS as well. by Peter Kjellerstedt · 18 years ago
  87. 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
  88. 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
  89. 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
  90. cbbc043 smallint can be a char for amd64 too by Denis Vlasenko · 18 years ago
  91. ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
  92. ae114c2 - stty's visible() function and catv's guts are identical. Merge them into by Bernhard Reutner-Fischer · 18 years ago
  93. 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
  94. 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
  95. 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
  96. d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
  97. a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  98. 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  99. 21fc740 - constify some read-only members and remove superfluous casts (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  100. 4fa566d - reuse option_mask32 for state-handling in main by Bernhard Reutner-Fischer · 18 years ago