aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use memmove from krait for cortex-a53 targetkitkatXin Qi2014-10-211-0/+3
* libc: Add cortex-a53 bionic codePracheer2014-10-021-0/+1
* Revert "DNS: make the same ip type DNS query as the interface address type"Chao Chen2014-09-161-62/+0
* DNS: make the same ip type DNS query as the interface address typeNilesh Poddar2014-09-111-0/+62
* Fix build for x86. Remove duplicate mcmchr from Android.mk. Other implemented...HazouPH2014-08-211-2/+0
* bionic: update memmove for 32 bits atomicBrent DeGraaf2014-08-011-31/+63
* Allow overlap in resolv uid => DNS iface mappingChad Brubaker2014-06-032-48/+26
* Upgrade to tzdata2014a.Elliott Hughes2014-06-031-0/+0
* Upgrade to tzdata2013i.Elliott Hughes2014-06-031-0/+0
* Revert "[ARM NEON] libm: original optimized modf"Davor Bertovic2014-03-282-59/+1
* [ARM NEON] libm: original optimized modfsynergy dev2014-03-202-1/+59
* libc: krait: Fix memmove half-word atomicityXin Qi2014-03-131-33/+22
* Fix pthread_detach for already-exited threads.Elliott Hughes2014-03-122-0/+36
* libc: Fix memchr inclusion on scorpionJames Sullins2014-03-061-1/+2
* libc: Unbreak build for scorpionkszaq2014-03-063-224/+7
* libc: Fix memchr inclusionSteve Kondik2014-03-052-2/+1
* Replace Cortex A15 strlen implementation with cortex-stringsBernhard Rosenkraenzer2014-03-041-156/+137
* Import memchr implementation from cortex-strings for Cortex A15Bernhard Rosenkraenzer2014-03-044-0/+157
* Fix a leak on error in tzload.Elliott Hughes2014-02-281-3/+2
* libc: krait: support KINGFISHER optimized memcpyVince Leung2014-02-251-1/+5
* libm: use neon optimized sin/cos/pow/sqrt/sqrtfDirk Rettschlag2014-02-135-8/+71
* Revert "ARM: Change dmb domain for bionic_atomic_barrier()"Lars Greiss2014-01-313-4/+4
* Revert "Remove harmful attempts to be helpful in pthread_mutex functions."Lars Greiss2014-01-311-4/+21
* Allocate additional space on stack for indirect syscallChris Dearman2014-01-271-0/+65
* Properly detect timeout in pthread_mutex_lock_timeout_np_implKen Mixter2014-01-271-1/+1
* libc: counting, rounding, and min/max macrossynergydev2014-01-251-1/+14
* [ARM] libc: define return and conditional return macrossynergydev2014-01-191-0/+5
* [ARM] libc: optimized strnlen, strncat, strncmp, and strlcatsynergydev2014-01-196-4/+257
* libc stdlib: implement C99 _Exit and C11 quick_exit APIsynergydev2014-01-194-0/+116
* libc: support __errno_locationsynergydev2014-01-191-0/+3
* Make use of new memcpy, tweak settingsBernhard Rosenkraenzer2014-01-191-0/+4
* libm: add fmal long double stubsynergydev2014-01-191-0/+1
* libm: sync with upstream freebsdsynergydev2014-01-1912-102/+1435
* Remove harmful attempts to be helpful in pthread_mutex functions.Elliott Hughes2014-01-191-21/+4
* ARM: Change dmb domain for bionic_atomic_barrier()Serban Constantinescu2014-01-193-4/+4
* Clean up the pthread-only atomic stuff a little.Elliott Hughes2014-01-195-299/+124
* Clean up some ARMv4/ARMv5 cruft.Elliott Hughes2014-01-1910-206/+50
* libc: Enable high-performance memmove and bcopy for cortex-a15Steve Kondik2013-12-301-0/+2
* Clean up more recursive FORTIFY_SOURCE callsNick Kralevich2013-12-218-0/+16
* __strnlen_chk: avoid recursive strlen callsNick Kralevich2013-12-211-0/+2
* Fix dns search domain use in gethostbyname.Robert Greenwalt2013-12-211-0/+9
* libc: krait: Implement optimized versions of memmove and bcopyBrent DeGraaf2013-12-212-89/+79
* Add a unit test for syscall(2).Elliott Hughes2013-12-182-0/+25
* Add extra regression tests for an already-fixed dynamic linker bug.Elliott Hughes2013-12-181-0/+20
* Add a temporary uapi/linux/compiler.h until upstream has one.Elliott Hughes2013-12-181-0/+18
* Remove the dependency on the non-uapi __kernel_nlink_t.Elliott Hughes2013-12-181-1/+2
* Remove pathconf's dependencies on non-uapi header files.Elliott Hughes2013-12-181-8/+5
* Add processed uapi kernel headers for ARM.Ben Cheng2013-12-1834-0/+1848
* Make cpp.py less braindead.Elliott Hughes2013-12-1813-722/+1063
* Adjust includes in sincos() for their 4.3 pathsBernhard Rosenkränzer2013-12-181-0/+12