- 02 Mar, 2012 7 commits
-
-
Elliott Hughes authored
* commit '70d1d45f': Upgrade to tzdata2012b.
-
Elliott Hughes authored
* commit 'a58c88c2': Upgrade to tzdata2012b.
-
Elliott Hughes authored
* commit 'a480cf93': Upgrade to tzdata2011a.
-
Elliott Hughes authored
Change-Id: I21a1dd41503518e75892180c14f1ce79102772ad
-
Elliott Hughes authored
-
Elliott Hughes authored
Summer time in Cuba has been delayed 3 weeks (now starts April 1 rather than March 11). Since March 11 (the old start date, as listed in 2012a) is just a little over a week away, this change is urgent. Change-Id: Iadf4dc30072bdac0bcd0ad4b9e076a9ca071efbe
-
Elliott Hughes authored
-
- 01 Mar, 2012 9 commits
-
-
Elliott Hughes authored
From the notes: Chile 2011/2012 and 2012/2013 summer time date adjustments. Falkland Islands onto permanent summer time (we're assuming for the foreseeable future, though 2012 is all we're fairly certain of.) Armenia has abolished Summer Time. Tokelau jumped the International Date Line back last December (just the same as their near neighbour, Samoa). America/Creston is a new zone for a small area of British Columbia There will be a leapsecod 2012-06-30 23:59:60 UTC. Change-Id: I1d66edf8d33fd1dbcf21178def91844025fd9047
-
Jean-Baptiste Queru authored
* commit '018c27ed': update stddef.h
-
Jean-Baptiste Queru authored
* commit '51d22d7e': Eliminate duplicate constants
-
Jean-Baptiste Queru authored
* commit '25f2d1f0': update stddef.h
-
Jean-Baptiste Queru authored
* commit 'afab5a70': Eliminate duplicate constants
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
Nick Kralevich authored
Pull in an updated version of stddef.h from the linux kernel. Pulled from upstream kernel at 891003abb0db6bfffd61b76ad0ed39bb7c3db8e1 This file was generated using the following command: cd bionic/libc/kernel/ ./tools/clean_header.py -u ../../../external/kernel-headers/original/linux/stddef.h Change-Id: I6c29f3fa100c5368da41d0f0da39bc50fa668e9d
-
Nick Kralevich authored
include/elf.h contains basically the same values as linux/auxvec.h. Eliminate dups. include/sys/exec_elf.h contains basically the same values as linux/elf.h. Eliminate dups. Change-Id: I66b8358161bb52223bb657f8f73ba28b324f4fa3
-
- 29 Feb, 2012 3 commits
-
-
Jean-Baptiste Queru authored
* commit '7c38f53d': Clean up the remnants of SuperH support
-
Jean-Baptiste Queru authored
* commit '7f28e0b4': Clean up the remnants of SuperH support
-
Jean-Baptiste Queru authored
-
- 28 Feb, 2012 4 commits
-
-
Jean-Baptiste Queru authored
am 17edd38f: am 9c9b0fc7: Merge "libm: cherry-pick one patch from freebsd to fix logb() denormals issue" * commit '17edd38f': libm: cherry-pick one patch from freebsd to fix logb() denormals issue
-
Jean-Baptiste Queru authored
* commit '9c9b0fc7': libm: cherry-pick one patch from freebsd to fix logb() denormals issue
-
Jean-Baptiste Queru authored
-
Jack Ren authored
from http://svnweb.freebsd.org/base?view=revision&revision=176101 " Oops, fix the fix in rev.1.10. logb() and logbf() were broken on denormals, and logb() remained broken after 1.10 because the fix for logbf() was incompletely translated. Convert to __FBSDID(). " Change-Id: I54f33648db7c421b06eee1ea8e63c57a179fae0d Signed-off-by:
Jack Ren <jack.ren@intel.com> Signed-off-by:
Jin Wei <wei.a.jin@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 23 Feb, 2012 4 commits
-
-
Jean-Baptiste Queru authored
* commit 'a71aefc6': bionic/x86: fix one potential deadlock in __set_tls()
-
Jean-Baptiste Queru authored
* commit 'd041bf20': bionic/x86: fix one potential deadlock in __set_tls()
-
Jean-Baptiste Queru authored
-
Jin Wei authored
Fix bug: Currently the mutex lock _tls_desc_lock is not released when __set_thread_area() fails. That will leads to the deadlock when __set_tls( ) is called later on. Change-Id: Iea3267cb0659971cba7766cbc3346f6924274f86 Signed-off-by:
Jin Wei <wei.a.jin@intel.com> Signed-off-by:
Jack Ren <jack.ren@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 22 Feb, 2012 3 commits
-
-
Jean-Baptiste Queru authored
* commit '62daffe1': Redesign dlopen() locks to be recursive per thread.
-
Jean-Baptiste Queru authored
* commit 'f9c5afb1': Redesign dlopen() locks to be recursive per thread.
-
Jean-Baptiste Queru authored
-
- 21 Feb, 2012 1 commit
-
-
Pavel Chupin authored
That is to fix the bug: dlxxx functions can't be called recursively. For example, if we use dlopen() to use open one library whose constructor also calls dlopen() in order to open another library, then the thread is dead-blocked. By changing the dl_lock from a non-recursive lock to a recursive lock, we can prevent the thread from dead-blocked by recursive dlxxx calls in the same thread context. Change-Id: I1018b41c82f4641cc009c0a2eda31f5a47a534f9 Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com> Signed-off-by:
Jack Ren <jack.ren@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 13 Feb, 2012 3 commits
-
-
Jean-Baptiste Queru authored
* commit 'cfff36df': libc: Define new symbol visibility macros
-
Jean-Baptiste Queru authored
* commit 'a60ff6c5': libc: Define new symbol visibility macros
-
Jean-Baptiste Queru authored
-
- 09 Feb, 2012 1 commit
-
-
Raghu Gandham authored
-
- 01 Feb, 2012 5 commits
-
-
David 'Digit' Turner authored
* commit '68fc85ff': linker: fix x86 build
-
David 'Digit' Turner authored
* commit '177a7706': linker: fix x86 build
-
David 'Digit' Turner authored
Change-Id: I47d76a0f50515013c37ccef89accba03cc69529d
-
The Android Open Source Project authored
* commit '44eae4c7':
-
The Android Open Source Project authored
Change-Id: I37e2eb5cd34a47e3eb7b2bf2353b50fc14972adf
-