about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* For b/18473397 and CVE-2014-7817, properly handle the WRDE_NOCMD flag when pr...Sterling Augustine2014-11-253-12/+55
* Fix arm build by only using _itoa when building ld-linux, and not 'sln'. Also...Paul Pluzhnikov2014-11-233-18/+11
* For b/18243822, fix dlopen_with_offset to not reuse the same link_map entry w...Paul Pluzhnikov2014-11-103-2/+33
* Export a __secure_getenv symbol for link-time compatibility with GRTEv3. Tested:Brooks Moses2014-09-242-3/+12
* Import ldd patch from Ubuntu sources to allow ldd to work with non-executable...Brooks Moses2014-09-122-22/+16
* For b/15780211, consolidate setting of __google_auxv into earliest possible l...Brooks Moses2014-06-303-12/+8
* For b/13901604 (suid-root exe + unsecure environment variable => wrong __goog...Paul Pluzhnikov2014-06-194-121/+22
* Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam a...Brooks Moses2014-06-124-0/+14
* For b/15017950, backport patches to fix offset computation for append+ mode o...Brooks Moses2014-06-127-97/+388
* Automated g4 rollback of changelist 69114074.Brooks Moses2014-06-125-202/+5
* For b/15017950, backport patch to fix offset computation for append+ mode on ...Brooks Moses2014-06-125-5/+202
* For b/15568332, backport patch to copy path argument to posix_spawn_file_acti...Brooks Moses2014-06-125-7/+48
* For b/13901604, forward-port http://cr/68404571 viaPaul Pluzhnikov2014-06-022-0/+19
* Backport PPC ELFv2 s_copysign stack temp bugfix (PR16786, b/13737066).Brooks Moses2014-05-192-2/+8
* Backport upstream fixes for PR16532 (separate ftell, fseek logic) for b/15017...Brooks Moses2014-05-198-149/+654
* For b/14616463, add -fno-function-sections to nptl/events.c compilation.Brooks Moses2014-05-082-0/+8
* Add PTRACE_EVENT_STOP, as per b/13432624.Brooks Moses2014-04-292-1/+6
* For b/14302447, backport upstream patches for __bzero_ppc.Brooks Moses2014-04-254-7/+26
* For b/12342355, remove inappropriate assert in EXEC_ORIGIN support.Brooks Moses2014-04-112-4/+4
* For b/5732800, expose calls from malloc to mmap,munmap, etc. (Forward-ported ...Brooks Moses2014-03-136-0/+38
* For Google b/8315591, experimental implementation of dlopen_with_offset.Paul Pluzhnikov2014-03-1014-54/+191
* Add pthread_signal_safe_key_create.Paul Pluzhnikov2014-03-0813-18/+86
* For b/4074041, add EXEC_ORIGIN support. Forward-ported from cl/56955623 and h...Paul Pluzhnikov2014-03-086-3/+119
* Export __signal_safe* functions from ld.so so we can use a different implemen...Paul Pluzhnikov2014-03-082-0/+13
* For b/13350520, disable check-abiPaul Pluzhnikov2014-03-072-1/+5
* Adjust the size value on _nl_default_dirname to match the directory name that...Paul Pluzhnikov2014-03-065-238/+14
* Add "fastload" support.Paul Pluzhnikov2014-03-048-33/+651
* For b/5013921, build pthread_join.c and pthread_timedjoin.c with frame pointers.Paul Pluzhnikov2014-03-032-2/+13
* For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore libgcc_s.so.1 dlopen fa...Paul Pluzhnikov2014-03-032-0/+11
* For b/3133396, ignore system ld.so.cache when looking for nss and iconv modules.Paul Pluzhnikov2014-03-035-4/+29
* For b/2471323, implement multi-level cache search for shared libraries.Paul Pluzhnikov2014-03-037-41/+176
* For b/3162458, don't skip files with d_ino==0 -- our tmpfs systems sometimes ...Paul Pluzhnikov2014-03-034-0/+20
* Effectively revert an upstream patch to print signs on NaN values.Paul Pluzhnikov2014-03-034-0/+72
* Disable gcc's __warn_unused_result__ attribute in glibc headers when _GOOGLE_...Paul Pluzhnikov2014-02-282-0/+16
* For b/4268901, disable "/etc/ld.so.preload".Paul Pluzhnikov2014-02-282-0/+12
* For b/2723095, allow grantpt() to succeed even if it can't chgrp the slave pt...Paul Pluzhnikov2014-02-282-0/+20
* Reduce starting table sizes for locale-archive file, since we use only a smal...Paul Pluzhnikov2014-02-282-4/+18
* Set __MAX_ALLOCA_CUTOFF to 8kb to avoid stack overflow, as described in b/242...Paul Pluzhnikov2014-02-282-1/+9
* Add _google_dl_debug_state_hook. This is used by libunwind; see comment in //...Paul Pluzhnikov2014-02-283-0/+14
* Correct comment per cr/62375346 review.Paul Pluzhnikov2014-02-281-1/+1
* Add __GOOGLE_GRTE_VERSION__ for GRTEv4 usage. Forward-ported with date and co...Paul Pluzhnikov2014-02-282-0/+8
* Disable static linking warning for dlopen and dlmopen, and disable linking wa...Paul Pluzhnikov2014-02-284-1/+18
* Add __google_auxv. Forward-ported from cl/51271693 (from cl/38027-p2).Paul Pluzhnikov2014-02-285-0/+143
* For bit-identical rebuilds, remove `date` invocations. Forward-ported from cl...Paul Pluzhnikov2014-02-282-2/+9
* Don't put absolute pathnames into libc.so and libpthread.so linker scripts --...Paul Pluzhnikov2014-02-283-6/+13
* For b/2476399, disable Hesiod (not used in google)Paul Pluzhnikov2014-02-282-1/+8
* Disable libnss_db and libnss_nis{,plus} libnss_compatPaul Pluzhnikov2014-02-283-6/+19
* Integrate nss_{borg,cache} local changes from glibc-2.18 to 2.19Paul Pluzhnikov2014-02-2812-3/+1285
* Forward-port google-nsl-stubPaul Pluzhnikov2014-02-285-0/+92
* Revert upstream removal of async-safe TLS patches.Brooks Moses2014-02-2414-65/+579