- Aug 12, 2013
-
-
David S. Miller authored
* version.h (RELEASE): Set to "development". (VERSION): Set to "2.18.90". * NEWS: Add 2.19 section.
-
- Aug 10, 2013
-
-
David S. Miller authored
-
- Aug 06, 2013
-
-
Andreas Schwab authored
-
- Aug 03, 2013
-
-
David S. Miller authored
* po/ko.po: Update Korean translation from translation project.
-
- Aug 02, 2013
-
-
David S. Miller authored
* manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej Bilka.
-
- Jul 30, 2013
-
-
David S. Miller authored
* po/fr.po: Update French translation from translation project.
-
- Jul 28, 2013
-
-
David S. Miller authored
* po/cs.po: Update Czech translation from translation project.
-
David S. Miller authored
* po/sv.po: Update Swedish translation from translation project.
-
David S. Miller authored
* po/eo.po: Update Esperanto translation from translation project.
-
- Jul 27, 2013
-
-
David S. Miller authored
* po/vi.po: Update Vietnamese translation from translation project.
-
David S. Miller authored
* po/de.po: Update German translation from translation project.
-
- Jul 26, 2013
-
-
David S. Miller authored
* po/bg.po: Update Bulgarian translation from translation project.
-
David S. Miller authored
* 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.
-
Marcus Shawcroft authored
-
- Jul 25, 2013
-
-
David S. Miller authored
* po/libc.pot: Update.
-
Ryan S. Arnold authored
-
- Jul 24, 2013
-
-
Carlos O'Donell authored
-
- Jul 23, 2013
-
-
David S. Miller authored
* tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.
-
Adhemerval Zanella authored
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.
-
David S. Miller authored
* tst-cancel4.c (WRITE_BUFFER_SIZE): Increase to 16384.
-
- Jul 22, 2013
-
-
Chris Metcalf authored
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.
-
Andreas Krebbel authored
-
- Jul 21, 2013
-
-
Carlos O'Donell authored
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.
-
- Jul 20, 2013
-
-
David S. Miller authored
* sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor difference between 32-bit and 64-bit.
-
Andreas Schwab authored
-
- Jul 19, 2013
-
-
Chris Metcalf authored
Change 521c6785 added the enum but missed the semicolon. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
-
Dominik Vogt authored
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
-
Dominik Vogt authored
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.
-
- Jul 16, 2013
-
-
Carlos O'Donell authored
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.
-
- Jul 13, 2013
-
-
David S. Miller authored
* math/libm-test.inc (casin_test_data): Annotate more cases of missing underflows from atanl/atan2l due to bug 15319. (casinh_test_data): Likewise.
-
- Jul 12, 2013
-
-
Marcus Shawcroft authored
-
- Jul 09, 2013
-
-
Marcus Shawcroft authored
-
- Jul 08, 2013
-
-
David S. Miller authored
* sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
-
- Jul 07, 2013
-
-
Chris Metcalf authored
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.
-
Chris Metcalf authored
-
Chris Metcalf authored
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.
-
- Jul 05, 2013
-
-
Jeroen Albers authored
-
Marcus Shawcroft authored
-
- Jul 04, 2013
-
-
Siddhesh Poyarekar authored
-
Adhemerval Zanella authored
-