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