about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-065-26/+5
| | | | This reverts commit 35e8f7ab94c910659de9d507aa0f3e1f8973d914.
* Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-064-185/+16
| | | | | | | | | | | | | This reverts commit 1f33d36a8a9e78c81bed59b47f260723f56bb7e6. Conflicts: elf/dl-misc.c Also reverts the follow commits that were bug fixes to new code introduced in the above commit: 063b2acbce83549df82ab30f5af573f1b9c4bd19 b627fdd58554bc36bd344dc40a8787c4b7a9cc46 e81c64bba13d2d8b2a4e53254a82cc80f27c8497
* Revert "Async-signal safe TLS."Allan McRae2014-02-069-333/+46
| | | | | | | | | This reverts commit 7f507ee17aee720fa423fa38502bc3caa0dd03d7. Conflicts: ChangeLog nptl/tst-tls7.c nptl/tst-tls7mod.c
* Fix comment in kernel-features.h.Carlos O'Donell2014-02-052-1/+3
| | | | Use "was" not "were."
* Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell2014-02-054-0/+32
| | | | | | | | Support for /proc/self/task/$tid/comm as added in Linux 2.6.33, therefore since the test tst-setgetname relies on this functionality to operate we must skip the test in kernels < 2.6.33. We wrap the checks with __ASSUME_PROC_PID_TASK_COMM such that in the future when we move arch_minimum_kernel to 2.6.33 we can remove this code.
* microblaze: Update libm-test-ulpsDavid Holsgrove2014-02-053-3390/+4095
| | | | | | | | | | | | | | Update libm-test-ulps for microblaze, and remove unneeded copy libm-test-ulps_new. ports/ChangeLog.microblaze 2014-02-04 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/microblaze/libm-test-ulps: Update. * sysdeps/microblaze/libm-test-ulps_new: Deleted redundant file. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* microblaze BZ #15705: Define MMAP2_PAGE_SHIFTDavid Holsgrove2014-02-053-12/+21
| | | | | | | | | | | | | Define MMAP2_PAGE_SHIFT to -1 for microblaze so the correct shift for the syscall is determined dynamically using getpagesize ports/ChangeLog.microblaze 2014-02-04 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/unix/sysv/linux/microblaze/mmap64.c: New file. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* microblaze: Use <fenv.h> fallback functionsDavid Holsgrove2014-02-053-50/+5
| | | | | | | | | | | | | | Delete redundant fegetround.c and fesetround.c for microblaze and use the fallback functions instead. ports/ChangeLog.microblaze 2014-02-04 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/microblaze/fegetround.c: Delete redundant file. * sysdeps/microblaze/fesetround.c: Likewise. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* Update NEWS for #16398Siddhesh Poyarekar2014-02-051-2/+2
|
* Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar2014-02-053-5/+115
| | | | | | | | | | | | | | | ftell tries to avoid flushing the buffer when it is in write mode by converting the wide char data and placing it into the binary buffer. If the output buffer space is full and there is data to write, the code reverts to flushing the buffer. This breaks when there is space in the buffer but it is not enough to convert the next character in the wide data buffer, due to which __codecvt_do_out returns a __codecvt_partial status. In this case, ftell keeps running in an infinite loop. The fix here is to detect the __codecvt_partial status in addition to checking if the buffer is full. I have also added a test case that demonstrates the infinite loop.
* Update contrib.texiSiddhesh Poyarekar2014-02-052-4/+21
| | | | | | This may not be a complete list of new contributors added to the list, so I'd love it if more people look at contributions and suggest additions.
* Adjust sparc ULPs.David S. Miller2014-02-041-0/+5
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from 32-bit.
* PowerPC: powerpc64le abilist for 2.17Adhemerval Zanella2014-02-0414-0/+3178
| | | | This patch is the abifiles for powerpc64le based on GLIBC 2.17.
* PowerPC: Change powerpc64le start ABI to 2.17.Adhemerval Zanella2014-02-043-2/+7
|
* abilist-pattern configurabilityAdhemerval Zanella2014-02-043-0/+47
| | | | | | | This patch creates implicit rules to match the abifiles if abilist-pattern is defined in the architecture Makefile. This allows machine specific Makefiles to define different abifiles names (for instance *-le.abilist for powerpc64le).
* Update x86_64 ULPs (AMD family 21, model 2)Eric Wong2014-02-042-3/+165
| | | | Tested on an AMD FX-8320 CPU
* Update x86_64 ULPs (AMD Family 10h)Eric Wong2014-02-042-2/+615
|
* Remove excessive redundant ChangeLog header lines.Roland McGrath2014-02-031-74/+0
|
* [hppa] Regenerate libm-test-ulps.Carlos O'Donell2014-02-032-42/+4448
| | | | Regenerate libm-test-ulps from scratch.
* Fix manual build warnings.Carlos O'Donell2014-02-032-2/+7
| | | | | | | The mixed use of automatic and manual node next, previous, and top specification causes warning when building the manual. This fix explicitly specifies the node's next, previous and top values to fix the warning.
* * manual/macros.texi: Add comments before MTASC-safety macros.Alexandre Oliva2014-02-032-2/+50
|
* * manual/users.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-032-0/+798
|
* * manual/threads.texi (pthread_key_create, pthread_key_delete,Alexandre Oliva2014-02-033-20/+39
| | | | | | | pthread_getspecific, pthread_setspecific): Format with @deftypefun, and add @safety note. * manual/signal.texi: Move comments that analyze the above functions to their home place.
* Update Slovenian translationsAllan McRae2014-02-032-570/+597
|
* * manual/time.texi (timegm): Add missing blank after @c.Alexandre Oliva2014-02-022-1/+6
| | | | Reported by Joseph Myers <joseph@codesourcery.com>.
* * manual/check-safety.sh: New.Alexandre Oliva2014-02-013-1/+126
| | | | * manual/Makefile ($(objpfx)stamp-summary): Run it.
* * manual/terminal.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+178
|
* * manual/filesys.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+226
|
* * manual/errno.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+47
|
* * manual/intro.texi: Document safety identifiers andAlexandre Oliva2014-02-012-3/+50
| | | | conditionals.
* * manual/string.texi (wcstok): Fix prototype.Alexandre Oliva2014-02-012-19/+19
| | | | (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
* * manual/time.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+373
|
* * manual/string.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+124
|
* * manual/threads.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+142
|
* * manual/stdio.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+253
|
* * manual/syslog.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+61
|
* * manual/sysinfo.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+96
|
* * manual/startup.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-2/+81
|
* * manual/socket.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+573
|
* * manual/signal.texi: Document MTASC-safety properties.Alexandre Oliva2014-02-012-0/+141
|
* * manual/setjmp.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+48
|
* * manual/search.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+76
|
* * manual/resource.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+88
|
* * manual/process.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+76
|
* * manual/platform.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+22
|
* * manual/pipe.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+114
|
* * manual/pattern.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+731
|
* * manual/message.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-2/+161
|
* [BZ #12751]Alexandre Oliva2014-01-313-1/+539
| | | | * manual/memory.texi: Document MTASC-safety properties.
* * manual/math.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-312-0/+107
|