- 25 Sep, 2013 1 commit
-
-
Baligh Uddin authored
-
- 24 Sep, 2013 1 commit
-
-
Elliott Hughes authored
Change-Id: I051cad5dc3c985f11c52708f4487e64ea45ca617
-
- 11 Mar, 2013 1 commit
-
-
Jean-Baptiste Queru authored
-
- 31 Oct, 2012 1 commit
-
-
The Android Automerger authored
-
- 28 Oct, 2012 1 commit
-
-
Elliott Hughes authored
The 2012h release reflects the following changes recently circulated on the tz mailing list: [Brazil] Bahia no longer has DST. (Thanks to Kelley Cook.) [Brazil] Tocantins has DST. (Thanks to Rodrigo Severo.) [Israel] Israel has new DST rules next year. (Thanks to Ephraim Silverberg.) [Jordan] Jordan stays on DST this winter. (Thanks to Steffen Thorsen.) Bug: 7429010 Change-Id: I82f19ce49f944f928b6dd8dc5a893786266e5cb9
-
- 19 Oct, 2012 1 commit
-
-
The Android Automerger authored
-
- 18 Oct, 2012 1 commit
-
-
Elliott Hughes authored
This release reflects the following changes recently circulated on the tz mailing list: Samoa fall 2012 and later. (Thanks to Nicholas Pereira and Robert Elz.) Palestine fall 2012. (Thanks to Steffen Thorsen.) This release does not reflect the possible changes discussed yesterday for Tocantins and Bahia. Change-Id: I52d9d2cd6e8e755885dc258200c014bee75527c9
-
- 10 Oct, 2012 2 commits
-
-
The Android Automerger authored
-
Ying Wang authored
Now we use private variables in transform-o-to-executable to support build executables against the NDK. Cherry-picked from master. Bug: 7170098 Change-Id: Ic8f1d36a116fce24f3ea6a3ff5e9bfab6cafee99
-
- 03 Oct, 2012 2 commits
-
-
The Android Automerger authored
-
Naseer Ahmed authored
-- Has display commit ioctl Bug: 7274951 Change-Id: If2d47edf3ada418e8c61a2acc7b79fb3422f3473 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 02 Oct, 2012 3 commits
-
-
Andy McFadden authored
-
Andreas Huber authored
Updated kernel headers to support a video encoder ioctl to preprend each IDR frame with SPS/PPS. related-to-bug: 7245308 Change-Id: I7244c521690d69a905deb19940a04fd4f2e06935 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
Andy McFadden authored
Our debugger signal catcher expects to receive three args, but if somebody cleared SA_SIGINFO we only get one, and bad things happen when we try to use the second one. Test to see if SA_SIGINFO is still set before we try to use the argument. Bug: 7272866 Change-Id: If682a2262fe8a575f3802fb0c60a53eea3082456
-
- 30 Sep, 2012 1 commit
-
-
The Android Automerger authored
-
- 28 Sep, 2012 1 commit
-
-
Saurabh Shah authored
This change adds msm_mdp.h header changes to bionic. This IOCTL is a substitute for PAN on external panel. It waits for DMAE to finish before returning and avoid delays in the PAN path. Bug: 7249589 Acked-by:
Arun Kumar K.R <akumarkr@codeaurora.org> Change-Id: I4b04a4538919ffcb994699a432c4322e9f94e870 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 25 Sep, 2012 1 commit
-
-
The Android Automerger authored
-
- 24 Sep, 2012 8 commits
-
-
Elliott Hughes authored
This reverts commit 3a936a49. We don't want this in jb-mr1.
-
Elliott Hughes authored
* commit 'ec432608': Add the libcutils localtime_tz and mktime_t extensions to bionic.
-
Elliott Hughes authored
* commit '0c24effd': Add the libcutils localtime_tz and mktime_t extensions to bionic.
-
Elliott Hughes authored
* commit '2d51dddf': Use hidden visibility for several internal-use-only functions.
-
Elliott Hughes authored
am baa74eff: am 882c6af9: Merge "[MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro." * commit 'baa74eff': [MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro.
-
Elliott Hughes authored
* commit '85049ead': Use hidden visibility for several internal-use-only functions.
-
Elliott Hughes authored
am 882c6af9: Merge "[MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro." * commit '882c6af9': [MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro.
-
Elliott Hughes authored
-
- 23 Sep, 2012 1 commit
-
-
Elliott Hughes authored
-
- 22 Sep, 2012 4 commits
-
-
The Android Automerger authored
-
Elliott Hughes authored
Change-Id: Ibeea6963ff0cc06479d0a3ed7e868eeece8c55a0
-
Elliott Hughes authored
Merge "[MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro."
-
Raghu Gandham authored
Some of the required structure definitons are defined under this macro. Change-Id: I7a9a986e371381697dcb56bd8ea362856ffa7509
-
- 21 Sep, 2012 2 commits
-
-
The Android Automerger authored
-
Naseer Ahmed authored
Change-Id: I5e13cdc9132fd99b8072b2e0836b9a92bc54f9c3
-
- 20 Sep, 2012 1 commit
-
-
Rebecca Schultz Zavin authored
Bug: 6854979 Change-Id: Ic94c1b7b10ab750a6b4b0db83d2fb1fa073d91b9 Signed-off-by:
Rebecca Schultz Zavin <rebecca@android.com>
-
- 19 Sep, 2012 5 commits
-
-
The Android Automerger authored
-
Iliyan Malchev authored
-
Jeff Boody authored
Change-Id: Ic66de698667c8c8607b2c19712a8626a4651da7f Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
Elliott Hughes authored
am 30289f0d: am 47dc4d43: Merge "Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326" * commit '30289f0d': Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326
-
Elliott Hughes authored
* commit '47dc4d43': Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326
-
- 18 Sep, 2012 2 commits
-
-
Elliott Hughes authored
-
Dave Burke authored
Bug: 7005326 (cherry-pick of e5830324.) Change-Id: Ie81494e0f6a71caa6fd9fabbcfc47a23077554d6
-