Age | Commit message (Expand) | Author | Files | Lines |
2015-08-17 | Backport fix for BZ 18287 (CVE-2015-1781) | Stan Shebs | 1 | -0/+4 |
2015-07-28 | Fix b/19824366 with a local patch (as upstream is fixed unmergeably), and add... | Stan Shebs | 1 | -0/+9 |
2015-07-27 | Redeclare hot external libc functions with new GCC function attribute "noplt"... | Sriraman Tallam | 1 | -0/+9 |
2015-07-06 | backport fix buffer overflow for writes to memory buffer stream (PR18549) | Stan Shebs | 1 | -0/+5 |
2015-06-03 | For b/8315591, b/20141439 correct off-by-one error that resulted in last byte... | Paul Pluzhnikov | 1 | -0/+5 |
2015-04-16 | Change this offsetof computation to use c89 offsetof. Tested: | Nick Lewycky | 1 | -0/+4 |
2015-03-13 | Backport fix for wscanf Tested: | Stan Shebs | 1 | -0/+5 |
2015-02-05 | Backport fix for getnetbyname Tested: | Stan Shebs | 1 | -0/+4 |
2015-01-30 | Port "resolv.conf timestamp checks" fixes from eglibc sources. | Brooks Moses | 1 | -0/+3 |
2014-12-04 | For b/18243822, add back code that was accidentally deleted at the last minut... | Paul Pluzhnikov | 1 | -0/+3 |
2014-11-25 | Use ENTRY and END macros to get a .size directive. backport of change: | Sterling Augustine | 1 | -0/+6 |
2014-11-25 | For b/18473397 and CVE-2014-7817, properly handle the WRDE_NOCMD flag when pr... | Sterling Augustine | 1 | -0/+7 |
2014-11-23 | Fix arm build by only using _itoa when building ld-linux, and not 'sln'. Also... | Paul Pluzhnikov | 1 | -0/+6 |
2014-11-10 | For b/18243822, fix dlopen_with_offset to not reuse the same link_map entry w... | Paul Pluzhnikov | 1 | -0/+5 |
2014-09-24 | Export a __secure_getenv symbol for link-time compatibility with GRTEv3. Tested: | Brooks Moses | 1 | -0/+6 |
2014-09-12 | Import ldd patch from Ubuntu sources to allow ldd to work with non-executable... | Brooks Moses | 1 | -1/+6 |
2014-06-30 | For b/15780211, consolidate setting of __google_auxv into earliest possible l... | Brooks Moses | 1 | -0/+5 |
2014-06-19 | For b/13901604 (suid-root exe + unsecure environment variable => wrong __goog... | Paul Pluzhnikov | 1 | -0/+8 |
2014-06-12 | Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam a... | Brooks Moses | 1 | -0/+8 |
2014-06-12 | For b/15017950, backport patches to fix offset computation for append+ mode o... | Brooks Moses | 1 | -0/+15 |
2014-06-12 | Automated g4 rollback of changelist 69114074. | Brooks Moses | 1 | -9/+0 |
2014-06-12 | For b/15017950, backport patch to fix offset computation for append+ mode on ... | Brooks Moses | 1 | -0/+9 |
2014-06-12 | For b/15568332, backport patch to copy path argument to posix_spawn_file_acti... | Brooks Moses | 1 | -0/+8 |
2014-06-02 | For b/13901604, forward-port http://cr/68404571 via | Paul Pluzhnikov | 1 | -0/+6 |
2014-05-19 | Backport PPC ELFv2 s_copysign stack temp bugfix (PR16786, b/13737066). | Brooks Moses | 1 | -0/+6 |
2014-05-19 | Backport upstream fixes for PR16532 (separate ftell, fseek logic) for b/15017... | Brooks Moses | 1 | -0/+15 |
2014-05-08 | For b/14616463, add -fno-function-sections to nptl/events.c compilation. | Brooks Moses | 1 | -0/+4 |
2014-04-29 | Add PTRACE_EVENT_STOP, as per b/13432624. | Brooks Moses | 1 | -0/+4 |
2014-04-25 | For b/14302447, backport upstream patches for __bzero_ppc. | Brooks Moses | 1 | -0/+9 |
2014-04-11 | For b/12342355, remove inappropriate assert in EXEC_ORIGIN support. | Brooks Moses | 1 | -0/+4 |
2014-03-13 | For b/5732800, expose calls from malloc to mmap,munmap, etc. (Forward-ported ... | Brooks Moses | 1 | -0/+9 |
2014-03-10 | For Google b/8315591, experimental implementation of dlopen_with_offset. | Paul Pluzhnikov | 1 | -0/+16 |
2014-03-08 | Add pthread_signal_safe_key_create. | Paul Pluzhnikov | 1 | -0/+17 |
2014-03-08 | For b/4074041, add EXEC_ORIGIN support. Forward-ported from cl/56955623 and h... | Paul Pluzhnikov | 1 | -0/+9 |
2014-03-08 | Export __signal_safe* functions from ld.so so we can use a different implemen... | Paul Pluzhnikov | 1 | -0/+5 |
2014-03-07 | For b/13350520, disable check-abi | Paul Pluzhnikov | 1 | -0/+3 |
2014-03-06 | Adjust the size value on _nl_default_dirname to match the directory name that... | Paul Pluzhnikov | 1 | -0/+12 |
2014-03-04 | Add "fastload" support. | Paul Pluzhnikov | 1 | -0/+14 |
2014-03-03 | For b/5013921, build pthread_join.c and pthread_timedjoin.c with frame pointers. | Paul Pluzhnikov | 1 | -0/+9 |
2014-03-03 | For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore libgcc_s.so.1 dlopen fa... | Paul Pluzhnikov | 1 | -0/+6 |
2014-03-03 | For b/3133396, ignore system ld.so.cache when looking for nss and iconv modules. | Paul Pluzhnikov | 1 | -0/+10 |
2014-03-03 | For b/2471323, implement multi-level cache search for shared libraries. | Paul Pluzhnikov | 1 | -0/+14 |
2014-03-03 | For b/3162458, don't skip files with d_ino==0 -- our tmpfs systems sometimes ... | Paul Pluzhnikov | 1 | -0/+8 |
2014-03-03 | Effectively revert an upstream patch to print signs on NaN values. | Paul Pluzhnikov | 1 | -0/+8 |
2014-02-28 | Disable gcc's __warn_unused_result__ attribute in glibc headers when _GOOGLE_... | Paul Pluzhnikov | 1 | -0/+9 |
2014-02-28 | For b/4268901, disable "/etc/ld.so.preload". | Paul Pluzhnikov | 1 | -0/+6 |
2014-02-28 | For b/2723095, allow grantpt() to succeed even if it can't chgrp the slave pt... | Paul Pluzhnikov | 1 | -0/+6 |
2014-02-28 | Reduce starting table sizes for locale-archive file, since we use only a smal... | Paul Pluzhnikov | 1 | -0/+6 |
2014-02-28 | Set __MAX_ALLOCA_CUTOFF to 8kb to avoid stack overflow, as described in b/242... | Paul Pluzhnikov | 1 | -0/+8 |
2014-02-28 | Add _google_dl_debug_state_hook. This is used by libunwind; see comment in //... | Paul Pluzhnikov | 1 | -0/+7 |