Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | Paul Pluzhnikov | 2013-04-25 | 2 | -20/+0 | |
| | ||||||
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 1 | -0/+6 | |
| | | | | It is based on draft TS 18661 and currently enabled as a GNU extension. | |||||
* | Make _dl_phdr pointer to const. | Roland McGrath | 2013-03-28 | 1 | -1/+1 | |
| | ||||||
* | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 2013-03-28 | 1 | -0/+6 | |
| | ||||||
* | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | 2013-03-21 | 1 | -0/+36 | |
| | | | | Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba. | |||||
* | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | 2013-03-15 | 1 | -0/+7 | |
| | ||||||
* | Remove powerpc64 bounded-pointers code. | Joseph Myers | 2013-03-06 | 1 | -25/+0 | |
| | ||||||
* | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 2013-03-01 | 1 | -1/+1 | |
| | ||||||
* | unify xmalloc prototypes & friends | Mike Frysinger | 2013-02-18 | 1 | -7/+1 | |
| | | | | | | | | These prototypes are duplicated in many places. Add a dedicated header for holding prototypes for program-specific functions to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | New function _dl_find_dso_for_object | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+4 | |
| | | | | Consolidate code to search for an address within a DSO. | |||||
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -2/+2 | |
| | ||||||
* | Remove CHECK_N and bp-checks.h. | Joseph Myers | 2013-02-08 | 1 | -49/+0 | |
| | ||||||
* | ARM: Support loading unmarked objects from cache. | Carlos O'Donell | 2013-02-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | ARM now supports loading unmarked objects from the dynamic loader cache. Unmarked objects can be used with the hard-float or soft-float ABI. We must support loading unmarked objects during the transition period from a binutils that does not mark objects to one that does mark them with the correct ELF flags. Signed-off-by: Carlos O'Donell <carlos@redhat.com> | |||||
* | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | 2013-02-08 | 1 | -7/+0 | |
| | ||||||
* | Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. | Joseph Myers | 2013-02-08 | 1 | -12/+0 | |
| | ||||||
* | Add missing includes to sysdeps/generic/malloc-sysdep.h. | Roland McGrath | 2013-02-05 | 1 | -0/+3 | |
| | ||||||
* | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 2013-02-04 | 1 | -16/+0 | |
| | ||||||
* | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 2013-02-01 | 1 | -10/+0 | |
| | ||||||
* | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 2013-02-01 | 1 | -71/+0 | |
| | ||||||
* | Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES. | Joseph Myers | 2013-01-31 | 1 | -27/+0 | |
| | ||||||
* | Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. | Joseph Myers | 2013-01-31 | 1 | -7/+0 | |
| | ||||||
* | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers | 2013-01-31 | 1 | -66/+0 | |
| | ||||||
* | Remove bp-thunks code. | Joseph Myers | 2013-01-31 | 1 | -69/+0 | |
| | ||||||
* | Use __extension__ with long long in installed headers. | Joseph Myers | 2013-01-10 | 1 | -2/+2 | |
| | ||||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 78 | -83/+78 | |
| | ||||||
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 | |
| | ||||||
* | Fix warnings from generic _FPU_GETCW | Chris Metcalf | 2012-12-06 | 1 | -3/+3 | |
| | ||||||
* | Fix sparc build with older compilers. | David S. Miller | 2012-12-04 | 1 | -1/+6 | |
| | | | | * sysdeps/generic/memcopy.h: Add multiple inclusion protection. | |||||
* | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | 2012-11-27 | 1 | -9/+18 | |
| | ||||||
* | Mark unwind-dw2-fde-glibc.c variable possibly unused. | Joseph Myers | 2012-11-22 | 1 | -2/+3 | |
| | ||||||
* | Add ldconfig cache tag handling for AArch64 | Steve McIntyre | 2012-11-19 | 1 | -0/+1 | |
| | | | | | | | | | * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro. * elf/cache.c (print_entry): Print ",AArch64" for FLAG_AARCH64_LIB64. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> | |||||
* | Add ldconfig cache tag handling for ARM hard-float ABI | Steve McIntyre | 2012-11-19 | 1 | -1/+2 | |
| | | | | | | | | | * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro. * elf/cache.c (print_entry): Print ",hard-float" for FLAG_ARM_LIBHF. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> | |||||
* | generic paths.h: remove old paths from _PATH_STDPATH | Pino Toscano | 2012-11-04 | 1 | -1/+1 | |
| | | | | | Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem to be part only of old BSDs, Solaris and HP-UX. | |||||
* | Fix small indendation issues in paths.h files | Pino Toscano | 2012-11-04 | 1 | -2/+2 | |
| | ||||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+16 | |
| | ||||||
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -0/+33 | |
| | ||||||
* | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | 2012-10-18 | 1 | -5/+0 | |
| | ||||||
* | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva | 2012-10-10 | 1 | -0/+36 | |
| | | | | | | | (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled. * crypt/md5c-test.c (main): Tolerate disabled MD5. * sysdeps/unix/sysv/linux/fips-private.h: New file. * sysdeps/generic/fips-private.h: New file, dummy fallback. | |||||
* | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | 2012-10-09 | 1 | -2/+0 | |
| | ||||||
* | Move _G_config.h with Linuxism to linux/ directory. | Roland McGrath | 2012-09-28 | 1 | -2/+7 | |
| | ||||||
* | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 2012-09-28 | 1 | -0/+6 | |
| | ||||||
* | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 2012-09-25 | 1 | -0/+7 | |
| | ||||||
* | Remove various _G_*_t type names. | Joseph Myers | 2012-09-25 | 1 | -7/+0 | |
| | ||||||
* | Shrink heap on linux when overcommit_memory == 2 | Siddhesh Poyarekar | 2012-09-25 | 1 | -0/+25 | |
| | | | | | | | | | | | | | Using madvise with MADV_DONTNEED to release memory back to the kernel is not sufficient to change the commit charge accounted against the process on Linux. It is OK however, when overcommit is enabled or is heuristic. However, when overcommit is restricted to a percentage of memory setting the contents of /proc/sys/vm/overcommit_memory as 2, it makes a difference since memory requests will fail. Hence, we do what we do with secure exec binaries, which is to call mmap on the region to be dropped with MAP_FIXED. This internally unmaps the pages in question and reduces the amount of memory accounted against the process. | |||||
* | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | 2012-09-21 | 1 | -1/+0 | |
| | ||||||
* | Remove _G_NEED_STDARG_H. | Joseph Myers | 2012-09-20 | 1 | -1/+0 | |
| | ||||||
* | Remove _G_HAVE_IO_GETLINE_INFO. | Joseph Myers | 2012-09-17 | 1 | -1/+0 | |
| | ||||||
* | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | 2012-09-13 | 1 | -1/+0 | |
| | ||||||
* | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 2012-09-12 | 1 | -0/+124 | |
| | ||||||
* | Remove unused typedefs and macros from _G_config.h. | Joseph Myers | 2012-09-11 | 1 | -10/+0 | |
| |