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