summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-10Update version.h and include/features.h for 2.18 release.glibc-2.18David S. Miller
2013-08-06Fix typo in ChangeLogAndreas Schwab
2013-08-03Update Korean translations.David S. Miller
* po/ko.po: Update Korean translation from translation project.
2013-08-01Update manual/contrib.texiDavid S. Miller
* manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej Bilka.
2013-07-30Update French translations.David S. Miller
* po/fr.po: Update French translation from translation project.
2013-07-28Update Czech translations.David S. Miller
* po/cs.po: Update Czech translation from translation project.
2013-07-28Update Swedish translations.David S. Miller
* po/sv.po: Update Swedish translation from translation project.
2013-07-27Update Esperanto translations.David S. Miller
* po/eo.po: Update Esperanto translation from translation project.
2013-07-27Update Vietnamese translations.David S. Miller
* po/vi.po: Update Vietnamese translation from translation project.
2013-07-27Update German translations.David S. Miller
* po/de.po: Update German translation from translation project.
2013-07-26Update Bulgarian translations.David S. Miller
* po/bg.po: Update Bulgarian translation from translation project.
2013-07-26Update Dutch, Polish, and Russian translations.David S. Miller
* po/nl.po: Update Dutch translation from translation project. * po/pl.po: Update Polish translation from translation project. * po/ru.po: Update Russian translation from translation project.
2013-07-26[AArch64] Provide symbol version for _mcount.Marcus Shawcroft
2013-07-25Update libc.pot in preparation for giving tarball to translation project.David S. Miller
* po/libc.pot: Update.
2013-07-25Added NEWS entries for AT_HWCAP2 and POWER8 enablement.Ryan S. Arnold
2013-07-23hppa: Regenerate libm-test-ulps.Carlos O'Donell
2013-07-23Remove Linux kernel version ambiguity in comment added by previous commit.David S. Miller
* tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.
2013-07-23PowerPC: use _dl_static_init to set GLRO(gl_pagesize)Adhemerval Zanella
This patch fixes dlfcn/tststatic5 for PowerPC where pagesize variable was not properly initialized in certain cases. This patch is based on other architecture code.
2013-07-23Increase nptl test case buffer size so we really block on current Linux kernels.David S. Miller
* tst-cancel4.c (WRITE_BUFFER_SIZE): Increase to 16384.
2013-07-22tile BZ #15759: Fix bug in _dl_unmapChris Metcalf
We returned without calling __munmap if not in the simulator. Now we call a separate sim_dlclose() function to make the control flow work correctly.
2013-07-22S/390: ULPs update.Andreas Krebbel
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell
The helper binary pt_chown tricked into granting access to another user's pseudo-terminal. Pre-conditions for the attack: * Attacker with local user account * Kernel with FUSE support * "user_allow_other" in /etc/fuse.conf * Victim with allocated slave in /dev/pts Using the setuid installed pt_chown and a weak check on whether a file descriptor is a tty, an attacker could fake a pty check using FUSE and trick pt_chown to grant ownership of a pty descriptor that the current user does not own. It cannot access /dev/pts/ptmx however. In most modern distributions pt_chown is not needed because devpts is enabled by default. The fix for this CVE is to disable building and using pt_chown by default. We still provide a configure option to enable hte use of pt_chown but distributions do so at their own risk.
2013-07-20Update Sparc ULPs.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor difference between 32-bit and 64-bit.
2013-07-21m68k: use _dl_static_init to set GLR0(dl_pagesize)Andreas Schwab
2013-07-19tile: add missing semicolon in <bits/ptrace.h>Chris Metcalf
Change 521c6785e1fc94d added the enum but missed the semicolon. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2013-07-19Clean up whitespace in lock elision patches.Dominik Vogt
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2013-07-19Remove remains of rwlock elision which is not implemented yet.Dominik Vogt
Signed-off-by: Carlos O'Donell <carlos@redhat.com> --- nptl/ 2013-07-19 Dominik Vogt <vogt@de.ibm.com> * sysdeps/unix/sysv/linux/x86/elision-conf.c: Remove __rwlock_rtm_enabled and __rwlock_rtm_read_retries. (elision_init): Don't set __rwlock_rtm_enabled. * sysdeps/unix/sysv/linux/x86/elision-conf.h: Remove __rwlock_rtm_enabled.
2013-07-16BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell
The generated header is compiled with `-ffreestanding' to avoid any circular dependencies against the installed implementation headers. Such a dependency would require the implementation header to be installed before the generated header could be built (See bug 15711). In current practice the generated header dependencies do not include any of the implementation headers removed by the use of `-ffreestanding'. --- 2013-07-15 Carlos O'Donell <carlos@redhat.com> [BZ #15711] * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h): Avoid system header dependency with -ffreestanding. ($(objpfx)bits/syscall%d): Likewise.
2013-07-13Annotate more cases of math bug 15319.David S. Miller
* math/libm-test.inc (casin_test_data): Annotate more cases of missing underflows from atanl/atan2l due to bug 15319. (casinh_test_data): Likewise.
2013-07-12[AArch64] Adding -funwind-tables to backtrace.cMarcus Shawcroft
2013-07-09[AArch64] Use _dl_static_init to set GLR0(dl_pagesize)Marcus Shawcroft
2013-07-07Full from-scratch rebuild of sparc ULPs.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
2013-07-07tile: use _dl_static_init to set GLRO(gl_pagesize)Chris Metcalf
A recently-added test (dlfcn/tststatic5) pointed out that tile was not properly initializing the variable pagesize in certain cases. This change just copies the existing code from MIPS.
2013-07-07tile: update libm-test-ulps from scratchChris Metcalf
2013-07-07tile: use soft-fp for fma() and fmaf()Chris Metcalf
The sfp-machine.h is based on the gcc version, but extended with required new macros by comparison with other architectures and by investigating the hardware support for FP on tile.
2013-07-05Update x86 and x86_64 ulps on AMD FX-8350 with GCC 4.8.1.Jeroen Albers
2013-07-05[AArch64] Regenerate libm-test-ulpsMarcus Shawcroft
2013-07-04Fix lock elision help text in INSTALL and configureSiddhesh Poyarekar
2013-07-04Update powerpc-fpu ULPs.Adhemerval Zanella
2013-07-04Sync sys/ptrace with Linux 3.10Andreas Jaeger
2013-07-03Condition sysdeps/arm/include/bits/setjmp.h contents on _ISOMAC.Joseph Myers
2013-07-03Regenerate powerpc-nofpu ULPs.Joseph Myers
2013-07-03Add x86 init-arch to nptlH.J. Lu
2013-07-03Update i386 ULPs.Allan McRae
* sysdeps/i386/fpu/libm-test-ulps: Update.
2013-07-02Update sparc ULPs.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2013-07-03m68k: update libm test ULPsAndreas Schwab
2013-07-02Update x86_64 ULPs.Markus Trippelsdorf
2013-07-02Regenerate MIPS ulps.Joseph Myers
2013-07-02Regenerate ARM ulps.Joseph Myers
2013-07-02Regenerate x86 and x86_64 ulps.Joseph Myers