8000 Tags · CyanogenMod/android_bionic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: CyanogenMod/android_bionic

Tags

cm-11.0-XNPH05Q-tomato-9828f8e9cc

Toggle cm-11.0-XNPH05Q-tomato-9828f8e9cc's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH05Q-bacon-5229c4ef56

Toggle cm-11.0-XNPH05Q-bacon-5229c4ef56's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH44S-bacon-5fa8c79c0b

Toggle cm-11.0-XNPH44S-bacon-5fa8c79c0b's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH33R-bacon-3628510d76

Toggle cm-11.0-XNPH33R-bacon-3628510d76's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH30O-bacon-4f280f505a

Toggle cm-11.0-XNPH30O-bacon-4f280f505a's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH25R-bacon-d22b777afa

Toggle cm-11.0-XNPH25R-bacon-d22b777afa's commit message
Fix pthread_detach for already-exited threads.

This fix handles the case when pthread_detach is
called for threads which have already exited.
This is required to avoid any memory leak

Change-Id: I2bf7f41234d93b226132a4c51705f4186f4961c3
Reported-by: Paresh Nakhe <pnakhe@codeaurora.org>
(cherry picked from commit 452fa4e)

cm-11.0-XNPH22R-bacon-03d77315ea

Toggle cm-11.0-XNPH22R-bacon-03d77315ea's commit message
Fix pthread_detach for already-exited threads.

This fix handles the case when pthread_detach is
called for threads which have already exited.
This is required to avoid any memory leak

Change-Id: I2bf7f41234d93b226132a4c51705f4186f4961c3
Reported-by: Paresh Nakhe <pnakhe@codeaurora.org>
(cherry picked from commit 452fa4e)

cm-10.2.1

Toggle cm-10.2.1's commit message
libc: krait: Re-factor high-performance memcpy for thumb2

The majority of libc under bionic is built for thumb2.  Refactor the
high performance memcpy used in previous builds for thumb2, including
information that can be used for stack-unwinding.

Change-Id: Ib5f7ab354f39313758402ec02b0aea27b15d45fa

cm-10.2.0

Toggle cm-10.2.0's commit message
libc: krait: Re-factor high-performance memcpy for thumb2

The majority of libc under bionic is built for thumb2.  Refactor the
high performance memcpy used in previous builds for thumb2, including
information that can be used for stack-unwinding.

Change-Id: Ib5f7ab354f39313758402ec02b0aea27b15d45fa

cm-10.2-M1

Toggle cm-10.2-M1's commit message
[libc] Add missing strcat.S to x86.mk Makefile

 arch-x86/string/strcat.S was not included in the x86.mk ;
 This was causing the build to fail when building for x86 Targets

Change-Id: I8001cdb25c2ff84c994603e648ef74c9c1daa5ea
0