about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-301-3/+3
|
* Undo last patchUlrich Drepper2011-05-301-6/+6
|
* Add BZ number to NEWSUlrich Drepper2011-05-301-6/+6
|
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-301-2/+2
|
* Restore _res correctlyUlrich Drepper2011-05-291-7/+7
| | | | | | getaddrinfo works around the resolver functionality to avoid automatic IPv6 lookups. The restoring didn't allow for the resolver to set additional bits in _res.
* Reference wrong BZUlrich Drepper2011-05-291-1/+1
|
* Interpret numeric values in shadow file as signedUlrich Drepper2011-05-291-10/+10
|
* Recognize use-vc option in resolv.confUlrich Drepper2011-05-291-8/+9
|
* Record when bug 11577 was fixed and by which patchUlrich Drepper2011-05-291-5/+5
|
* Don't build AVX tests with old compilersUlrich Drepper2011-05-291-8/+8
|
* Mark malloc hook variables as deprecatedUlrich Drepper2011-05-291-0/+5
|
* Declare malloc hook variables as volatile.Ulrich Drepper2011-05-291-8/+8
|
* Don't document si_code used for raise()Ulrich Drepper2011-05-291-9/+9
|
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-281-1/+1
| | | | | | When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place.
* Add sotruss programUlrich Drepper2011-05-281-1/+4
|
* Add sendmmsg syscallUlrich Drepper2011-05-281-1/+1
|
* Set setns system callUlrich Drepper2011-05-281-1/+1
|
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-271-1/+1
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-05-271-1/+1
|\ | | | | | | | | | | Conflicts: ChangeLog NEWS
| * Define RLIMIT_RTTIMEUlrich Drepper2011-05-231-2/+2
| |
* | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designationAndreas Schwab2011-05-271-2/+2
|/
* Add a few more alloca size checksUlrich Drepper2011-05-221-4/+4
|
* Always fill output buffer in XPG strerror functionUlrich Drepper2011-05-211-2/+2
|
* Fix CP1258 conversionUlrich Drepper2011-05-211-1/+2
| | | | a5 ec was mishandled and the other direction appropriately so, too.
* Fix handling of LC_CTYPE in locale name handlingUlrich Drepper2011-05-211-1/+1
|
* Set stream errors in more casesUlrich Drepper2011-05-211-2/+2
| | | | Also avoid unnecessarily setting errno when testing for TTY.
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-201-6/+6
|
* Update documentation in regex.hReuben Thomas2011-05-201-8/+8
|
* Fix typo in x86-64 powlH.J. Lu2011-05-181-2/+2
|
* Update GB18030 to 2005 versionUlrich Drepper2011-05-171-8/+8
|
* Handle long variable names in putenvUlrich Drepper2011-05-161-7/+7
|
* Fix reporting of invalid timeouts in emulated pselectUlrich Drepper2011-05-161-7/+7
|
* Fix test for error_one_per_line mode in errorUlrich Drepper2011-05-161-1/+1
|
* Remove shortcut for call of chownUlrich Drepper2011-05-161-6/+7
| | | | The UID might differ, too. Just call chown unconditionally.
* Cleanup x86-64 sys/user.hUlrich Drepper2011-05-161-6/+6
|
* Add work and week day info to sl_SI localeSašo Živanovic2011-05-161-5/+5
|
* Recode se_NO locale file to UTF-8Ulrich Drepper2011-05-161-1/+1
|
* Avoid potential deadlock in mtraceUlrich Drepper2011-05-161-8/+8
| | | | | The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early.
* Provide more helpful error message in getoptUlrich Drepper2011-05-151-7/+7
| | | | If provide with an ambiguous long option we now show all the possibilities.
* Update configure helper scriptsUlrich Drepper2011-05-151-7/+7
|
* Move Dzonghka collation rules to common collation rules fileUlrich Drepper2011-05-151-7/+7
|
* Fix some fields in time info in sv_FI localeJohan Heikkila2011-05-151-7/+7
|
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-151-7/+7
| | | | The code is also cleaned up to avoid inefficiencies.
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-151-6/+7
|
* Fix typo in last checkinUlrich Drepper2011-05-151-1/+1
| | | | I referenced the attachment, not th eBZ number
* Add entry for Sorani languageUlrich Drepper2011-05-151-7/+7
|
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-6/+6
|
* Last patch also fixes BZ 11952Ulrich Drepper2011-05-141-5/+5
|
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-141-4/+4
| | | | | | | | | | | | When dynamically loading a library along with several dependencies, calls to _dl_add_to_slotinfo and _dl_update_slotinfo can become intermixed. As a consequence, _dl_update_slotinfo will update the generation counter of the dtv although not all of the slots belonging to that generation have been added. Subsequent calls to _dl_add_to_slotinfo will add more slots to the same generation, for which no storage will be allocated, as the dtv generation checks will claim no work is necessary. This will lead to uninitialized dtv entries and will likely cause a SIGSEGV when thread local variables are accessed.
* Fix time format in en_SG localeKH Teo2011-05-141-3/+3
|