- 21 Aug, 2012 9 commits
-
-
Andrew Hsieh authored
* commit '5cd1efb2': Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS
-
Andrew Hsieh authored
* commit '1bd035cf': Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS
-
Andrew Hsieh authored
-
Andrew Hsieh authored
Those are C funcitons Related CL: https://android-review.googlesource.com/#/c/41833/ Change-Id: I4386bcf948ad31c3690c9b7a145103088133d041
-
Ian Rogers authored
* commit '8af726b2': Restore posix_memalign
-
Ian Rogers authored
* commit '7b0d9b79': Restore posix_memalign
-
Ian Rogers authored
-
Brian Carlstrom authored
Change-Id: I24e31bcb8b1d8be9375852e76964f09becd11938
-
Brian Carlstrom authored
Change-Id: I24e31bcb8b1d8be9375852e76964f09becd11938
-
- 20 Aug, 2012 4 commits
-
-
Brian Carlstrom authored
* commit 'fe87596a': Upgrade to dlmalloc 2.8.5.
-
Brian Carlstrom authored
* commit 'c37dcd3d': Upgrade to dlmalloc 2.8.5.
-
Brian Carlstrom authored
-
Ian Rogers authored
Move dlmalloc code to upstream-dlmalloc to make pulling upstream changes easier. Declare pvalloc and malloc_usable_size routines present in malloc.h but with missing implementations. Remove other functions from malloc.h that have no implementation nor use in Android. Change-Id: Ia6472ec6cbebc9ad1ef99f4669de9d33fcc2efb4
-
- 17 Aug, 2012 18 commits
-
-
Elliott Hughes authored
* commit '2651d6c6': Always define the 64-bit int types.
-
Elliott Hughes authored
* commit '9417a80e': Always define the 64-bit int types.
-
Elliott Hughes authored
-
Elliott Hughes authored
* commit 'cbeccc84': Fix race condition in pthread_create()
-
Elliott Hughes authored
* commit '200de748': Fix race condition in pthread_create()
-
Elliott Hughes authored
-
Jurijs Oniscuks authored
Save thread id to *thread_out before new thread is allowed to run else there's a risk that the thread has finished and been deleted when *thread_out is assigned. Change-Id: I6b84c61a8df06840877d4ab036f26feace3192d8
-
Elliott Hughes authored
These preprocessor tricks have caused trouble for -std=gnu99 and -ansi, and both netbsd's libc and glibc seem to unconditionally define these types. Change-Id: Ib8dffa341a8ca88f80d275ba2b7f93a4c910ee32
-
Elliott Hughes authored
* commit 'e5242bfd': Add link.h for all platforms with dl_phdr_info
-
Elliott Hughes authored
* commit '1771a33d': Add link.h for all platforms with dl_phdr_info
-
Elliott Hughes authored
-
Pavel Chupin authored
This header is used on bionic build and should be propagated into sysroot on toolchain rebuild. Discussion re. this header is here: http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00936.html It is available already in mips NDK platforms: development/ndk/platforms/android-9/arch-mips/include/link.h Change-Id: I39ff467cdac9f448e31c11ee3e14a6200e82ab57 Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com>
-
Joe Onorato authored
am cefb93b6: am 6c98cdb1: Merge "Don\'t over-generalize makefiles. Host modules always build. This isn\'t needed on eng builds." * commit 'cefb93b6': Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds.
-
Joe Onorato authored
am 6c98cdb1: Merge "Don\'t over-generalize makefiles. Host modules always build. This isn\'t needed on eng builds." * commit '6c98cdb1': Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds.
-
Joe Onorato authored
Merge "Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds."
-
Joe Onorato authored
Change-Id: I5821ced7a8a9042fd2094204e07470d8002263ca
-
Elliott Hughes authored
* commit 'c80ca54f': Enhance getcwd(3) to handle NULL like glibc.
-
Elliott Hughes authored
* commit '60ef95e1': Enhance getcwd(3) to handle NULL like glibc.
-
- 16 Aug, 2012 9 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: http://code.google.com/p/android/issues/detail?id=36085 Change-Id: I960a1b585887eb66176c61d29c5c61c239a4003f
-
Elliott Hughes authored
* commit '74438bb2': bionic: add macro protection for MALLOC_ALIGNMENT
-
Elliott Hughes authored
* commit '449d4634': bionic: add macro protection for MALLOC_ALIGNMENT
-
Elliott Hughes authored
-
Jin Wei authored
In previous commit: 2fd81ef7 , .mk file has been modified to configure MALLOC_ALIGNMENT dynamicly according to board config. Add the missing macor protection here. Change-Id: I703cca2ce0504ab3e11aab226b2c61fcc0c6afa1 Author: Jin Wei <wei.a.jin@intel.com> Signed-off-by:
Xiaokang Qin <xiaokang.qin@intel.com> Signed-off-by:
Beare, Bruce J <bruce.j.beare@intel.com> Signed-off-by:
Jack Ren <jack.ren@intel.com>
-
Scott Anderson authored
-
Scott Anderson authored
The original kernel header was submitted in this change: commit 45b515c106161bb3b00d2c097504b9d44505f2d9 Author: Scott Anderson <saa@android.com> Date: Wed Aug 15 14:52:27 2012 -0700 Add uhid original header. This header was cherry-picked from the upstream series that ends with patch adefb69b1b94df29ea2df05cd838c0e032b2c473. Change-Id: If516e41b6b14754e7feebdf062461dd38a31900a Signed-off-by:
Scott Anderson <saa@android.com> Change-Id: I088a0df4449df859835f8267d0d2e6cd4ed3c478 Signed-off-by:
Scott Anderson <saa@android.com>
-
Elliott Hughes authored
* commit '4af9141c': enable clone system call for x86
-