summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
* Merge "Make sys_resource test more robust." into lollipop-cts-devYabin Cui2015-06-021-44/+68
|\
| * Merge "Make sys_resource test more robust." into lollipop-cts-devYabin Cui2015-06-021-44/+68
| |\
| | * Make sys_resource test more robust.Yabin Cui2015-06-021-44/+68
| |/
* | Merge "Fix timer flaky test in lollipop-mr1-cts-dev." into lollipop-mr1-cts-devYabin Cui2015-05-091-73/+76
|\ \
| * | Fix timer flaky test in lollipop-mr1-cts-dev.Yabin Cui2015-05-081-73/+76
|/ /
* | Modify test to avoid race condition.Christopher Ferris2015-02-181-3/+3
* | Fixes to the update-tzdata.py toolNeil Fuller2015-02-021-2/+9
* | Update tzdata to tzdata2015aNeil Fuller2015-02-021-0/+0
* | Print error when prelink fails for main executableDmitriy Ivanov2015-01-071-1/+4
* | Restore symbols from <arpa/nameser.h>.Elliott Hughes2014-12-041-74/+45
* | Avoid pathological behavior in OpenBSD's fread.Elliott Hughes2014-12-023-2/+49
* | Merge "Put stdin/stdout/stderr symbols in place." into lmp-mr1-devElliott Hughes2014-12-021-0/+7
|\ \
| * | Put stdin/stdout/stderr symbols in place.Elliott Hughes2014-12-011-0/+7
* | | Fail queries fast if no DNS servers are configured.Lorenzo Colitti2014-12-011-0/+4
|/ /
* | Fix flockfile(3) and friends for stdin/stdout/stderr too.Elliott Hughes2014-11-195-0/+32
* | sysconf(3) returns long.Elliott Hughes2014-11-143-3/+3
* | bionic: libc: Added path to vendor build properties file.Daniel Rosenberg2014-11-131-0/+1
* | Merge "Fix tzdata update tools for 'backzone'." into lmp-mr1-devElliott Hughes2014-11-122-11/+21
|\ \
| * | Fix tzdata update tools for 'backzone'.Elliott Hughes2014-11-112-11/+21
* | | Upgrade bionic to tzdata2014j.Elliott Hughes2014-11-111-0/+0
|/ /
* | Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL"Dmitriy Ivanov2014-11-035-72/+20
* | Revert "Add RTLD_NODELETE flag support"Dmitriy Ivanov2014-11-038-226/+10
* | Revert "Fix relocation to look for symbols in local group"Dmitriy Ivanov2014-11-0314-688/+162
* | Revert "Remove unnecessary lookups during relocations"Dmitriy Ivanov2014-11-031-5/+22
* | Revert "Fix mips build"Dmitriy Ivanov2014-11-031-1/+1
* | Revert "Fix symbol lookup order during relocation"Dmitriy Ivanov2014-11-0311-385/+71
* | Revert "Fix arm64 and arm builds."Dmitriy Ivanov2014-11-033-13/+7
* | Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-033-10/+34
* | Fix arm64 and arm builds.Dmitriy Ivanov2014-10-313-7/+13
* | Fix symbol lookup order during relocationDmitriy Ivanov2014-10-3111-71/+385
* | Fix mips buildDmitriy Ivanov2014-10-311-1/+1
* | Remove unnecessary lookups during relocationsDmitriy Ivanov2014-10-311-22/+5
* | Fix relocation to look for symbols in local groupDmitriy Ivanov2014-10-3114-162/+688
* | Correct way to specify additional dependenciesDmitriy Ivanov2014-10-313-0/+10
* | Add dlfcn_test to glibc test suite.Dmitriy Ivanov2014-10-315-79/+81
* | Ignore DT_BIND_NOW (0x18)Dmitriy Ivanov2014-10-311-7/+42
* | Resolve "unused DT entry" warnings for x86_64Dmitriy Ivanov2014-10-311-3/+13
* | Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-318-10/+226
* | Fix mips buildDmitriy Ivanov2014-10-311-2/+0
* | Fix unused DT entry warnings.Dmitriy Ivanov2014-10-314-9/+66
* | Return has_DT_SYMBOLIC flag.Dmitriy Ivanov2014-10-312-23/+47
* | Fix a couple more cases of missing CLOEXEC.Elliott Hughes2014-10-312-3/+3
* | Temporary disable DL_WARNs for unused DT_*Dmitriy Ivanov2014-10-311-1/+1
* | Fix 64bit buildDmitriy Ivanov2014-10-311-3/+3
* | Fix some unused DT_ warningsDmitriy Ivanov2014-10-311-4/+35
* | Remove has_DT_SYMBOLIC flagDmitriy Ivanov2014-10-313-94/+40
* | Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov2014-10-315-20/+73
* | ReformattingDmitriy Ivanov2014-10-311-1007/+1003
* | Only use <atomic> for C++11 and newer.Dan Albert2014-10-301-1/+1