1. a01579d change "bool ... if OPT" to more common "depend ... OPT" by Mike Frysinger · 18 years ago
  2. 6cda897 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
  3. 841ef13 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
  4. 08e7097 "depends ..." -> "depends on ..." by Mike Frysinger · 18 years ago
  5. 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
  6. 1c747b3 - add hostcc-option checker by Bernhard Reutner-Fischer · 18 years ago
  7. 82f8788 - call cc-option to check if the compiler supports the flags we asked to use by Bernhard Reutner-Fischer · 18 years ago
  8. b5bb40f - add an unsupported makefile for IMA compiles by Bernhard Reutner-Fischer · 18 years ago
  9. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  10. 52848ee add link to fixes-1.4.0 by Denis Vlasenko · 18 years ago
  11. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  12. d77f7c3 remove empty source files by Denis Vlasenko · 18 years ago
  13. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  14. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  15. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  16. fdcd7c4 - add more strict prototype checking to catch wrong and broken code (like nested functions) by Bernhard Reutner-Fischer · 18 years ago
  17. 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
  18. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  19. d0f33b3 - not sure if we want a timestamp there, so put one in by Bernhard Reutner-Fischer · 18 years ago
  20. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  21. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  22. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  23. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  24. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  25. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  26. d8760a7 defconfig: refresh by Denis Vlasenko · 18 years ago
  27. 95fef70 move shell/cmdedit.c -> libbb/lineedit.c by Denis Vlasenko · 18 years ago
  28. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  29. 253ce00 cmdedit: fix breakage by Denis Vlasenko · 18 years ago
  30. b01b4e2 cmdedit.h: remove by Denis Vlasenko · 18 years ago
  31. 6258fd3 cmdedit: stop playing dirty games with atexit by Denis Vlasenko · 18 years ago
  32. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  33. 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
  34. 5592fac cmdedit: more optimizations by Denis Vlasenko · 18 years ago
  35. 47bdb3a cmdedit: small optimizations by Denis Vlasenko · 18 years ago
  36. 82b39e8 sanitize cmdedit a bit (group functions by task etc) by Denis Vlasenko · 18 years ago
  37. 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
  38. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  39. b3f3c23 - point to correct version. Thanks to Yann E. MORIN. by Bernhard Reutner-Fischer · 18 years ago
  40. 12f96c1 - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  41. af45760 - get_terminal_width_height does not and should never write to fd. Cosmetic Precaution by Bernhard Reutner-Fischer · 18 years ago
  42. d19f4aa - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  43. 1118a1d - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  44. 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  45. b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
  46. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  47. ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  48. d58c194 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  49. a8e2e18 - add C99 bool type for setups that support it. by Bernhard Reutner-Fischer · 18 years ago
  50. 3127358 Announce 1.3.2 and 1.4.0 on busybox.net by Denis Vlasenko · 18 years ago
  51. 12a3917 head is 1.5.0.svn now by Denis Vlasenko · 18 years ago
  52. 8942c12 releasing busybox 1.4.0 by Denis Vlasenko · 18 years ago 1_4_0
  53. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  54. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
  55. e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
  56. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  57. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  58. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  59. f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
  60. e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
  61. 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
  62. a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
  63. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  64. c966ba4 - move the smallint that is platform dependant to it's proper place by Bernhard Reutner-Fischer · 18 years ago
  65. f8384fa Use char for smallint on CRIS as well. by Peter Kjellerstedt · 18 years ago
  66. 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
  67. 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
  68. 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
  69. cbbc043 smallint can be a char for amd64 too by Denis Vlasenko · 18 years ago
  70. ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
  71. ae114c2 - stty's visible() function and catv's guts are identical. Merge them into by Bernhard Reutner-Fischer · 18 years ago
  72. 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
  73. 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
  74. 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
  75. d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
  76. a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  77. 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  78. 21fc740 - constify some read-only members and remove superfluous casts (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  79. 4fa566d - reuse option_mask32 for state-handling in main by Bernhard Reutner-Fischer · 18 years ago
  80. 9e8df93 - replace some occurances of "kernel" with busybox by Bernhard Reutner-Fischer · 18 years ago
  81. b64eed6 httpd: use fd#1 in inetd mode inetd: micro style fix by Denis Vlasenko · 18 years ago
  82. d1a6e8d inetd: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  83. d97c924 Rename bb_sanitize_stdio -> bb_sanitize_server_stdio by Denis Vlasenko · 18 years ago
  84. b8b81a6 small size optimization by Denis Vlasenko · 18 years ago
  85. 844ff09 isrv.h: add copyright info by Denis Vlasenko · 18 years ago
  86. fdf7aec I forgot "svn add" AGAIN! :( by Denis Vlasenko · 18 years ago
  87. c14c95e fakeidentd: avoid extra fcntl calls by Denis Vlasenko · 18 years ago
  88. 1925081 fakeidentd: fix daemon mode (was thinking that it is in by Denis Vlasenko · 18 years ago
  89. ffcef2d inetd: open log after daemonization by Denis Vlasenko · 18 years ago
  90. 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
  91. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  92. 2418288 small fixes to ipv6 infrastructure by Denis Vlasenko · 18 years ago
  93. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  94. 21b080d stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - by Denis Vlasenko · 18 years ago
  95. f8abc10 stty: rearrange functions, avoiding the need in forward declarations. by Denis Vlasenko · 18 years ago
  96. 4df8135 undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects by Denis Vlasenko · 18 years ago
  97. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  98. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  99. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  100. f8138d1 fakeinetd: attempted ipv6-ization (and it's done) by Denis Vlasenko · 18 years ago