summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2014-02-07Bug 15968 was fixed by commit 0748546f660d27a2ad29fa6174d456e2f6490758.Joseph Myers
2014-02-07Bug 6981 was fixed by commit 1484e65736f4cab27e5051e0f06be8470e69af82.Joseph Myers
2014-02-06BZ #16529: Fix pedantic warning with netinet/in.h.Carlos O'Donell
When compiling with pedantic the following warning is seen: gcc -Wall -pedantic -O0 -o test test.c In file included from test.c:3:0: /path/inet/netinet/in.h:111:21: warning: comma at end of \ enumerator list [-Wpedantic] IPPROTO_MH = 135, /* IPv6 mobility header. */ ^ It is valid C99 to have a trailing comma after the last item in an enumeration. However it is not valid C90. If possible glibc attempts to keep all headers C90 + long long without requiring C99 features. In this case it's easy to fix the headers and it removes the warning seem with -pedantic.
2014-02-06Update contrib.texiSiddhesh Poyarekar
Update blurb for Roland, Alex, Ryan, Joseph and Carlos.
2014-02-05Add missing ChangeLog from yesterday's sparc ULPs update.David S. Miller
2014-02-06Revert "Patch [1/4] async-signal safe TLS."Allan McRae
This reverts commit 69a17d9d245dc3551792e95e1823cc2d877592f3.
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae
This reverts commit 35e8f7ab94c910659de9d507aa0f3e1f8973d914.
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae
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
2014-02-06Revert "Async-signal safe TLS."Allan McRae
This reverts commit 7f507ee17aee720fa423fa38502bc3caa0dd03d7. Conflicts: ChangeLog nptl/tst-tls7.c nptl/tst-tls7mod.c
2014-02-05Fix comment in kernel-features.h.Carlos O'Donell
Use "was" not "were."
2014-02-05Fix tst-setgetname for Linux kernels < 2.6.33.Carlos O'Donell
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.
2014-02-05Update contrib.texiSiddhesh Poyarekar
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.
2014-02-04PowerPC: powerpc64le abilist for 2.17Adhemerval Zanella
This patch is the abifiles for powerpc64le based on GLIBC 2.17.
2014-02-04PowerPC: Change powerpc64le start ABI to 2.17.Adhemerval Zanella
2014-02-04abilist-pattern configurabilityAdhemerval Zanella
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).
2014-02-04Update x86_64 ULPs (AMD family 21, model 2)Eric Wong
Tested on an AMD FX-8320 CPU
2014-02-04Update x86_64 ULPs (AMD Family 10h)Eric Wong
2014-02-03Remove excessive redundant ChangeLog header lines.Roland McGrath
2014-02-03Fix manual build warnings.Carlos O'Donell
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.
2014-02-03* manual/macros.texi: Add comments before MTASC-safety macros.Alexandre Oliva
2014-02-03* manual/users.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-03* manual/threads.texi (pthread_key_create, pthread_key_delete,Alexandre Oliva
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.
2014-02-03Update Slovenian translationsAllan McRae
2014-02-02* manual/time.texi (timegm): Add missing blank after @c.Alexandre Oliva
Reported by Joseph Myers <joseph@codesourcery.com>.
2014-02-01* manual/check-safety.sh: New.Alexandre Oliva
* manual/Makefile ($(objpfx)stamp-summary): Run it.
2014-02-01* manual/terminal.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/filesys.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/errno.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/intro.texi: Document safety identifiers andAlexandre Oliva
conditionals.
2014-02-01* manual/string.texi (wcstok): Fix prototype.Alexandre Oliva
(wcstok, strtok, strtok_r): Adjust reentrancy remarks.
2014-02-01* manual/time.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/string.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/threads.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/stdio.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/syslog.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/sysinfo.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/startup.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/socket.texi: Document MTASC-safety properties.Alexandre Oliva
2014-02-01* manual/signal.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/setjmp.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/search.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/resource.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/process.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/platform.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/pipe.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/pattern.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/message.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31[BZ #12751]Alexandre Oliva
* manual/memory.texi: Document MTASC-safety properties.
2014-01-31* manual/math.texi: Document MTASC-safety properties.Alexandre Oliva
2014-01-31* manual/locale.texi: Document MTASC-safety properties.Alexandre Oliva