- 30 Apr, 2014 1 commit
-
-
Elliott Hughes authored
__SIGRTMIN will continue to tell the truth. This matches glibc's behavior (as evidenced by the fact that we don't need a special case in the strsignal test now). Change-Id: I1abe1681d516577afa8cd39c837ef12467f68dd2
-
- 12 Mar, 2014 1 commit
-
-
Elliott Hughes authored
We'll need a better implementation of strtold for LP64, but all our long double functions are currently broken for LP64 anyway so this isn't a regression. Change-Id: I2bdebac11245d31521d5fa09a16331c03dc4339c
-
- 10 Jan, 2014 1 commit
-
-
Elliott Hughes authored
This patch adds trivial implementations of the missing sys headers needed by strace. All strace needs are the constants and structures, so this is enough for now. We can come back and add the functions if/when we ever need them. Change-Id: Idb87c1a8b6b1c62f6e16ae94f147e1169722b48e
-
- 09 Jan, 2014 1 commit
-
-
Elliott Hughes authored
Change-Id: I543d502a81dcb8d5969f814b8a9a9c819bc4fa2c
-
- 07 Jan, 2014 1 commit
-
-
Elliott Hughes authored
Also standardize the orthography in a few places to reduce near-duplicates in the NOTICE files. Change-Id: I347c75e817be61ec1b9c5b4b96226feedc8d09ab
-
- 17 Dec, 2013 1 commit
-
-
Serban Constantinescu authored
This is the first patch out of a series of patches that add support for AArch64, the new 64bit execution state of the ARMv8 Architecture. The patches add support for LP64 programming model. The patch adds: * "arch-aarch64" to the architecture directories. * "arch-aarch64/include" - headers used by libc * "arch-aarch64/bionic": - crtbegin, crtend support; - aarch64 specific syscall stubs; - setjmp, clone, vfork assembly files. Change-Id: If72b859f81928d03ad05d4ccfcb54c2f5dbf99a5 Signed-off-by:
Serban Constantinescu <serban.constantinescu@arm.com>
-
- 23 Oct, 2013 1 commit
-
-
Elliott Hughes authored
(aarch64 kernels only have the newer system calls.) Also expose the new functionality that's exposed by glibc in our header files. Change-Id: I45d2d168a03f88723d1f7fbf634701006a4843c5
-
- 04 Oct, 2013 1 commit
-
-
Elliott Hughes authored
This is basically half of I5de76f6c46ac87779f207d568a86bb453e2414de from Pavel Chupin <pavel.v.chupin@intel.com>, but with the stock upstream setjump/sigsetjmp and H.J. Lu's suggested changes to __rt_sigreturn. Change-Id: I8167ec228faeb2065391e5bec0413cca662f3d33
-
- 12 Feb, 2013 1 commit
-
-
Elliott Hughes authored
Change-Id: Ic2e482e5daff29c65d3b2ab0b2111c996bbc6226
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-