aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-31* manual/process.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+76
2014-01-31* manual/platform.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+22
2014-01-31* manual/pipe.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+114
2014-01-31* manual/pattern.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+731
2014-01-31* manual/message.texi: Document MTASC-safety properties.Alexandre Oliva2-2/+161
2014-01-31[BZ #12751]Alexandre Oliva3-1/+539
* manual/memory.texi: Document MTASC-safety properties.
2014-01-31* manual/math.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+107
2014-01-31* manual/locale.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+150
2014-01-31* manual/llio.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+284
2014-01-31* manual/libdl.texi: New.Alexandre Oliva2-0/+14
2014-01-31* manual/lang.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+21
2014-01-31* manual/job.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+29
2014-01-31* manual/getopt.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+30
2014-01-31* manual/ctype.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+77
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki7-71/+43
Fixes to address issues from BZ #15022 resolution, as follows: * TLS updates to csu/libc-tls.c -- we now have a proper main map, so there's no longer a need to create a separate fake one to keep TLS structures, * random updates to elf/dl-close.c -- LM_ID_BASE is now a valid name space ID for static executables as well, so assert that we don't unload the main map. Similarly dl_nns isn't supposed to be 0 for static executables anymore, * actual BZ #16046 fix to elf/dl-iteratephdr.c -- the dl_iterate_phdr special function for static executables isn't needed anymore, provided that l_phdr and l_phnum members of the main map have been properly initialized (done in _dl_non_dynamic_init in elf/dl-support.c now), * ld.so.cache loader update to elf/dl-load.c -- GL(dl_ns)[LM_ID_BASE]._ns_loaded is now always initialized in static executables so can become the fallback loader map to check for DF_1_NODEFLIB, provided that the l_flags_1 member of the main map has been properly initialized (done in elf/dl-support.c now); this also ensures previous semantics elsewhere in elf/dl-load.c, * matching updates to elf/dl-support.c -- to complement the two fixes above.
2014-01-30* manual/debug.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+30
2014-01-29Disable x87 inline functions for SSE2 mathH.J. Lu3-3/+10
When i386 and x86-64 mathinline.h was merged into a single mathinline.h, "gcc -m32" enables x87 inline functions on x86-64 even when -mfpmath=sse and SSE2 is enabled. It is a regression on x86-64. We should check __SSE2_MATH__ instead of __x86_64__ when disabling x87 inline functions.
2014-01-29* manual/charset.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+98
2014-01-29[AArch64] Regenerate libm-test-ulps.Marcus Shawcroft2-15/+4
Re-generate libm-test-ulps from scratch.
2014-01-29Fix spaces before tabsSiddhesh Poyarekar2-33/+38
2014-01-29* manual/crypt.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+34
2014-01-29* manual/conf.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+23
2014-01-29* manual/arith.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+153
2014-01-29* manual/argp.texi: Document MTASC-safety properties.Alexandre Oliva2-0/+186
2014-01-29* manual/macros.texi: Introduce macros to document multiAlexandre Oliva4-0/+860
thread, asynchronous signal and asynchronous cancellation safety properties. * manual/intro.texi: Introduce the properties themselves.
2014-01-28Add -mieee to SH sysdep-CFLAGS for older SH compilers.Kaz Kojima2-0/+7
2014-01-27m68k: regenerate libm test ULPsAndreas Schwab2-1667/+3904
2014-01-27Let gen-libm-test.pl find itself when run outside source directoryAndreas Schwab2-2/+8
2014-01-27Add bug entry for previous commit in NEWSSiddhesh Poyarekar1-1/+1
2014-01-27Fix invalid memory access when parsing netgroup files with blank lines (BZ ↵Siddhesh Poyarekar2-1/+6
#16506) The netgroups file parsing code tries to access the character before the newline in parsed lines to see if it is a backslash (\). This results in an access before the block allocated for the line if the line is blank, i.e. does not have anything other than the newline character. This doesn't seem like it will cause any crashes because the byte belongs to the malloc metadata block and hence access to it will always succeed. There could be an invalid alteration in code flow where a blank line is seen as a continuation due to the preceding byte *happening* to be '\\'. This could be done by interposing malloc, but that's not really a security problem since one could interpose getnetgrent_r itself and achieve a similar 'exploit'. The possibility of actually exploiting this is remote to impossible since it also requires the previous line to end with a '\\', which would happen only on invalid configurations.
2014-01-27Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar2-5/+16
Using a buffer after it has been reallocated is undefined behaviour, so get offsets of the triplets in the old buffer before reallocating it.
2014-01-27Update French translationsAllan McRae2-468/+524
2014-01-27Regenerate SH libm-test-ulps with proper compiler options.Kaz Kojima2-9/+720
2014-01-24Rebuild sparc ULPs.David S. Miller2-1203/+9821
* sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
2014-01-25Move SH libm-test-ulps to sysdeps/sh and regenerate it.Kaz Kojima3-1094/+5491
2014-01-24tile: Regenerate libm-test-ulpsChris Metcalf2-496/+1522
2014-01-24alpha: Update libm-test-ulpsRichard Henderson2-1142/+9873
2014-01-24alpha: Fix tls-macros.hRichard Henderson2-11/+16
Reported to the gcc bugzilla, there was a missing dependency on $gp that let the compiler generated $gp reload be scheduled across the macros here.
2014-01-24ARM: Fix clone build for ARMv4Will Newton2-7/+7
ARMv4 does not have the blx instruction, so use the BLX macro which handles abstracting this for us. Build tested for armv7, armv4t and armv4. ports/ChangeLog.arm: 2014-01-24 Will Newton <will.newton@linaro.org> [BZ #16499] * sysdeps/unix/sysv/linux/arm/clone.S: Use BLX macro instead of blx instruction directly.
2014-01-24Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar3-2/+18
The _nss_*_getnetgrent_r query populates the netgroup results in the allocated buffer and then sets the result triplet to point to strings in the buffer. This is a problem when the buffer is reallocated since the pointers to the triplet strings are no longer valid. The pointers need to be adjusted so that they now point to strings in the reallocated buffer.
2014-01-24Restore ucontext ABI for soft-float sh4.Kaz Kojima3-99/+6
2014-01-23S/390: Increase tst-tls7 test case timeoutStefan Liebler2-1/+5
TLS in a dlopened object works fine when accessed from a signal handler. The default kernel scheduling parameters prevents the testcase to finish within the 4 seconds. Tested the bigger timeout on s390 and s390x.
2014-01-23Adjust SH specific fpu_control.h and ucontext.h files.Kaz Kojima4-103/+43
2014-01-22S/390: Merge 32 and 64 bit ucontext.h.Andreas Krebbel3-98/+13
2014-01-20Include generic symbol-hacks.h for x32H.J. Lu2-1/+6
In BZ #15605 fix with addding memset/memmove alias in symbol-hacks.h, x32 symbol-hacks.h change was missing. Fixed by including <sysdeps/generic/symbol-hacks.h> in x32 symbol-hacks.h.
2014-01-20PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella4-5/+18
The IFUNC selector for gettimeofday runs before _libc_vdso_platform_setup where __vdso_gettimeofday is set. The selector then sets __gettimeofday (the internal version used within GLIBC) to use the system call version instead of the vDSO one. This patch changes the check if vDSO is available to get its value directly instead of rely on __vdso_gettimeofday. This patch changes it by getting the vDSO value directly. It fixes BZ#16431.
2014-01-20[AArch64] Fix type in abi-lp64_be-options.Marcus Shawcroft2-1/+6
2014-01-20[AArch64] BZ #16169 Add CFI directives to clone.STom Tromey3-5/+16
[BZ #16169] Add CFI directives to the AArch64 clone.S implementation and ensure that the FP in the child is zero'd in order to comply with AAPCS.
2014-01-20[AArch64] Define BE loader name.Marcus Shawcroft6-0/+229
2014-01-20Update Catalan translationsAllan McRae2-527/+573