aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-28Remove `.ctors' and `.dtors' output sectionshjl/ctor/release/2.11H.J. Lu
Conflicts: ChangeLog configure
2011-09-03Restore _res correctlyrelease/2.11/masterUlrich Drepper
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. (cherry picked from commit 7ae22829afb2b4ca531d1c00437d428f55d59341)
2011-09-03Fix unnecessary overallocation due to incomplete characterUlrich Drepper
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. (cherry picked from commit 8887a920a4b81a500f54893250085e0d1a52cf9a)
2011-09-03Revert "Fix file descriptor position after fclose"Petr Baudis
This reverts commit 82c938203add9de265744987c8f1efa454d80461.
2011-09-03Revert "Initialize variable in _IO_new_file_close_it"Petr Baudis
This reverts commit 875703d0957adb972d542cfd174dba9bb95e8321. Conflicts: ChangeLog
2011-08-31Revert "Fix memory leak in dlopen with RTLD_NOLOAD."Roland McGrath
This reverts commit 522cb50e61c109d41df4dbc366312a133e248dca. Conflicts: ChangeLog
2011-08-31Revert "Install bits/timex.h header."Roland McGrath
This reverts commit c81fb726d822c5c5296c21c9d47c323ce14aa723. Conflicts: ChangeLog
2011-05-27Fix typo in x86-64 powlH.J. Lu
(cherry picked from commit 8db736347c7aca3201f61e3f05b5f672bcdd5bd9)
2011-05-27Fix test for error_one_per_line mode in errorUlrich Drepper
(cherry picked from commit 15cc7dd182a6be79cbb01a5de4f13e958717bd69)
2011-05-27Remove shortcut for call of chownUlrich Drepper
The UID might differ, too. Just call chown unconditionally. (cherry picked from commit f3799213a3ee8265ba47fad33d9cff71d97ab0d4)
2011-05-27Fix initialization of optimization values for AIOUlrich Drepper
(cherry picked from commit 2fc54d6f9f7d6770ecb0e0bb5a3b977965bfe273)
2011-05-27Initialize variable in _IO_new_file_close_itUlrich Drepper
The last change left a variable in some situations uninitialized. (cherry picked from commit ca408c157c71edebf45862c35738eb2614cbcd77)
2011-05-27Fix handling of incomplete character storage in stateUlrich Drepper
If iconv is called more than once in a row for adding bytes to the sequence while still remain under the minimum size of a character and if STORE_REST is defined, we didn't consume any input. Fix that. (cherry picked from commit 1af4e29837e9969377781b47254b6e4c293353ed)
2011-05-27Fix file descriptor position after fcloseUlrich Drepper
fclose should leave the file descriptor position after the last read or written byte. (cherry picked from commit fcabc0f8b185f9e0a9289720be5ede6c39b3bf21)
2011-05-27Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury
(cherry picked from commit 320a5dc07b907b1e640fd11ce49a04aa2b367711)
2011-05-27Fix sched_setscheduler call in spawn implementationUlrich Drepper
(cherry picked from commit f574184a0e4b6ed69a5d9a3234543fba6d2a7367)
2011-05-27Report write error in addmnt even for cached streams.Ulrich Drepper
(cherry picked from commit e1fb097f447a89aa69a926e45e673a52d86a6c57)
2011-05-27Translate kernel error into what pthread_create should returnUlrich Drepper
(cherry picked from commit 5bdcc10322c488f53557440acf71623d8b313ab5)
2011-05-27Fix up testing for valid $ORIGIN useUlrich Drepper
(cherry picked from commit 22836f52e3e4740e450f9b93a2f1e31a90b168a6)
2011-05-27Backport BIND code to query name as TLD.Ulrich Drepper
(cherry picked from commit f87dfb1f11c01f2ccdc40d81e134cd06b32e28e8)
2011-05-27Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper
(cherry picked from commit 47c3cd7a74e8c089d60d603afce6d9cf661178d6)
2011-05-27ldconfig: don't crash on empty path in config fileAndreas Schwab
(cherry picked from commit 00ee369c1cbdcc4ca4a009e9223799951c6c8f04)
2011-05-27Fix getnameinfo flags parameter type.Bruno Haible
(cherry picked from commit e4ecafe004b3d4270b3a9dace8f970047400ed38)
2011-05-27Use al possible bytes from fopen mode string.Eric Blake
(cherry picked from commit b722481ac27a296c5e4c4ef5ebb85f48a9efac95)
2011-05-27Fix FPU context handling in getcontext on x86-64.Ulrich Drepper
fnstenv on x86-64 seems to clear the state. Work around. (cherry picked from commit 75ea32abcde4e1699328354e1804ea94560d2950)
2011-05-27Fix memory leak in TLS of loaded objects.Ulrich Drepper
(cherry picked from commit e6c61494125126d2ba77e5d99f83887a2ed49783)
2011-05-27Don't leave empty element in rpath when skipping an elementAndreas Schwab
(cherry picked from commit 34fe483e121660aff222ec1c15d57804f64191ea)
2011-05-27Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab
(cherry picked from commit e451d22b22c959a4dbf86dbc9f125985601473ab)
2011-05-27Install bits/timex.h header.Andreas Schwab
(cherry picked from commit 6e63d5e1aebc659a95223cf8862a7b42c67dbb1c)
2011-05-27Check size of pattern in wide character representation in fnmatch.Ulrich Drepper
(cherry picked from commit 8126d90480fa3e0c5c5cd0d02cb1c93174b45485)
2011-05-27PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold
(cherry picked from commit ccfe366e6fc64bb81183480bd2ae113041d3c84c)
2011-05-27Remove __restrict quals from wmemcmp prototype.Jakub Jelinek
(cherry picked from commit c6e13027abd4b9c2d694fb4d8b28ab8290ea5971)
2011-05-27Fix copy relocations handling of unique objects.Ulrich Drepper
(cherry picked from commit 028478fa40d85a73b19638dbe3f83b1acebf370c)
2011-05-27Fix loading first object along a path when tracing.Ulrich Drepper
(cherry picked from commit 6a5ee1029b3966c5ae9adaaa881e255b2880f511)
2011-05-27Don't read past end of buffer in fmemopenAndreas Schwab
(cherry picked from commit 9d25c392ba73065ac20f518d1cef1cdc96860545)
2011-05-27Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab
(cherry picked from commit 4bff6e0175ed195871f4e01cc4c4c33274b8f6e3)
2011-05-27Don't crash when dependencies are missingAndreas Schwab
(cherry picked from commit f2092faf2b6bd491a1891d5d5e393a8bf85d01d7)
2011-05-27Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵Samuel Thibault
needs munmap. (cherry picked from commit 6c8a2e88d12b7341440ac9669db0448223deb381)
2011-05-27Fix allocation when handling positional parameters in printf.Petr Baudis
(cherry picked from commit 84a4211850e3d23a9d3a4f3b294752a3b30bc0ff)
2011-05-26Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold
(cherry picked from commit d55fd7a5573ea7c7c14af95bc37618469cde8a5f)
2011-05-26Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold
(cherry picked from commit 2206397e1c46f69fb20eeb3de1920d3a7014c325)
2011-05-26Fix two printf handler issues.Jakub Jelinek
(cherry picked from commit c1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec)
2011-02-04Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper
(cherry picked from commit 8517b15ee8e39fed11afb784fd0e249d977849f4)
2011-02-04Fix range error handling in sgetspent.Andreas Schwab
(cherry picked from commit 10a656fe33d8257531ff3e9a882d3fd7db6ce5b3)
2011-02-03Fix decoding of canonical name in getaddrinfo.Ulrich Drepper
(cherry picked from commit 86e9235918a715095a1f5bb1c1db28fae7fca22b)
2011-02-03Define AT_NO_AUTOMOUNT.Ulrich Drepper
(cherry picked from commit 620a05296fe3380b7441ba7720e8b25c48a8c28c)
2011-02-03Define MADV_NOHUGEPAGE.Ulrich Drepper
(cherry picked from commit 18ba70a559c52719fd94a713cc380514d9d19125)
2011-02-03Define MADV_HUGEPAGE.Ulrich Drepper
(cherry picked from commit 32465c3ea007065acd8ca8199f130cdf4068130d)
2011-02-03Add definitions for new socket protocols.Ulrich Drepper
(cherry picked from commit a77e8cbc394ab098aa1fc3f0a6645a38348d21ca)
2011-02-03Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper
(cherry picked from commit bc425b339b067bebe3d49907e63b0e81eb261bd2)