summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-08Merge "Delete the NetBSD ping6."HEADmastermainjb-mr1.1-dev-plus-aospElliott Hughes
2013-07-08Delete the NetBSD ping6.Lorenzo Colitti
From now on the ping6 binary will be the iputils version in external/ping. That version shares code and behaviour with our IPv4 ping binary, and will be extended to support permissionless ping. (cherry-pick of c7b4597ed06f8b87e3805f17a5636642f40a5aa0.) Bug: 9469682 Change-Id: I10bede90f2f92bb5fff99c159cb2d00036c4df21
2012-11-28Merge "Include ping6 in userdebug builds."android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2tools_r22jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devjb-mr1-dev-plus-aospNick Kralevich
2012-11-21Include ping6 in userdebug builds.Lorenzo Colitti
Also require that the user be root or have Internet permission, like we do for IPv4. Change-Id: I8ab8350885548ab83d5198adee912137b36d7a8d
2012-08-28am f340a206: Merge "Remove static libs from link command"android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1.1-releasejb-mr1.1-devjb-mr1-releasejb-mr1-devJean-Baptiste Queru
* commit 'f340a2067a607fbaaccbcead3c767d1922a006dc': Remove static libs from link command
2012-08-28Merge "Remove static libs from link command"tools_r21Jean-Baptiste Queru
2012-08-28Remove static libs from link commandPavel Chupin
Dynamic versions are found automatically. When USE_PT_GNU_EH_FRAME is enabled libc.a has unresolved __executable_start which is not provided by bfd linker when -pie option used. See here: https://android-review.googlesource.com/#/c/42250 Change-Id: I58c9e707554cd8274e4d8fb08fac62329a97be11 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2012-05-15Remove obsolete ThirdPartyProject.prop file.Elliott Hughes
Change-Id: I908fca97043a257404b621159ea248bf1c87ff8f
2011-07-11Remove the simulator target from all makefiles.android-sdk-adt_r20android-sdk-adt_r16.0.1android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-cts-4.0_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1android-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.3_r1.1android-4.0.3_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1tools_r20jb-releasejb-mr0-releasejb-devics-plus-aospics-mr1-releaseics-mr1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseJeff Brown
Bug: 5010576 Change-Id: I78208d4198e81882686c2bb85fd401aa7991bfdf
2011-06-15am bcf63efc: Adjust ping6.c to compile on Android.Steinar H. Gunderson
* commit 'bcf63efce219df8c672cb7e79d5b062a19d93ea4': Adjust ping6.c to compile on Android.
2011-06-15am af341a4c: (-s ours) Add ping6.c, unchanged from NetBSD CVS.Steinar H. Gunderson
* commit 'af341a4ca917e642a3c8ae7ff5d807ef92650ae8': Add ping6.c, unchanged from NetBSD CVS.
2011-06-10Adjust ping6.c to compile on Android.Steinar H. Gunderson
In addition to the .mk files and other things required for the build system, we make add two simple #defines that NetBSD libc has but Bionic libc lacks, and remove two features: Support for sending packets along specific routes (largely unused, and partially deprecated from the IETF), and sending packets to named multicast groups, where the multicast address is generated from an ASCII string using MD5 (very obscure). Change-Id: I5fd55ed15e73a3367a7a127a30234239f77a11f5
2011-06-10Add ping6.c, unchanged from NetBSD CVS.Steinar H. Gunderson
cvsweb link: http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/ping6/ping6.c?rev=1.73&content-type=text/x-cvsweb-markup&only_with_tag=MAIN Change-Id: Ie9646ccb41d68f47138f12c686fa40435bdaba8d
2011-04-27Adjust ping6.c to compile on Android.Steinar H. Gunderson
In addition to the .mk files and other things required for the build system, we make add two simple #defines that NetBSD libc has but Bionic libc lacks, and remove two features: Support for sending packets along specific routes (largely unused, and partially deprecated from the IETF), and sending packets to named multicast groups, where the multicast address is generated from an ASCII string using MD5 (very obscure). Change-Id: I5fd55ed15e73a3367a7a127a30234239f77a11f5
2011-02-04Add ping6.c, unchanged from NetBSD CVS.Steinar H. Gunderson
cvsweb link: http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/ping6/ping6.c?rev=1.73&content-type=text/x-cvsweb-markup&only_with_tag=MAIN Change-Id: Ie9646ccb41d68f47138f12c686fa40435bdaba8d
2011-02-03Initial empty repositoryAndroid (Google) Code Review