hush/networking
Denis Vlasenko 7679145cfa ping: fix write-after-allocated-mem bug
ping: use monotonic_us instead of gettimeofday: smaller code and
      needs only 4 bytes in the packet
ping: display roundtrip times with 1/1000th of ms, not 1/10 ms precision.
wget: small optimization

function                                             old     new   delta
pingstats                                            243     259     +16
sendping6                                             98      93      -5
sendping4                                            183     178      -5
.rodata                                           129715  129707      -8
progressmeter                                        867     855     -12
unpack_tail                                          320     272     -48
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/5 up/down: 16/-78)            Total: -62 bytes
2007-06-18 08:55:57 +00:00
..
libiproute snprintf(... "%s"...) => safe_strncpy 2007-06-04 21:03:51 +00:00
udhcp wget: use monotonic_sec instead of gettimeofday 2007-06-17 23:40:26 +00:00
arp.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
arping.c wget: use monotonic_sec instead of gettimeofday 2007-06-17 23:40:26 +00:00
Config.in make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features 2007-06-16 13:56:51 +00:00
dnsd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ether-wake.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ftpgetput.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
hostname.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
httpd_index_cgi_example httpd: directory indexer example doesn't need piping thru dd anymore 2007-02-02 01:18:37 +00:00
httpd.c httpd: move data off bss. 2007-06-09 23:49:05 +00:00
ifconfig.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ifupdown.c whitespace fixes 2007-05-30 00:29:55 +00:00
inetd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
interface.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ip.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ipcalc.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
isrv_identd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
isrv.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
isrv.h isrv.h: add copyright info 2007-01-14 12:34:48 +00:00
Kbuild pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> 2007-06-16 13:37:59 +00:00
nameif.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
nc_bloaty.c nc: make connecting to IPv4 from IPv6-enabled hosts easier 2007-06-05 20:08:11 +00:00
nc.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
netstat.c whitespace fixes 2007-05-30 00:29:55 +00:00
nslookup.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
ping.c ping: fix write-after-allocated-mem bug 2007-06-18 08:55:57 +00:00
pscan.c hwclock: size optimizations 2007-06-17 19:09:05 +00:00
route.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
telnet.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
telnetd.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
tftp.c whitespace fixes 2007-05-30 00:29:55 +00:00
traceroute.c hwclock: size optimizations 2007-06-17 19:09:05 +00:00
vconfig.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00
wget.c ping: fix write-after-allocated-mem bug 2007-06-18 08:55:57 +00:00
zcip.c wget: use monotonic_sec instead of gettimeofday 2007-06-17 23:40:26 +00:00