- 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 15 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
-
Elliott Hughes authored
-
- 23 Mar, 2013 1 commit
-
-
Dima Zavin authored
Change-Id: I541d665805ea69ca96bb6a5f4d50e56287f8c08c Signed-off-by:
Dima Zavin <dima@android.com>
-
- 22 Mar, 2013 7 commits
-
-
Elliott Hughes authored
This was in <errno.h>, and people called it :-( Change-Id: I038490be77eb9372b3f31305ec580fa7b09c983e
-
Elliott Hughes authored
The <asm/unistd.h> files contain the canonical data, and <sys/glibc-syscalls.h> contain new glibc-compatible names, and if you #include the standard <sys/syscall.h> you get both sets of names. Change-Id: I9919c080931c0ba1660f5e37c6a6265ea716d603
-
Elliott Hughes authored
* commit 'a3fe475c': Use the correct names for the __ARM_NR_* syscalls.
-
Elliott Hughes authored
* commit 'c019345a': Use the correct names for the __ARM_NR_* syscalls.
-
Elliott Hughes authored
-
Elliott Hughes authored
This lets us move all the ARM syscall stubs over to the kernel <asm/unistd.h>. Our generated <sys/linux-syscalls.h> is now unused, but I'll remove that in a later change. Change-Id: Ie5ff2cc4abce1938576af7cbaef615a79c7f310d
-
Elliott Hughes authored
* commit '65163750': Fix builds where _FORTIFY_SOURCE is off.
-