f2ebf148a19d72c3d94ea9d9ed7f85e4fd52472a
[platform/upstream/glibc.git] / ChangeLog
1 2011-10-20  Carlos O'Donell  <carlos@codesourcery.com>
2
3         * README: Define copyright year range notation.
4
5 2011-10-20  Andreas Schwab  <schwab@redhat.com>
6
7         [BZ #12892]
8         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
9         it would create a cycle with a link time dependency.
10
11 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
12
13         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
14         instruction.
15         * string/Makefile (strop-tests): Add rawmemchr.
16         * string/test-rawmemchr.c: New file.
17
18         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
19         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
20         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
21         when compiling str{,n}casecmp and when AVX is available.  Hook up
22         new optimized code in initializers.
23
24 2011-10-19  Andreas Schwab  <schwab@redhat.com>
25
26         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
27         __feraiseexcept instead of feraiseexcept.
28
29 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
30
31         * math/math_private.h: Define defaults for libc_fetestexcept and
32         libc_feupdateenv.
33         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
34         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
35         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
36         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
37         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
38         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
39         libc_fetestexcept and libc_feupdateenv.
40
41         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
42         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
43         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45         libc_feholdexcept_setround.
46
47         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48         Add s_nearbyint-c and s_nearbyintf-c.
49         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50         nearbyintf inlines.
51         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
54         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
55
56         * math/math_private.h: Define defaults for libc_fegetround,
57         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
58         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
59         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
60         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
61         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
62         standard functions.
63         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
64         Remove comments and hacks for old compiler versions.
65         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66         libc_fegetround, libc_fesetround, libc_feholdexcept, and
67         libc_feholdexceptl.
68
69 2011-10-18  Andreas Schwab  <schwab@redhat.com>
70
71         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
72         (__feraiseexcept_renamed): Add __NTH.
73         (feraiseexcept): Add __NTH.  Rename local variables to fix
74         namespace violations.
75
76 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
77
78         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
79
80         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
81
82         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
83         recently added interfaces.
84         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
85
86         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
87         about macro parameter expansion.
88
89         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
90         __NO_MATH_INLINES is defined.  Cleanups.
91
92         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
93         and __floorf is target has SSE4.1.
94         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
95         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
96         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
97         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
98
99         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
100         name.
101         (floorf): Likewise.
102
103         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
104
105 2011-10-17  Andreas Schwab  <schwab@redhat.com>
106
107         * misc/sys/cdefs.h: Fix last change.
108
109         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
110         database lookup.
111
112 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
113
114         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
115
116         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
117         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
118         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
119         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
120         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
121         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
122         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
123         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
124         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
125         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
126         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
127         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
128         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
129         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
130         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
131         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
132         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
133         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
134         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
135         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
136         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
137         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
138
139         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
140         ceil, ceilf, floor, floorf.
141
142         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
143         Perform IRELATIVE relocations last.
144
145         * elf/do-rel.h: Add another parameter nrelative, replacing the
146         local variable with the same name.  Change name of the function
147         to end in Rel or Rela (uppercase).
148         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
149         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
150         elf_dynamic_do_##reloc function.
151
152 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
153
154         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
155         is sufficient, at least on modern CPUs.
156
157         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
158
159         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
160         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
161
162         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
163         __expl_finite.
164         * math/bits/math-finite.h: Add entries for exp.
165         * math/e_expl.c: Add __*_finite alias.
166         * sysdeps/i386/fpu/e_exp.S: Likewise.
167         * sysdeps/i386/fpu/e_expf.S: Likewise.
168         * sysdeps/i386/fpu/e_expl.c: Likewise.
169         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
170         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
171         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
172         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
173         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
174         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
175         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
176
177         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
178         is sufficient, at least on modern CPUs.
179
180         * ctype/ctype-info.c (__ctype_init): Define.
181         * include/ctype.h (__ctype_init): Declare.
182         (__ctype_b_loc): The variable is always initialized.
183         (__ctype_toupper_loc): Likewise.
184         (__ctype_tolower_loc): Likewise.
185         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
186         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
187
188 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
189
190         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
191
192         * configure.in: Also look in $cxxmachine/include for C++ system
193         headers.
194
195 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
196
197         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
198         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
199         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
200         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
201         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
202         (USE_AS_WMEMCMP): New macro.
203         Fixing indents.
204         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
205         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
206         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
207         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
208         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
209         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
210         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
211         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
212         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
213         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
214         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
215         (USE_AS_WMEMCMP): New macro.
216         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
217         * sysdeps/string/test-memcmp.c: Update.
218         Fix simple_wmemcmp.
219         Add new tests.
220         * wcsmbs/wmemcmp.c: Update.
221         (WMEMCMP): New macro.
222         Fix overflow bug.
223
224 2011-10-12  Andreas Jaeger  <aj@suse.de>
225
226         [BZ #13268]
227         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
228
229 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
230
231         * libio/iofwide.c (do_length): Avoid warning.
232
233         * ctype/ctype.h (__isctype_f): Add missing __THROW.
234
235 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
236
237         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
238
239         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
240         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
241         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
242         * sysdeps/i386/i686/fpu/e_log.S: New file.
243         * sysdeps/i386/i686/fpu/e_logf.S: New file.
244         * sysdeps/i386/i686/fpu/e_logl.S: New file.
245
246         * ctype/ctype.h: Add support for inlined isXXX functions when
247         compiling C++ code.
248
249 2011-10-14  Andreas Schwab  <schwab@redhat.com>
250
251         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
252
253         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
254
255 2011-10-13  Roland McGrath  <roland@hack.frob.com>
256
257         [BZ #13291]
258         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
259
260 2011-10-13  Andreas Schwab  <schwab@redhat.com>
261
262         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
263         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
264         feraiseexcept.
265
266         * sysdeps/x86_64/memrchr.S: Check for zero size.
267
268         * string/stratcliff.c: Add memrchr tests.
269
270 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
271
272         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
273         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
274         rawmemchr-sse2 rawmemchr-sse2-bsf.
275         * sysdeps/i386/i686/multiarch/memchr.S: New file.
276         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
277         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
278         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
279         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
280         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
281         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
282         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
283         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
284         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
285         * string/memrchr.c (MEMRCHR): New macro.
286
287 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
288
289         Add integration with gcc's -ffinite-math-only and optimize wrapper
290         functions in libm.
291         * Versions.def: Define GLIBC_2.15 version for libm.
292         * math/Makefile (headers): Add bits/math-finite.h.
293         * math/bits/math-finite.h: New file.
294         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
295         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
296         * math/e_acoshl.c: Add __*_finite alias.
297         * math/e_acosl.c: Likewise.
298         * math/e_asinl.c: Likewise.
299         * math/e_atan2l.c: Likewise.
300         * math/e_atanhl.c: Likewise.
301         * math/e_coshl.c: Likewise.
302         * math/e_exp10.c: Likewise.
303         * math/e_exp10f.c: Likewise.
304         * math/e_exp10l.c: Likewise.
305         * math/e_exp2l.c: Likewise.
306         * math/e_fmodl.c: Likewise.
307         * math/e_gammal_r.c: Likewise.
308         * math/e_hypotl.c: Likewise.
309         * math/e_j0l.c: Likewise.
310         * math/e_j1l.c: Likewise.
311         * math/e_jnl.c: Likewise.
312         * math/e_lgammal_r.c: Likewise.
313         * math/e_log10l.c: Likewise.
314         * math/e_log2l.c: Likewise.
315         * math/e_logl.c: Likewise.
316         * math/e_powl.c: Likewise.
317         * math/e_sinhl.c: Likewise.
318         * math/e_sqrtl.c: Likewise.
319         * math/e_scalb.c: Completely rewritten and optimized.
320         * math/e_scalbf.c: Likewise.
321         * math/e_scalbl.c: Likewise.
322         * math/w_acos.c: Likewise.
323         * math/w_acosf.c: Likewise.
324         * math/w_acosl.c: Likewise.
325         * math/w_acosh.c: Likewise.
326         * math/w_acoshf.c: Likewise.
327         * math/w_acoshl.c: Likewise.
328         * math/w_asin.c: Likewise.
329         * math/w_asinf.c: Likewise.
330         * math/w_asinl.c: Likewise.
331         * math/w_atan2.c: Likewise.
332         * math/w_atan2f.c: Likewise.
333         * math/w_atan2l.c: Likewise.
334         * math/w_atanh.c: Likewise.
335         * math/w_atanhf.c: Likewise.
336         * math/w_atanhl.c: Likewise.
337         * math/w_exp10.c: Likewise.
338         * math/w_exp10f.c: Likewise.
339         * math/w_exp10l.c: Likewise.
340         * math/w_fmod.c: Likewise.
341         * math/w_fmodf.c: Likewise.
342         * math/w_fmodl.c: Likewise.
343         * math/w_j0.c: Likewise.
344         * math/w_j0f.c: Likewise.
345         * math/w_j0l.c: Likewise.
346         * math/w_j1.c: Likewise.
347         * math/w_j1f.c: Likewise.
348         * math/w_j1l.c: Likewise.
349         * math/w_jn.c: Likewise.
350         * math/w_jnf.c: Likewise.
351         * math/w_log.c: Likewise.
352         * math/w_logf.c: Likewise.
353         * math/w_logl.c: Likewise.
354         * math/w_log10.c: Likewise.
355         * math/w_log10f.c: Likewise.
356         * math/w_log10l.c: Likewise.
357         * math/w_log2.c: Likewise.
358         * math/w_log2f.c: Likewise.
359         * math/w_log2l.c: Likewise.
360         * math/w_pow.c: Likewise.
361         * math/w_powf.c: Likewise.
362         * math/w_powl.c: Likewise.
363         * math/w_remainder.c: Likewise.
364         * math/w_remainderf.c: Likewise.
365         * math/w_remainderl.c: Likewise.
366         * math/w_scalb.c: Likewise.
367         * math/w_scalbf.c: Likewise.
368         * math/w_scalbl.c: Likewise.
369         * math/w_sqrt.c: Likewise.
370         * math/w_sqrtf.c: Likewise.
371         * math/w_sqrtl.c: Likewise.
372         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
373         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
374         used.
375         * math/math_private.h: Declare __kernel_standard_f.
376         * math/w_cosh.c: Remove cruft and optimize a bit.
377         * math/w_coshf.c: Likewise.
378         * math/w_coshl.c: Likewise.
379         * math/w_exp2.c: Likewise.
380         * math/w_exp2f.c: Likewise.
381         * math/w_exp2l.c: Likewise.
382         * math/w_hypot.c: Likewise.
383         * math/w_hypotf.c: Likewise.
384         * math/w_hypotl.c: Likewise.
385         * math/w_lgamma.c: Likewise.
386         * math/w_lgamma_r.c: Likewise.
387         * math/w_lgammaf.c: Likewise.
388         * math/w_lgammaf_r.c: Likewise.
389         * math/w_lgammal.c: Likewise.
390         * math/w_lgammal_r.c: Likewise.
391         * math/w_sinh.c: Likewise.
392         * math/w_sinhf.c: Likewise.
393         * math/w_sinhl.c: Likewise.
394         * math/w_tgamma.c: Likewise.
395         * math/w_tgammaf.c: Likewise.
396         * math/w_tgammal.c: Likewise.
397         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
398         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
399         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
400         Minor optimizations.  Pretty printing.  Remove cruft.
401         * sysdeps/i386/fpu/e_acosf.S: Likewise.
402         * sysdeps/i386/fpu/e_acosh.S: Likewise.
403         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
404         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
405         * sysdeps/i386/fpu/e_acosl.c: Likewise.
406         * sysdeps/i386/fpu/e_asin.S: Likewise.
407         * sysdeps/i386/fpu/e_asinf.S: Likewise.
408         * sysdeps/i386/fpu/e_atan2.S: Likewise.
409         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
410         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
411         * sysdeps/i386/fpu/e_atanh.S: Likewise.
412         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
413         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
414         * sysdeps/i386/fpu/e_exp10.S: Likewise.
415         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
416         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
417         * sysdeps/i386/fpu/e_exp2.S: Likewise.
418         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
419         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
420         * sysdeps/i386/fpu/e_fmod.S: Likewise.
421         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
422         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
423         * sysdeps/i386/fpu/e_hypot.S: Likewise.
424         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
425         * sysdeps/i386/fpu/e_log.S: Likewise.
426         * sysdeps/i386/fpu/e_log10.S: Likewise.
427         * sysdeps/i386/fpu/e_log10f.S: Likewise.
428         * sysdeps/i386/fpu/e_log10l.S: Likewise.
429         * sysdeps/i386/fpu/e_log2.S: Likewise.
430         * sysdeps/i386/fpu/e_log2f.S: Likewise.
431         * sysdeps/i386/fpu/e_log2l.S: Likewise.
432         * sysdeps/i386/fpu/e_logf.S: Likewise.
433         * sysdeps/i386/fpu/e_logl.S: Likewise.
434         * sysdeps/i386/fpu/e_pow.S: Likewise.
435         * sysdeps/i386/fpu/e_powf.S: Likewise.
436         * sysdeps/i386/fpu/e_powl.S: Likewise.
437         * sysdeps/i386/fpu/e_remainder.S: Likewise.
438         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
439         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
440         * sysdeps/i386/fpu/e_scalb.S: Likewise.
441         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
442         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
443         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
444         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
445         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
446         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
447         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
448         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
449         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
450         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
451         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
452         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
453         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
454         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
455         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
456         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
457         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
458         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
459         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
460         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
461         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
462         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
463         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
464         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
465         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
466         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
467         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
468         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
469         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
470         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
471         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
472         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
473         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
474         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
475         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
476         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
477         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
478         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
479         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
480         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
481         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
482         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
483         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
484         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
485         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
486         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
487         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
488         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
489         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
490         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
491         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
492         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
493         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
494         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
495         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
496         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
497         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
498         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
499         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
500         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
501         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
502         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
503         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
504         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
505         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
506         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
507         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
508         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
509         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
510         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
511         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
512         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
513         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
514         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
515         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
516         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
517         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
518         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
519         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
520         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
521         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
522         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
523         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
524         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
525         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
526         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
527         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
528         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
529         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
530         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
531         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
532         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
533         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
534         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
535         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
536         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
537         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
538         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
539         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
540         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
541         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
542         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
543         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
544         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
545         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
546         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
547         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
548         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
549         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
550         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
551         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
552         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
553         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
554         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
555         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
556         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
557         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
558         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
559         (__isnanf): Likewise.
560         (__isinf_ns): Likewise.
561         (__isinf_nsf): Likewise.
562         (__finite): Likewise.
563         (__finitef): Likewise.
564         (__ieee754_sqrt): Define as macro.
565         (__ieee754_sqrtf): Define as macro.
566         (__ieee754_sqrtl): Define as macro.
567         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
568         inlined copy.
569         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
570         __FINITE_MATH_ONLY__ consistent.
571         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
572
573 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
574
575         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
576         of rawmemchr.
577
578         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
579
580 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
581
582         * po/ja.po: Update from translation team.
583
584 2011-10-08  Roland McGrath  <roland@hack.frob.com>
585
586         * locale/programs/locarchive.c (prepare_address_space): New function.
587         (create_archive, enlarge_archive, open_archive): Use it.
588
589         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
590         inside [SHARED], where it is used.
591
592         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
593
594         * nss/getent.c (netgroup_keys): Remove unused variable.
595         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
596
597 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
598
599         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
600         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
601         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
602         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
603         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
604         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
605         * math/Makefile (libm-calls): Add s_isinf_ns.
606         * math/divtc3.c: Use __isinf_nsl instead of isinf.
607         * math/multc3.c: Likewise.
608         * math/s_casin.c: Likewise.
609         * math/s_casinf.c: Likewise.
610         * math/s_casinl.c: Likewise.
611         * math/s_ccos.c: Likewise.
612         * math/s_ccosf.c: Likewise.
613         * math/s_ccosl.c: Likewise.
614         * math/s_ctan.c: Likewise.
615         * math/s_ctanf.c: Likewise.
616         * math/s_ctanh.c: Likewise.
617         * math/s_ctanhf.c: Likewise.
618         * math/s_ctanhl.c: Likewise.
619         * math/s_ctanl.c: Likewise.
620         * math/w_fmod.c: Likewise.
621         * math/w_fmodf.c: Likewise.
622         * math/w_fmodl.c: Likewise.
623         * math/w_remainder.c: Likewise.
624         * math/w_remainderf.c: Likewise.
625         * math/w_remainderl.c: Likewise.
626         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
627         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
628         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
629         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
630         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
631         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
632         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
633         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
634
635         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
636         of the number.
637         * stdio-common/printf_fphex.c: Likewise.
638         * stdio-common/printf_size.c: Likewise.
639
640         * math/e_exp10.c: Include math_private.h using <...> not "...".
641         * math/e_exp10f.c: Likewise.
642         * math/e_exp10l.c: Likewise.
643         * math/e_exp2l.c: Likewise.
644         * math/e_j0l.c: Likewise.
645         * math/e_j1l.c: Likewise.
646         * math/e_jnl.c: Likewise.
647         * math/e_lgammal_r.c: Likewise.
648         * math/e_rem_pio2l.c: Likewise.
649         * math/e_scalb.c: Likewise.
650         * math/e_scalbf.c: Likewise.
651         * math/e_scalbl.c: Likewise.
652         * math/k_cosl.c: Likewise.
653         * math/k_sinl.c: Likewise.
654         * math/k_tanl.c: Likewise.
655         * math/s_cacoshf.c: Likewise.
656         * math/s_catan.c: Likewise.
657         * math/s_catanf.c: Likewise.
658         * math/s_catanh.c: Likewise.
659         * math/s_catanhf.c: Likewise.
660         * math/s_catanhl.c: Likewise.
661         * math/s_catanl.c: Likewise.
662         * math/s_ccosh.c: Likewise.
663         * math/s_ccoshf.c: Likewise.
664         * math/s_ccoshl.c: Likewise.
665         * math/s_cexp.c: Likewise.
666         * math/s_cexpf.c: Likewise.
667         * math/s_cexpl.c: Likewise.
668         * math/s_clog.c: Likewise.
669         * math/s_clog10.c: Likewise.
670         * math/s_clog10f.c: Likewise.
671         * math/s_clog10l.c: Likewise.
672         * math/s_clogf.c: Likewise.
673         * math/s_clogl.c: Likewise.
674         * math/s_csin.c: Likewise.
675         * math/s_csinf.c: Likewise.
676         * math/s_csinh.c: Likewise.
677         * math/s_csinhf.c: Likewise.
678         * math/s_csinhl.c: Likewise.
679         * math/s_csinl.c: Likewise.
680         * math/s_csqrt.c: Likewise.
681         * math/s_csqrtf.c: Likewise.
682         * math/s_csqrtl.c: Likewise.
683         * math/s_ctan.c: Likewise.
684         * math/s_ctanf.c: Likewise.
685         * math/s_ctanh.c: Likewise.
686         * math/s_ctanhf.c: Likewise.
687         * math/s_ctanhl.c: Likewise.
688         * math/s_ctanl.c: Likewise.
689         * math/s_ldexp.c: Likewise.
690         * math/s_ldexpf.c: Likewise.
691         * math/s_ldexpl.c: Likewise.
692         * math/s_significand.c: Likewise.
693         * math/s_significandf.c: Likewise.
694         * math/s_significandl.c: Likewise.
695         * math/w_acos.c: Likewise.
696         * math/w_acosf.c: Likewise.
697         * math/w_acosh.c: Likewise.
698         * math/w_acoshf.c: Likewise.
699         * math/w_acoshl.c: Likewise.
700         * math/w_acosl.c: Likewise.
701         * math/w_asin.c: Likewise.
702         * math/w_asinf.c: Likewise.
703         * math/w_asinl.c: Likewise.
704         * math/w_atan2.c: Likewise.
705         * math/w_atan2f.c: Likewise.
706         * math/w_atan2l.c: Likewise.
707         * math/w_atanh.c: Likewise.
708         * math/w_atanhf.c: Likewise.
709         * math/w_atanhl.c: Likewise.
710         * math/w_cosh.c: Likewise.
711         * math/w_coshf.c: Likewise.
712         * math/w_coshl.c: Likewise.
713         * math/w_dremf.c: Likewise.
714         * math/w_exp10.c: Likewise.
715         * math/w_exp10f.c: Likewise.
716         * math/w_exp10l.c: Likewise.
717         * math/w_exp2.c: Likewise.
718         * math/w_exp2f.c: Likewise.
719         * math/w_fmod.c: Likewise.
720         * math/w_fmodf.c: Likewise.
721         * math/w_fmodl.c: Likewise.
722         * math/w_hypot.c: Likewise.
723         * math/w_hypotf.c: Likewise.
724         * math/w_hypotl.c: Likewise.
725         * math/w_j0.c: Likewise.
726         * math/w_j0f.c: Likewise.
727         * math/w_j0l.c: Likewise.
728         * math/w_j1.c: Likewise.
729         * math/w_j1f.c: Likewise.
730         * math/w_j1l.c: Likewise.
731         * math/w_jn.c: Likewise.
732         * math/w_jnf.c: Likewise.
733         * math/w_jnl.c: Likewise.
734         * math/w_lgamma.c: Likewise.
735         * math/w_lgamma_r.c: Likewise.
736         * math/w_lgammaf.c: Likewise.
737         * math/w_lgammaf_r.c: Likewise.
738         * math/w_lgammal.c: Likewise.
739         * math/w_lgammal_r.c: Likewise.
740         * math/w_log.c: Likewise.
741         * math/w_log10.c: Likewise.
742         * math/w_log10f.c: Likewise.
743         * math/w_log10l.c: Likewise.
744         * math/w_log2.c: Likewise.
745         * math/w_log2f.c: Likewise.
746         * math/w_log2l.c: Likewise.
747         * math/w_logf.c: Likewise.
748         * math/w_logl.c: Likewise.
749         * math/w_pow.c: Likewise.
750         * math/w_powf.c: Likewise.
751         * math/w_powl.c: Likewise.
752         * math/w_remainder.c: Likewise.
753         * math/w_remainderf.c: Likewise.
754         * math/w_remainderl.c: Likewise.
755         * math/w_scalb.c: Likewise.
756         * math/w_scalbf.c: Likewise.
757         * math/w_scalbl.c: Likewise.
758         * math/w_sinh.c: Likewise.
759         * math/w_sinhf.c: Likewise.
760         * math/w_sinhl.c: Likewise.
761         * math/w_sqrt.c: Likewise.
762         * math/w_sqrtf.c: Likewise.
763         * math/w_sqrtl.c: Likewise.
764         * math/w_tgamma.c: Likewise.
765         * math/w_tgammaf.c: Likewise.
766         * math/w_tgammal.c: Likewise.
767
768         * po/ja.po: Update from translation team.
769
770 2011-09-29  Andreas Jaeger  <aj@suse.de>
771
772         [BZ #13179]
773         * sunrpc/netname.c (netname2host): Fix logic.
774
775         [BZ #6779]
776         [BZ #6783]
777         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
778         correctly.
779         * math/w_remainder.c (__remainder): Likewise.
780         * math/w_remainderf.c (__remainderf): Likewise.
781         * math/libm-test.inc (remainder_test): Add test cases.
782
783 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
784
785         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
786         sdiv_qrnnd.
787
788 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
789
790         * string/test-memcmp.c: Avoid unncessary #defines.
791         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
792
793 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
794
795         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
796         Use new sse2 version for core i3 - i7 as it's faster
797         than sse42 version.
798         (bit_Prefer_PMINUB_for_stringop): New.
799         * sysdeps/x86_64/rawmemchr.S: Update.
800         Replace with faster SSE2 version.
801         * sysdeps/x86_64/memrchr.S: New file.
802         * sysdeps/x86_64/memchr.S: Update.
803         Replace with faster SSE2 version.
804
805 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
806
807         * elf/dl-load.c (lose): Add cast to avoid warning.
808
809 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
810
811         * po/ca.po: Update from translation team.
812
813         * inet/getnetgrent_r.c: Hook up nscd.
814         * nscd/Makefile (routines): Add nscd_netgroup.
815         (nscd-modules): Add netgroupcache.
816         (CFLAGS-netgroupcache.c): Define.
817         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
818         (cache_search): Add const to second parameter.
819         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
820         INNETGR.
821         (dbs): Add netgrdb entry.
822         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
823         (verify_persistent_db): Handle netgrdb.
824         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
825         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
826         GETFDNETGR.
827         (netgroup_response_header): Define.
828         (innetgroup_response_header): Define.
829         (datahead): Add netgroup_response_header and innetgroup_response_header
830         elements.
831         * nscd/nscd.conf: Add entries for netgroup cache.
832         * nscd/nscd.h (dbtype): Add netgrdb.
833         (_PATH_NSCD_NETGROUP_DB): Define.
834         (netgroup_iov_disabled): Declare.
835         (xmalloc, xcalloc, xrealloc): Move declarations here.
836         (cache_search): Adjust prototype.
837         Add netgroup-related prototypes.
838         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
839         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
840         (__nscd_innetgr): Declare.
841         * nscd/selinux.c (perms): Use access_vector_t as element type and
842         add netgroup-related initializers.
843         * nscd/netgroupcache.c: New file.
844         * nscd/nscd_netgroup.c: New file.
845         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
846         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
847         For four parameters use innetgr.
848         * nss/nss_files/files-init.c: Add definition and callback for netgr.
849         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
850         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
851         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
852
853         * nscd/connections.c (register_traced_file): Don't register file
854         for disabled databases.
855
856 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
857
858         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
859
860         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
861         from tree and freeing node.
862
863 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
864
865         * nss/nsswitch.c (__nss_database_lookup): Handle
866         nss_parse_service_list out of memory case.
867
868 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
869
870         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
871         out of memory case.
872
873 2011-10-04  Andreas Schwab  <schwab@redhat.com>
874
875         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
876         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
877         pass it down.
878         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
879         elf_machine_rela, elf_machine_lazy_rel.
880         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
881         (ELF_DYNAMIC_DO_REL): Likewise.
882         (ELF_DYNAMIC_DO_RELA): Likewise.
883         (ELF_DYNAMIC_RELOCATE): Likewise.
884         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
885         to ELF_DYNAMIC_DO_REL.
886         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
887         (dl_main): In trace mode always set __RTLD_NOIFUNC.
888         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
889         elf_machine_rela.
890         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
891         skip_ifunc, don't call ifunc function if non-zero.
892         (elf_machine_rela): Likewise.
893         (elf_machine_lazy_rel): Likewise.
894         (elf_machine_lazy_rela): Likewise.
895         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
896         (elf_machine_lazy_rel): Likewise.
897         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
898         Likewise.
899         (elf_machine_lazy_rel): Likewise.
900         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
901         Likewise.
902         (elf_machine_lazy_rel): Likewise.
903         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
904         (elf_machine_lazy_rel): Likewise.
905         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
906         (elf_machine_lazy_rel): Likewise.
907         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
908         (elf_machine_lazy_rel): Likewise.
909         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
910         (elf_machine_lazy_rel): Likewise.
911         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
912         (elf_machine_lazy_rel): Likewise.
913         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
914         (elf_machine_lazy_rel): Likewise.
915
916 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
917
918         * nss/nss_files/files-init.c (_nss_files_init): Use static
919         initialization for all the *_traced_file variables.
920
921 2011-09-28  Andreas Schwab  <schwab@redhat.com>
922
923         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
924
925 2011-09-27  Roland McGrath  <roland@hack.frob.com>
926
927         [BZ #13226]
928         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
929
930 2011-09-27  Andreas Schwab  <schwab@redhat.com>
931
932         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
933         Reread the line before reparsing it.
934
935 2011-09-26  Andreas Schwab  <schwab@redhat.com>
936
937         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
938
939 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
940             Maxim Kuvyrkov  <maxim@codesourcery.com>
941             Joseph Myers  <joseph@codesourcery.com>
942
943         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
944         if needed for __stack_chk_guard.
945
946 2011-09-19  Roland McGrath  <roland@hack.frob.com>
947
948         * sysdeps/posix/spawni.c (script_execute): Always define it.
949         It will be optimized away if unused.
950         (maybe_script_execute): New function.
951         (__spawni): Call it.
952
953         * Makerules: Don't include tls.make.
954         (config-tls): Always set to thread.
955         * tls.make.c: File removed.
956
957 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
958
959         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
960         * config.make.in (CPPFLAGS-config): New substituted variable.
961
962 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
963
964         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
965
966         [BZ #13192]
967         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
968         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
969
970 2011-09-15  Roland McGrath  <roland@hack.frob.com>
971
972         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
973         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
974         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
975         (CALL_FAIL): Likewise.
976         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
977         (CALL_FAIL): Macro removed.
978         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
979
980 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
981
982         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
983         for __FINITE_MATH_ONLY__ == 1.
984
985 2011-09-15  Andreas Schwab  <schwab@redhat.com>
986
987         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
988         __ieee754_sqrt instead of sqrt.
989         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
990         __ieee754_sqrtf instead of sqrtf.
991         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
992         __floorf instead of floorf.
993         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
994         __floorf, __truncf instead of floorf, truncf.
995
996 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
997
998         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
999
1000         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
1001         __extern_always_inline.
1002         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
1003         32-bit.
1004
1005 2011-09-14  Andreas Schwab  <schwab@redhat.com>
1006
1007         * elf/rtld.c (dl_main): Also relocate in dependency order when
1008         doing symbol dependency testing.
1009
1010 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
1011
1012         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1013         Always define `refsym'.
1014
1015 2011-09-13  Andreas Schwab  <schwab@redhat.com>
1016
1017         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
1018         (__FD_ELT): Renamed from __FDELT.
1019         * misc/bits/select2.h (__FD_ELT): Likewise.
1020         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
1021         __FD_MASK instead of __FDELT, __FDMASK.
1022         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
1023         Likewise.
1024         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
1025         Likewise.
1026
1027         * elf/Makefile (gen-ldd): Fix pattern.
1028
1029         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
1030         (init_tls): Likewise.
1031
1032 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
1033
1034         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
1035
1036 2011-09-12  Andreas Schwab  <schwab@redhat.com>
1037
1038         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
1039         `struct cmsghdr *' instead of `void *'.
1040         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
1041         Likewise.
1042
1043 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
1044
1045         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
1046         if non-absolute.
1047         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
1048         ldd_rewrite_script.
1049
1050 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
1051
1052         * configure.in: Remove --with-tls option.
1053         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
1054         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
1055         out in case it is missing.
1056         * sysdeps/ia64/elf/configure.in: Likewise.
1057         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
1058         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
1059         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
1060         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
1061         * sysdeps/sh/elf/configure.in: Likewise.
1062         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
1063         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
1064         * sysdeps/x86_64/elf/configure.in: Likewise.
1065         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
1066         * sysdeps/mach/hurd/tls.h: Likewise.
1067
1068         [BZ #13067]
1069         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1070
1071         [BZ #13090]
1072         * configure.in: Fix use of AC_INIT.
1073
1074         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
1075
1076 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
1077
1078         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
1079         __set_errno.
1080         * malloc/hooks.c: Likewise.
1081
1082         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
1083         variables statically.
1084         (narenas): Initialize.
1085         (list_lock): Initialize.
1086         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
1087         initializtion of main_arena and list_lock.  Small cleanups.
1088         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
1089         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
1090         Add initializers to main_arena and mp_.
1091         (malloc_state): Remove pagesize member.  Change all users to use
1092         GLRO(dl_pagesize).
1093
1094         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
1095         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
1096         is always initialized.
1097
1098         * malloc/malloc.c: Removed unused configurations and dead code.
1099         * malloc/arena.c: Likewise.
1100         * malloc/hooks.c: Likewise.
1101         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
1102
1103         * include/tls.h: Removed.  USE___THREAD must always be defined.
1104         * bits/libc-tsd.h: Don't handle !USE___THREAD.
1105         * elf/dl-libc.c: Likewise.
1106         * elf/dl-tsd.c: Likewise.
1107         * include/errno.h: Likewise.
1108         * include/netdb.h: Likewise.
1109         * include/resolv.h: Likewise.
1110         * inet/herrno-loc.c: Likewise.
1111         * inet/herrno.c: Likewise.
1112         * malloc/arena.c: Likewise.
1113         * malloc/hooks.c: Likewise.
1114         * malloc/malloc.c: Likewise.
1115         * resolv/res-state.c: Likewise.
1116         * resolv/res_libc.c: Likewise.
1117         * sysdeps/i386/dl-machine.h: Likewise.
1118         * sysdeps/ia64/dl-machine.h: Likewise.
1119         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1120         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1121         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1122         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1123         * sysdeps/sh/dl-machine.h: Likewise.
1124         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1125         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1126         * sysdeps/unix/i386/sysdep.S: Likewise.
1127         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1128         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1129         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1130         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1131         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1132         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1133         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1134         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1135         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1136         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1137         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1138         * sysdeps/x86_64/dl-machine.h: Likewise.
1139         * tls.make.c: Likewise.
1140
1141         * configure.in: Remove --with-__thread option.  Make tests for
1142         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
1143         tls_model attribute fail if no support is available.  Remove
1144         USE_IN_LIBIO.
1145         * Makeconfig: Adjust for dropped configure option.  All features are
1146         now mandatory.
1147         * Makerules: Likewise.
1148         * Versions.def: Likewise.
1149         * argp/argp-fmtstream.c: Likewise.
1150         * argp/argp-fmtstream.h: Likewise.
1151         * argp/argp-help.c: Likewise.
1152         * assert/assert.c: Likewise.
1153         * config.h.in: Likewise.
1154         * config.make.in: Likewise.
1155         * configure: Likewise.
1156         * configure.in: Likewise.
1157         * csu/Versions: Likewise.
1158         * csu/init.c: Likewise.
1159         * elf/tst-audit2.c: Likewise.
1160         * elf/tst-tls10.c: Likewise.
1161         * elf/tst-tls10.h: Likewise.
1162         * elf/tst-tls11.c: Likewise.
1163         * elf/tst-tls12.c: Likewise.
1164         * elf/tst-tls14.c: Likewise.
1165         * elf/tst-tlsmod11.c: Likewise.
1166         * elf/tst-tlsmod12.c: Likewise.
1167         * elf/tst-tlsmod13.c: Likewise.
1168         * elf/tst-tlsmod13a.c: Likewise.
1169         * elf/tst-tlsmod14a.c: Likewise.
1170         * elf/tst-tlsmod15b.c: Likewise.
1171         * elf/tst-tlsmod16a.c: Likewise.
1172         * elf/tst-tlsmod16b.c: Likewise.
1173         * elf/tst-tlsmod7.c: Likewise.
1174         * elf/tst-tlsmod8.c: Likewise.
1175         * elf/tst-tlsmod9.c: Likewise.
1176         * gmon/gmon.c: Likewise.
1177         * grp/fgetgrent_r.c: Likewise.
1178         * grp/putgrent.c: Likewise.
1179         * hurd/fopenport.c: Likewise.
1180         * include/libc-symbols.h: Likewise.
1181         * include/tls.h: Likewise.
1182         * intl/gettextP.h: Likewise.
1183         * intl/loadinfo.h: Likewise.
1184         * locale/global-locale.c: Likewise.
1185         * locale/localeinfo.h: Likewise.
1186         * mach/devstream.c: Likewise.
1187         * malloc/arena.c: Likewise.
1188         * malloc/set-freeres.c: Likewise.
1189         * misc/err.c: Likewise.
1190         * misc/getttyent.c: Likewise.
1191         * misc/mntent_r.c: Likewise.
1192         * posix/getopt.c: Likewise.
1193         * posix/wordexp.c: Likewise.
1194         * pwd/fgetpwent_r.c: Likewise.
1195         * resolv/Versions: Likewise.
1196         * resolv/res_hconf.c: Likewise.
1197         * shadow/fgetspent_r.c: Likewise.
1198         * shadow/putspent.c: Likewise.
1199         * stdio-common/printf_fphex.c: Likewise.
1200         * stdio-common/tmpfile.c: Likewise.
1201         * stdlib/abort.c: Likewise.
1202         * stdlib/fmtmsg.c: Likewise.
1203         * sunrpc/auth_unix.c: Likewise.
1204         * sunrpc/clnt_perr.c: Likewise.
1205         * sunrpc/clnt_tcp.c: Likewise.
1206         * sunrpc/clnt_udp.c: Likewise.
1207         * sunrpc/clnt_unix.c: Likewise.
1208         * sunrpc/openchild.c: Likewise.
1209         * sunrpc/svc_simple.c: Likewise.
1210         * sunrpc/svc_tcp.c: Likewise.
1211         * sunrpc/svc_udp.c: Likewise.
1212         * sunrpc/svc_unix.c: Likewise.
1213         * sunrpc/xdr.c: Likewise.
1214         * sunrpc/xdr_array.c: Likewise.
1215         * sunrpc/xdr_rec.c: Likewise.
1216         * sunrpc/xdr_ref.c: Likewise.
1217         * sunrpc/xdr_stdio.c: Likewise.
1218
1219 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
1220
1221         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1222
1223 2011-07-03  Andreas Jaeger  <aj@suse.de>
1224
1225         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
1226         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
1227         regenerate with gen-libm-tests.pl.
1228
1229 2010-05-12  Petr Baudis  <pasky@suse.cz>
1230
1231         [BZ #11589]
1232         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
1233         around j0() zero points by switching to j1().
1234         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
1235         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1236         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
1237         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1238
1239 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
1240
1241         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
1242         instead of 0.
1243         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
1244         instead of 0.                              .
1245         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1246         Patch in part by Pavel Roskin <proski@gnu.org>.
1247
1248         [BZ #13138]
1249         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
1250         realloc.
1251         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
1252         Free memory block if necessary.
1253
1254         [BZ #12847]
1255         * libio/genops.c (INTDEF): For string streams the _lock pointer can
1256         be NULL.  Don't lock in this case.
1257
1258 2011-09-09  Roland McGrath  <roland@hack.frob.com>
1259
1260         * elf/elf.h (ELFOSABI_GNU): New macro.
1261         (ELFOSABI_LINUX): Define to that.
1262
1263 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
1264
1265         * string/strncat.c (strncat): Undef the symbol in case it has been
1266         defined in bits/string.h.
1267
1268 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
1269
1270         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
1271
1272         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
1273         link map.
1274
1275 2011-08-17  Andreas Jaeger  <aj@suse.de>
1276
1277         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
1278
1279 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
1280             Ian Lance Taylor  <iant@google.com>
1281
1282         * math/libm-test.inc (lround_test): New testcase.
1283         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
1284
1285 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
1286
1287         * Makefile: Remove support for automatic cvs check-ins.
1288         * Makerules: Likewise.
1289         * config.make.in: Likewise.
1290         * configure.in: Likewise.
1291         * intl/Makefile: Likewise.
1292         * locale/Makefile: Likewise.
1293         * po/Makefile: Likewise.
1294         * posix/Makefile: Likewise.
1295         * sysdeps/gnu/Makefile: Likewise.
1296         * sysdeps/mach/hurd/Makefile: Likewise.
1297         * sysdeps/sparc/sparc32/Makefile: Likewise.
1298
1299         [BZ #13118]
1300         * posix/Makefile (bug-regex32-ENV): Define.
1301         Patch by John Stanley <jpsinthemix@verizon.net>.
1302
1303         * misc/Makefile (headers): Add bits/select2.h.
1304         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
1305         * misc/bits/select2.h: New file.
1306         * include/bits/select2.h: New file.
1307         * debug/Makefile (routines): Add fdelt_chk.
1308         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
1309         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
1310         FD_ISSET.
1311         * debug/fdelt_chk.c: New file.
1312
1313         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
1314         * wcsmbs/test-wmemcmp.c: Likewise.
1315         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
1316         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
1317
1318 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1319
1320         * string/Makefile (strop-tests): Add memcmp.
1321         * string/test-wmemcmp.c: New file.
1322         * string/test-memcmp.c: Add wmemcmp support.
1323
1324 2011-09-08  Roland McGrath  <roland@hack.frob.com>
1325
1326         [BZ #13153]
1327         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
1328         2011-07-19 change.
1329
1330         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
1331         garbage value in a __mach_port_mod_refs call in the cases of the
1332         task-self and thread-self ports.
1333
1334 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1335
1336         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
1337
1338 2011-09-08  Andreas Schwab  <schwab@redhat.com>
1339
1340         * elf/dl-load.c (lose): Check for non-null L.
1341
1342 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
1343
1344         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
1345
1346         * elf/dl-libc.c (dlerror_run): Pass back error code from
1347         dl_catch_error.
1348
1349         [BZ #13123]
1350         * elf/dl-load.c (lose): Free l_origin if it is valid.
1351
1352         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
1353         names.
1354         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1355         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1356         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1357         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1358         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1359         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
1360
1361 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1362
1363         * sysdeps/powerpc/fpu/e_hypot.c: New file.
1364         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
1365         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
1366         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
1367         * sysdeps/powerpc/fpu/k_cosf.c: New file.
1368         * sysdeps/powerpc/fpu/k_sinf.c: New file.
1369         * sysdeps/powerpc/fpu/s_cosf.c: New file.
1370         * sysdeps/powerpc/fpu/s_sinf.c: New file.
1371         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
1372         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
1373
1374 2011-08-15  Alan Modra  <amodra@gmail.com>
1375
1376         [BZ #13092]
1377         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
1378         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
1379         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
1380         ppc_mcount to static-only-routines.
1381         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
1382         __mcount_internal.
1383         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
1384         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
1385
1386 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
1387
1388         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
1389         for finite and infinity parameters.
1390
1391 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
1392
1393         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
1394         and add nop instructions for throughput optimization.
1395         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
1396
1397 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
1398
1399         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
1400         aligned copy for power7 with vector-scalar instructions.
1401         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
1402
1403 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
1404
1405         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
1406         AVX check.
1407
1408 2011-09-07  Andreas Schwab  <schwab@redhat.com>
1409
1410         [BZ #13144]
1411         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
1412         last change.
1413
1414 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
1415
1416         * sysdeps/unix/sysv/linux/x86_64/init-first.c
1417         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
1418         syscall wrapper around clock_gettime in __vdso_clock_gettime.
1419         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
1420         clock_gettime.
1421
1422 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
1423
1424         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
1425         Forgot to demangle the pointer.
1426
1427         * sysdeps/i386/sysdep.h: Define atom_text_section.
1428         * sysdeps/x86_64/sysdep.h: Likewise.
1429         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
1430         section with atom_text_section.
1431         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1433         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1434         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
1435         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
1436
1437         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
1438         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
1439         already be defined.  Change to take two parameters and don't assign
1440         result to variable.  Adjust all users.
1441         Define INTERNAL_GETTIME if not already defined.
1442         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
1443         call.
1444         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
1445         HAVE_CLOCK_GETTIME_VSYSCALL.
1446         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
1447
1448         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
1449         gettimeofday vsyscall, just use time.
1450
1451 2011-09-06  Andreas Schwab  <schwab@redhat.com>
1452
1453         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
1454         <errno.h>.
1455
1456 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
1457
1458         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
1459         syscall on x86-64.
1460         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
1461         syscall.
1462         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
1463         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
1464         syscall if possible.
1465
1466 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
1467
1468         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
1469         e_ident.  Don't pass to find_mapsXX.
1470         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
1471
1472 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1473
1474         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1475         strchr-sse2-no-bsf strrchr-sse2-no-bsf
1476         * sysdeps/x86_64/multiarch/strchr.S: Update.
1477         Check bit_slow_BSF bit.
1478         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1479         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
1480         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
1481
1482 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
1483
1484         [BZ #13134]
1485         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
1486         before glibc 2.15.
1487         (tryshell): Define.
1488         (__spawni): Change last parameter to be flag.  Test
1489         SPAWN_XFLAGS_USE_PATH flag to use path or not.
1490         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
1491         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
1492         * posix/spawni.c: Likewise.
1493         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
1494         * posix/spawnp.c: Likewise.  Change normal version to use
1495         SPAWN_XFLAGS_USE_PATH.
1496         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
1497         SPAWN_XFLAGS_TRY_SHELL.
1498
1499         [BZ #13150]
1500         * posix/glob.h: Remove gcc 1.x support.
1501
1502         [BZ #13068]
1503         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
1504
1505 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1506
1507         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1508         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
1509         strrchr-sse2-bsf
1510         * sysdeps/i386/i686/multiarch/strchr.S: New file.
1511         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
1512         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
1513         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
1514         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
1515         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
1516
1517 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1518
1519         * sysdeps/x86_64/wcscmp.S: New file.
1520
1521         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
1522         wcscmp-c wcscmp-sse2
1523         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
1524         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
1525         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
1526         * wcsmbs/wcscmp.c: Allow renaming.
1527
1528 2011-09-05  David S. Miller  <davem@davemloft.net>
1529
1530         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
1531         stack slot, rather than the struct return pointer slot.
1532         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
1533         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
1534         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
1536
1537 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
1538
1539         * po/ja.po: Update from translation team.
1540
1541         [BZ #13144]
1542         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
1543         kernel in 64-bit binaries.
1544
1545 2011-09-01  David S. Miller  <davem@davemloft.net>
1546
1547         * elf/elf.h (HWCAP_SPARC_*): Move to..
1548         * sysdeps/sparc/sysdep.h: this new file and add new values.
1549         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
1550         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
1551         _DL_HWCAP_COUNT to 24.
1552         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
1553         entries.
1554         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
1555         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
1556         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
1557         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
1558         instead of magic constants.
1559         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1560
1561 2011-08-31  David S. Miller  <davem@davemloft.net>
1562
1563         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
1564         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
1565         Reimplement to do errno handling inline.
1566         (SYSCALL_ERROR_HANDLER): New macro.
1567         (__SYSCALL_STRING): Do not do errno handling in asm.
1568         (__CLONE_SYSCALL_STRING): Delete.
1569         (__INTERNAL_SYSCALL_STRING): Delete.
1570         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
1571         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
1572         (PSEUDO): Reimplement to do errno handling inline.
1573         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
1574         (SYSCALL_ERROR_HANDLER): New macro.
1575         (__SYSCALL_STRING): Do not do errno handling in asm.
1576         (__CLONE_SYSCALL_STRING): Delete.
1577         (__INTERNAL_SYSCALL_STRING): Delete.
1578         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
1579         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
1580         i386.
1581         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
1582         (inline_syscall*): Add 'err' argument.
1583         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
1584         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
1585         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
1586         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
1587
1588         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
1589         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
1590
1591 2011-08-30  Andreas Schwab  <schwab@redhat.com>
1592
1593         * elf/rtld.c (dl_main): Relocate objects in dependency order.
1594
1595 2011-08-29  Jiri Olsa <jolsa@redhat.com>
1596
1597         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
1598         directive.
1599
1600 2011-08-24  David S. Miller  <davem@davemloft.net>
1601
1602         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
1603
1604 2011-08-24  Andreas Schwab  <schwab@redhat.com>
1605
1606         * elf/Makefile: Add rules to build and run unload8 test.
1607         * elf/unload8.c: New file.
1608         * elf/unload8mod1.c: New file.
1609         * elf/unload8mod1x.c: New file.
1610         * elf/unload8mod2.c: New file.
1611         * elf/unload8mod3.c: New file.
1612
1613         * elf/dl-close.c (_dl_close_worker): Reset private search list if
1614         it wasn't used.
1615
1616 2011-08-23  David S. Miller  <davem@davemloft.net>
1617
1618         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
1619         subtract stack bias.
1620         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
1621         %sp not %fp in calculations.
1622         (_JMPBUF_UNWINDS_ADJ): Likewise.
1623
1624         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
1625         (aio_suspend): Call it to force an exception region around the
1626         AIO_MISC_WAIT() invocation.
1627
1628 2011-08-23  Andreas Schwab  <schwab@redhat.com>
1629
1630         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
1631         backslash.
1632
1633 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
1634
1635         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
1636         protection macro.
1637         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
1638         and <dl-machine.h>.
1639         (Elf64_FuncDesc): Remove.
1640
1641 2011-08-22  David S. Miller  <davem@davemloft.net>
1642
1643         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
1644         sigaltstack check, add missing cfi directives.
1645         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
1646         missing cfi directives, and sigaltstack handling.
1647
1648 2011-08-16  Andreas Schwab  <schwab@redhat.com>
1649
1650         [BZ #11724]
1651         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
1652         object is seen twice.
1653         * elf/dl-fini.c (_dl_sort_fini): Likewise.
1654
1655         * elf/Makefile (distribute): Add tst-initorder2.c.
1656         (tests): Add tst-initorder2.
1657         (modules-names): Add tst-initorder2a tst-initorder2b
1658         tst-initorder2c tst-initorder2d.  Add rules to build them.
1659         ($(objpfx)tst-initorder2.out): New rule.
1660         * elf/tst-initorder2.c: New file.
1661         * elf/tst-initorder2.exp: New file.
1662
1663 2011-08-22  Andreas Schwab  <schwab@redhat.com>
1664
1665         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
1666
1667         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
1668         dependencies back to end of function.
1669
1670         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
1671         $(elfobjdir)/ld.so.
1672
1673 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
1674
1675         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
1676         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
1677         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
1678         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
1679         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
1680         of __vdso_gettimeofday.
1681         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
1682         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
1683         attribute_hidden.
1684         (_libc_vdso_platform_setup): Remove initialization of
1685         __vdso_gettimeofday and __vdso_time.
1686
1687 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
1688
1689         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
1690         and fgetc_unlocked.
1691         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
1692         getc_unlocked.
1693
1694         * elf/dl-open.c (add_to_global): Report additions to the global scope
1695         for LD_DEBUG=scopes.
1696         (dl_open_worker): Also print scope of newly loaded dependencies.
1697         (_dl_show_scope): Indicate if there is no scope.
1698
1699         [BZ #13114]
1700         * stdio-common/Makefile (tests): Add bug24.
1701         * stdio-common/bug24.c: New file.
1702
1703 2011-08-19  Andreas Jaeger  <aj@suse.de>
1704
1705         [BZ #13114]
1706         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
1707         non-existant file when using close-on-exec mode.
1708
1709 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
1710
1711         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
1712         the very first instruction.
1713
1714         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
1715         the CFI state in the end.
1716         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
1717         inclusion of dl-trampoline.h.
1718         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
1719
1720 2011-08-19  Andreas Schwab  <schwab@redhat.com>
1721
1722         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
1723         expectations for long double.
1724
1725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
1726         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
1727
1728 2011-08-14  David S. Miller  <davem@davemloft.net>
1729
1730         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
1731         artificual limit depends upon the system page size.
1732
1733 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
1734
1735         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
1736         * resolv/Makefile: Define CFLAGS-libresolv.
1737
1738 2011-08-17  Andreas Schwab  <schwab@redhat.com>
1739
1740         * nss/makedb.c (compute_tables): Make variables used in nested
1741         function static.
1742
1743 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
1744
1745         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
1746         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
1747         if buffer was too small.
1748
1749         * elf/pldd.c (main): Attach to all threads in the process.
1750         Rewrite /proc handling to use *at functions.
1751
1752 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
1753
1754         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
1755         specifies first scope to show.
1756         (dl_open_worker): Update callers.  Move printing scope of new
1757         object to before the relocation.
1758         * elf/rtld.c (dl_main): Update _dl_show_scope call.
1759         * sysdeps/generic/ldsodefs.h: Update declaration.
1760
1761         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
1762         string for the scope number.
1763
1764 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
1765
1766         * nscd/servicescache.c (cache_addserv): Make sure written is always
1767         initialized.
1768
1769 2011-08-14  Roland McGrath  <roland@hack.frob.com>
1770
1771         * sysdeps/i386/i486/bits/atomic.h
1772         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
1773         statement expression, so as to suppress "set but not used" warning.
1774         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
1775
1776         * string/strncat.c (STRNCAT): Use prototype definition.
1777
1778         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
1779         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
1780         -Iprograms here.
1781         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
1782         (localedef-modules): Add localedef.
1783         (locale-modules): Add locale.
1784
1785         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
1786         * elf/rtld.c (dl_main): Invert order of assignment in last change,
1787         to avoid a warning.
1788
1789 2011-08-14  David S. Miller  <davem@davemloft.net>
1790
1791         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
1792         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
1793
1794 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
1795
1796         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
1797         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
1798         * elf/rtld.c (dl_main): Set l_name of vDSO.
1799         Call _dl_show_scope when DL_DEBUG_SCOPES.
1800         (process_dl_debug): Recognize scopes flag and also set it for all.
1801         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
1802         Declare _dl_show_scope.
1803
1804         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
1805         (do_dlopen): Pass caller_dlopen to dl_open.
1806         (__libc_dlopen_mode): Initialize caller_dlopen.
1807
1808         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
1809         of libc.  Make tolower call locale-independent.  Optimize a bit by
1810         using isdigit instead of isalnum.
1811         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
1812
1813 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
1814
1815         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
1816         was a dependency or dynamically loaded.
1817
1818 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
1819
1820         * intl/l10nflist.c: Allow architecture-specific pop function.
1821         * sysdeps/x86_64/l10nflist.c: New file.
1822
1823         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
1824         classification.
1825
1826 2011-08-10  Andreas Schwab  <schwab@redhat.com>
1827
1828         * include/dirent.h: Add libc_hidden_proto for scandirat and
1829         scandirat64.  Don't declare __scandirat64.
1830         * dirent/scandirat.c: Add libc_hidden_def.
1831         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
1832         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
1833
1834 2011-08-10  David S. Miller  <davem@davemloft.net>
1835
1836         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
1837         enum.
1838         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1839         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1840         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1841
1842 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
1843
1844         * Versions.def [libc]: Add GLIBC_2.15.
1845         * dirent/Makefile (routines): Add scandirat and scandirat64.
1846         * dirent/Versions [libc]: Export scandirat and scandirat64 for
1847         GLIBC_2.15.
1848         * dirent/dirent.h: Declare scandirat and scandirat64.
1849         * dirent/scandirat.c: New file.
1850         * dirent/scandirat64.c: New file.
1851         * sysdeps/wordsize-64/scandirat.c: New file.
1852         * sysdeps/wordsize-64/scandirat64.c: New file.
1853         * dirent/opendir.c: Define opendirat.
1854         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
1855         using scandirat.
1856         * dirent/scandir64.c: Adjust for scandir.c change.
1857         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
1858         __scandirat64, and __scandir_cancel_handler.
1859         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
1860         additional parameter and use openat instead of open (outside of ld.so).
1861         Add new __opendir as wrapper around __opendirat.
1862         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
1863         here without requiring old scandirat implementation.
1864
1865 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
1866
1867         * dirent/scandir.c (cancel_handler): Renamed to
1868         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
1869         defined.  Adjust users.
1870         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
1871         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
1872
1873 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
1874
1875         * string/test-string.h (IMPL): Use __STRING to expand name and then
1876         stringify it.
1877
1878         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
1879         of cleanups.
1880
1881 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1882
1883         * string/Makefile: Update.
1884         (strop-tests): Append strncat.
1885         * string/test-wcscmp.c: New file.
1886         New comprehensive test for wcscmp.
1887         * string/test-strcmp.c: Update.
1888         (WIDE): New define.
1889
1890 2011-07-22  Andreas Schwab  <schwab@redhat.com>
1891
1892         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
1893         line.
1894
1895 2011-07-26  Andreas Schwab  <schwab@redhat.com>
1896
1897         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
1898         encoding to ACE if AI_IDN.
1899
1900 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
1901
1902         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
1903         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
1904
1905 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1906
1907         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
1908         Fix overflow bug in strncat.
1909         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1910
1911         * string/test-strncat.c: Update.
1912         Add new tests for checking overflow bugs.
1913
1914 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1915
1916         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1917         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
1918         * sysdeps/i386/i686/multiarch/strcat.S: New file.
1919         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
1920         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
1921         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
1922         * sysdeps/i386/i686/multiarch/strncat.S: New file.
1923         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
1924         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
1925
1926         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
1927         (USE_AS_STRCAT): Define.
1928         Add strcat and strncat support.
1929         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1930
1931 2011-07-25  Andreas Schwab  <schwab@redhat.com>
1932
1933         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
1934         __n bigger than INT_MAX+1.
1935         (__strncmp_g): Likewise.
1936
1937 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
1938
1939         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
1940         * libio/stido.h: Likewise.
1941
1942         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
1943         (AF_NFC): Define.
1944         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
1945         (AF_NFC): Define.
1946
1947         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
1948         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1949         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1950         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1951         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1952
1953         [BZ #13021]
1954         * scripts/test-installation.pl: Don't expect libnss_test1 to be
1955         installed.
1956
1957         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
1958         typo.
1959         (_dl_x86_64_save_sse): Likewise.
1960
1961 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
1962
1963         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
1964         OSXSAVE.
1965         (_dl_x86_64_save_sse): Likewise.
1966
1967         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
1968
1969         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
1970
1971 2011-07-21  Andreas Schwab  <schwab@redhat.com>
1972
1973         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
1974         change.
1975         (_dl_x86_64_save_sse): Use correct AVX check.
1976
1977 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1978
1979         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
1980         bug in strncpy/strncat.
1981         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1982
1983 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
1984
1985         * string/tester.c (test_strcat): Add tests for different alignments
1986         of source and destination.
1987         (test_strncat): Likewise.
1988
1989 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
1990
1991         [BZ #12852]
1992         * posix/glob.c (glob): Check passed in values before using them in
1993         expressions to avoid some overflows.
1994         (glob_in_dir): Likewise.
1995
1996         [BZ #13007]
1997         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
1998         check for AVX enablement so that we don't crash with old kernels and
1999         new hardware.
2000         * elf/tst-audit4.c: Add same checks here.
2001         * elf/tst-audit6.c: Likewise.
2002
2003         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
2004
2005 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
2006
2007         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
2008
2009 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
2010
2011         * po/cs.po: Update from translation team.
2012         * po/bg.po: Likewise.
2013
2014 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
2015
2016         * misc/sys/cdefs.h: Add support for const attribute.
2017         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
2018         to gnu_dev_{major,minor,makedev} functions.
2019
2020 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
2021
2022         * intl/dcigettext.c (get_output_charset): Add missing bracket.
2023
2024 2011-07-20  Andreas Schwab  <schwab@redhat.com>
2025
2026         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
2027         strlen results.
2028
2029 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2030
2031         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
2032         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
2033         register in order to avoid conflicts with the soft frame pointer
2034         being held in r11 when necessary.
2035         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
2036         (INTERNAL_VSYSCALL_NCS): Likewise.
2037
2038 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
2039
2040         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
2041         * elf/dl-fini.c (_dl_fini): Adjust caller.
2042         * elf/dl-close.c (_dl_close_worker): Likewise.
2043         * sysdeps/generic/ldsodefs.h: Adjust declaration.
2044
2045 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
2046
2047         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
2048         "aux_cache->nlibs < 0".
2049
2050         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
2051         in the reload-count case.
2052
2053 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2054
2055         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2056         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
2057         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
2058         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
2059         * sysdeps/x86_64/multiarch/strcat.S: New file.
2060         * sysdeps/x86_64/multiarch/strncat.S: New file.
2061         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
2062         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
2063         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
2064         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
2065         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
2066         (USE_AS_STRCAT): Define.
2067         Add strcat and strncat support.
2068         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
2069         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
2070         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
2071         * string/strncat.c: Update.
2072         (USE_AS_STRNCAT): Define.
2073         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2074         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
2075         and i7.
2076         * sysdeps/x86_64/multiarch/init-arch.h
2077         (bit_Prefer_PMINUB_for_stringop): New.
2078         (index_Prefer_PMINUB_for_stringop): Likewise.
2079         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
2080         bit_Prefer_PMINUB_for_stringop.
2081
2082 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
2083
2084         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
2085         buffer64.
2086         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
2087         of casting of buffer.
2088         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
2089         buffer32 and buffer64.
2090         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
2091         writes instead of casting of buffer.
2092         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
2093         buffer32.
2094         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
2095         casting of buffer.
2096
2097 2011-07-19  Andreas Schwab  <schwab@redhat.com>
2098
2099         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
2100
2101 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
2102
2103         * nscd/nscd.c (termination_handler): Don't do anything for a database
2104         if it has not yet been initialized.
2105
2106 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
2107
2108         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
2109
2110 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
2111
2112         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
2113
2114 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
2115
2116         * po/nl.po: Update from translation team.
2117         * po/sv.po: Likewise.
2118
2119 2011-07-16  Roland McGrath  <roland@hack.frob.com>
2120
2121         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
2122         now disallowed by GCC.
2123
2124         * configure.in (use-default-link): Default to yes if a test -shared
2125         link meets our qualifications.
2126         * configure: Regenerated.
2127
2128         * config.make.in (output-format): New variable.
2129         * configure.in: Check for ld --print-output-format support.
2130         * configure: Regenerated.
2131         * Makerules ($(common-objpfx)format.lds)
2132         [$(output-format) != unknown]: Just use $(output-format),
2133         instead of the linker-script munging.
2134
2135 2011-07-14  Roland McGrath  <roland@hack.frob.com>
2136
2137         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
2138         of $(common-objpfx)shlib.lds.
2139         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
2140
2141         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
2142         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
2143
2144         * configure.in (-z relro check): Adjust test code to add a large
2145         writable data section after it.
2146         * configure: Regenerated.
2147
2148 2011-07-11  Roland McGrath  <roland@hack.frob.com>
2149
2150         * configure.in (-z relro check): Fix test code to make the variable
2151         truly const.
2152         * configure: Regenerated.
2153
2154 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
2155
2156         * nscd/nscd.h (struct traced_file): Define.
2157         (struct database_dyn): Remove inotify_descr, reset_res, and filename
2158         elements.  Add traced_files.
2159         (inotify_fd): Declare.
2160         (register_traced_file): Declare.
2161         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
2162         (inotify_fd): Export.
2163         (resolv_conf_descr): Remove.
2164         (nscd_init): Move inotify descriptor creation to main.
2165         Don't register files for notification here.
2166         (register_traced_file): New function.
2167         (invalidate_cache): Don't use reset_res to determine whether to call
2168         res_init, go through the list of registered files.
2169         (main_loop_poll): The inotify descriptors are now stored in the
2170         structures for the traced files.
2171         (main_loop_epoll): Likewise
2172         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
2173         to __nss_disable_nscd.
2174         * nscd/cache.c (prune_cache): There is no single inotify descriptor
2175         for a database anymore.  Check the records for all the registered
2176         files instead.
2177         * nss/Makefile (libnss_files-routines): Add files-init.
2178         (libnss_db-routines): Add db-init.
2179         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
2180         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
2181         * nss/nss_db/db-init.c: New file.
2182         * nss/nss_files/files-init.c: New file.
2183         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
2184         __nss_lookup_function.
2185         (__nss_lookup_function): Call nss_load_library.
2186         (nss_load_all_libraries): New function.
2187         (__nss_disable_nscd): Take parameter with callback function for files
2188         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
2189         used for the cached services.
2190         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
2191         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
2192         options for features to all the files in nscd.
2193
2194         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
2195
2196 2011-07-10  Roland McGrath  <roland@hack.frob.com>
2197
2198         * csu/elf-init.c (__libc_csu_init): Comment typo.
2199
2200 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
2201
2202         * po/pl.po: Update from translation team.
2203         * po/ja.po: Likewise.
2204         * po/ru.po: Likewise.
2205         * po/ko.po: Likewise.
2206         * po/fr.po: Likewise.
2207
2208 2011-07-09  Roland McGrath  <roland@hack.frob.com>
2209
2210         * configure.in (.ctors/.dtors header and trailer check):
2211         Use an empirical test on a built program.
2212         * configure: Regenerated.
2213
2214         * configure.in (-z relro check): Use an empirical test on a built DSO.
2215         Detect, but do not require, on ia64.
2216         * configure: Regenerated.
2217
2218         * configure.in (READELF): Find it with AC_CHECK_TOOL.
2219         Update tests that use readelf to use $READELF instead.
2220         * configure: Regenerated.
2221
2222 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
2223
2224         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
2225         if the result is not used.
2226
2227 2011-07-05  Andreas Jaeger  <aj@suse.de>
2228
2229         [BZ#9696]
2230         * stdlib/tst-strtod.c: Add testcase.
2231
2232 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
2233
2234         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
2235         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
2236         The latter has a higher limit.  Take additional parameter to pass to
2237         the new function.
2238         (__pathconf): Pass file to __statfs_link_max.
2239         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
2240         __statfs_link_max.
2241         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
2242         __statfs_link_max.
2243
2244         [BZ #12868]
2245         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
2246         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
2247         Handle Lustre.
2248         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
2249         (__statfs_filesize_max): Likewise.
2250         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
2251
2252 2011-07-05  Andreas Jaeger  <aj@suse.de>
2253
2254         * resolv/res_comp.c (dn_skipname): Remove unused variable.
2255
2256 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
2257
2258         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
2259         `status' variable.
2260         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
2261         Likewise.
2262
2263 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
2264
2265         * Makefile (strop-tests): Add strncat.
2266         * string/test-strncat.c: New file.
2267
2268 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
2269
2270         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
2271
2272 2011-06-21  Andreas Jaeger  <aj@suse.de>
2273
2274         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
2275         Copy rule from iconvdata/Makefile.
2276
2277 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
2278
2279         [BZ #12922]
2280         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
2281         but no long options are defined, just return 'W'.
2282
2283 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
2284
2285         [BZ #9696]
2286         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
2287
2288 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
2289
2290         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
2291         netgroups to read.
2292         (innetgr): Likewise.
2293
2294 2011-07-05  Roland McGrath  <roland@hack.frob.com>
2295
2296         * config.make.in (install_root): Default to $(DESTDIR).
2297
2298 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
2299
2300         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
2301
2302 2011-07-02  Roland McGrath  <roland@hack.frob.com>
2303
2304         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
2305
2306         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
2307         containing directory rather than embedding absolute directory names.
2308
2309         * scripts/check-local-headers.sh: Rewritten using awk.
2310         Match by word, not by line.  Print error messages for matches.
2311         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
2312
2313         * Makerules [shlib-lds-flags empty]:
2314         ($(common-objpfx)libc_pic.opts): New target.
2315         ($(common-objpfx)libc_pic.os.clean): New target.
2316         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
2317
2318         * config.make.in (OBJCOPY): New variable.
2319         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
2320         * configure: Regenerated.
2321
2322         * config.make.in (use-default-link): New variable.
2323         * configure.in (use_default_link): Grok --with-default-link to set it.
2324         * configure: Regenerated.
2325         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
2326         (shlib-lds, shlib-lds-flags): Define to empty.
2327
2328         * Makerules (shlib-lds): New variable.
2329         (shlib-lds-flags): New variable.
2330         (build-shlib, build-moduile, build-module-asneeded): Use it.
2331         ($(common-objpfx)libc.so): Use $(shlib-lds).
2332         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
2333         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
2334
2335         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
2336         DT_FLAGS/DT_FLAGS_1 with zero flags.
2337
2338         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
2339         linker script munging.
2340
2341 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
2342
2343         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
2344         as 128-bit value.
2345         * crypt/sha512.c (sha512_process_block): Perform total addition using
2346         128-bit if possible.
2347         (__sha512_finish_ctx): Likewise.
2348         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
2349         as 64-bit value.
2350         * crypt/sha256.c (SWAP64): Define.
2351         (sha256_process_block): Perform total addition using 64-bit if
2352         possible.
2353         (__sha256_finish_ctx): Likewise.
2354
2355 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
2356
2357         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
2358         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2359         * nscd/hstcache.c (cache_addhst): Likewise.
2360         * nscd/grpcache.c (cache_addgr): Likewise.
2361         * nscd/aicache.c (addhstaiX): Likewise
2362         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
2363
2364 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
2365
2366         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
2367         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2368         * nscd/hstcache.c (cache_addhst): Likewise.
2369         * nscd/grpcache.c (cache_addgr): Likewise.
2370         * nscd/aicache.c (addhstaiX): Likewise
2371
2372 2011-07-01  Andreas Schwab  <schwab@redhat.com>
2373
2374         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
2375         domain only when needed.
2376
2377 2011-06-30  Andreas Schwab  <schwab@redhat.com>
2378
2379         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
2380         is always restored.
2381
2382 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
2383
2384         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
2385         are re-adding the entry.
2386         * nscd/servicescache.c (cache_addserv): Likewise.
2387
2388 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
2389
2390         * sysdeps/generic/dl-irel.h: fix protection against multiple
2391         inclusions.
2392         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
2393
2394 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
2395
2396         [BZ #12935]
2397         * malloc/memusage.sh: Fix quoting in message.
2398         * debug/xtrace.sh: Likewise.
2399
2400         * configure.in: Remove support for --experimental-malloc option, make
2401         it the default.
2402         * config.make.in: Likewise.
2403         * malloc/Makefile: Likewise.
2404
2405 2011-06-27  Andreas Schwab  <schwab@redhat.com>
2406
2407         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
2408         two-byte characters.
2409
2410 2011-06-27  Roland McGrath  <roland@hack.frob.com>
2411
2412         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
2413         AC_CACHE_CHECK invocation.
2414         * configure: Regenerated.
2415
2416         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
2417
2418 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
2419
2420         [BZ #12350]
2421         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
2422         bit from old_res_options.
2423
2424         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
2425
2426         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
2427         value type for setfct.
2428
2429 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
2430
2431         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
2432         __gettimeofday instead of gettimeofday.
2433
2434 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
2435
2436         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
2437
2438 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
2439
2440         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
2441
2442         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
2443         info.
2444
2445 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2446
2447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2448         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
2449         strcpy-sse2-unaligned strncpy-sse2-unaligned
2450         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
2451         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
2452         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
2453         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
2454         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
2455         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
2456         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
2457         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
2458         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
2459         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
2460         (STRCPY): Support SSE2 and SSSE3 versions.
2461
2462 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
2463
2464         [BZ #12874]
2465         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
2466         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
2467         kernels which artificially limit size of requests.
2468
2469 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2470
2471         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2472         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
2473         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
2474         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
2475         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
2476         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
2477         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
2478         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
2479         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
2480         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
2481         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
2482         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
2483         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
2484         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
2485         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
2486         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2487         Enable unaligned load optimization for Intel Core i3, i5 and i7
2488         processors.
2489         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
2490         Define.
2491         (index_Fast_Unaligned_Load): Define.
2492         (HAS_FAST_UNALIGNED_LOAD): Define.
2493
2494 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
2495
2496         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
2497
2498 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
2499
2500         [BZ #12907]
2501         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
2502         until it is clear that the information is realy needed.
2503         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
2504
2505 2011-06-22  Andreas Schwab  <schwab@redhat.com>
2506
2507         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
2508
2509 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
2510
2511         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
2512         /sys/devices/system/cpu/online if it is usable.
2513
2514         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
2515         reading the information from the /proc filesystem to once a second.
2516
2517 2011-06-21  Andreas Jaeger  <aj@suse.de>
2518
2519         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
2520         NULL after inclusion of kernel headers.
2521
2522 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
2523
2524         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
2525         calls to internal_setent.
2526
2527         [BZ #12885]
2528         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
2529         addresses using gethostbyname4_r ignore IPv4 addresses.
2530
2531         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
2532         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
2533
2534         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
2535
2536 2011-06-20  David S. Miller  <davem@davemloft.net>
2537
2538         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
2539         inclusions.
2540         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
2541
2542         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
2543         (elf_irel): Use it.
2544         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
2545         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
2546         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
2547         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
2548         * sysdeps/x86_64/dl-irel.h: Likewise.
2549
2550         * elf/dl-runtime.c: Use elf_ifunc_invoke.
2551         * elf/dl-sym.c: Likewise.
2552
2553 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
2554
2555         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
2556         need to dereference resplen2.
2557
2558 2011-06-14  Andreas Schwab  <schwab@redhat.com>
2559
2560         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
2561
2562 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
2563
2564         * Makeconfig: Define vardbdir and inst_vardbdir.
2565         * nss/Makefile: Add rules to install db-Makefile.
2566
2567         * nss/nss_db/db-XXX.c: Cleanup.
2568
2569         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
2570         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
2571         GLIBC_PRIVATE.
2572         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
2573         * nss/makedb.c: Implement -g option to specify that value strings
2574         are generated and should not be added to table iterated over for
2575         get*ent calls.
2576         * nss/nss_db/db-initgroups.c: New file.
2577
2578         * nss/getent.c: Add support for initgroups lookups through getgrouplist
2579         interface.
2580
2581         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
2582         (internal_getgrouplist): Adjust to name change.
2583         Update use_initgroups_entry if this is not the first call.
2584         * nss/databases.def: Add initgroups entry.
2585
2586         * nss/makedb.c (compute_tables): Check result of multiple hash table
2587         sizes to minimize maximum chain length.
2588
2589 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
2590
2591         * Versions.def: Add entry for libnss_db.
2592         * shlib-versions: Likewise.
2593         * nss/Makefile: Add rules to build libnss_db.
2594         * nss/Versions: Add libnss_db information.  Organize libnss_files
2595         entries better.
2596         * nss/db-Makefile: Add gshadow support.  Change rules for the new
2597         makedb progra.  Some minor improvements to generate smaller files.
2598         * nss/nss_db/nss_db.h: Move NSS database header data structures to
2599         here from...
2600         * nss/makedb.c: ...here.
2601         Improve database format to be smaller and require less memory at
2602         runtime.
2603         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
2604         db anymore.
2605         * nss/nss_db/db-netgrp.c: Likewise.
2606         * nss/nss_db/db-open.c: Likewise.
2607         * nss/nss_files/flies-XXX.x: Adjust comments.
2608         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
2609         * nss/nss_files/files-grp.c: Likewise.
2610         * nss/nss_files/files-hosts.c: Likewise.
2611         * nss/nss_files/files-network.c: Likewise.
2612         * nss/nss_files/files-proto.c: Likewise.
2613         * nss/nss_files/files-pwd.c: Likewise.
2614         * nss/nss_files/files-rpc.c: Likewise.
2615         * nss/nss_files/files-service.c: Likewise.
2616         * nss/nss_files/files-sgrp.c: Likewise.
2617         * nss/nss_files/files-spwd.c: Likewise.
2618         * nss/nss_db/db-alias.c: Removed.
2619         * nss/nss_db/dummy-db.h: Removed.
2620
2621 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
2622
2623         * nss/makedb.c: Rewritten to not use database library.
2624         * nss/Makefile: Update to build new makedb program.
2625
2626 2011-06-14  Andreas Jaeger  <aj@suse.de>
2627
2628         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
2629         memset declaration.
2630
2631 2011-06-10  Andreas Schwab  <schwab@redhat.com>
2632
2633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
2634         tmpbuf.
2635
2636 2011-06-10  Roland McGrath  <roland@hack.frob.com>
2637
2638         * Makerules (shlib.lds): Fail if the linker script comes out empty.
2639         * elf/Makefile ($(objpfx)ld.so): Likewise.
2640
2641         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
2642         Don't list ld.so twice in dependencies.
2643
2644         * posix/bug-regex31.c: Include <stdlib.h>.
2645
2646         * nscd/hstcache.c (cache_addhst): Remove unused variable.
2647
2648         * nis/nss_compat/compat-spwd.c
2649         (getspent_next_nss_netgr): Remove unused variable.
2650         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
2651
2652         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
2653         nonmembers" output to use the right array.
2654
2655         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
2656
2657         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
2658
2659         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
2660         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
2661         * catgets/gencat.c (read_input_file): Likewise.
2662         * locale/programs/locarchive.c (enlarge_archive): Likewise.
2663
2664         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
2665         variable definition inside #if's controlling its use.
2666
2667         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
2668
2669         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
2670
2671         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
2672
2673         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
2674         unreachable code.
2675
2676         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
2677
2678         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
2679         * configure: Regenerated.
2680
2681         * Makerules: Revert last change.
2682         * elf/Makefile: Likewise.
2683
2684 2011-06-09  Roland McGrath  <roland@hack.frob.com>
2685
2686         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
2687         * elf/Makefile ($(objpfx)librtld.os): Likewise.
2688         (reloc-link): Likewise.
2689
2690 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
2691
2692         * elf/Makefile: Add rules to build pldd.
2693         * elf/pldd.c: New file.
2694         * elf/pldd-xx.c: New file.
2695
2696 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
2697
2698         * version.h: Update for 2.15 development version.
2699
2700 2011-06-07  David S. Miller  <davem@davemloft.net>
2701
2702         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
2703         ifuncs.
2704         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
2705         elf_machine_lazy_rel): Likewise.
2706         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
2707         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
2708         elf_machine_lazy_rel): Likewise.
2709         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
2710         dl_hwcap via passed in argument.
2711         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
2712         Likewise.
2713
2714 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2715
2716         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
2717
2718 2011-06-06  Roland McGrath  <roland@hack.frob.com>
2719
2720         [BZ #12849]
2721         * manual/fdl-1.1.texi: New file, verbatim from:
2722         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
2723         * manual/lgpl-2.1.texi: New file, verbatim from:
2724         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
2725         * manual/Makefile (licenses): New variable, list those new file names.
2726         (texis): Use it.
2727         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
2728
2729         * manual/fdl.texi: File removed.
2730         * manual/lesser.texi: File removed.
2731         * manual/libc.texinfo (Copying, Documentation License):
2732         Use new @include file names, put @appendix directive before @include.
2733
2734 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
2735
2736         [BZ #12841]
2737         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
2738         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
2739         (mq_open): Add __NTH.
2740
2741 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2742
2743         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2744         Assume Intel Core i3/i5/i7 processor if AVX is available.
2745
2746 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
2747
2748         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
2749         typo.
2750
2751 2011-05-31  Andreas Schwab  <schwab@redhat.com>
2752
2753         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
2754         memory.  Use alloca_account.  Fix memory leak when retrying.
2755
2756 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
2757
2758         * version.h (RELEASE): Bump for 2.14 release.
2759         * include/features.h (__GLIBC_MINOR__): Bump to 14.
2760
2761         * config.make.in (RANLIB): Remove entry.
2762
2763 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
2764
2765         * po/Makefile (po-sed-cmd): Add ksh to extensions.
2766         (libc.pot): Work around missing support for .ksh extension in xgettext.
2767
2768         [BZ #12684]
2769         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
2770         if both request failed.
2771         (send_dg): In case of server errors clear resplen or *resplen2.
2772
2773         [BZ #12454]
2774         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
2775         when there are multiple maps.
2776         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
2777         (_dl_fini): Remove test here.
2778
2779         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
2780
2781 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
2782
2783         [BZ #12350]
2784         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
2785         bit from old_res_options.
2786         (gaih_inet): Likewise.
2787
2788         [BZ #11099]
2789         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
2790         as signed.
2791
2792         * resolv/res_init.c (res_setoptions): Make the code more compact.
2793
2794         [BZ #11558]
2795         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
2796         set RES_USEVC.
2797
2798         [BZ #11634]
2799         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
2800
2801         * malloc/malloc.h: Mark malloc hook variables as deprecated.
2802
2803         [BZ #11781]
2804         * malloc/malloc.h: Declare malloc hook variables as volatile.
2805
2806         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
2807         in last patch.
2808
2809         [BZ #11799]
2810         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
2811         raise in the comment.
2812         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
2813         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
2814         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
2815
2816 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
2817
2818         [BZ #12811]
2819         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
2820         grow the buffers more if it already has to be sufficient.
2821         (build_wcs_upper_buffer): Likewise.
2822         * posix/regexec.c (check_matching): Likewise.
2823         (clean_state_log_if_needed): Likewise.
2824         (extend_buffers): Don't enlarge buffers beyond size of the input
2825         buffer.
2826         Patches mostly by Emil Wojak <emil@wojak.eu>.
2827         * posix/bug-regex32.c: New file.
2828         * posix/Makefile (tests): Add bug-regex32.
2829
2830         * locale/findlocale.c (_nl_find_locale): Return right away if
2831         _nl_explode_name failed.
2832         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
2833
2834         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
2835
2836         * debug/xtrace.sh: Unify messages.
2837         * malloc/memusage.sh: Likewise.
2838
2839         [BZ #12813]
2840         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
2841         time symbol from vDSO.  Substitute with vsyscall if not available.
2842         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
2843         __vdso_time.
2844
2845         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
2846         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
2847         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
2848         Add sendmmsg and internal_sendmmsg.
2849         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
2850         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
2851         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
2852
2853         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
2854         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
2855         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
2856
2857 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
2858
2859         [BZ #12813]
2860         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
2861         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
2862         available.
2863         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
2864         __vdso_getcpu.
2865
2866         [BZ #12814]
2867         * iconvdata/Makefile (tests): Add bug-iconv9.
2868         * iconvdata/bug-iconv9.c: New file.
2869
2870 2011-05-27  Andreas Schwab  <schwab@redhat.com>
2871
2872         [BZ #12814]
2873         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
2874
2875 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
2876
2877         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2878         (struct user_regs_struct): Change intcs field back to cs.
2879
2880 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
2881
2882         * po/ja.po: Update from translation team.
2883
2884 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
2885
2886         [BZ #12795]
2887         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
2888         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2889
2890 2011-05-20  Andreas Schwab  <schwab@redhat.com>
2891
2892         * stdlib/longlong.h: Update from GCC.
2893
2894 2011-05-23  Andreas Schwab  <schwab@redhat.com>
2895
2896         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
2897         parameter name.
2898         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
2899         Add parameter name.
2900         (__sysconf): Pass it down.
2901
2902 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
2903
2904         [BZ #12671]
2905         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
2906         some situations.
2907         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2908         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
2909         add in in __libc_use_alloca calls.  Adjust callers.
2910         (glob): Use malloc in some situations.
2911
2912         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
2913         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
2914         pltexit.
2915
2916 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
2917
2918         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
2919         and CLOCK_BOOTTIME_ALARM.
2920
2921         [BZ #12782]
2922         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
2923         is returned.
2924
2925         * string/_strerror.c (__strerror_r): Print negative errors as signed
2926         numbers.
2927
2928         [BZ #12777]
2929         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
2930         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
2931         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
2932
2933         * configure.in: Fix typo in redirection and correct removal of test
2934         files in two cases.
2935
2936         [BZ #12788]
2937         * locale/setlocale.c (new_composite_name): Fix test to check for
2938         identical name of all categories.
2939
2940         [BZ #12792]
2941         * libio/filedoalloc.c (local_isatty): New function.
2942         (_IO_file_doallocate): Use local_isatty.
2943         * stdio-common/perror.c (perror): In case a new stream is used
2944         forward the stream error.
2945         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
2946         error flag.
2947
2948 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
2949
2950         [BZ #11869]
2951         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
2952         alloca.
2953         * include/alloca.h (extend_alloca_account): Define.
2954
2955         [BZ #11857]
2956         * posix/regex.h: Fix comments with documentation of user-accessible
2957         fields after compilation and describe correct free'ing of pattern
2958         after re_compile_pattern.
2959         Patch by Reuben Thomas <rrt@sc3d.org>.
2960
2961 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
2962
2963         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
2964         and -mno-altivec to prevent the compiler from using Altivec and/or
2965         VSX instructions when the corresponding registers are not available.
2966
2967 2011-05-19  Andreas Schwab  <schwab@redhat.com>
2968
2969         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
2970
2971 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
2972
2973         * libio/freopen.c (freopen): Use __dup2, not dup2.
2974         * libio/freopen64.c (freopen64): Likewise.
2975
2976 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
2977
2978         [BZ #12775]
2979         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
2980         * math/Makefile (tests): Add test-powl.
2981         (CFLAGS-test-powl.c): Define.
2982         * math/test-powl.c: New file.
2983
2984 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2985
2986         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
2987
2988 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
2989
2990         [BZ #11837]
2991         * iconvdata/gb18030.c: Update to GB18020-2005.
2992
2993 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
2994
2995         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
2996         RE_SYNTAX_POSIX_AWK): Update to match recent development.
2997         Patch by Aharon Robbins <arnold@skeeve.com>.
2998
2999         [BZ #11892]
3000         * stdlib/putenv.c (putenv): Don't always create copy of the variable
3001         on the stack.
3002
3003         [BZ #11895]
3004         * misc/pselect.c (__pselect): Handle timeout value errors hidden
3005         through underflows.
3006
3007         [BZ #12766]
3008         * misc/error.c (error_at_line): Ensure file_name and old_file_name
3009         point to strings before performing equality test for error_one_per_line
3010         mode.
3011
3012         [BZ #11697]
3013         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
3014
3015         [BZ #11820]
3016         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
3017         (struct user_fpregs_struct): Avoid __uint*_t types.
3018
3019         [BZ #6420]
3020         * malloc/mtrace.c (tr_where): Add additional parameter to point to
3021         symbol info.  Use it instead of calling _dl_addr locally.
3022         (lock_and_info): New function.
3023         (tr_freehook): Call lock_and_info and pass symbol info as additional
3024         parameter to tr_where.
3025         (tr_mallochook): Likewise.
3026         (tr_reallochook): Likewise.
3027         (tr_memalignhook): Likewise.
3028
3029         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
3030         used and couldn't be at all thread-safe.
3031
3032 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
3033
3034         * libio/freopen.c (freopen): Don't close old file descriptor
3035         before the new one is opened.  Instead dup the new file descriptor
3036         to the old one after the new stream is created.
3037         * libio/freopen64.c (freopen64): Likewise.
3038         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
3039         * libio/fileops.c (_IO_new_file_close_it): Handle new
3040         _IO_FLAGS2_NOCLOSE flag.
3041         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
3042         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
3043         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
3044         _IO_FLAGS2_NOCLOSE flag.
3045         * include/unistd.h: Add hidden_proto for dup3.
3046         Define __have_dup3.
3047         * io/dup3.c: Define hidden symbol.
3048         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
3049
3050         [BZ #7101]
3051         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
3052         when an incomplete long option is used.
3053         * posix/tst-getopt_long1.c: New file.
3054         * posix/Makefile (tests): Add tst-getopt_long1.
3055
3056         [BZ #10138]
3057         * scripts/config.guess: Update from autoconf-2.68.
3058         * scripts/config.sub: Likewise.
3059
3060         [BZ #10157]
3061         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
3062         tests into ...
3063         (has_cpuclock): ...this.  New function.
3064         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
3065         macro here based on has_cpuclock code.
3066
3067         [BZ #10149]
3068         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3069         First byte (not low byte) is now always NUL.
3070         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
3071
3072         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3073         Use non-cancelable interfaces.
3074
3075         [BZ #9809]
3076         * locale/iso-639.def: Add entry for Sorani.
3077
3078         [BZ #11901]
3079         * include/stdlib.h: Move include protection to the right place.
3080         Define abort_msg_s.  Declare __abort_msg with it.
3081         * stdlib/abort.c (__abort_msg): Adjust type.
3082         * assert/assert.c (__assert_fail_base): New function.  Majority
3083         of code from __assert_fail.  Allocate memory for __abort_msg with
3084         mmap.
3085         (__assert_fail): Now call __assert_fail_base.
3086         * assert/assert-perr.c: Remove bulk of implementation.  Use
3087         __assert_fail_base.
3088         * include/assert.hL Declare __assert_fail_base.
3089         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
3090         mmap.
3091         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
3092
3093 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
3094
3095         [BZ #11952]
3096         [BZ #12453]
3097         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
3098         until all modules are registered in the DTV.
3099         * elf/Makefile: Add rules to build and run tst-tls19.
3100         * elf/tst-tls19.c: New file.
3101         * elf/tst-tls19mod1.c: New file.
3102         * elf/tst-tls19mod2.c: New file.
3103         * elf/tst-tls19mod3.c: New file.
3104         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
3105
3106         [BZ #12083]
3107         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
3108         correctly.
3109
3110         [BZ #12601]
3111         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
3112         two-byte sequence errors.
3113         * iconvdata/Makefile (tests): Add bug-iconv8.
3114         * iconvdata/bug-iconv8.c: New file.
3115
3116         [BZ #12626]
3117         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
3118         buf2 definition.
3119
3120         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
3121
3122         [BZ #12432]
3123         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
3124         (dummy_getcfa): New function.
3125         (init): Get _Unwind_GetCFA address, use dummy if not found.
3126         (backtrace_helper): In recursion check, also check whether CFA changes.
3127         (__backtrace): Completely initialize arg.
3128
3129         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
3130         storing incomplete byte sequence in state object.  Avoid testing for
3131         guaranteed too small input if we know there is enough data available.
3132
3133 2011-05-11  Andreas Schwab  <schwab@redhat.com>
3134
3135         * Makeconfig (+link-pie): Indent.
3136         * Rules (binaries-pie): Define if $(have-fpie) and
3137         $(build-shared).
3138         (binaries-shared): Also filter out $(binaries-pie).
3139         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
3140         * nscd/Makefile (others-pie): Add nscd.
3141         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
3142         ($(objpfx)nscd): Remove command override.
3143         * login/Makefile (others-pie): Add pt_chown.
3144         ($(objpfx)pt_chown): Remove command override.
3145         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
3146         remove command overrides.
3147
3148 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
3149
3150         * libio/tst_putwc.c: Fix error messages.
3151
3152         [BZ #12724]
3153         * libio/fileops.c (_IO_new_file_close_it): Always flush when
3154         currently writing and seek to current position when not.
3155         * libio/Makefile (tests): Add bug-fclose1.
3156         * libio/bug-fclose1.c: New file.
3157
3158 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
3159
3160         [BZ #12511]
3161         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
3162         don't set DF_1_NODELETE here.
3163         (do_lookup_x): When entering new entry test for copy relocation
3164         and if necessary set DF_1_NODELETE flag.
3165         * elf/tst-unique4.cc: New file.
3166         * elf/tst-unique4.h: New file.
3167         * elf/tst-unique4lib.cc: New file.
3168         * elf/Makefile: Add rules to build and run tst-unique4.
3169         Patch by Piotr Bury <pbury@goahead.com>.
3170
3171 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
3172
3173         [BZ #12052]
3174         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
3175
3176         [BZ #12625]
3177         * misc/mntent_r.c (addmntent): Flush the stream after the output
3178
3179         [BZ #12393]
3180         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
3181         (is_trusted_path_normalize): Skip initial colon.  Append slash
3182         to empty buffer.  Duplicate is_trusted_path code but allow
3183         constructed patch to be prefix.
3184         (is_dst): Allow $ORIGIN followed by /.
3185         (_dl_dst_substitute): Correct clearing of check_for_trusted.
3186         Correct testing of result of is_trusted_path_normalize
3187         (decompose_rpath): Fix warning.
3188
3189 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
3190
3191         [BZ #11257]
3192         * grp/initgroups.c (internal_getgrouplist): When we found the service
3193         list through the initgroups entry in nsswitch.conf do not always
3194         continue on a successful lookup.  Don't always use the
3195         __nss_group_database value if it is set.
3196         * nss/nsswitch.conf (initgroups): Change action for successful db
3197         lookup to continue for compatibility.
3198
3199 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
3200
3201         [BZ #11532]
3202         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
3203         and CP774 modules.
3204         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
3205         and CP774 modules.
3206         * iconvdata/tst-tables.sh: Likewise.
3207         * iconvdata/cp770.c: New file.
3208         * iconvdata/cp771.c: New file.
3209         * iconvdata/cp772.c: New file.
3210         * iconvdata/cp773.c: New file.
3211         * iconvdata/cp774.c: New file.
3212         * iconvdata/testdata/CP770: New file.
3213         * iconvdata/testdata/CP770..UTF8: New file.
3214         * iconvdata/testdata/CP771: New file.
3215         * iconvdata/testdata/CP771..UTF8: New file.
3216         * iconvdata/testdata/CP772: New file.
3217         * iconvdata/testdata/CP772..UTF8: New file.
3218         * iconvdata/testdata/CP773: New file.
3219         * iconvdata/testdata/CP773..UTF8: New file.
3220         * iconvdata/testdata/CP774: New file.
3221         * iconvdata/testdata/CP774..UTF8: New file.
3222
3223         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
3224         END CHARMAP line.
3225         * iconvdata/gen-8bit-gap.sh: Likewise.
3226         * iconvdata/gen-8bit.sh: Likewise.
3227
3228         * locale/iso-639.def: Add ary entry.
3229
3230         [BZ #11258]
3231         * locale/C-translit.h.in: Add U20A1 transliteration.
3232
3233         [BZ #12178]
3234         * locale/iso-639.def: Add wae entry.
3235         Patch by Kevin Bortis <bortis@translate-wae.ch>.
3236
3237         [BZ #12545]
3238         * locale/programs/localedef.c (construct_output_path): Use ssize_t
3239         for n.
3240
3241         [BZ #12711]
3242         * locale/C-translit.h.in: Add entry for U20B9.
3243         Patch by pravin.d.s@gmail.com.
3244
3245 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
3246
3247         [BZ #12713]
3248         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
3249         ENAMETOOLONG use generic getcwd.
3250         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
3251         in rtld.  Use *stat64.
3252         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
3253         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
3254         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
3255         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
3256         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
3257         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
3258         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
3259         __fstatat64 macros.
3260         * include/dirent.h: Add libc_hidden_proto for rewinddir.
3261         * dirent/rewinddir.c: Add libc_hidden_def.
3262         * sysdeps/mach/hurd/rewinddir.c: Likewise.
3263         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
3264
3265         * include/dirent.h (__alloc_dir): Add flags parameter.
3266         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
3267         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
3268         __alloc_dir.
3269         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
3270         from fdopendir if O_CLOEXEC is already set.
3271
3272 2011-03-15  Alan Modra  <amodra@gmail.com>
3273
3274         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
3275         l_tls_firstbyte_offset non-zero.  Save padding offset in
3276         l_tls_firstbyte_offset for later use.
3277         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
3278         freeing static tls block.
3279
3280 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
3281
3282         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
3283         where #ifdef was intended.  The intent is to prevent ARG_MAX from
3284         being defined by the kernel headers.
3285
3286 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
3287
3288         [BZ #12734]
3289         * resolv/resolv.h: Define RES_NOTLDQUERY.
3290         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
3291         no-tld-query and set RES_NOTLDQUERY.
3292         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
3293         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
3294         modern BIND to search name as TLD unless forbidden.
3295
3296 2011-05-07  Petr Baudis  <pasky@suse.cz>
3297             Ulrich Drepper  <drepper@gmail.com>
3298
3299         [BZ #12393]
3300         * elf/dl-load.c (fillin_rpath): Move trusted path check...
3301         (is_trusted_path): ...to here.
3302         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
3303         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
3304         using is_trusted_path_normalize() in setuid scripts.
3305
3306 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3307
3308         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
3309         __BEGIN/__END_DECLS.
3310
3311 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
3312
3313         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
3314         NSS_STATUS_NOTFOUND if no record was found.
3315
3316 2011-05-05  Andreas Schwab  <schwab@redhat.com>
3317
3318         * sunrpc/Makefile (headers): Add rpc/netdb.h.
3319         (headers-not-in-tirpc): Remove rpc/netdb.h
3320         * resolv/netdb.h: Revert last change.
3321
3322 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
3323
3324         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
3325         circular dependency between libgcc.a and libc.a.
3326
3327 2011-05-05  Andreas Schwab  <schwab@redhat.com>
3328
3329         * resolv/netdb.h: Don't include <rpc/netdb.h>.
3330         * nis/Makefile: Don't install rpcsvc/*.
3331         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
3332         instead of <rpc/types.h>.
3333         (MAXHOSTNAMELEN): Define.
3334
3335 2011-05-03  Andreas Schwab  <schwab@redhat.com>
3336
3337         * elf/ldconfig.c (add_dir): Don't crash on empty path.
3338
3339 2011-04-28  Maciej Babinski  <mbabinski@google.com>
3340
3341         [BZ #12714]
3342         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
3343         gethostbyname4_r when IPv6 results are possible.
3344
3345 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
3346
3347         [BZ #12723]
3348         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
3349         _PC_PIPE_BUF handling.
3350
3351 2011-04-30  Bruno Haible  <bruno@clisp.org>
3352
3353         [BZ #12717]
3354         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
3355         * resolv/netdb.h (getnameinfo): Change type of flags parameter
3356         to 'int'.
3357         * inet/getnameinfo.c (getnameinfo): Likewise.
3358
3359 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
3360
3361         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
3362         to groups setting in database lookup.
3363         * nss/nsswitch.conf: Add initgroups entry.
3364
3365 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
3366
3367         [BZ #12685]
3368         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
3369         mode string.
3370         Patch by Eric Blake <eblake@redhat.com>.
3371
3372 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
3373
3374         * sunrpc/Makefile (need-export-routines): Add svc_run.
3375         (routines): Remove svc_run.
3376         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
3377         * sunrpc/clnt_perr.c (clnt_perrno): Export.
3378         * sunrpc/svc_run.c (svc_run): Likewise.
3379         * sunrpc/svc_udp.c (svcudp_create): Likewise.
3380
3381 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
3382
3383         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
3384         problem in reallocation in last patch.
3385
3386 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
3387
3388         * sunrpc/Makefile: Move inclusion of Rules.
3389
3390 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
3391
3392         * nss/nss_files/files-initgroups.c: New file.
3393         * nss/Makefile (libnss_files-routines): Add files-initgroups.
3394         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
3395         _nss_files_initgroups_dyn.
3396
3397 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
3398
3399         * elf/elf.h (R_ARM_IRELATIVE): Define.
3400
3401 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
3402
3403         * po/ru.po: Update from translation team.
3404
3405 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
3406
3407         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
3408         dependencies.
3409
3410 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
3411
3412         [BZ #12653]
3413         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
3414         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
3415         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3416         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3417         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3418
3419 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
3420
3421         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
3422         differing bytes.
3423         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
3424         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
3425         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
3426
3427 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
3428
3429         [BZ #12420]
3430         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
3431         storing it.
3432         * stdlib/bug-getcontext.c: New file.
3433         * stdlib/Makefile: Add rules to build and run bug-getcontext.
3434
3435 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3436
3437         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
3438         instructions into .machine "z9-109".
3439         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
3440         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
3441
3442 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3443
3444         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
3445         between environment variables and auxiliary vector.
3446
3447 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
3448
3449         * Makefile: Add rules to build linkobj/libc.so.
3450         * include/libc-symbols.h: Define libc_hidden_nolink.
3451         * include/rpc/auth.h: Mark functions which are to be hidden.
3452         * include/rpc/auth_des.h: Likewise.
3453         * include/rpc/auth_unix.h: Likewise.
3454         * include/rpc/clnt.h: Likewise.
3455         * include/rpc/des_crypt.h: Likewise.
3456         * include/rpc/key_prot.h: Likewise.
3457         * include/rpc/pmap_clnt.h: Likewise.
3458         * include/rpc/pmap_prot.h: Likewise.
3459         * include/rpc/pmap_rmt.h: Likewise.
3460         * include/rpc/rpc_msg.h: Likewise.
3461         * include/rpc/svc.h: Likewise.
3462         * include/rpc/svc_auth.h: Likewise.
3463         * include/rpc/xdr.h: Likewise.
3464         * nis/Makefile: Link all DSOs against linkobj/libc.so.
3465         * nss/Makefile: Likewise.
3466         * sunrpc/Makefile: Don't install headers.  Build library with normal
3467         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
3468         * sunrpc/auth_des.c: Hide exported symbols by default, export some
3469         for the compat linking library.  Remove use of INTDEF/INTUSE.
3470         * sunrpc/auth_none.c: Likewise.
3471         * sunrpc/auth_unix.c: Likewise.
3472         * sunrpc/authdes_prot.c: Likewise.
3473         * sunrpc/authuxprot.c: Likewise.
3474         * sunrpc/clnt_gen.c: Likewise.
3475         * sunrpc/clnt_perr.c: Likewise.
3476         * sunrpc/clnt_raw.c: Likewise.
3477         * sunrpc/clnt_simp.c: Likewise.
3478         * sunrpc/clnt_tcp.c: Likewise.
3479         * sunrpc/clnt_udp.c: Likewise.
3480         * sunrpc/clnt_unix.c: Likewise.
3481         * sunrpc/des_crypt.c: Likewise.
3482         * sunrpc/des_soft.c: Likewise.
3483         * sunrpc/get_myaddr.c: Likewise.
3484         * sunrpc/key_call.c: Likewise.
3485         * sunrpc/key_prot.c: Likewise.
3486         * sunrpc/netname.c: Likewise.
3487         * sunrpc/pm_getmaps.c: Likewise.
3488         * sunrpc/pm_getport.c: Likewise.
3489         * sunrpc/pmap_clnt.c: Likewise.
3490         * sunrpc/pmap_prot.c: Likewise.
3491         * sunrpc/pmap_prot2.c: Likewise.
3492         * sunrpc/pmap_rmt.c: Likewise.
3493         * sunrpc/publickey.c: Likewise.
3494         * sunrpc/rpc_cmsg.c: Likewise.
3495         * sunrpc/rpc_common.c: Likewise.
3496         * sunrpc/rpc_dtable.c: Likewise.
3497         * sunrpc/rpc_prot.c: Likewise.
3498         * sunrpc/rpc_thread.c: Likewise.
3499         * sunrpc/rtime.c: Likewise.
3500         * sunrpc/svc.c: Likewise.
3501         * sunrpc/svc_auth.c: Likewise.
3502         * sunrpc/svc_authux.c: Likewise.
3503         * sunrpc/svc_raw.c: Likewise.
3504         * sunrpc/svc_run.c: Likewise.
3505         * sunrpc/svc_simple.c: Likewise.
3506         * sunrpc/svc_tcp.c: Likewise.
3507         * sunrpc/svc_udp.c: Likewise.
3508         * sunrpc/svc_unix.c: Likewise.
3509         * sunrpc/svcauth_des.c: Likewise.
3510         * sunrpc/xcrypt.c: Likewise.
3511         * sunrpc/xdr.c: Likewise.
3512         * sunrpc/xdr_array.c: Likewise.
3513         * sunrpc/xdr_float.c: Likewise.
3514         * sunrpc/xdr_intXX_t.c: Likewise.
3515         * sunrpc/xdr_mem.c: Likewise.
3516         * sunrpc/xdr_rec.c: Likewise.
3517         * sunrpc/xdr_ref.c: Likewise.
3518         * sunrpc/xdr_sizeof.c: Likewise.
3519         * sunrpc/xdr_stdio.c: Likewise.
3520
3521 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
3522
3523         [BZ #12650]
3524         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
3525         * sysdeps/ia64/dl-tls.h: Likewise.
3526         * sysdeps/powerpc/dl-tls.h: Likewise.
3527         * sysdeps/s390/dl-tls.h: Likewise.
3528         * sysdeps/sh/dl-tls.h: Likewise.
3529         * sysdeps/sparc/dl-tls.h: Likewise.
3530         * sysdeps/x86_64/dl-tls.h: Likewise.
3531         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
3532
3533 2011-03-14  Andreas Schwab  <schwab@redhat.com>
3534
3535         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
3536         rpath element also skip the following colon.
3537         (expand_dynamic_string_token): Add is_path parameter and pass
3538         down to DL_DST_REQUIRED and _dl_dst_substitute.
3539         (decompose_rpath): Call expand_dynamic_string_token with
3540         non-zero is_path.  Ignore empty rpaths.
3541         (_dl_map_object_from_fd): Call expand_dynamic_string_token
3542         with zero is_path.
3543
3544 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
3545
3546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
3547         Make cancelable.
3548
3549 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
3550
3551         [BZ #12655]
3552         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
3553         Patch by Filipe David Manana <fdmanana@apache.org>.
3554
3555 2011-04-07  Andreas Schwab  <schwab@redhat.com>
3556
3557         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
3558         Maintain aligned stack.
3559         (CHECK_RSP): Remove unused macro.
3560
3561 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
3562
3563         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
3564         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3565
3566 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
3567
3568         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
3569
3570         * include/features.h: Mention __USE_XOPEN2K8 in comment.
3571
3572 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
3573
3574         [BZ #12518]
3575         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
3576         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
3577         * sysdeps/x86_64/memmove.c: New file.
3578         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
3579         (memcpy): Renamed to ...
3580         (__new_memcpy): This.
3581         (memcpy): Provide GLIBC_2_14 memcpy.
3582         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
3583         (memcpy): Provide GLIBC_2_2_5 memcpy.
3584
3585 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
3586
3587         [BZ #12631]
3588         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
3589
3590 2011-03-30  Andreas Schwab  <schwab@redhat.com>
3591
3592         * misc/syncfs.c: New file.
3593         * misc/Makefile (routines): Add syncfs.
3594         * posix/unistd.h: Declare syncfs.
3595         * sysdeps/unix/syscalls.list: Add syncfs.
3596
3597 2011-04-01  Andreas Schwab  <schwab@redhat.com>
3598
3599         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
3600         open_by_handle_at.
3601         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3602         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3603         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3604         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3605         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3606         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3607         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3608
3609 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
3610
3611         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
3612         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3613         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3614         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3615         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3616         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3617         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3618
3619         * io/Makefile: Compile fallocate.c, fallocate64.c, and
3620         sync_file_range.c with -fexceptions.
3621         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
3622         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3623         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
3624         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
3625         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3626         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
3627         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3628         sync_file_range as cancellation point
3629         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
3630         now a wrapper around __call_sync_file_range with cancellation handling.
3631         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
3632         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
3633         function name to __call_sync_file_range.
3634         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
3635         Add call_sync_file_range.
3636
3637 2011-04-01  Andreas Schwab  <schwab@redhat.com>
3638
3639         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3640         bits/timex.h.
3641
3642 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
3643
3644         * iconv/iconv.h: Fix typo in comment.
3645         * io/fcntl.h: Likewise.
3646         * libio/stdio.h: Likewise.
3647         * posix/spawn.h: Likewise.
3648         * posix/unistd.h: Likewise.
3649         * stdlib/stdlib.h: Likewise.
3650         * time/time.h: Likewise.
3651         * wcsmbs/wchar.h: Likewise.
3652
3653         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
3654         open_by_handle): Add.
3655         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
3656         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
3657         Augment a few comments.
3658         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3659         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3660         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3661         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3662         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3663         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
3664         open_by_handle.
3665
3666         * io/fcntl.h (AT_EMPTY_PATH): Define.
3667
3668 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
3669
3670         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
3671         * sysdeps/unix/sysv/linux/bits/time.h: New file.
3672         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
3673         to...
3674         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
3675         * Versions.def: Add GLIBC_2.14.
3676         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
3677         Export.
3678
3679 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
3680
3681         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
3682         round counter.
3683         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
3684
3685 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
3686
3687         [BZ #12597]
3688         * string/test-strncmp.c (do_page_test): New function.
3689         (check2): Likewise.
3690         (test_main): Call check2.
3691         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
3692
3693 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
3694
3695         [BZ #12587]
3696         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
3697         Handle cache information in CPU leaf 4.
3698         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
3699
3700 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
3701
3702         [BZ #12583]
3703         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
3704         character representation.
3705         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
3706
3707 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
3708
3709         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
3710         END(__isnan) to END(__isnanf) to match function entry point/label
3711         EALIGN(__isnanf,...).
3712
3713 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
3714
3715         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
3716
3717 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
3718
3719         [BZ #12510]
3720         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
3721         copy from the symbol referenced in the relocation to initialize the
3722         used variable.
3723         Patch by Piotr Bury <pbury@goahead.com>.
3724         * elf/Makefile: Add rules to build and tst-unique3.
3725         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
3726         * elf/tst-unique3.cc: New file.
3727         * elf/tst-unique3.h: New file.
3728         * elf/tst-unique3lib.cc: New file.
3729         * elf/tst-unique3lib2.cc: New file.
3730
3731         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
3732
3733 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
3734
3735         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
3736         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
3737         to _start.
3738
3739 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
3740
3741         * elf/dl-load.c (_dl_map_object): If we are looking for the first
3742         to-be-loaded object along a path to loader is ld.so.
3743
3744 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
3745             Ulrich Drepper  <drepper@gmail.com>
3746
3747         * sysdeps/x86_64/memset.S: After aligning destination, code
3748         branches to different locations depending on the value of
3749         misalignment, when multiarch is enabled. Fix this.
3750
3751 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
3752
3753         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
3754         Set _x86_64_preferred_memory_instruction for AMD processsors.
3755         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3756         Set bit_Prefer_SSE_for_memop for AMD processors.
3757
3758 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
3759
3760         * libio/fmemopen.c (fmemopen): Optimize a bit.
3761
3762 2011-03-03  Andreas Schwab  <schwab@redhat.com>
3763
3764         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
3765
3766 2011-03-03  Roland McGrath  <roland@redhat.com>
3767
3768         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
3769
3770 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
3771
3772         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
3773         __bzero_ultra1 instead of __memset_ultra1.
3774
3775 2011-02-23  Andreas Schwab  <schwab@redhat.com>
3776             Ulrich Drepper  <drepper@gmail.com>
3777
3778         [BZ #12509]
3779         * include/link.h (struct link_map): Add l_orig_initfini.
3780         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
3781         returning unsuccessfully.
3782         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
3783         close of a file loaded at startup, restore the original l_initfini
3784         list.
3785         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
3786         list, store the pointer.
3787         * elf/Makefile ($(objpfx)noload-mem): New rule.
3788         (noload-ENV): Define.
3789         (tests): Add $(objpfx)noload-mem.
3790         * elf/noload.c: Include <memcheck.h>.
3791         (main): Call mtrace.  Close all opened handles.
3792
3793 2011-02-17  Andreas Schwab  <schwab@redhat.com>
3794
3795         [BZ #12454]
3796         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
3797         dependencies are missing.
3798
3799 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3800
3801         Fix __if_freereq crash: Unlike the generic version which uses free,
3802         Hurd needs munmap.
3803         * sysdeps/mach/hurd/ifreq.h: New file.
3804
3805 2011-01-27  Petr Baudis  <pasky@suse.cz>
3806             Ulrich Drepper  <drepper@gmail.com>
3807
3808         [BZ 12445]#
3809         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
3810         to extend_alloca().
3811         * stdio-common/bug23.c: New file.
3812         * stdio-common/Makefile (tests): Add bug23.
3813
3814 2010-09-28  Andreas Schwab  <schwab@redhat.com>
3815             Ulrich Drepper  <drepper@gmail.com>
3816
3817         [BZ #12489]
3818         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
3819         before performing relro protection.  At old place add assertion
3820         to make sure nothing changed.
3821
3822 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
3823             Glauber de Oliveira Costa  <glommer@gmail.com>
3824
3825         * elf/elf.h: Add new ARM TLS relocs.
3826
3827 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
3828
3829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
3830         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
3831         cast from r3.
3832         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
3833         'tests' variable.
3834         * sysdeps/wordsize-64/tst-writev.c: New file.
3835
3836 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
3837
3838         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
3839         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
3840         insns in _dl_start to prevent a TOC reference before relocs are
3841         resolved.
3842
3843 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
3844
3845         [BZ #12469]
3846         * Makeconfig: Remove RANLIB definition.
3847         * Makerules: Don't use RANLIB.
3848         * aclocal.m4: Remove ranlib test.
3849         * configure.in: No need to check for ranlib.
3850         * elf/rtld-Rules: Don't use RANLIB.
3851
3852 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3853
3854         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
3855         protection macro.
3856         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
3857         inclusion protection macro.
3858
3859         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
3860         SIGRTMIN and SIGRTMAX and print information in that case only when
3861         SIGRTMIN is defined.
3862
3863 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
3864
3865         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
3866         arginfo fn returning -1.
3867
3868         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
3869         and thousands string is zero terminated.
3870
3871 2011-02-03  Andreas Schwab  <schwab@redhat.com>
3872
3873         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
3874         sysdeps/unix/sysv/linux/bits/socket.h.
3875
3876 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3877
3878         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
3879         (__CPU_COUNT): Remove old macros.
3880         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
3881         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
3882         (__CPU_ALLOC, __CPU_FREE): Add macros.
3883         (__sched_cpualloc, __sched_cpufree): Add declarations.
3884
3885 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
3886
3887         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
3888         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
3889         * nscd/aicache.c (addhstaiX): Return timeout of added value.
3890         (readdhstai): Return value of addhstaiX call.
3891         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
3892         (addgrbyX): Return value returned by cache_addgr.
3893         (readdgrbyname): Return value returned by addgrbyX.
3894         (readdgrbygid): Likewise.
3895         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
3896         (addpwbyX): Return value returned by cache_addpw.
3897         (readdpwbyname): Return value returned by addhstbyX.
3898         (readdpwbyuid): Likewise.
3899         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
3900         (addservbyX): Return value returned by cache_addserv.
3901         (readdservbyname): Return value returned by addservbyX:
3902         (readdservbyport): Likewise.
3903         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
3904         (addhstbyX): Return value returned by cache_addhst.
3905         (readdhstbyname): Return value returned by addhstbyX.
3906         (readdhstbyaddr): Likewise.
3907         (readdhstbynamev6): Likewise.
3908         (readdhstbyaddrv6): Likewise.
3909         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
3910         (readdinitgroups): Return value returned by addinitgroupsX.
3911         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
3912         (prune_cache): Keep track of timeout value of re-added entries.
3913         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
3914         * nscd/nscd.h: Adjust prototypes of readd* functions.
3915
3916 2011-02-04  Roland McGrath  <roland@redhat.com>
3917
3918         * nis/nis_server.c (nis_servstate): Use the right name for 0.
3919         (nis_stats): Likewise.
3920         * nis/nis_modify.c (nis_modify): Likewise.
3921         * nis/nis_remove.c (nis_remove): Likewise.
3922         * nis/nis_add.c (nis_add): Likewise.
3923
3924         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
3925
3926         * posix/fnmatch_loop.c: Add some consts.
3927
3928         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
3929
3930 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
3931
3932         [BZ #12460]
3933         * config.make.in (config-cflags-novzeroupper): Define.
3934         * configure.in: Substitute libc_cv_cc_novzeroupper.
3935         * elf/Makefile (AVX-CFLAGS): Define.
3936         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
3937         (CFLAGS-tst-auditmod4a.c): Likewise.
3938         (CFLAGS-tst-auditmod4b.c): Likewise.
3939         (CFLAGS-tst-auditmod6b.c): Likewise.
3940         (CFLAGS-tst-auditmod6c.c): Likewise.
3941         (CFLAGS-tst-auditmod7b.c): Likewise.
3942         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
3943
3944 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
3945
3946         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
3947         function to the callback.
3948         Patch partly by Jiri Olsa <jolsa@redhat.com>.
3949
3950 2011-02-02  Andreas Schwab  <schwab@redhat.com>
3951
3952         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
3953         of errno.
3954
3955 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
3956
3957         [BZ #11724]
3958         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
3959         of constructors.
3960         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
3961         of destructors.
3962         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
3963
3964         [BZ #11724]
3965         * elf/Makefile: Add rules to build and run new test.
3966         * elf/tst-initorder.c: New file.
3967         * elf/tst-initorder.exp: New file.
3968         * elf/tst-initordera1.c: New file.
3969         * elf/tst-initordera2.c: New file.
3970         * elf/tst-initordera3.c: New file.
3971         * elf/tst-initordera4.c: New file.
3972         * elf/tst-initorderb1.c: New file.
3973         * elf/tst-initorderb2.c: New file.
3974         * elf/tst-order-a1.c: New file.
3975         * elf/tst-order-a2.c: New file.
3976         * elf/tst-order-a3.c: New file.
3977         * elf/tst-order-a4.c: New file.
3978         * elf/tst-order-b1.c: New file.
3979         * elf/tst-order-b2.c: New file.
3980         * elf/tst-order-main.c: New file.
3981         New test case by George Gensure <werkt0@gmail.com>.
3982
3983 2010-10-01  Andreas Schwab  <schwab@redhat.com>
3984
3985         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
3986         decoding ACE if AI_CANONIDN.
3987
3988 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
3989
3990         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
3991
3992 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
3993
3994         * version.h (RELEASE): Bump for 2.13 release.
3995         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
3996
3997         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
3998
3999         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
4000         MADV_NOHUGEPAGE.
4001         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
4002         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
4003         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
4004         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
4005         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
4006         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
4007
4008         * posix/getconf.c: Update copyright year.
4009         * catgets/gencat.c: Likewise.
4010         * csu/version.c: Likewise.
4011         * debug/catchsegv.sh: Likewise.
4012         * debug/xtrace.sh: Likewise.
4013         * elf/ldconfig.c: Likewise.
4014         * elf/ldd.bash.in: Likewise.
4015         * elf/sprof.c (print_version): Likewise.
4016         * iconv/iconv_prog.c: Likewise.
4017         * iconv/iconvconfig.c: Likewise.
4018         * locale/programs/locale.c: Likewise.
4019         * locale/programs/localedef.c: Likewise.
4020         * malloc/memusage.sh: Likewise.
4021         * malloc/mtrace.pl: Likewise.
4022         * nscd/nscd.c (print_version): Likewise.
4023         * nss/getent.c: Likewise.
4024
4025         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
4026         PF_CAIF, and PF_ALG.
4027         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4028
4029 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
4030
4031         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
4032         (modules-names): Use them.
4033         (ifunc-test-modules, ifunc-pie-tests): Define.
4034         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
4035         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
4036         (test-extras): Likewise.
4037         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
4038         $(compile-command.c).
4039         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
4040         (all-built-dso): Define.
4041         (check-textrel.out, check-execstack.out): Depend on it.
4042
4043         * configure.in: Don't override --enable-multi-arch.
4044
4045 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
4046
4047         [BZ #6812]
4048         * nscd/hstcache.c (tryagain): Define.
4049         (cache_addhst): Return tryagain not notfound for temporary errors.
4050         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
4051         failed.
4052
4053 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
4054
4055         [BZ #10563]
4056         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
4057         to make the syscall.
4058         * sysdeps/unix/sysv/linux/setgroups.c: New file.
4059
4060         [BZ #12378]
4061         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
4062         and fall back to matching as normal character if the string ends before
4063         the matching ']' is found.  This is what POSIX requires.
4064         * posix/testfnm.c: Adjust test result.
4065         * posix/globtest.sh: Adjust test result.  Add new test.
4066         * posix/tst-fnmatch.input: Likewise.
4067         * posix/tst-fnmatch2.c: Add new test.
4068
4069 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4070
4071         * elf/Makefile (check-execstack): Revert last change.  Depend on
4072         check-execstack.h.
4073         (check-execstack.h): New target.
4074         (generated): Add check-execstack.h.
4075         * elf/check-execstack.c: Include "check-execstack.h".
4076         (main): Revert last change.
4077         (handle_file): Return zero if GNU_STACK is absent and
4078         DEFAULT_STACK_PERMS doesn't include PF_X.
4079
4080 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
4081
4082         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
4083         in child fails because the descriptor is already closed.
4084         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
4085         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
4086         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
4087
4088         [BZ #12397]
4089         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
4090         syscall.
4091
4092         [BZ #10484]
4093         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
4094         temporary buffer used to handle multi lookups locally.
4095         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
4096
4097 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
4098
4099         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
4100         loader is ld.so.
4101
4102 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
4103
4104         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
4105         alignment for SSE2.
4106
4107 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
4108
4109         [BZ #12394]
4110         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
4111         characters.  When rounding increased number of integer digits recompute
4112         number of groups.
4113         * stdio-common/tst-grouping.c: New file.
4114         * stdio-common/Makefile: Add rules to build and run tst-grouping.
4115
4116 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
4117
4118         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
4119         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
4120
4121         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
4122         void.
4123         * bits/select.h: Likewise.
4124
4125 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
4126
4127         * po/ja.po: Update from translation team.
4128
4129 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
4130
4131         [BZ #11155]
4132         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
4133         implementation just like for lxstat, fxstatat, et al.
4134
4135 2010-12-27  Jim Meyering  <meyering@redhat.com>
4136
4137         [BZ #12348]
4138         * posix/regexec.c (build_trtable): Return failure indication upon
4139         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
4140
4141 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
4142
4143         [BZ #12201]
4144         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
4145         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
4146         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
4147         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
4148
4149         [BZ #12207]
4150         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
4151
4152         [BZ #12204]
4153         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
4154         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
4155
4156 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
4157
4158         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
4159         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
4160         script has SORT_BY_INIT_PRIORITY.
4161         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
4162         NO_CTORS_DTORS_SECTIONS is defined.
4163         * elf/soinit.c: Likewise.
4164         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
4165         NO_CTORS_DTORS_SECTIONS is defined.
4166         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
4167         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
4168         * sysdeps/sh/init-first.c: Likewise.
4169         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
4170
4171 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
4172
4173         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
4174         always use the slow path.
4175
4176 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
4177
4178         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
4179         similar rule which adds the sysdep directories to the header search in
4180         order to pick up the correct platform stackinfo.h.
4181         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
4182         perform test if it is, otherwise return successfully without testing.
4183         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
4184         DEFAULT_STACK_PERMS define in stackinfo.h.
4185         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
4186         defined in stackinfo.h.
4187         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
4188         DEFAULT_STACK_PERMS defined in stackinfo.h.
4189         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
4190         * sysdeps/ia64/stackinfo.h: Likewise.
4191         * sysdeps/s390/stackinfo.h: Likewise.
4192         * sysdeps/sh/stackinfo.h: Likewise.
4193         * sysdeps/sparc/stackinfo.h: Likewise.
4194         * sysdeps/x86_64/stackinfo.h: Likewise.
4195         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
4196         PF_X for powerpc64.  Retain PF_X for powerpc32.
4197
4198 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
4199
4200         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
4201         accurately.
4202         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
4203         GETDENTS_64BIT_ALIGNED.
4204
4205 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
4206
4207         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
4208
4209 2010-12-10  Andreas Schwab  <schwab@redhat.com>
4210
4211         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
4212         _GNU_SOURCE.
4213
4214         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
4215         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
4216         Remove __restrict.
4217         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
4218         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
4219
4220 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
4221
4222         [BZ #11655]
4223         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
4224         are initialized.
4225
4226 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
4227
4228         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
4229
4230 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
4231
4232         * po/it.po: Update from translation team.
4233
4234 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
4235
4236         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
4237         unused codes.
4238
4239 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
4240
4241         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
4242
4243 2010-11-24  Andreas Schwab  <schwab@redhat.com>
4244
4245         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
4246         specially.
4247         (gaih_getanswer_slice): Likewise.
4248
4249 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
4250
4251         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
4252
4253 2010-05-31  Petr Baudis  <pasky@suse.cz>
4254
4255         [BZ #11149]
4256         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
4257         silently even in the chroot mode.
4258
4259 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
4260
4261         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
4262         last patch a bit.  Pretty printing
4263
4264 2010-05-31  Petr Baudis <pasky@suse.cz>
4265
4266         [BZ #10085]
4267         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
4268         initialization of skip_initgroups_dyn.
4269
4270 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
4271
4272         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
4273         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
4274
4275 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
4276
4277         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
4278
4279 2010-11-11  Andreas Schwab  <schwab@redhat.com>
4280
4281         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
4282         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
4283         (tst-fnmatch-ENV): Set MALLOC_TRACE.
4284         ($(objpfx)tst-fnmatch-mem): New rule.
4285         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
4286         * posix/tst-fnmatch.c (main): Call mtrace.
4287
4288 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
4289
4290         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4291         Support Intel processor model 6 and model 0x2c.
4292
4293 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
4294
4295         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
4296           signed comparison.
4297
4298 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
4299
4300         [BZ #12205]
4301         * string/test-strncasecmp.c (check_result): New function.
4302         (do_one_test): Use it.
4303         (check1): New function.
4304         (test_main): Use it.
4305         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
4306         Support strcasecmp and strncasecmp.
4307
4308 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
4309
4310         [BZ #12194]
4311         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
4312         * sysdeps/x86_64/bits/byteswap.h: Likewise.
4313
4314 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4315
4316         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
4317         IFUNC support.
4318         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4319         memset-x86-64.
4320         * sysdeps/x86_64/multiarch/bzero.S: New file.
4321         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
4322         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
4323         * sysdeps/x86_64/multiarch/memset.S: New file.
4324         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
4325         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4326         Set bit_Prefer_SSE_for_memop for Intel processors.
4327         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
4328         Define.
4329         (index_Prefer_SSE_for_memop): Define.
4330         (HAS_PREFER_SSE_FOR_MEMOP): Define.
4331
4332 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
4333
4334         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
4335         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
4336
4337 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4338
4339         [BZ #12191]
4340         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
4341         (__x86_64_raw_data_cache_size_half): Likewise.
4342         (__x86_64_raw_shared_cache_size): Likewise.
4343         (__x86_64_raw_shared_cache_size_half): Likewise.
4344
4345         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
4346         (__x86_64_raw_data_cache_size_half): Likewise.
4347         (__x86_64_raw_shared_cache_size): Likewise.
4348         (__x86_64_raw_shared_cache_size_half): Likewise.
4349         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
4350         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
4351         and __x86_64_raw_shared_cache_size_half.  Round
4352         __x86_64_data_cache_size_half, __x86_64_data_cache_size
4353         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
4354         to multiple of 256 bytes.
4355
4356 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
4357
4358         [BZ #12167]
4359         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
4360         of inacessible symlinks.  Verify result of symlink before returning it.
4361         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
4362         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
4363
4364 2010-10-28  Erich Ritz  <erichritz@gmail.com>
4365
4366         * math/math.h (isinf): Fix typo in comment.
4367
4368 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
4369
4370         * po/da.po: Update from translation team.
4371
4372 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
4373
4374         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
4375         is added to the list.
4376
4377 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4378             Ulrich Drepper  <drepper@gmail.com>
4379
4380         * elf/dl-object.c (_dl_new_object): Don't append the new object to
4381         the global list here.  Move code to...
4382         (_dl_add_to_namespace_list): ...here.  New function.
4383         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
4384         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
4385         * elf/dl-load.c (lose): Don't remove the element from the list.
4386         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
4387         (_dl_map_object): Likewise.
4388
4389 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
4390
4391         [BZ #12159]
4392         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
4393         into all bytes of SSE register.
4394         Patch by Richard Li <richardpku@gmail.com>.
4395
4396 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
4397
4398         [BZ #12140]
4399         * malloc/malloc.c (_int_free): Fill correct number of bytes when
4400         perturbing.
4401
4402 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
4403
4404         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
4405         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
4406         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
4407         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
4408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
4409         submachine.
4410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
4411
4412 2010-10-22  Andreas Schwab  <schwab@redhat.com>
4413
4414         * include/dlfcn.h (__RTLD_SECURE): Define.
4415         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
4416         mode & __RTLD_SECURE instead.
4417         (open_path): Rename preloaded parameter to secure.
4418         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
4419         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
4420         * elf/dl-deps.c (openaux): Likewise.
4421         * elf/rtld.c (struct map_args): Remove is_preloaded.
4422         (map_doit): Don't use it.
4423         (dl_main): Likewise.
4424         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
4425         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
4426
4427 2010-09-09  Andreas Schwab  <schwab@redhat.com>
4428
4429         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
4430         (sysd-rules-targets): Remove duplicates.
4431         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
4432         rtld-%.$o dependency.
4433
4434 2010-10-18  Andreas Schwab  <schwab@redhat.com>
4435
4436         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
4437         _dl_map_object do it.
4438
4439 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
4440
4441         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
4442         fast fma builtins, define the macros in the C99 standard.
4443         (FP_FAST_FMAF): Likewise.
4444         (FP_FAST_FMAL): Likewise.
4445         * sysdeps/x86_64/bits/mathdef.h: Likewise.
4446
4447         * bits/mathdef.h: Update copyright year.
4448         * sysdeps/powerpc/bits/mathdef.h: Likewise.
4449
4450 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
4451
4452         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
4453         builtins, define the macros in the C99 standard.
4454         (FP_FAST_FMAF): Likewise.
4455         (FP_FAST_FMAL): Likewise.
4456         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
4457         multiply/add.
4458         (FP_FAST_FMAF): Likewise.
4459
4460 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
4461
4462         [BZ #3268]
4463         * math/libm-test.inc (fma_test): Some new testcases.
4464         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
4465         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
4466         y and infinite z.  Do multiplication by C already in long double.
4467         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
4468         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
4469         y and infinite z.  Do bitwise or of inexact bit into u.d.
4470         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
4471         * sysdeps/i386/fpu/s_fmaf.S: Removed.
4472         * sysdeps/i386/fpu/s_fma.S: Removed.
4473         * sysdeps/i386/fpu/s_fmal.S: Removed.
4474
4475 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
4476
4477         [BZ #3268]
4478         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
4479         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
4480         computation is not scheduled after fetestexcept.  Fix value
4481         of minimum denormal long double.
4482
4483 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
4484
4485         [BZ #3268]
4486         * math/libm-test.inc (fma_test): Add some more tests.
4487         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
4488         correctly.
4489
4490 2010-10-15  Andreas Schwab  <schwab@redhat.com>
4491
4492         * scripts/data/localplt-s390-linux-gnu.data: New file.
4493         * scripts/data/localplt-s390x-linux-gnu.data: New file.
4494
4495 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
4496
4497         [BZ #3268]
4498         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
4499         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
4500         instead of dbl-64.
4501         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
4502         inlines.
4503         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
4504         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
4505         if one of x and y is very large and the other is subnormal.
4506         * sysdeps/s390/fpu/s_fmaf.c: New file.
4507         * sysdeps/s390/fpu/s_fma.c: New file.
4508         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
4509         * sysdeps/powerpc/fpu/s_fma.S: New file.
4510         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
4511         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
4512         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
4513
4514 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
4515
4516         [BZ #3268]
4517         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
4518         fma tests.
4519         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
4520         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
4521         * sysdeps/i386/i686/multiarch/s_fma.c: Include
4522         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
4523         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
4524         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
4525         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
4526
4527 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
4528
4529         [BZ #12078]
4530         * posix/regcomp.c (parse_branch): One more memory leak plugged.
4531         * posix/bug-regex31.input: Add test case.
4532
4533 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
4534
4535         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
4536         * posix/bug-regex31.input: New file.
4537
4538         [BZ #12078]
4539         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
4540         (parse_sub_exp): Fix last change, use postorder.
4541
4542         * posix/bug-regex31.c: New file.
4543         * posix/Makefile: Add rules to build and run bug-regex31.
4544
4545         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
4546
4547         [BZ #12078]
4548         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
4549
4550         [BZ #12108]
4551         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
4552         to have entries in sys_siglist.
4553
4554         [BZ #12093]
4555         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
4556         be NULL.
4557
4558 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
4559
4560         [BZ #3268]
4561         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
4562         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
4563         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
4564         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
4565         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
4566         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
4567         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
4568         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
4569         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
4570         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
4571         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
4572         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
4573         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4574         * math/ftestexcept.c (fetestexcept): Likewise.
4575         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
4576         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
4577         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
4578         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
4579         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
4580         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
4581         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
4582
4583 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
4584
4585         [BZ #12107]
4586         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
4587         newline.
4588
4589 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
4590
4591         * string/bug-strstr1.c: New file.
4592         * string/Makefile: Add rules to build and run bug-strstr1.
4593
4594 2010-10-05  Eric Blake  <eblake@redhat.com>
4595
4596         [BZ #12092]
4597         * string/str-two-way.h (two_way_long_needle): Always clear memory
4598         when skipping input due to the shift table.
4599
4600 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
4601
4602         [BZ #12005]
4603         * malloc/mcheck.c: Handle large requests.
4604
4605         [BZ #12077]
4606         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
4607         for strncmp and strncasecmp.
4608         * string/stratcliff.c: Add tests for strcmp and strncmp.
4609         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
4610
4611 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
4612
4613         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
4614         __set_fpscr.
4615
4616 2010-09-30  Andreas Jaeger  <aj@suse.de>
4617
4618         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
4619         (CGROUP_SUPER_MAGIC): Define.
4620         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4621         Handle btrfs and cgroup file systems.
4622         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
4623         Likewise.
4624
4625 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
4626
4627         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
4628         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
4629
4630 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4631
4632         [BZ #12067]
4633         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
4634         trying to locate the ELF header.
4635
4636 2010-09-27  Andreas Schwab  <schwab@redhat.com>
4637
4638         [BZ #11611]
4639         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
4640         Mask out sign-bit copies when constructing f_fsid.
4641
4642 2010-09-24  Petr Baudis <pasky@suse.cz>
4643
4644         * debug/stack_chk_fail_local.c: Add missing licence exception.
4645         * debug/warning-nop.c: Likewise.
4646
4647 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
4648
4649         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
4650         implementing getdents64 using getdents syscall, set d_type if
4651         __ASSUME_GETDENTS32_D_TYPE.
4652
4653 2010-09-16  Andreas Schwab  <schwab@redhat.com>
4654
4655         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
4656         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
4657
4658 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
4659
4660         [BZ #12037]
4661         * posix/unistd.h: Undo change of feature selection for ftruncate from
4662         2010-01-11.
4663
4664 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
4665
4666         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
4667         detection.
4668
4669 2010-09-20  Andreas Schwab  <schwab@redhat.com>
4670
4671         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
4672         fanotify_mark.
4673         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
4674
4675 2010-09-14  Andreas Schwab  <schwab@redhat.com>
4676
4677         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
4678         variables after CHECK_SP call.
4679         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
4680
4681 2010-09-13  Andreas Schwab  <schwab@redhat.com>
4682             Ulrich Drepper  <drepper@redhat.com>
4683
4684         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
4685         re-relocationg ld.so.
4686         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
4687         _dl_init_paths call.
4688         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
4689         here anymore.
4690
4691 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
4692
4693         * resolv/res_init.c (__res_vinit): Count the default server we added.
4694
4695 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
4696             Ulrich Drepper  <drepper@redhat.com>
4697
4698         [BZ #11968]
4699         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
4700         (____longjmp_chk): Use %ebx for saving value across system call.
4701         Add unwind info.
4702
4703 2010-09-06  Andreas Schwab  <schwab@redhat.com>
4704
4705         * manual/Makefile: Don't mix pattern rules with normal rules.
4706
4707 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
4708
4709         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
4710         operation.
4711         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
4712         * libio/iofopncook.c (_IO_cookie_init): Likewise.
4713         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
4714         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
4715         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
4716         Likewise.
4717
4718 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
4719
4720         [BZ #11979]
4721         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
4722         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
4723
4724 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
4725
4726         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
4727         * sysdeps/x86_64/addmul_1.S: Likewise.
4728         * sysdeps/x86_64/lshift.S: Likewise.
4729         * sysdeps/x86_64/mul_1.S: Likewise.
4730         * sysdeps/x86_64/rshift.S: Likewise.
4731         * sysdeps/x86_64/sub_n.S: Likewise.
4732         * sysdeps/x86_64/submul_1.S: Likewise.
4733
4734 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4735
4736         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
4737         Define __sched_param instead of SCHED_* and sched_param when
4738         <bits/sched.h> is included with __need_schedparam defined.
4739         * bits/sched.h [__need_schedparam]
4740         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
4741         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
4742         (__defined_schedparam): Define to 1.
4743         (__sched_param): New structure, identical to sched_param.
4744         (__need_schedparam): Undefine.
4745
4746 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
4747
4748         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
4749         (epoll_create1): Declare.
4750
4751         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
4752
4753 2010-08-31  Andreas Schwab  <schwab@redhat.com>
4754
4755         [BZ #7066]
4756         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
4757         shifting retval into place.
4758
4759 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
4760
4761         * nis/rpcsvc/nis.h: Update copyright notice.
4762         * nis/rpcsvc/nis.x: Likewise.
4763         * nis/rpcsvc/nis_callback.h: Likewise.
4764         * nis/rpcsvc/nis_callback.x: Likewise.
4765         * nis/rpcsvc/nis_object.x: Likewise.
4766         * nis/rpcsvc/nis_tags.h: Likewise.
4767         * nis/rpcsvc/yp.h: Likewise.
4768         * nis/rpcsvc/yp.x: Likewise.
4769         * nis/rpcsvc/ypupd.h: Likewise.
4770         * nis/yp_xdr.c: Likewise.
4771         * nis/ypupdate_xdr.c: Likewise.
4772
4773         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
4774         mainly the body of pmap_getport.  Add parameters to specify timeouts.
4775         (pmap_getport): Use __libc_rpc_getport.
4776         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
4777         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
4778         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
4779
4780 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
4781
4782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
4783         fanotify_mark.
4784
4785 2010-08-27  Roland McGrath  <roland@redhat.com>
4786
4787         * sysdeps/i386/i686/multiarch/Makefile
4788         (CFLAGS-varshift.c): New variable.
4789
4790 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
4791
4792         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
4793         * sysdeps/i386/i686/multiarch/varshift.c: New file.
4794
4795         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
4796
4797         * sysdeps/x86_64/strlen.S: Minimal code improvement.
4798
4799 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4800
4801         * sysdeps/x86_64/strlen.S: Unroll the loop.
4802         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4803         strlen-sse2 strlen-sse2-bsf.
4804         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
4805         __strlen_no_bsf if bit_Slow_BSF is set.
4806         (__strlen_sse42): Removed.
4807         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
4808         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
4809
4810 2010-08-25  Roland McGrath  <roland@redhat.com>
4811
4812         * sysdeps/x86_64/multiarch/varshift.S: File removed.
4813         * sysdeps/x86_64/multiarch/varshift.c: New file.
4814         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
4815         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
4816         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
4817         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
4818
4819 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
4820
4821         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4822         strlen-sse2 strlen-sse2-bsf.
4823         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
4824         __strlen_sse2_bsf if bit_Slow_BSF is unset.
4825         (__strlen_sse2): Removed.
4826         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
4827         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
4828         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
4829         bit_Slow_BSF for Atom.
4830         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
4831         (index_Slow_BSF): Define.
4832         (HAS_SLOW_BSF): Define.
4833
4834 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
4835
4836         [BZ #10851]
4837         * resolv/res_init.c (__res_vinit): When no server address at all
4838         is given default to loopback.
4839
4840 2010-08-24  Roland McGrath  <roland@redhat.com>
4841
4842         * configure.in: Remove config-name.h generation.
4843         * configure: Regenerated.
4844         * config-name.in: File removed.
4845         * scripts/config-uname.sh: New file.
4846         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
4847         ($(objdir)config-name.h): New target.
4848
4849         * sunrpc/rpc_parse.h: Avoid nested comment.
4850
4851 2010-08-24  Richard Henderson  <rth@redhat.com>
4852             Ulrich Drepper  <drepper@redhat.com>
4853             H.J. Lu  <hongjiu.lu@intel.com>
4854
4855         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
4856         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
4857         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
4858         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
4859         _mm_alignr_epi8 with _mm_loadu_si128.
4860         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
4861         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
4862         (__m128i_shift_right): Removed.
4863         * sysdeps/i386/i686/multiarch/varshift.h: New file.
4864         * sysdeps/i386/i686/multiarch/varshift.S: New file.
4865         * sysdeps/x86_64/multiarch/varshift.h: New file.
4866         * sysdeps/x86_64/multiarch/varshift.S: New file.
4867
4868 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
4869
4870         * configure.in: Move assembler checks to before sysdep dir checking.
4871
4872 2010-08-20  Petr Baudis  <pasky@suse.cz>
4873
4874         * LICENSES: Sync the sunrpc license.
4875
4876 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
4877
4878         * sunrpc/auth_des.c: Update copyright notice once again.
4879         * sunrpc/auth_none.c: Likewise.
4880         * sunrpc/auth_unix.c: Likewise.
4881         * sunrpc/authdes_prot.c: Likewise.
4882         * sunrpc/authuxprot.c: Likewise.
4883         * sunrpc/bindrsvprt.c: Likewise.
4884         * sunrpc/clnt_gen.c: Likewise.
4885         * sunrpc/clnt_perr.c: Likewise.
4886         * sunrpc/clnt_raw.c: Likewise.
4887         * sunrpc/clnt_simp.c: Likewise.
4888         * sunrpc/clnt_tcp.c: Likewise.
4889         * sunrpc/clnt_udp.c: Likewise.
4890         * sunrpc/clnt_unix.c: Likewise.
4891         * sunrpc/des_crypt.c: Likewise.
4892         * sunrpc/des_soft.c: Likewise.
4893         * sunrpc/get_myaddr.c: Likewise.
4894         * sunrpc/getrpcport.c: Likewise.
4895         * sunrpc/key_call.c: Likewise.
4896         * sunrpc/key_prot.c: Likewise.
4897         * sunrpc/openchild.c: Likewise.
4898         * sunrpc/pm_getmaps.c: Likewise.
4899         * sunrpc/pm_getport.c: Likewise.
4900         * sunrpc/pmap_clnt.c: Likewise.
4901         * sunrpc/pmap_prot.c: Likewise.
4902         * sunrpc/pmap_prot2.c: Likewise.
4903         * sunrpc/pmap_rmt.c: Likewise.
4904         * sunrpc/rpc/auth.h: Likewise.
4905         * sunrpc/rpc/auth_unix.h: Likewise.
4906         * sunrpc/rpc/clnt.h: Likewise.
4907         * sunrpc/rpc/des_crypt.h: Likewise.
4908         * sunrpc/rpc/key_prot.h: Likewise.
4909         * sunrpc/rpc/netdb.h: Likewise.
4910         * sunrpc/rpc/pmap_clnt.h: Likewise.
4911         * sunrpc/rpc/pmap_prot.h: Likewise.
4912         * sunrpc/rpc/pmap_rmt.h: Likewise.
4913         * sunrpc/rpc/rpc.h: Likewise.
4914         * sunrpc/rpc/rpc_des.h: Likewise.
4915         * sunrpc/rpc/rpc_msg.h: Likewise.
4916         * sunrpc/rpc/svc.h: Likewise.
4917         * sunrpc/rpc/svc_auth.h: Likewise.
4918         * sunrpc/rpc/types.h: Likewise.
4919         * sunrpc/rpc/xdr.h: Likewise.
4920         * sunrpc/rpc_clntout.c: Likewise.
4921         * sunrpc/rpc_cmsg.c: Likewise.
4922         * sunrpc/rpc_common.c: Likewise.
4923         * sunrpc/rpc_cout.c: Likewise.
4924         * sunrpc/rpc_dtable.c: Likewise.
4925         * sunrpc/rpc_hout.c: Likewise.
4926         * sunrpc/rpc_main.c: Likewise.
4927         * sunrpc/rpc_parse.c: Likewise.
4928         * sunrpc/rpc_parse.h: Likewise.
4929         * sunrpc/rpc_prot.c: Likewise.
4930         * sunrpc/rpc_sample.c: Likewise.
4931         * sunrpc/rpc_scan.c: Likewise.
4932         * sunrpc/rpc_scan.h: Likewise.
4933         * sunrpc/rpc_svcout.c: Likewise.
4934         * sunrpc/rpc_tblout.c: Likewise.
4935         * sunrpc/rpc_util.c: Likewise.
4936         * sunrpc/rpc_util.h: Likewise.
4937         * sunrpc/rpcinfo.c: Likewise.
4938         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
4939         * sunrpc/rpcsvc/key_prot.x: Likewise.
4940         * sunrpc/rpcsvc/klm_prot.x: Likewise.
4941         * sunrpc/rpcsvc/mount.x: Likewise.
4942         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
4943         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
4944         * sunrpc/rpcsvc/rex.x: Likewise.
4945         * sunrpc/rpcsvc/rstat.x: Likewise.
4946         * sunrpc/rpcsvc/rusers.x: Likewise.
4947         * sunrpc/rpcsvc/sm_inter.x: Likewise.
4948         * sunrpc/rpcsvc/spray.x: Likewise.
4949         * sunrpc/rpcsvc/yppasswd.x: Likewise.
4950         * sunrpc/rtime.c: Likewise.
4951         * sunrpc/svc.c: Likewise.
4952         * sunrpc/svc_auth.c: Likewise.
4953         * sunrpc/svc_authux.c: Likewise.
4954         * sunrpc/svc_raw.c: Likewise.
4955         * sunrpc/svc_run.c: Likewise.
4956         * sunrpc/svc_simple.c: Likewise.
4957         * sunrpc/svc_tcp.c: Likewise.
4958         * sunrpc/svc_udp.c: Likewise.
4959         * sunrpc/svc_unix.c: Likewise.
4960         * sunrpc/svcauth_des.c: Likewise.
4961         * sunrpc/xcrypt.c: Likewise.
4962         * sunrpc/xdr.c: Likewise.
4963         * sunrpc/xdr_array.c: Likewise.
4964         * sunrpc/xdr_float.c: Likewise.
4965         * sunrpc/xdr_mem.c: Likewise.
4966         * sunrpc/xdr_rec.c: Likewise.
4967         * sunrpc/xdr_ref.c: Likewise.
4968         * sunrpc/xdr_sizeof.c: Likewise.
4969         * sunrpc/xdr_stdio.c: Likewise.
4970
4971         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
4972         handling.
4973
4974 2010-08-19  Andreas Schwab  <schwab@redhat.com>
4975
4976         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
4977
4978 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
4979
4980         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
4981         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
4982         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
4983         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
4984         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
4985         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
4986         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
4987         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
4988         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
4989         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
4990         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
4991         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
4992         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
4993         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
4994
4995 2010-07-26  Anton Blanchard  <anton@samba.org>
4996
4997         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
4998         * malloc/arena.c (heap_trim): Likewise.
4999
5000 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
5001
5002         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
5003         here.  Not...
5004         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
5005         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
5006
5007 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5008
5009         * sysdeps/i386/elf/Makefile: New file.
5010
5011 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
5012
5013         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
5014         from fanotify_init.
5015         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
5016         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
5017
5018 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
5019
5020         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
5021         of strncasecmp_l.
5022         * sysdeps/multiarch/strcmp.S: Likewise.
5023
5024 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
5025
5026         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5027         strncase_l-nonascii.
5028         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
5029         Add strncase_l-ssse3.
5030         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
5031         * sysdeps/x86_64/strcmp.S: Likewise.
5032         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
5033         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
5034         * sysdeps/x86_64/strncase.S: New file.
5035         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
5036         * sysdeps/x86_64/strncase_l.S: New file.
5037         * string/Makefile (strop-tests): Add strncasecmp.
5038         * string/test-strncasecmp.c: New file.
5039
5040         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
5041         warning.
5042
5043         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
5044         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
5045
5046 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
5047
5048         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
5049
5050 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
5051
5052         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
5053         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
5054         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
5055
5056 2010-05-01  Alan Modra  <amodra@gmail.com>
5057
5058         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
5059         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
5060         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
5061         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
5062         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
5063         tidying.  Don't tail-call __sigjmp_save for static lib.
5064         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
5065         save location.
5066         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
5067         (CALL_MCOUNT): Add eh info, and nop after bl.
5068         (TAIL_CALL_SYSCALL_ERROR): New macro.
5069         (PSEUDO_RET): Use it.
5070         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
5071         Correct save location of integer regs and cr.
5072         (_dl_profile_resolve): Correct cr save location.  Delete nops
5073         after bl when SHARED.  Reduce cfi size a little by better
5074         placement of cfi directives.
5075         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
5076         make a stack frame.  Instead use parm save area as a temp.
5077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
5078         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
5079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
5080         Don't make a stack frame for parent, use parm save area.
5081         Increase child stack frame to 112 bytes.  Don't save unused reg,
5082         and adjust reg usage.  Set up cfi on error recovery and
5083         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
5084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
5085         (__makecontext): Add dummy nop after jump to exit.
5086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
5087         Use correct parm save area and cr save, reduce stack frame.
5088         Correct cfi for possible PSEUDO_RET frame setup.
5089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
5090         Branch to local label emitted by PSEUDO_RET rather than
5091         __syscall_error.
5092
5093 2010-08-12  Andreas Schwab  <schwab@redhat.com>
5094
5095         [BZ #11904]
5096         * locale/programs/locale.c (print_assignment): New function.
5097         (show_locale_vars): Use it.
5098
5099 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
5100
5101         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
5102         field.
5103         (struct statfs64): Likewise.
5104         (_STATFS_F_FLAGS): Define.
5105         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
5106         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5107         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
5108         (ST_VALID): Define locally.
5109         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
5110         __statvfs_getflags, use the provided value.
5111         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5112         __ASSUME_STATFS_F_FLAGS.
5113
5114         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
5115
5116         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
5117         Add sys/fanotify.h.
5118         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
5119         fanotify_mask for GLIBC_2.13.
5120         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
5121         fanotify_init and fanotify_mark.
5122         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
5123         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
5124
5125         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
5126         Add prlimit.
5127         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
5128         prlimit64 for GLIBC_2.13.
5129         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
5130         prlimit64.
5131         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
5132         syscall.
5133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
5134         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
5135         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
5136         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
5137         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
5138         add prlimit alias.
5139         * sysdeps/unix/sysv/linux/prlimit.c: New file.
5140
5141         [BZ #11903]
5142         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
5143         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
5144
5145         * nss/Makefile: Add rules to build and run tst-nss-test1.
5146         * shlib-versions: Add entry for libnss_test1.
5147         * nss/nss_test1.c: New file.
5148         * nss/tst-nss-test1.c: New file.
5149
5150         * nss/nsswitch.c (__nss_database_custom): Define new variable.
5151         (__nss_configure_lookup): Set appropriate entry in
5152         __nss_configure_lookup to true.
5153         * nss/nsswitch.h: Define enum with indeces of databases in
5154         databases and __nss_database_custom arrays.  Declare
5155         __nss_database_custom.
5156         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
5157         to avoid using nscd when custom rules are installed.
5158         * nss/getXXbyYY_r.c: Likewise.
5159         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
5160
5161         * nss/nss_files/files-parse.c: Whitespace fixes.
5162
5163 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
5164
5165         [BZ #11883]
5166         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
5167         * posix/fnmatch_loop.c: Likewise.
5168
5169 2010-07-17  Andi Kleen  <ak@linux.intel.com>
5170
5171         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
5172         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
5173         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
5174         * Versions.def [GLIBC_2.13]: Add.
5175
5176 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
5177
5178         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
5179         Also fail if tpwd after pwuid call is NULL.
5180
5181 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5182
5183         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
5184         when converting to ms.
5185
5186 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5187
5188         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
5189         EOPNOTSUPP errors with ENOTTY.
5190         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
5191         EOPNOTSUPP errors with ENOTTY.
5192
5193 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
5194
5195         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
5196         Add strcasecmp_l-ssse3.
5197         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
5198         strcasecmp.
5199         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
5200         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
5201         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
5202
5203 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
5204
5205         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
5206
5207         * string/Makefile (strop-tests): Add strcasecmp.
5208         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5209         strcasecmp_l-nonascii.
5210         (gen-as-const-headers): Add locale-defines.sym.
5211         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
5212         * sysdeps/x86_64/strcasecmp.S: New file.
5213         * sysdeps/x86_64/strcasecmp_l.S: New file.
5214         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
5215         * sysdeps/x86_64/locale-defines.sym: New file.
5216         * string/test-strcasecmp.c: New file.
5217
5218         * string/test-strcasestr.c: Test both ends of the range of characters.
5219         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
5220
5221 2010-07-29  Roland McGrath  <roland@redhat.com>
5222
5223         [BZ #11856]
5224         * manual/locale.texi (Yes-or-No Questions): Fix example code.
5225
5226 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
5227
5228         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
5229         for ld.so.
5230
5231 2010-07-27  Andreas Schwab  <schwab@redhat.com>
5232
5233         * manual/memory.texi (Malloc Tunable Parameters): Document
5234         M_PERTURB.
5235
5236 2010-07-26  Roland McGrath  <roland@redhat.com>
5237
5238         [BZ #11840]
5239         * configure.in (-fgnu89-inline check): Set and substitute
5240         gnu89_inline, not libc_cv_gnu89_inline.
5241         * configure: Regenerated.
5242         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
5243
5244 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
5245
5246         * string/test-strnlen.c: New file.
5247         * string/Makefile (strop-tests): Add strnlen.
5248         * string/tester.c (test_strnlen): Add a few more test cases.
5249         * string/tst-strlen.c: Better error reporting.
5250
5251         * sysdeps/x86_64/strnlen.S: New file.
5252
5253 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
5254
5255         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
5256         lower-latency instructions.
5257
5258 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
5259
5260         * string/test-strcasestr.c: New file.
5261         * string/test-strstr.c: New file.
5262         * string/Makefile (strop-tests): Add strstr and strcasestr.
5263         * string/str-two-way.h: Don't undefine MAX.
5264         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
5265
5266 2010-07-21  Andreas Schwab  <schwab@redhat.com>
5267
5268         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
5269         strcasestr-nonascii.
5270         (CFLAGS-strcasestr-nonascii.c): Define.
5271         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
5272         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
5273         Remove unused attribute.
5274
5275 2010-07-20  Roland McGrath  <roland@redhat.com>
5276
5277         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
5278         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
5279         ld.so.cache was broken.  With it, there is no way to disable dsocaps
5280         like LD_HWCAP_MASK can disable hwcaps.
5281
5282 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
5283
5284         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
5285
5286 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
5287
5288         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
5289         call in strcasestr.
5290         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
5291         __strcasestr_sse42_nonascii.
5292         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
5293         strcasestr-nonascii.c.
5294         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
5295
5296 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
5297
5298         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
5299         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
5300         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
5301         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
5302
5303 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
5304
5305         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
5306         fcntl.
5307
5308 2010-07-06  Andreas Schwab  <schwab@redhat.com>
5309
5310         [BZ #11577]
5311         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
5312         dl_signal_cerror.
5313
5314 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
5315
5316         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
5317         _PC_PIPE_BUF using F_GETPIPE_SZ.
5318
5319 2010-07-05  Roland McGrath  <roland@redhat.com>
5320
5321         * manual/arith.texi (Rounding Functions): Fix rint description
5322         implicit in round description.
5323
5324 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
5325
5326         * elf/Makefile: Fix linking for a few tests to make recent linker
5327         happy.
5328
5329 2010-06-30  Andreas Schwab  <schwab@redhat.com>
5330
5331         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
5332         $(common-objpfx)libc_nonshared.a.
5333
5334 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
5335
5336         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
5337         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
5338         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
5339         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
5340         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
5341         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
5342         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
5343         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
5344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
5345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
5346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
5347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
5348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
5349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
5350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
5351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
5352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
5353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
5354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
5355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
5356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
5357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
5358         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
5359         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
5360         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
5361         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
5362         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
5363         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
5364         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
5365         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
5366         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
5367         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
5368         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
5369         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
5370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
5371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
5372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
5373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
5374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
5375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
5376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
5377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
5378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
5379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
5380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
5381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
5382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
5383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
5384
5385 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
5386
5387         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
5388         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
5389         * string/memmove.c (memmove): Renamed to ...
5390         (MEMMOVE): ...this.  Default to memmove.
5391         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
5392         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
5393         (END_CHK): Define.
5394         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5395         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
5396         mempcpy-ssse3-back memmove-ssse3-back.
5397         * sysdeps/x86_64/multiarch/bcopy.S: New file .
5398         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
5399         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
5400         * sysdeps/x86_64/multiarch/memcpy.S: New file.
5401         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
5402         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
5403         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
5404         * sysdeps/x86_64/multiarch/memmove.c: New file.
5405         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
5406         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
5407         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
5408         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
5409         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
5410         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
5411         Define.
5412         (index_Fast_Copy_Backward): Define.
5413         (HAS_ARCH_FEATURE): Define.
5414         (HAS_FAST_REP_STRING): Define.
5415         (HAS_FAST_COPY_BACKWARD): Define.
5416
5417 2010-06-21  Andreas Schwab  <schwab@redhat.com>
5418
5419         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
5420         Restore proper fallback handling.
5421
5422 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
5423
5424         [BZ #11701]
5425         * posix/group_member.c (__group_member): Correct checking loop.
5426
5427         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
5428         OOM in getpwuid_r correctly.  Return error number when the caller
5429         should return, otherwise -1.
5430         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
5431         call returning > 0 value.
5432         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
5433
5434 2010-06-07  Andreas Schwab  <schwab@redhat.com>
5435
5436         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
5437         libc_nonshared.a from targets in modules-names.
5438
5439 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
5440
5441         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
5442         requires it.
5443
5444 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
5445
5446         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
5447         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
5448         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
5449         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
5450
5451 2010-06-02  Andreas Schwab  <schwab@redhat.com>
5452
5453         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
5454
5455 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
5456
5457         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
5458         and F_GETPIPE_SZ.
5459         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5460         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5461         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5462         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5463         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5464         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
5465
5466 2010-06-14  Roland McGrath  <roland@redhat.com>
5467
5468         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
5469
5470 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
5471
5472         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
5473         __REDIRECT followed by __THROW.
5474         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
5475         * posix/getopt.h (getopt): Likewise.
5476
5477 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
5478
5479         * hurd/lookup-at.c (__file_name_lookup_at): Accept
5480         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
5481         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
5482         in AT_FLAGS.
5483         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
5484         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
5485
5486 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
5487
5488         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
5489
5490 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
5491
5492         [BZ #11640]
5493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5494         Properly check family and model.
5495
5496 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
5497
5498         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
5499
5500 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
5501
5502         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
5503
5504 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
5505
5506         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
5507         symbol reference.
5508
5509 2010-05-19  Andreas Schwab  <schwab@redhat.com>
5510
5511         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
5512         symbol reference.
5513
5514 2010-05-21  Andreas Schwab  <schwab@redhat.com>
5515
5516         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
5517         and internal_recvmmsg.
5518         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
5519         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
5520         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
5521         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
5522
5523         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
5524         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
5525         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
5526
5527 2010-05-20  Andreas Schwab  <schwab@redhat.com>
5528
5529         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
5530
5531 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
5532
5533         POWER7 optimizations.
5534         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
5535         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
5536
5537 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
5538
5539         * version.h: Update for 2.13 development version.
5540
5541 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
5542
5543         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
5544         exceptions.  Return 0.
5545
5546 2010-05-07  Roland McGrath  <roland@redhat.com>
5547
5548         * elf/ldconfig.c (main): Add a const.
5549
5550 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
5551
5552         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
5553         (args_options): Add no-idn option.
5554         (ahosts_keys_int): Add idn_flags to ai_flags.
5555         (parse_option): Handle 'i' option to clear idn_flags.
5556
5557         * malloc/malloc.c (_int_free): Possible race in the most recently
5558         added check.  Only act on the data if no current modification
5559         happened.
5560
5561 See ChangeLog.17 for earlier changes.