- 13 Sep, 2013 8 commits
-
-
Elliott Hughes authored
Change-Id: I606f6d86aad46c5eda0dc0d907fe691ca0eea826
-
Elliott Hughes authored
Change-Id: If84f3c832a21ca1adf1a8009f50aa4a10f42a57e
-
Elliott Hughes authored
* commit '592c0708': Upgrade pre-jb-mr2 releases to tzdata2013d.
-
Elliott Hughes authored
* commit 'b30f6eb0': Upgrade pre-jb-mr2 releases to tzdata2013d.
-
Elliott Hughes authored
* commit '9e6104d5': Upgrade pre-jb-mr2 releases to tzdata2013d.
-
Elliott Hughes authored
Change-Id: I051cad5dc3c985f11c52708f4487e64ea45ca617
-
Elliott Hughes authored
Change-Id: I812d0007ddd1576583a4749461b57ee33fb1eb15
-
Elliott Hughes authored
From the release notes: Changes affecting future time stamps: Morocco's midsummer transitions this year are July 7 and August 10, not July 9 and August 8. (Thanks to Andrew Paprocki.) Israel now falls back on the last Sunday of October. (Thanks to Ephraim Silverberg.) Changes affecting past time stamps: Specify Jerusalem's location more precisely; this changes the pre-1880 times by 2 s. Changing affecting metadata only: Fix typos in the entries for country codes BQ and SX. Change-Id: I8caa139f0eecbe038643df43a27088278c6185cd
-
- 09 May, 2013 1 commit
-
-
Elliott Hughes authored
Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors. The GNU dynamic linker silently ignores a DT_PREINIT_ARRAY section in a shared library. We had ineffectual code that tried to report an error, which I tried to fix but got wrong --- my version still wouldn't report the error to the caller, but would prevent us from continuing to call constructors. Bug: 8825226 (cherry picked from commit 8147d3c2) Change-Id: Iad8e7e3743d1a5e6bd1d44ef40b1ab3499cb64f2
-
- 08 May, 2013 1 commit
-
-
Ben Cheng authored
-2 for Thumb BLX(2) or -4 for the rest. Change-Id: Ie59351a0012c2267309f63f0462fdba4698846fe
-
- 23 Apr, 2013 1 commit
-
-
Elliott Hughes authored
From the release notes: Changes affecting current and future time stamps: Palestine observed DST starting March 29, 2013. (Thanks to Steffen Thorsen.) From 2013 on, Gaza and Hebron both observe DST, with the predicted rules being the last Thursday in March at 24:00 to the first Friday on or after September 21 at 01:00. Assume that the recent change to Paraguay's DST rules is permanent, by moving the end of DST to the 4th Sunday in March every year. (Thanks to Carlos Raúl Perasso.) Changes affecting past time stamps: Fix some historical data for Palestine to agree with that of timeanddate.com, as follows: The spring 2008 change in Gaza and Hebron was on 00:00 Mar 28, not 00:00 Apr 1. The fall 2009 change in Gaza and Hebron on Sep 4 was at 01:00, not 02:00. The spring 2010 change in Hebron was 00:00 Mar 26, not 00:01 Mar 27. The spring 2011 change in Gaza was 00:01 Apr 1, not 12:01 Apr 2. The spring 2011 change in Hebron on Apr 1 was at 00:01, not 12:01. The fall 2011 change in Hebron on Sep 30 was at 00:00, not 03:00. Fix times of habitation for Macquarie to agree with the Tasmania Parks & Wildlife Service history, which indicates that permanent habitation was 1899-1919 and 1948 on. Changing affecting metadata only: Macquarie Island is politically part of Australia, not Antarctica. (Thanks to Tobias Conradi.) Sort Macquarie more-consistently with other parts of Australia. (Thanks to Tim Parenti.) (cherry picked from commit 2379088a) Change-Id: I77d0ceebdba3489da0069f5792e930adc5810d34
-
- 09 Apr, 2013 1 commit
-
-
Eric Laurent authored
Added the following headers for ALSA compressed user space API: - sound/compress_offload.h - sound/compress_params.h Change-Id: I9584c12acdadf31546d2921393b93d491e54a8d3
-
- 05 Apr, 2013 1 commit
-
-
Elliott Hughes authored
This adds __libc_fatal, cleans up the internal logging code a bit more, and switches suitable callers over to __libc_fatal. In addition to logging, __libc_fatal stashes the message somewhere that the debuggerd signal handler can find it before calling abort. In the debuggerd signal handler, we pass this address to debuggerd so that it can come back with ptrace to read the message and present it to the user. Bug: 8531731 (cherry picked from commit 0d787c1f) Change-Id: I5daeeaa36c1fc23f7f437d73a19808d9d558dd4d
-
- 03 Apr, 2013 2 commits
-
-
Kito Cheng authored
- eventfd.cpp and eventfd.s will output to the same file when building libc.a out/target/product/*/obj/STATIC_LIBRARIES/libc_intermediates/WHOLE/libc_common_objs/eventfd.o - And then `eventfd` will undefined when statically linked to libc. Also add a unit test. (cherry-pick of 8baa929d.) Change-Id: Icd0eb0f4ce0511fb9ec00a504d491afd47d744d3
-
Elliott Hughes authored
We use the system call constants from the kernel header files now, so there's no need to check that they've been correctly transcribed into SYSCALLS.TXT. This is a work in progress. I've added TODOs to SYSCALLS.TXT explaining what's left to do. (cherry-pick of a51916b5.) Change-Id: I4484acd946b1f548ac3d95327e58add9f98246ab
-
- 02 Apr, 2013 1 commit
-
-
Elliott Hughes authored
(cherry-pick of 4ace92c6.) Bug: 8460659 Change-Id: I1a9dc30cbf6a7a2c68cb3d8000921e9178eedb85
-
- 01 Apr, 2013 2 commits
-
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
Currently, our getaddrinfo implementation does not conform to any IETF standard. It follows draft-ietf-6man-rfc3484-revise-01, but that draft has expired. Update the policy table to RFC6724. Bug: 8276725 Change-Id: I03c63abfcad9b2f3a3bab2718bd2fc6440531843
-
- 29 Mar, 2013 3 commits
-
-
Elliott Hughes authored
pthread_create returns EAGAIN when it can't allocate a pthread_internal_t, when it can't allocate a stack for the new thread, or when clone(2) fails because there are too many threads. It's useful to be able to know why your pthread_create just failed, so add some logging. Bug: 8470684 (cherry picked from commit cfa089df) Change-Id: Ibfc98a84c1817a931f9ae4c2b88762f0edfb6b79
-
Nick Kralevich authored
-
Nick Kralevich authored
Don't export unnecessary symbols to third party apps. Bug: 8401049 Change-Id: Ide5abd6ed13e756a85bd1277d93da74d1419addb
-
- 28 Mar, 2013 3 commits
-
-
Jean-Baptiste Queru authored
* commit '267290b3': Update processed linux/fs.h header file
-
Jean-Baptiste Queru authored
* commit '74b324ac': Update processed linux/fs.h header file
-
Jean-Baptiste Queru authored
-
- 27 Mar, 2013 2 commits
-
-
Ken Sumrall authored
Need to get the defintion of the FITRIM ioctl(). Also need to update the blk_types.h header file as fs.h includes it. Change-Id: I617622b620925942dc5aead9e49f8e17d17e5d74
-
Ken Sumrall authored
-
- 25 Mar, 2013 14 commits
-
-
Elliott Hughes authored
* commit '8a6abe38': Remove some dead script code and fix a script comment.
-
Elliott Hughes authored
* commit 'bd014c2e': Remove some dead script code and fix a script comment.
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I91ca466d1b6f8a39da50ce61acebc268d0daab3a
-
Elliott Hughes authored
* commit 'a850ad4c': Clarify the dlmalloc USAGE_ERROR.
-
Elliott Hughes authored
* commit 'e51d75a9': Clarify the dlmalloc USAGE_ERROR.
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 8468088 Change-Id: I1ff6d51ec17fc74ef56229aa76d2986cbd662874
-
Dima Zavin authored
-
Elliott Hughes authored
* commit '3c1504d9': Stop generating <sys/linux-syscalls.h>.
-
Elliott Hughes authored
* commit '93f3811b': Unhide __set_errno for backwards compatibility.
-
Elliott Hughes authored
* commit '48f25cef': Stop generating <sys/linux-syscalls.h>.
-
Elliott Hughes authored
* commit 'a4075118': Unhide __set_errno for backwards compatibility.
-
Elliott Hughes authored
-