aboutsummaryrefslogtreecommitdiffstats
path: root/libnetutils/packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libcutils: Fix aliasing violations"Ricardo Cerqueira2012-11-191-10/+7
| | | | | | | | | | This reverts commit 826d75fb6dcefe8a6c6d4d54a7d215553945812a. Breaking build with 4.2 bionic/libc/include/string.h:105:33: error: call to '__memcpy_dest_size_error' declared with attribute error: memcpy called with size bigger than destination bionic/libc/include/string.h:109:32: error: call to '__memcpy_src_size_error' declared with attribute error: memcpy called with size bigger than source Change-Id: I777e5f5cd87fb972c833ef6bd81b23cd29878e9b
* Merge branch 'jb-mr1-release' of ↵Steve Kondik2012-11-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/system/core into mr1 Conflicts: adb/Android.mk adb/usb_vendors.c include/private/android_filesystem_config.h include/system/audio.h include/system/camera.h init/property_service.c libnetutils/ifc_utils.c mkbootimg/mkbootimg.c rootdir/init.rc Change-Id: Ie42f0c14808e9f8cabd24854bfe15b6667955229
| * Fixed an unused param warningEdwin Vane2012-08-021-1/+1
| | | | | | | | | | | | | | | | libnetutils had a single warning. Fixed it to make it clean. Change-Id: I9297e556657a38dbdd7d1d0ac4bc3574801d5ac9 Author: Edwin Vane <edwin.vane@intel.com> Reviewed-by: Kevin P Schoedel <kevin.p.schoedel@intel.com>
* | libcutils: Fix aliasing violationsBernhard Rosenkraenzer2012-07-101-7/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix aliasing violtations that caused a need for the code to be compiled with -fno-strict-aliasing Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> libnetutils: Fix aliasing violations This allows us to build it with more compiler optimizations Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> libcutils: Fix aliasing violation Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> core: Fix build in ISO C++11 mode Fix compatibility with ISO C++11 compilers Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: I8f9aa775b5681d4d8c5202a1a1935acb4efa4171 adb: Don't force -O2 Don't force -O2 over -O3 -- the O2 hardcode is there to force optimizations, not to reduce them... Change-Id: Ic75eeb767db4926f519580fba8f5f7b8e593df4f Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-3/+3
| | | | | Bug: 5449033 Change-Id: I1e070511b6a538e9f1c94657356437a457d58882
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-6/+6
| | | | | Bug: 5449033 Change-Id: I9244d927f14c750cd359ebffb1fc1c355a755d5a
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+239
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-239/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+239