- 07 Jul, 2011 7 commits
-
-
Bruce Beare authored
Orig-Change-Id: I32d2e02814f1965ebdcecb804e947ff303dbe230 Author: Mark Gross <mark.gross@intel.com> Signed-off-by:
Bruce Beare <brucex.j.beare@intel.com>
-
Bruce Beare authored
Orig-Change-Id: I80da2521c50df7e8967af48164cc834abf499c50 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
Bruce Beare authored
Orig-Change-Id: If5c33d90b33f538448ac12e7bee94b4b9173d39c Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
Bruce Beare authored
Orig-Change-Id: I22a600e7f172681cfd38ff73a64e3fd07b284959 Signed-off-by:
Lu, Hongjiu <hongjiu.lu@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
Bruce Beare authored
Orig-Change-Id: I22410b27939e8f54da932d7a1104102550c4685f Signed-off-by:
Bruce Beare <brucex.j.beare@intel.com>
-
Bruce Beare authored
Orig-Change-Id: Ic210fe9f740b9a8235a66d479ad4eddc869998bb Signed-off-by:
Bruce Beare <brucex.j.beare@intel.com>
-
Bruce Beare authored
Orig-Change-Id: Ia771b457eec7f9575d4631fb1c12a7062ebcc7de Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 14 Mar, 2011 1 commit
-
-
Mike Lockwood authored
Change-Id: I61d889b107bd5e052ebac393883b87dac730ea6a Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 12 Mar, 2011 1 commit
-
-
Mike Lockwood authored
For bugs b/4079236, b/4073248 and b/4080288 Change-Id: Id9cdbe95d7dd892bf38e16e7da505ee0eae26b99 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 21 Feb, 2011 1 commit
-
-
Mike Lockwood authored
Change-Id: I972d28065ee7e77e93699512310fcd6d5742ed0d Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 19 Jan, 2011 1 commit
-
-
David Turner authored
-
- 16 Jan, 2011 1 commit
-
-
Lorenzo Colitti authored
getaddrinfo only asks DNS for IPv6 addresses if the system has IPv6 connectivity, but always asks for IPv4 addresses. Don't ask for IPv4 addresses if there is no IPv4 connectivity. Change-Id: Iefe9fcb006fabe60b4b11dd4653a7c4a406506f4
-
- 14 Jan, 2011 3 commits
-
-
Steinar H. Gunderson authored
to gingerbread. Implement RFC3484 policy table changes from draft-ietf-6man-rfc3484-revise-01. The changes in a nutshell: - Handle v4-mapped as different from v4-compat (this was probably an existing bug in our code). - Add policy entries for ULA, above most everything else. - Put v4-compat, old-style IPv6 site-local and 6bone addresses way down in the preference table. The rest is just shuffling numbers around (no actual changes to priority).
-
Steinar H. Gunderson authored
to gingerbread. Add a new #define IN6_IS_ADDR_ULA, for testing for Universal Local IPv6 Unicast addresses (ULAs). These replace the old site-local IPv6 addresses.
-
Steinar H. Gunderson authored
to gingerbread. Don't treat private IPv4 addresses as being in a non-global scope. The effect of this change is essentially to prefer NATed IPv4 over 6to4.
-
- 01 Nov, 2010 1 commit
-
-
Nick Pelly authored
Allows pn544 hardware reset Change-Id: I6d6d22b16c228f03a70a14a4655a41005761b5d6 Signed-off-by:
Nick Pelly <npelly@google.com>
-
- 21 Oct, 2010 1 commit
-
-
David 'Digit' Turner authored
This change allows an executable to call its destructor functions (declared with __attribute__((destructor))) to be properly called when it normally exits. Note that this is different from calling the destructors of a shared library when it is unloaded with dlclose() or through program exit, which are already supported. Bug: 3106500 Change-Id: I1412ef5407f13b613fc6cb6103e0a691dbee4b1a
-
- 13 Oct, 2010 1 commit
-
-
David 'Digit' Turner authored
The implementation file uses the correct spelling. Change-Id: I572e336f8695a9754267c8d2e0a67b1b69bacb06
-
- 11 Oct, 2010 2 commits
-
-
David 'Digit' Turner authored
(We remove the declaration for on_exit() from the C library headers, so do the same for the C++ <cstdlib>) Change-Id: I31a21d5643068cd160724908dd8156863a44d95a
-
David 'Digit' Turner authored
-
- 09 Oct, 2010 1 commit
-
-
David 'Digit' Turner authored
This matches recent changes in the NDK header. We enclose missing functions in #if 0 .. #endif blocks with a clear "MISSING" in comments in order to locate them later. Change-Id: I87b3a62e777897e75c9243360fb0a82bcc53d9fb
-
- 07 Oct, 2010 1 commit
-
-
David 'Digit' Turner authored
Change-Id: I90e578fdc82e427caee8fa4157ce3f8c6c99926d
-
- 28 Sep, 2010 9 commits
-
-
Marco Nelissen authored
This reverts commit 80fba9a2, which caused the system to not boot anymore, aborting with: "java.lang.RuntimeException: Missing static main on com.android.server.SystemServer". Change-Id: I745e0a23c728cccf5f95a3c7642d544478a4e57e
-
David 'Digit' Turner authored
Change-Id: Ide040884c456190226e580513099fdb8377e015b
-
David 'Digit' Turner authored
Change-Id: I312ee608dbf9249e4886a10d45d13e3cda8a9042
-
David 'Digit' Turner authored
Change-Id: I04bb655d77e414021e1f2a973329167ad76ca1c4
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
- 27 Sep, 2010 6 commits
-
-
David 'Digit' Turner authored
See http://code.google.com/p/android/issues/detail?id=6697 for details about this change. Change-Id: I516f00c6f3bc99b22be51669e4573246bdd6e33d
-
David 'Digit' Turner authored
Change-Id: I4af84f912062cd2ff34711c25122fb323f20c032
-
David 'Digit' Turner authored
Change-Id: I5652f4f97ca59d95176443fc27c737ef76258183
-
David 'Digit' Turner authored
Change-Id: Ie7ad57898e67800a9fe92bb52589d67ec30e1cd9
-
David 'Digit' Turner authored
Change-Id: Iacb914bd6ac5adc60c5671e6fef680ede21f9b0c
-
David 'Digit' Turner authored
Change-Id: I94dad48678181d8b02431b1c1f5d507beafb5406
-
- 22 Sep, 2010 1 commit
-
-
Wink Saville authored
Backport change I9fc8b790 from Master to Gingerbread Change-Id: I5cf48fcd4efb7991ed82f87d9365c19655dc9b7f
-
- 19 Sep, 2010 1 commit
-
-
Brian Swetland authored
- add /vendor/lib to front of default library search path - remove long-obsolete /lib from default library search path Change-Id: I7d33bf899be018e7cc4c213d5790bbd991023a62
-
- 10 Sep, 2010 1 commit
-
-
Kenny Root authored
Change-Id: I9dc96d72b2becdd31981b4d176a13358aef6dcb9
-