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