1. 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
  2. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  3. b3f3c23 - point to correct version. Thanks to Yann E. MORIN. by Bernhard Reutner-Fischer · 18 years ago
  4. 12f96c1 - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  5. af45760 - get_terminal_width_height does not and should never write to fd. Cosmetic Precaution by Bernhard Reutner-Fischer · 18 years ago
  6. d19f4aa - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  7. 1118a1d - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
  8. 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  9. b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
  10. 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  11. ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  12. d58c194 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  13. a8e2e18 - add C99 bool type for setups that support it. by Bernhard Reutner-Fischer · 18 years ago
  14. 3127358 Announce 1.3.2 and 1.4.0 on busybox.net by Denis Vlasenko · 18 years ago
  15. 12a3917 head is 1.5.0.svn now by Denis Vlasenko · 18 years ago
  16. 8942c12 releasing busybox 1.4.0 by Denis Vlasenko · 18 years ago
  17. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  18. 91f20ab fixes for amd64 compilation by Denis Vlasenko · 18 years ago
  19. e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
  20. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  21. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  22. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  23. f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
  24. e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
  25. 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
  26. a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
  27. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  28. c966ba4 - move the smallint that is platform dependant to it's proper place by Bernhard Reutner-Fischer · 18 years ago
  29. f8384fa Use char for smallint on CRIS as well. by Peter Kjellerstedt · 18 years ago
  30. 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
  31. 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
  32. 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
  33. cbbc043 smallint can be a char for amd64 too by Denis Vlasenko · 18 years ago
  34. ef44d9d sed,get_line_from_file: improve comments by Denis Vlasenko · 18 years ago
  35. ae114c2 - stty's visible() function and catv's guts are identical. Merge them into by Bernhard Reutner-Fischer · 18 years ago
  36. 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
  37. 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
  38. 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
  39. d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
  40. a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  41. 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  42. 21fc740 - constify some read-only members and remove superfluous casts (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  43. 4fa566d - reuse option_mask32 for state-handling in main by Bernhard Reutner-Fischer · 18 years ago
  44. 9e8df93 - replace some occurances of "kernel" with busybox by Bernhard Reutner-Fischer · 18 years ago
  45. b64eed6 httpd: use fd#1 in inetd mode inetd: micro style fix by Denis Vlasenko · 18 years ago
  46. d1a6e8d inetd: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  47. d97c924 Rename bb_sanitize_stdio -> bb_sanitize_server_stdio by Denis Vlasenko · 18 years ago
  48. b8b81a6 small size optimization by Denis Vlasenko · 18 years ago
  49. 844ff09 isrv.h: add copyright info by Denis Vlasenko · 18 years ago
  50. fdf7aec I forgot "svn add" AGAIN! :( by Denis Vlasenko · 18 years ago
  51. c14c95e fakeidentd: avoid extra fcntl calls by Denis Vlasenko · 18 years ago
  52. 1925081 fakeidentd: fix daemon mode (was thinking that it is in by Denis Vlasenko · 18 years ago
  53. ffcef2d inetd: open log after daemonization by Denis Vlasenko · 18 years ago
  54. 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
  55. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  56. 2418288 small fixes to ipv6 infrastructure by Denis Vlasenko · 18 years ago
  57. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  58. 21b080d stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - by Denis Vlasenko · 18 years ago
  59. f8abc10 stty: rearrange functions, avoiding the need in forward declarations. by Denis Vlasenko · 18 years ago
  60. 4df8135 undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects by Denis Vlasenko · 18 years ago
  61. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  62. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  63. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  64. f8138d1 fakeinetd: attempted ipv6-ization (and it's done) by Denis Vlasenko · 18 years ago
  65. 4fa5e8b fix my own breakage by Denis Vlasenko · 18 years ago
  66. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  67. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  68. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  69. 085231f code shrinkage by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  70. 1a8bf7f missed a few #undefs (no real impact I think) by Denis Vlasenko · 18 years ago
  71. 7573541 fix bug 1146 (gunzip breakage introduced by me --vda) by Denis Vlasenko · 18 years ago
  72. bbe5146 a bit more IPv6-ization work syslogd: converted to use it (in -R host:port) by Denis Vlasenko · 18 years ago
  73. 9de420c Improve generic ipv4+ipv6 support in libbb. by Denis Vlasenko · 18 years ago
  74. 62a6983 execute "safe applets" exev if not standalone shell by Denis Vlasenko · 18 years ago
  75. 886bb0d Fix typo in usage text by shortening it by Denis Vlasenko · 18 years ago
  76. 1c962f2 Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  77. 59f2c34 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  78. bae7948 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  79. db1edde compilation fix by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  80. d1e54e4 - missing hunk to go with r17206 by Bernhard Reutner-Fischer · 18 years ago
  81. 0f48663 - shrink by 26 bytes or so by Bernhard Reutner-Fischer · 18 years ago
  82. e86bd6c - vapier wants LD to point to CC, revert my previous change by Bernhard Reutner-Fischer · 18 years ago
  83. 8fc4011 - shrink klogd a tiny bit. by Bernhard Reutner-Fischer · 18 years ago
  84. f07fe62 vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets() by Bernhard Reutner-Fischer · 18 years ago
  85. 44c2eb2 ping6: fix sequence numbers (missed ntoh) and ttl display. by Denis Vlasenko · 18 years ago
  86. d6c23ae - guess we need dl too by Bernhard Reutner-Fischer · 18 years ago
  87. c1feac6 - set LD to ld by Bernhard Reutner-Fischer · 18 years ago
  88. 681f183 Previous "fix" wasn't good enough. Now *this* is the correct fix (I think). by Denis Vlasenko · 18 years ago
  89. 91c06e0 arp: small fixes for user-supplied device name case by Denis Vlasenko · 18 years ago
  90. 42646c5 - style fixes and shrink by another 4 bytes while at it. by Bernhard Reutner-Fischer · 18 years ago
  91. 6998142 httpd: stop adding our own "Content-type:" to CGI output by Denis Vlasenko · 18 years ago
  92. db6a5c3 gzip cleanup part #13 - the last for today I think by Denis Vlasenko · 18 years ago
  93. 3ae6f34 gzip cleanup part #12 by Denis Vlasenko · 18 years ago
  94. 2f6df7f gzip cleanup part #11 by Denis Vlasenko · 18 years ago
  95. 56c83ea gzip cleanup part #10 by Denis Vlasenko · 18 years ago
  96. 89af56b gzip cleanup part #9 by Denis Vlasenko · 18 years ago
  97. 52933d4 gzip cleanup part #8 by Denis Vlasenko · 18 years ago
  98. ef87d46 gzip cleanup part #7 by Denis Vlasenko · 18 years ago
  99. 1a03c21 gzip cleanup part #6 by Denis Vlasenko · 18 years ago
  100. da31fbc gzip cleanup part #5 by Denis Vlasenko · 18 years ago