Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | |
2012-12-06 | Fix warnings from generic _FPU_GETCW | Chris Metcalf | |
2012-12-04 | Fix sparc build with older compilers. | David S. Miller | |
* sysdeps/generic/memcopy.h: Add multiple inclusion protection. | |||
2012-11-27 | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | |
2012-11-22 | Mark unwind-dw2-fde-glibc.c variable possibly unused. | Joseph Myers | |
2012-11-19 | Add ldconfig cache tag handling for AArch64 | Steve McIntyre | |
* 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> | |||
2012-11-19 | Add ldconfig cache tag handling for ARM hard-float ABI | Steve McIntyre | |
* 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> | |||
2012-11-04 | generic paths.h: remove old paths from _PATH_STDPATH | Pino Toscano | |
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. | |||
2012-11-04 | Fix small indendation issues in paths.h files | Pino Toscano | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | |
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | |
2012-10-10 | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva | |
(__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. | |||
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | |
2012-09-28 | Move _G_config.h with Linuxism to linux/ directory. | Roland McGrath | |
2012-09-28 | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | |
2012-09-25 | Remove various _G_*_t type names. | Joseph Myers | |
2012-09-25 | Shrink heap on linux when overcommit_memory == 2 | Siddhesh Poyarekar | |
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. | |||
2012-09-21 | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | |
2012-09-20 | Remove _G_NEED_STDARG_H. | Joseph Myers | |
2012-09-17 | Remove _G_HAVE_IO_GETLINE_INFO. | Joseph Myers | |
2012-09-13 | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | |
2012-09-11 | Remove unused typedefs and macros from _G_config.h. | Joseph Myers | |
2012-09-10 | Remove libio C++ vtable definitions. | Joseph Myers | |
2012-08-17 | Make malloc build for no-threads configurations. | Roland McGrath | |
2012-08-17 | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | |
2012-08-03 | Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX. | Roland McGrath | |
2012-08-01 | foo | Roland McGrath | |
2012-07-31 | Don't assume SIGWINCH is defined. | Roland McGrath | |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | |
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | |
2012-05-20 | Add <sys/auxv.h> and getauxval. | Richard Henderson | |
2012-05-15 | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | |
2012-05-10 | Hurd: Fix paths in paths.h | Samuel Thibault | |
2012-05-10 | Hurd: Fix value of __libc_stack_end | Samuel Thibault | |
2012-04-28 | Add missed zero length files in previous abilist commit. | David S. Miller | |
2012-04-26 | move libgcc_s soname definition to shlib-versions | Siddhesh Poyarekar | |
2012-04-18 | Remove all traces of reg_char. | David S. Miller | |
* sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise. | |||
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | |
[BZ #6794] Following Joseph comments about bug 6794, here is a proposed fix. It turned out to be a large fix mainly because I had to move some file along to follow libm files/names conventions. Basically I have added wrappers (w_ilogb.c, w_ilogbf.c, w_ilogbl.c) that now calls the symbol '__ieee754_ilogb'. The wrappers checks for '__ieee754_ilogb' output and set the errno and raise exceptions as expected. The '__ieee754_ilogb' is implemented in sysdeps. I have moved the 's_ilogb[f|l]' files to e_ilogb[f|l] and renamed the '__ilogb[f|l]' to '__ieee754_ilogb[f|l]'. I also found out a bug in i386 and x86-64 assembly coded ilogb implementation where it raises a FE_DIVBYZERO when argument is '0.0'. I corrected this issue as well. Finally I added the errno and FE_INVALID tests for 0.0, NaN and +-InF argument. Tested on i386, x86-64, ppc32 and ppc64. | |||
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | |
It may sometimes be desirable to make the dynamic linker only pick up libraries from the library path and rpath and not look at the ld.so.cache that ldconfig generates. An example of such a use case is the glibc testsuite where the dynamic linker must not be influenced by any external paths or caches. This change adds a new option --inhibit-ldcache that when used, tells the dynamic linker to not use ld.so.cache even if it is available. | |||
2012-03-28 | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | |
2012-03-27 | Merge branch 'elf-move' | Andreas Jaeger | |
Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in | |||
2012-03-22 | Add forward declaration for La_x32_regs/La_x32_retval | H.J. Lu | |