summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2-8/+13
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-23ping: populate icmp_id field for "simple" ping tooJonas Danielsson1-0/+8
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko1-1/+1
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-08-24Merge setsockopt error messagesDenys Vlasenko3-6/+6
2014-08-27ping: add -p to specify data patternFlorian Fainelli1-9/+16
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-09ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko1-16/+3
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca1-3/+16
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko4-9/+9
2013-06-27ping: code shrinkDenys Vlasenko1-13/+14
2013-06-27Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko5-99/+44
2013-03-14ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko1-27/+34
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-09-11ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko1-3/+3
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach7-95/+48
2011-07-08Merge branch 'busybox' into gingerbreadTanguy Pruvot26-80/+102
2011-07-08more tweak for bionicDenys Vlasenko6-4/+65
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko1-4/+6
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko1-1/+1
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko2-1/+19
2010-11-29ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko1-2/+4
2010-11-28ping: add -t TTL optionJoachim Nilsson5-91/+102
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko1-47/+57
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-23ping: use ICMP_MINLENBernhard Reutner-Fischer1-1/+1
2009-11-26ping: fix unaligned access. closes bug 745.Denys Vlasenko2-1/+4
2009-11-21ping: use |=, not =, when combine option bit maskDenys Vlasenko1-1/+1
2009-11-20ping6: do not play dirty tricks with argvDenys Vlasenko1-15/+26
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko5-6/+21
2008-10-27ping: trivial code shrinkDenis Vlasenko1-27/+30
2008-08-24ping: SO_RCVBUF must be bigger than packet size,Denis Vlasenko1-4/+6
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
[next]