summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Use memmove from krait for cortex-a53 targetXin Qi2014-10-201-0/+3
* libc: Add cortex-a53 bionic codePracheer2014-10-011-0/+1
* Revert "DNS: make the same ip type DNS query as the interface address type"Chao Chen2014-09-151-62/+0
* DNS: make the same ip type DNS query as the interface address typeNilesh Poddar2014-09-011-0/+62
* Remove the dependency on the non-uapi __kernel_nlink_t.Elliott Hughes2014-09-021-1/+2
* Fix build for x86. Remove duplicate mcmchr from Android.mk. Other implemented...HazouPH2014-08-191-2/+0
* bionic: update memmove for 32 bits atomicBrent DeGraaf2014-07-301-31/+63
* Merge tag 'android-4.4.3_r1' into HEADRicardo Cerqueira2014-06-033-48/+26
|\
| * Allow overlap in resolv uid => DNS iface mappingChad Brubaker2014-03-152-48/+26
| * Upgrade to tzdata2014a.Elliott Hughes2014-03-101-0/+0
| * Merge "Fix dns searchdomain use in gethostbyname." into klp-devRobert Greenwalt2014-03-051-0/+9
| |\
| | * Fix dns searchdomain use in gethostbyname.Robert Greenwalt2013-12-121-0/+9
| * | Upgrade to tzdata2013i.Elliott Hughes2014-02-251-0/+0
| |/
* | Fix pthread_detach for already-exited threads.Elliott Hughes2014-06-021-0/+6
* | libc: krait: Fix memmove half-word atomicityXin Qi2014-03-131-33/+22
* | libc: Fix memchr inclusion on scorpionJames Sullins2014-03-051-1/+2
* | libc: Fix memchr inclusionSteve Kondik2014-03-042-2/+1
* | Replace Cortex A15 strlen implementation with cortex-stringsBernhard Rosenkraenzer2014-03-031-156/+137
* | Import memchr implementation from cortex-strings for Cortex A15Bernhard Rosenkraenzer2014-03-034-0/+157
* | libc: krait: support KINGFISHER optimized memcpyVince Leung2014-02-071-1/+5
* | Revert "Remove harmful attempts to be helpful in pthread_mutex functions."Steve Kondik2014-02-031-4/+21
* | Remove harmful attempts to be helpful in pthread_mutex functions.Elliott Hughes2014-01-171-21/+4
* | ARM: Change dmb domain for bionic_atomic_barrier()Serban Constantinescu2014-01-173-4/+4
* | Clean up the pthread-only atomic stuff a little.Elliott Hughes2014-01-175-299/+124
* | Clean up some ARMv4/ARMv5 cruft.Elliott Hughes2014-01-1710-206/+50
* | libc: Unbreak build for scorpionkszaq2013-12-313-224/+7
* | libc: Enable high-performance memmove and bcopy for cortex-a15Steve Kondik2013-12-291-0/+2
* | Clean up more recursive FORTIFY_SOURCE callsNick Kralevich2013-12-208-0/+16
* | __strnlen_chk: avoid recursive strlen callsNick Kralevich2013-12-201-0/+2
* | Fix dns search domain use in gethostbyname.Robert Greenwalt2013-12-201-0/+9
* | libc: krait: Implement optimized versions of memmove and bcopyBrent DeGraaf2013-12-202-89/+79
* | Merge tag 'android-4.4.1_r1' into HEADRicardo Cerqueira2013-12-061-0/+0
|\ \ | |/
| * Upgrade to tzdata2013h.Elliott Hughes2013-10-311-0/+0
* | libc: krait: Use performance version of bcopy and memmoveBrent DeGraaf2013-11-294-3/+213
* | bionic: call stdio cleanup on exitPawit Pornkitprasan2013-11-193-19/+61
* | libc: krait: Re-factor high-performance memcpy for thumb2Brent DeGraaf2013-11-111-115/+203
* | Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-02277-4641/+25064
|\ \ | |/
| * Modify prefetch for krait memcpy.Christopher Ferris2013-10-151-1/+1
| * Remove new aligned memcpy path for cortex-a15.Christopher Ferris2013-10-151-2/+4
| * Upgrade to tzdata2013g.Elliott Hughes2013-10-061-0/+0
| * Upgrade to tzdata2013f.Elliott Hughes2013-10-061-0/+0
| * Upgrade to tzdata2013e.Elliott Hughes2013-10-061-0/+0
| * Use kernel default for initial thread sizeBrian Carlstrom2013-09-121-3/+20
| * __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-109-9/+9
| * Merge "Fix all debug directives." into klp-devChristopher Ferris2013-08-2916-232/+350
| |\
| | * Fix all debug directives.Christopher Ferris2013-08-2816-232/+350
| * | Merge "Fix pthread_getcpuclockid." into klp-devBrian Carlstrom2013-08-261-2/+8
| |\ \ | | |/ | |/|
| | * Fix pthread_getcpuclockid.Jeff Hao2013-08-261-2/+8
| * | Merge "Change how DNS resolver handle no default iface" into klp-devRobert Greenwalt2013-08-242-15/+13
| |\ \ | | |/ | |/|
| | * Change how DNS resolver handle no default ifaceRobert Greenwalt2013-08-232-15/+13