1. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  2. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  3. 3483e85 ping: fix non-fancy ping6 by Denis Vlasenko · 17 years ago
  4. 5ad1048 ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>) by Denis Vlasenko · 17 years ago
  5. 7679145 ping: fix write-after-allocated-mem bug by Denis Vlasenko · 18 years ago
  6. 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  7. 821cc25 ping: stop using data/bss by Denis Vlasenko · 18 years ago
  8. 1c9ad62 ping: fix wrong sign extension of packet id (bug 1373) by Denis Vlasenko · 18 years ago
  9. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  10. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  11. 19c238b ping: don't measure times if ping payload is less than 8 bytes; by Denis Vlasenko · 18 years ago
  12. c8e9993 ping: reuse another bit of common code. -60 bytes by Denis Vlasenko · 18 years ago
  13. 9ca26d3 ping: support -I addr in family neutral manner; reuse a bit of common code by Denis Vlasenko · 18 years ago
  14. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  15. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  16. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  17. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  18. e935602 taskset: fix incorrect rage spec and allow 0xXXX input ping: shave off 60 bytes by Denis Vlasenko · 18 years ago
  19. aeb4bdd accidentally applied wrong (old) patch, fixing up... by Denis Vlasenko · 18 years ago
  20. 581930c opt_complementary doesn't like numeric opts :( by Denis Vlasenko · 18 years ago
  21. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  22. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  23. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  24. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  25. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  26. 44c2eb2 ping6: fix sequence numbers (missed ntoh) and ttl display. by Denis Vlasenko · 18 years ago
  27. 919c10d ping[6]: don't do htons(a++), it can be a macro by Denis Vlasenko · 18 years ago
  28. 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 18 years ago
  29. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  30. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  31. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  32. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  33. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  34. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  35. bcf4908 ping: bind -> xbind by Denis Vlasenko · 18 years ago
  36. e0b7f71 ping(6): use htons instead of SWAP_BE. by Denis Vlasenko · 18 years ago
  37. 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
  38. db7f2e5 ping6: resolve interface name to number early. by Denis Vlasenko · 18 years ago
  39. cb6874c Sync ping and ping6 a bit, fix style and indentation. by Denis Vlasenko · 18 years ago
  40. cae61e7 Make a gcc 4.1 warning go away. by Rob Landley · 18 years ago
  41. 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 19 years ago
  42. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  43. 07a637d Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 by Rob Landley · 19 years ago
  44. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago
  45. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  46. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  47. c1ef7bd just whitespace by Tim Riker · 19 years ago
  48. bbf4e16 Ok, ping needs a rewrite from the ground up. (This is not a busybox app.) by Rob Landley · 19 years ago
  49. 42eddba Add a fflush(stdout). by Rob Landley · 19 years ago
  50. 887a1ad BsAtHome writes in Bug 433: by Mike Frysinger · 19 years ago
  51. 03e827a 2005-03-19 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  52. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  53. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  54. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  55. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  56. 4e486a5 Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING by Eric Andersen · 22 years ago
  57. e90e741 Per discussion with vodz, Tim's changes do not seem to make sense. by Eric Andersen · 23 years ago
  58. c6def44 ping return 1 if can't ping by Tim Riker · 23 years ago
  59. b888682 Doh! I broke ping when removing the nested function. by Eric Andersen · 23 years ago
  60. b5474c4 Cave to pressure (2 months later). Eliminate using a by Eric Andersen · 23 years ago
  61. 369da77 2002-01-30 Neal H Walfield <neal@cs.uml.edu> by Matt Kraai · 23 years ago
  62. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  63. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  64. 06ef165 Allow featureless ping to compile, and featureful ping to shrink by Matt Kraai · 23 years ago
  65. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  66. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 24 years ago
  67. bf381a0 Whoops. Forgot the x. by Matt Kraai · 24 years ago
  68. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
  69. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 24 years ago
  70. 14e9e9d Fix socklen_t for libc5 by Eric Andersen · 24 years ago
  71. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  72. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  73. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  74. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  75. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  76. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  77. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  78. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  79. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  80. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  81. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  82. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  83. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  84. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  85. b938e2f Return failure if ping gets no response. by Matt Kraai · 24 years ago
  86. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  87. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  88. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  89. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  90. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  91. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  92. 9ca57d3 Made ping work with libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  93. 0024abc Implemented "ping -s", fixed error messages and argument parsing by Pavel Roskin · 25 years ago
  94. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  95. 227a59b Several more updates -Erik by Erik Andersen · 25 years ago
  96. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
  97. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 25 years ago
  98. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  99. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  100. a6d0dbc Minor change. init now uses dup2. -Erik by Erik Andersen · 25 years ago