]>
git.ipfire.org Git - thirdparty/glibc.git/log
Ulrich Drepper [Mon, 30 May 2011 03:49:49 +0000 (23:49 -0400)]
Restore _res correctly
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 )
Ulrich Drepper [Sat, 28 May 2011 21:14:30 +0000 (17:14 -0400)]
Fix unnecessary overallocation due to incomplete character
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 )
Petr Baudis [Sat, 3 Sep 2011 17:53:53 +0000 (19:53 +0200)]
Revert "Fix file descriptor position after fclose"
This reverts commit
82c938203add9de265744987c8f1efa454d80461 .
Petr Baudis [Sat, 3 Sep 2011 17:53:42 +0000 (19:53 +0200)]
Revert "Initialize variable in _IO_new_file_close_it"
This reverts commit
875703d0957adb972d542cfd174dba9bb95e8321 .
Conflicts:
ChangeLog
Roland McGrath [Wed, 31 Aug 2011 22:48:43 +0000 (15:48 -0700)]
Revert "Fix memory leak in dlopen with RTLD_NOLOAD."
This reverts commit
522cb50e61c109d41df4dbc366312a133e248dca .
Conflicts:
ChangeLog
Roland McGrath [Wed, 31 Aug 2011 20:13:24 +0000 (13:13 -0700)]
Revert "Install bits/timex.h header."
This reverts commit
c81fb726d822c5c5296c21c9d47c323ce14aa723 .
Conflicts:
ChangeLog
H.J. Lu [Wed, 18 May 2011 23:50:48 +0000 (19:50 -0400)]
Fix typo in x86-64 powl
(cherry picked from commit
8db736347c7aca3201f61e3f05b5f672bcdd5bd9 )
Ulrich Drepper [Mon, 16 May 2011 13:10:36 +0000 (14:10 +0100)]
Fix test for error_one_per_line mode in error
(cherry picked from commit
15cc7dd182a6be79cbb01a5de4f13e958717bd69 )
Ulrich Drepper [Mon, 16 May 2011 05:43:56 +0000 (06:43 +0100)]
Remove shortcut for call of chown
The UID might differ, too. Just call chown unconditionally.
(cherry picked from commit
f3799213a3ee8265ba47fad33d9cff71d97ab0d4 )
Ulrich Drepper [Sat, 14 May 2011 23:30:37 +0000 (00:30 +0100)]
Fix initialization of optimization values for AIO
(cherry picked from commit
2fc54d6f9f7d6770ecb0e0bb5a3b977965bfe273 )
Ulrich Drepper [Sat, 14 May 2011 14:59:54 +0000 (15:59 +0100)]
Initialize variable in _IO_new_file_close_it
The last change left a variable in some situations uninitialized.
(cherry picked from commit
ca408c157c71edebf45862c35738eb2614cbcd77 )
Ulrich Drepper [Sat, 14 May 2011 04:53:21 +0000 (00:53 -0400)]
Fix handling of incomplete character storage in state
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 )
Ulrich Drepper [Sat, 14 May 2011 01:08:45 +0000 (02:08 +0100)]
Fix file descriptor position after fclose
fclose should leave the file descriptor position after the last read
or written byte.
(cherry picked from commit
fcabc0f8b185f9e0a9289720be5ede6c39b3bf21 )
Piotr Bury [Fri, 13 May 2011 01:59:09 +0000 (02:59 +0100)]
Fix resizing able for unique symbols when adding symbol for copy relocation
(cherry picked from commit
320a5dc07b907b1e640fd11ce49a04aa2b367711 )
Ulrich Drepper [Thu, 12 May 2011 03:58:02 +0000 (04:58 +0100)]
Fix sched_setscheduler call in spawn implementation
(cherry picked from commit
f574184a0e4b6ed69a5d9a3234543fba6d2a7367 )
Ulrich Drepper [Thu, 12 May 2011 03:37:25 +0000 (04:37 +0100)]
Report write error in addmnt even for cached streams.
(cherry picked from commit
e1fb097f447a89aa69a926e45e673a52d86a6c57 )
Ulrich Drepper [Wed, 11 May 2011 22:23:24 +0000 (23:23 +0100)]
Translate kernel error into what pthread_create should return
(cherry picked from commit
5bdcc10322c488f53557440acf71623d8b313ab5 )
Ulrich Drepper [Wed, 11 May 2011 04:15:38 +0000 (00:15 -0400)]
Fix up testing for valid $ORIGIN use
(cherry picked from commit
22836f52e3e4740e450f9b93a2f1e31a90b168a6 )
Ulrich Drepper [Sat, 7 May 2011 17:05:19 +0000 (18:05 +0100)]
Backport BIND code to query name as TLD.
(cherry picked from commit
f87dfb1f11c01f2ccdc40d81e134cd06b32e28e8 )
Ulrich Drepper [Sat, 7 May 2011 15:44:26 +0000 (16:44 +0100)]
Allow $ORIGIN to reference trusted directoreis in SUID binaries.
(cherry picked from commit
47c3cd7a74e8c089d60d603afce6d9cf661178d6 )
Andreas Schwab [Tue, 3 May 2011 17:44:25 +0000 (13:44 -0400)]
ldconfig: don't crash on empty path in config file
(cherry picked from commit
00ee369c1cbdcc4ca4a009e9223799951c6c8f04 )
Bruno Haible [Mon, 2 May 2011 01:36:43 +0000 (02:36 +0100)]
Fix getnameinfo flags parameter type.
(cherry picked from commit
e4ecafe004b3d4270b3a9dace8f970047400ed38 )
Eric Blake [Sat, 23 Apr 2011 03:40:57 +0000 (04:40 +0100)]
Use al possible bytes from fopen mode string.
(cherry picked from commit
b722481ac27a296c5e4c4ef5ebb85f48a9efac95 )
Ulrich Drepper [Mon, 18 Apr 2011 01:51:26 +0000 (02:51 +0100)]
Fix FPU context handling in getcontext on x86-64.
fnstenv on x86-64 seems to clear the state. Work around.
(cherry picked from commit
75ea32abcde4e1699328354e1804ea94560d2950 )
Ulrich Drepper [Mon, 11 Apr 2011 02:43:01 +0000 (03:43 +0100)]
Fix memory leak in TLS of loaded objects.
(cherry picked from commit
e6c61494125126d2ba77e5d99f83887a2ed49783 )
Andreas Schwab [Sat, 9 Apr 2011 18:55:26 +0000 (19:55 +0100)]
Don't leave empty element in rpath when skipping an element
(cherry picked from commit
34fe483e121660aff222ec1c15d57804f64191ea )
Andreas Schwab [Thu, 7 Apr 2011 20:23:52 +0000 (16:23 -0400)]
Maintain stack alignment in ____longjmp_chk on x86_64
(cherry picked from commit
e451d22b22c959a4dbf86dbc9f125985601473ab )
Andreas Schwab [Fri, 1 Apr 2011 14:40:53 +0000 (10:40 -0400)]
Install bits/timex.h header.
(cherry picked from commit
6e63d5e1aebc659a95223cf8862a7b42c67dbb1c )
Ulrich Drepper [Fri, 18 Mar 2011 09:29:20 +0000 (05:29 -0400)]
Check size of pattern in wide character representation in fnmatch.
(cherry picked from commit
8126d90480fa3e0c5c5cd0d02cb1c93174b45485 )
Ryan S. Arnold [Fri, 18 Mar 2011 09:15:00 +0000 (05:15 -0400)]
PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)
(cherry picked from commit
ccfe366e6fc64bb81183480bd2ae113041d3c84c )
Jakub Jelinek [Thu, 10 Mar 2011 18:04:08 +0000 (13:04 -0500)]
Remove __restrict quals from wmemcmp prototype.
(cherry picked from commit
c6e13027abd4b9c2d694fb4d8b28ab8290ea5971 )
Ulrich Drepper [Thu, 10 Mar 2011 17:51:33 +0000 (18:51 +0100)]
Fix copy relocations handling of unique objects.
(cherry picked from commit
028478fa40d85a73b19638dbe3f83b1acebf370c )
Ulrich Drepper [Sun, 6 Mar 2011 05:01:50 +0000 (00:01 -0500)]
Fix loading first object along a path when tracing.
(cherry picked from commit
6a5ee1029b3966c5ae9adaaa881e255b2880f511 )
Andreas Schwab [Fri, 4 Mar 2011 05:48:00 +0000 (00:48 -0500)]
Don't read past end of buffer in fmemopen
(cherry picked from commit
9d25c392ba73065ac20f518d1cef1cdc96860545 )
Andreas Schwab [Sat, 26 Feb 2011 01:49:48 +0000 (02:49 +0100)]
Fix memory leak in dlopen with RTLD_NOLOAD.
(cherry picked from commit
4bff6e0175ed195871f4e01cc4c4c33274b8f6e3 )
Andreas Schwab [Fri, 25 Feb 2011 21:51:24 +0000 (16:51 -0500)]
Don't crash when dependencies are missing
(cherry picked from commit
f2092faf2b6bd491a1891d5d5e393a8bf85d01d7 )
Samuel Thibault [Tue, 22 Feb 2011 00:53:10 +0000 (16:53 -0800)]
Fix __if_freereq crash: Unlike the generic version which uses free, Hurd needs munmap.
(cherry picked from commit
6c8a2e88d12b7341440ac9669db0448223deb381 )
Petr Baudis [Sun, 20 Feb 2011 12:59:49 +0000 (13:59 +0100)]
Fix allocation when handling positional parameters in printf.
(cherry picked from commit
84a4211850e3d23a9d3a4f3b294752a3b30bc0ff )
Ryan S. Arnold [Thu, 17 Feb 2011 06:21:08 +0000 (01:21 -0500)]
Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.
(cherry picked from commit
d55fd7a5573ea7c7c14af95bc37618469cde8a5f )
Ryan S. Arnold [Thu, 17 Feb 2011 05:59:15 +0000 (00:59 -0500)]
Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.
(cherry picked from commit
2206397e1c46f69fb20eeb3de1920d3a7014c325 )
Jakub Jelinek [Tue, 15 Feb 2011 18:51:48 +0000 (13:51 -0500)]
Fix two printf handler issues.
(cherry picked from commit
c1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec )
Ulrich Drepper [Wed, 2 Feb 2011 16:50:49 +0000 (11:50 -0500)]
Fix passing symbol value to pltexit callbacks when ld.so auditing.
(cherry picked from commit
8517b15ee8e39fed11afb784fd0e249d977849f4 )
Andreas Schwab [Wed, 2 Feb 2011 13:59:04 +0000 (08:59 -0500)]
Fix range error handling in sgetspent.
(cherry picked from commit
10a656fe33d8257531ff3e9a882d3fd7db6ce5b3 )
Ulrich Drepper [Wed, 19 Jan 2011 20:50:05 +0000 (15:50 -0500)]
Fix decoding of canonical name in getaddrinfo.
(cherry picked from commit
86e9235918a715095a1f5bb1c1db28fae7fca22b )
Ulrich Drepper [Mon, 17 Jan 2011 23:36:39 +0000 (18:36 -0500)]
Define AT_NO_AUTOMOUNT.
(cherry picked from commit
620a05296fe3380b7441ba7720e8b25c48a8c28c )
Ulrich Drepper [Mon, 17 Jan 2011 23:35:17 +0000 (18:35 -0500)]
Define MADV_NOHUGEPAGE.
(cherry picked from commit
18ba70a559c52719fd94a713cc380514d9d19125 )
Ulrich Drepper [Mon, 17 Jan 2011 23:24:59 +0000 (18:24 -0500)]
Define MADV_HUGEPAGE.
(cherry picked from commit
32465c3ea007065acd8ca8199f130cdf4068130d )
Ulrich Drepper [Mon, 17 Jan 2011 19:21:02 +0000 (14:21 -0500)]
Add definitions for new socket protocols.
(cherry picked from commit
a77e8cbc394ab098aa1fc3f0a6645a38348d21ca )
Ulrich Drepper [Sat, 15 Jan 2011 16:10:11 +0000 (11:10 -0500)]
Signal temporary host lookup errors in nscd as such to the requester.
(cherry picked from commit
bc425b339b067bebe3d49907e63b0e81eb261bd2 )
Ulrich Drepper [Thu, 13 Jan 2011 19:01:56 +0000 (14:01 -0500)]
Fix PLT use due to __libc_alloca_cutoff.
(cherry picked from commit
a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c )
Ulrich Drepper [Thu, 13 Jan 2011 17:42:06 +0000 (12:42 -0500)]
Fix handling of missing syscall in Linux mkdirat.
(cherry picked from commit
1086d70d916fd0eb969b3d89ff88abd35f6a5c34 )
Ulrich Drepper [Thu, 13 Jan 2011 16:28:17 +0000 (11:28 -0500)]
Handle long lines in host lookups in the right place.
(cherry picked from commit
451f001b50870604e1f2daef12f04f9f460d3997 )
Ulrich Drepper [Thu, 13 Jan 2011 04:10:00 +0000 (23:10 -0500)]
Fix assertion when handling DSTs during auditing.
(cherry picked from commit
0876917582041d17a9eb6b08894c1123a2affe74 )
Andreas Schwab [Fri, 12 Mar 2010 15:57:19 +0000 (07:57 -0800)]
Don't underestimate length of DST substitution
(cherry picked from commit
4c35fb65c9ea221561bc5698358944a73383b3d6 )
Ulrich Drepper [Thu, 13 Jan 2011 01:59:32 +0000 (20:59 -0500)]
Fix alignment in x86 destructor calls.
(cherry picked from commit
5e49c52efdb37eb0aa315156f39056f25ff9ddaa )
Ulrich Drepper [Thu, 13 Jan 2011 01:37:51 +0000 (20:37 -0500)]
Fix grouping when rounding increases number of integer digits.
(cherry picked from commit
f57e41a5b8e88186c67ec0410d61a751b274340c )
David S. Miller [Tue, 4 Jan 2011 20:13:05 +0000 (12:13 -0800)]
sparc64: Use i386 implementation for fxstat.
This was simply missed when Jakub converted all of the
other sparc64 xstat cases.
(cherry picked from commit
16c2895feabae0962e0eba2b9164c6a83014bfe4 )
Jim Meyering [Mon, 27 Dec 2010 23:19:56 +0000 (18:19 -0500)]
Fix infloop on persistent failing calloc in regex.
(cherry picked from commit
2543fef229599e8a6e4feeea65ca2dd3f984154f )
Ulrich Drepper [Sat, 25 Dec 2010 19:15:42 +0000 (14:15 -0500)]
Use fastbin macro everywhere.
(cherry picked from commit
9798346413d74dc9b3c64731807600b5ab9c1517 )
Ulrich Drepper [Mon, 20 Dec 2010 03:52:57 +0000 (22:52 -0500)]
Fix ChangeLogs.
(cherry picked from commit
14b697f75a5f039a0e3155c62399ee217c0f17dc )
Ulrich Drepper [Sun, 19 Dec 2010 21:00:59 +0000 (16:00 -0500)]
More accurate computatin of reclen in readdir_r.
Alignment issue can increase the reclen limit.
Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment
in getdents.
(cherry picked from commit
db753e2cfb2051ebf20dc089f87c5b1297cc2cff )
Andreas Schwab [Fri, 10 Dec 2010 14:15:01 +0000 (09:15 -0500)]
Fix use of restrict in wchar.h
(cherry picked from commit
4f1972374a080e823c4ead7c0496827dfc013837 )
Ulrich Drepper [Fri, 10 Dec 2010 00:22:52 +0000 (19:22 -0500)]
Fix typo in comment.
(cherry picked from commit
eaea92f137762dd754fdf858a2cd600f15005884 )
Ulrich Drepper [Thu, 9 Dec 2010 17:12:58 +0000 (12:12 -0500)]
Fix race in qsort_r initialization.
(cherry picked from commit
fb88ac72c2dcbbd979c8798e4ea497818bb3e171 )
Jakub Jelinek [Thu, 9 Dec 2010 15:38:18 +0000 (10:38 -0500)]
Fix -D_FORTIFY_SOURCE memmove and bcop
(cherry picked from commit
42acbb92c861e97a6e1293ea853db88342a1bf53 )
Ulrich Drepper [Tue, 30 Nov 2010 19:57:57 +0000 (14:57 -0500)]
Relax libm tests for x86-32.
(cherry picked from commit
1e24cf6e6e8f6999e8fa188ece41e23f54330743 )
Andreas Schwab [Fri, 26 Nov 2010 01:50:16 +0000 (20:50 -0500)]
Don't ignore zero TTL in DNS answers
(cherry picked from commit
a769081960837719ea79c2b6f1c962318f23865c )
Petr Baudis [Sat, 20 Nov 2010 14:40:53 +0000 (15:40 +0100)]
glibc 2.11.3 release
Petr Baudis [Mon, 22 Nov 2010 17:47:57 +0000 (12:47 -0500)]
Allow aux_cache_file open()ing to fail silently even in the chroot mode.
The aux_cache fix of bug 11149 introduced a new bug - normally,
ldconfig -r never cares if the auxiliary cache is not available and
that is not a fatal problem, however this is not the case in case
of ldconfig -r when executed as non-root. In that case, ldconfig -r
fails hard unless var/cache/ldconfig/ exists within the chroot. This
patch fixes that.
Conflicts:
ChangeLog
(cherry picked from commit
6db52fbb272979bdcd5d5dd7ab187e1893eda9e3 )
Ulrich Drepper [Mon, 22 Nov 2010 16:11:24 +0000 (11:11 -0500)]
Fix multiple nss_compat initgroups() bugs
Compat initgroups() is completely broken; the code will always set
skip_initgroups_dyn to true, so initgroups() will never be actually
called, but due to the nature of the code, setgrent() won't be called
either - thus, subsequent invocations of initgroups() will not return
the NIS group list anymore.
This is a simple patch that makes sure skip_initgroups_dyn is set only
in case initgroups is not available; it also attempts to handle the
unavailability of other NSS interfaces better.
Conflicts:
ChangeLog
(cherry picked from commit
3056dcdb783a177158a5617657d1a33f872358d6 )
Petr Baudis [Mon, 29 Nov 2010 19:56:49 +0000 (20:56 +0100)]
Remove duplicate ChangeLog entry for
f906814
Petr Baudis [Sat, 20 Nov 2010 18:05:19 +0000 (19:05 +0100)]
Re-sync INSTALL and manual/install.texi
Required for flawless make dist run.
Petr Baudis [Tue, 30 Nov 2010 02:21:52 +0000 (03:21 +0100)]
Allow arbitrary whitespace in INSTALL (autogenerated by makeinfo)
Andreas Schwab [Tue, 28 Sep 2010 02:34:21 +0000 (22:34 -0400)]
Properly convert f_fsid in statvfs
(cherry picked from commit
c21cc9bcb38a87ff638d1099ca871d94a2192b31 )
Ulrich Drepper [Fri, 19 Nov 2010 14:35:39 +0000 (09:35 -0500)]
Define MAP_HUGETLB.
(cherry picked from commit
cf7c9078a5acdbb435498ace92cd81009637a971 )
Ulrich Drepper [Tue, 16 Nov 2010 17:17:04 +0000 (12:17 -0500)]
Define SWAP_FLAG_DISCARD.
(cherry picked from commit
a1fb5e3ebe9d38b5ae6c5bfbfaa04882d52355bc )
Andreas Schwab [Fri, 12 Nov 2010 08:51:28 +0000 (03:51 -0500)]
Fix memory leak in fnmatch
(cherry picked from commit
3540d66b669af54900b2e4bfc0ab82960e84a471 )
Ulrich Drepper [Tue, 10 Aug 2010 04:09:37 +0000 (21:09 -0700)]
Avoid too much stack use in fnmatch.
(cherry picked from commit
f15ce4d8dc139523fe0c273580b604b2453acba6 )
Luis Machado [Wed, 10 Nov 2010 21:15:05 +0000 (16:15 -0500)]
Fix comparison in sqrtl for IBM long double 128.
(cherry picked from commit
da93d21475878725c9e0cb2b6e650bd8d3628435 )
Ulrich Drepper [Wed, 10 Nov 2010 07:38:35 +0000 (02:38 -0500)]
Fix warnings in __bswap_16.
(cherry picked from commit
69da074d7adfab7b57004a0dea9403a928e310a5 )
Mike Frysinger [Wed, 1 Sep 2010 19:45:02 +0000 (12:45 -0700)]
Update sparc epoll.h from epoll_create2 to epoll_create1
(cherry picked from commit
fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b )
Andreas Schwab [Mon, 6 Sep 2010 12:55:59 +0000 (14:55 +0200)]
Don't mix pattern rules with normal rules
(cherry picked from commit
32cf40699346d37fabfa887bbd95e95004799ae1 )
Andreas Schwab [Thu, 12 Aug 2010 16:05:50 +0000 (09:05 -0700)]
Properly quote output of locale
(cherry picked from commit
026373745eab50a683536d950cb7e17dc98c4259 )
Petr Baudis [Mon, 15 Nov 2010 17:06:00 +0000 (18:06 +0100)]
Remove duplicate ChangeLog entry for
8e9f92e
Andreas Krebbel [Tue, 26 Oct 2010 04:23:14 +0000 (00:23 -0400)]
Fix concurrency problem between dl_open and dl_iterate_phdr
(cherry picked from commit
f09677388a44cd1460f8986ef1b096c73bd5b958 )
Fix assertion in ld.so, introduced by delayed adding to global list.
(cherry picked from commit
fa41c84d73be804639ecb2250f0b793b1a6f765e )
Ulrich Drepper [Mon, 25 Oct 2010 02:37:00 +0000 (22:37 -0400)]
Fix perturbing in malloc on free.
(cherry picked from commit
fdc0f374bcd2d0513569aa8d600f960e43e8af1d )
Andreas Schwab [Mon, 25 Oct 2010 01:42:39 +0000 (21:42 -0400)]
Work around shortest-stem feature in make 3.82+
(cherry picked from commit
bc96fbda275c305ddc1b0b6d94fc68d81369221a )
Andreas Schwab [Mon, 25 Oct 2010 01:43:15 +0000 (21:43 -0400)]
Require suid bit on audit objects in privileged programs
(cherry picked from commit
8e9f92e9d5d7737afdacf79b76d98c4c42980508 )
Andreas Schwab [Mon, 25 Oct 2010 00:40:14 +0000 (20:40 -0400)]
Don't expand DST twice in dl_open
(cherry picked from commit
22cd1c9bcf57c5829d65b6da825f7a459d40c9eb )
Andreas Schwab [Fri, 15 Oct 2010 11:29:38 +0000 (07:29 -0400)]
Expect PLT call to _Unwind_Find_FDE on s390*-linux
(cherry picked from commit
14d43591face21dbd4d51b5c46fa3c17740ddc78 )
H.J. Lu [Thu, 14 Oct 2010 02:12:03 +0000 (22:12 -0400)]
Fix alignment of AVX safe area on x86-64.
(cherry picked from commit
f90681487d90a6eea8f1c60021bc8dd83313c59b )
Ulrich Drepper [Tue, 12 Oct 2010 13:00:33 +0000 (09:00 -0400)]
One more regex memory leak fixed.
(cherry picked from commit
b833d51fbbf78b38c6ff68074c22d3fe3ddd0ce3 )
Ulrich Drepper [Mon, 11 Oct 2010 16:34:53 +0000 (12:34 -0400)]
More regex memory leak fixes and testcases
(cherry picked from commit
ef06edbee6463061a7f3dcbd2f56a625b41a4810 )
(cherry picked from commit
e9b9cbf5e9bdcda6f0b50456658bac748202dd70 )
Ulrich Drepper [Mon, 11 Oct 2010 15:46:22 +0000 (11:46 -0400)]
Fix memory leak for some invalid regular expressions.
(cherry picked from commit
a129c80d54ec951567caa8c1b042275422d5f367 )
Ulrich Drepper [Mon, 11 Oct 2010 13:38:00 +0000 (09:38 -0400)]
Linux getifaddrs might return entries with ->ifa_addr being NULL.
(cherry picked from commit
1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8 )
Ulrich Drepper [Mon, 4 Oct 2010 02:30:11 +0000 (22:30 -0400)]
Remove specific binutils version recommendation in INSTALL file.
(cherry picked from commit
10be4851911a00cca422c173788bce9a13dbde8e )
Ulrich Drepper [Mon, 4 Oct 2010 02:27:21 +0000 (22:27 -0400)]
Handle large requests.
(cherry picked from commit
3b11189345d0080527a76e3bf867da395a1b0261 )
Joseph Myers [Tue, 21 Sep 2010 21:02:08 +0000 (14:02 -0700)]
getdents64 fallback d_type support
(cherry picked from commit
1ac7a2c7b448c851eb8976fcc290a906a4075203 )
Andreas Schwab [Wed, 15 Sep 2010 14:38:19 +0000 (07:38 -0700)]
Fix register conflict in s390 ____longjmp_chk
(cherry picked from commit
7291c56f9d6f5861d1c001bc63a364f047a74738 )
Chung-Lin Tang [Wed, 8 Sep 2010 22:49:50 +0000 (15:49 -0700)]
Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.
(cherry picked from commit
c044aa75354b48d4b7aaffe465706282192e54c2 )