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