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