Fix assertion when handling DSTs during auditing.
[glibc.git] / ChangeLog
blobee705196c381111ac88f2e3404707461f219b2c9
1 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
3         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
4         loader is ld.so.
6 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
8         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
9         alignment for SSE2.
11 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
13         [BZ #12394]
14         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
15         characters.  When rounding increased number of integer digits recompute
16         number of groups.
17         * stdio-common/tst-grouping.c: New file.
18         * stdio-common/Makefile: Add rules to build and run tst-grouping.
20 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
22         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
23         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
25         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
26         void.
27         * bits/select.h: Likewise.
29 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
31         * po/ja.po: Update from translation team.
33 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
35         [BZ #11155]
36         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
37         implementation just like for lxstat, fxstatat, et al.
39 2010-12-27  Jim Meyering  <meyering@redhat.com>
41         [BZ #12348]
42         * posix/regexec.c (build_trtable): Return failure indication upon
43         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
45 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
47         [BZ #12201]
48         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
50         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
51         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53         [BZ #12207]
54         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56         [BZ #12204]
57         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
58         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
60 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
62         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
63         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
64         script has SORT_BY_INIT_PRIORITY.
65         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
66         NO_CTORS_DTORS_SECTIONS is defined.
67         * elf/soinit.c: Likewise.
68         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
69         NO_CTORS_DTORS_SECTIONS is defined.
70         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
71         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
72         * sysdeps/sh/init-first.c: Likewise.
73         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
75 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
77         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
78         always use the slow path.
80 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
82         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
83         similar rule which adds the sysdep directories to the header search in
84         order to pick up the correct platform stackinfo.h.
85         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
86         perform test if it is, otherwise return successfully without testing.
87         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
88         DEFAULT_STACK_PERMS define in stackinfo.h.
89         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
90         defined in stackinfo.h.
91         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
92         DEFAULT_STACK_PERMS defined in stackinfo.h.
93         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
94         * sysdeps/ia64/stackinfo.h: Likewise.
95         * sysdeps/s390/stackinfo.h: Likewise.
96         * sysdeps/sh/stackinfo.h: Likewise.
97         * sysdeps/sparc/stackinfo.h: Likewise.
98         * sysdeps/x86_64/stackinfo.h: Likewise.
99         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
100         PF_X for powerpc64.  Retain PF_X for powerpc32.
102 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
104         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
105         accurately.
106         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
107         GETDENTS_64BIT_ALIGNED.
109 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
111         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
113 2010-12-10  Andreas Schwab  <schwab@redhat.com>
115         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
116         _GNU_SOURCE.
118         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
119         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
120         Remove __restrict.
121         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
122         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
124 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
126         [BZ #11655]
127         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
128         are initialized.
130 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
132         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
134 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
136         * po/it.po: Update from translation team.
138 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
140         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
141         unused codes.
143 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
145         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
147 2010-11-24  Andreas Schwab  <schwab@redhat.com>
149         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
150         specially.
151         (gaih_getanswer_slice): Likewise.
153 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
155         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
157 2010-05-31  Petr Baudis  <pasky@suse.cz>
159         [BZ #11149]
160         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
161         silently even in the chroot mode.
163 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
165         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
166         last patch a bit.  Pretty printing
168 2010-05-31  Petr Baudis <pasky@suse.cz>
170         [BZ #10085]
171         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
172         initialization of skip_initgroups_dyn.
174 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
176         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
177         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
179 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
181         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
183 2010-11-11  Andreas Schwab  <schwab@redhat.com>
185         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
186         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
187         (tst-fnmatch-ENV): Set MALLOC_TRACE.
188         ($(objpfx)tst-fnmatch-mem): New rule.
189         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
190         * posix/tst-fnmatch.c (main): Call mtrace.
192 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
194         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
195         Support Intel processor model 6 and model 0x2c.
197 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
199         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
200           signed comparison.
202 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
204         [BZ #12205]
205         * string/test-strncasecmp.c (check_result): New function.
206         (do_one_test): Use it.
207         (check1): New function.
208         (test_main): Use it.
209         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
210         Support strcasecmp and strncasecmp.
212 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
214         [BZ #12194]
215         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
216         * sysdeps/x86_64/bits/byteswap.h: Likewise.
218 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
220         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
221         IFUNC support.
222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
223         memset-x86-64.
224         * sysdeps/x86_64/multiarch/bzero.S: New file.
225         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
226         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
227         * sysdeps/x86_64/multiarch/memset.S: New file.
228         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
229         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
230         Set bit_Prefer_SSE_for_memop for Intel processors.
231         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
232         Define.
233         (index_Prefer_SSE_for_memop): Define.
234         (HAS_PREFER_SSE_FOR_MEMOP): Define.
236 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
238         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
239         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
241 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
243         [BZ #12191]
244         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
245         (__x86_64_raw_data_cache_size_half): Likewise.
246         (__x86_64_raw_shared_cache_size): Likewise.
247         (__x86_64_raw_shared_cache_size_half): Likewise.
249         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
250         (__x86_64_raw_data_cache_size_half): Likewise.
251         (__x86_64_raw_shared_cache_size): Likewise.
252         (__x86_64_raw_shared_cache_size_half): Likewise.
253         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
254         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
255         and __x86_64_raw_shared_cache_size_half.  Round
256         __x86_64_data_cache_size_half, __x86_64_data_cache_size
257         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
258         to multiple of 256 bytes.
260 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
262         [BZ #12167]
263         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
264         of inacessible symlinks.  Verify result of symlink before returning it.
265         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
266         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
268 2010-10-28  Erich Ritz  <erichritz@gmail.com>
270         * math/math.h (isinf): Fix typo in comment.
272 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
274         * po/da.po: Update from translation team.
276 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
278         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
279         is added to the list.
281 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
282             Ulrich Drepper  <drepper@gmail.com>
284         * elf/dl-object.c (_dl_new_object): Don't append the new object to
285         the global list here.  Move code to...
286         (_dl_add_to_namespace_list): ...here.  New function.
287         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
288         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
289         * elf/dl-load.c (lose): Don't remove the element from the list.
290         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
291         (_dl_map_object): Likewise.
293 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
295         [BZ #12159]
296         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
297         into all bytes of SSE register.
298         Patch by Richard Li <richardpku@gmail.com>.
300 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
302         [BZ #12140]
303         * malloc/malloc.c (_int_free): Fill correct number of bytes when
304         perturbing.
306 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
308         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
309         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
310         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
311         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
313         submachine.
314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
316 2010-10-22  Andreas Schwab  <schwab@redhat.com>
318         * include/dlfcn.h (__RTLD_SECURE): Define.
319         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
320         mode & __RTLD_SECURE instead.
321         (open_path): Rename preloaded parameter to secure.
322         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
323         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
324         * elf/dl-deps.c (openaux): Likewise.
325         * elf/rtld.c (struct map_args): Remove is_preloaded.
326         (map_doit): Don't use it.
327         (dl_main): Likewise.
328         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
329         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
331 2010-09-09  Andreas Schwab  <schwab@redhat.com>
333         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
334         (sysd-rules-targets): Remove duplicates.
335         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
336         rtld-%.$o dependency.
338 2010-10-18  Andreas Schwab  <schwab@redhat.com>
340         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
341         _dl_map_object do it.
343 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
345         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
346         fast fma builtins, define the macros in the C99 standard.
347         (FP_FAST_FMAF): Likewise.
348         (FP_FAST_FMAL): Likewise.
349         * sysdeps/x86_64/bits/mathdef.h: Likewise.
351         * bits/mathdef.h: Update copyright year.
352         * sysdeps/powerpc/bits/mathdef.h: Likewise.
354 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
356         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
357         builtins, define the macros in the C99 standard.
358         (FP_FAST_FMAF): Likewise.
359         (FP_FAST_FMAL): Likewise.
360         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
361         multiply/add.
362         (FP_FAST_FMAF): Likewise.
364 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
366         [BZ #3268]
367         * math/libm-test.inc (fma_test): Some new testcases.
368         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
369         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
370         y and infinite z.  Do multiplication by C already in long double.
371         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
372         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
373         y and infinite z.  Do bitwise or of inexact bit into u.d.
374         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
375         * sysdeps/i386/fpu/s_fmaf.S: Removed.
376         * sysdeps/i386/fpu/s_fma.S: Removed.
377         * sysdeps/i386/fpu/s_fmal.S: Removed.
379 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
381         [BZ #3268]
382         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
383         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
384         computation is not scheduled after fetestexcept.  Fix value
385         of minimum denormal long double.
387 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
389         [BZ #3268]
390         * math/libm-test.inc (fma_test): Add some more tests.
391         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
392         correctly.
394 2010-10-15  Andreas Schwab  <schwab@redhat.com>
396         * scripts/data/localplt-s390-linux-gnu.data: New file.
397         * scripts/data/localplt-s390x-linux-gnu.data: New file.
399 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
401         [BZ #3268]
402         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
403         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
404         instead of dbl-64.
405         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
406         inlines.
407         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
408         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
409         if one of x and y is very large and the other is subnormal.
410         * sysdeps/s390/fpu/s_fmaf.c: New file.
411         * sysdeps/s390/fpu/s_fma.c: New file.
412         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
413         * sysdeps/powerpc/fpu/s_fma.S: New file.
414         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
415         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
416         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
418 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
420         [BZ #3268]
421         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
422         fma tests.
423         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
424         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
425         * sysdeps/i386/i686/multiarch/s_fma.c: Include
426         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
427         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
428         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
429         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
431 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
433         [BZ #12078]
434         * posix/regcomp.c (parse_branch): One more memory leak plugged.
435         * posix/bug-regex31.input: Add test case.
437 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
439         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
440         * posix/bug-regex31.input: New file.
442         [BZ #12078]
443         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
444         (parse_sub_exp): Fix last change, use postorder.
446         * posix/bug-regex31.c: New file.
447         * posix/Makefile: Add rules to build and run bug-regex31.
449         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
451         [BZ #12078]
452         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
454         [BZ #12108]
455         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
456         to have entries in sys_siglist.
458         [BZ #12093]
459         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
460         be NULL.
462 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
464         [BZ #3268]
465         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
466         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
467         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
468         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
469         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
470         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
471         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
472         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
473         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
474         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
475         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
476         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
477         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
478         * math/ftestexcept.c (fetestexcept): Likewise.
479         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
480         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
481         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
482         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
483         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
484         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
485         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
487 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
489         [BZ #12107]
490         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
491         newline.
493 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
495         * string/bug-strstr1.c: New file.
496         * string/Makefile: Add rules to build and run bug-strstr1.
498 2010-10-05  Eric Blake  <eblake@redhat.com>
500         [BZ #12092]
501         * string/str-two-way.h (two_way_long_needle): Always clear memory
502         when skipping input due to the shift table.
504 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
506         [BZ #12005]
507         * malloc/mcheck.c: Handle large requests.
509         [BZ #12077]
510         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
511         for strncmp and strncasecmp.
512         * string/stratcliff.c: Add tests for strcmp and strncmp.
513         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
515 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
517         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
518         __set_fpscr.
520 2010-09-30  Andreas Jaeger  <aj@suse.de>
522         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
523         (CGROUP_SUPER_MAGIC): Define.
524         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
525         Handle btrfs and cgroup file systems.
526         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
527         Likewise.
529 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
531         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
532         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
534 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
536         [BZ #12067]
537         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
538         trying to locate the ELF header.
540 2010-09-27  Andreas Schwab  <schwab@redhat.com>
542         [BZ #11611]
543         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
544         Mask out sign-bit copies when constructing f_fsid.
546 2010-09-24  Petr Baudis <pasky@suse.cz>
548         * debug/stack_chk_fail_local.c: Add missing licence exception.
549         * debug/warning-nop.c: Likewise.
551 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
553         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
554         implementing getdents64 using getdents syscall, set d_type if
555         __ASSUME_GETDENTS32_D_TYPE.
557 2010-09-16  Andreas Schwab  <schwab@redhat.com>
559         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
560         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
562 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
564         [BZ #12037]
565         * posix/unistd.h: Undo change of feature selection for ftruncate from
566         2010-01-11.
568 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
570         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
571         detection.
573 2010-09-20  Andreas Schwab  <schwab@redhat.com>
575         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
576         fanotify_mark.
577         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
579 2010-09-14  Andreas Schwab  <schwab@redhat.com>
581         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
582         variables after CHECK_SP call.
583         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
585 2010-09-13  Andreas Schwab  <schwab@redhat.com>
586             Ulrich Drepper  <drepper@redhat.com>
588         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
589         re-relocationg ld.so.
590         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
591         _dl_init_paths call.
592         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
593         here anymore.
595 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
597         * resolv/res_init.c (__res_vinit): Count the default server we added.
599 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
600             Ulrich Drepper  <drepper@redhat.com>
602         [BZ #11968]
603         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
604         (____longjmp_chk): Use %ebx for saving value across system call.
605         Add unwind info.
607 2010-09-06  Andreas Schwab  <schwab@redhat.com>
609         * manual/Makefile: Don't mix pattern rules with normal rules.
611 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
613         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
614         operation.
615         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
616         * libio/iofopncook.c (_IO_cookie_init): Likewise.
617         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
618         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
619         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
620         Likewise.
622 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
624         [BZ #11979]
625         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
626         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
628 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
630         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
631         * sysdeps/x86_64/addmul_1.S: Likewise.
632         * sysdeps/x86_64/lshift.S: Likewise.
633         * sysdeps/x86_64/mul_1.S: Likewise.
634         * sysdeps/x86_64/rshift.S: Likewise.
635         * sysdeps/x86_64/sub_n.S: Likewise.
636         * sysdeps/x86_64/submul_1.S: Likewise.
638 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
640         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
641         Define __sched_param instead of SCHED_* and sched_param when
642         <bits/sched.h> is included with __need_schedparam defined.
643         * bits/sched.h [__need_schedparam]
644         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
645         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
646         (__defined_schedparam): Define to 1.
647         (__sched_param): New structure, identical to sched_param.
648         (__need_schedparam): Undefine.
650 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
652         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
653         (epoll_create1): Declare.
655         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
657 2010-08-31  Andreas Schwab  <schwab@redhat.com>
659         [BZ #7066]
660         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
661         shifting retval into place.
663 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
665         * nis/rpcsvc/nis.h: Update copyright notice.
666         * nis/rpcsvc/nis.x: Likewise.
667         * nis/rpcsvc/nis_callback.h: Likewise.
668         * nis/rpcsvc/nis_callback.x: Likewise.
669         * nis/rpcsvc/nis_object.x: Likewise.
670         * nis/rpcsvc/nis_tags.h: Likewise.
671         * nis/rpcsvc/yp.h: Likewise.
672         * nis/rpcsvc/yp.x: Likewise.
673         * nis/rpcsvc/ypupd.h: Likewise.
674         * nis/yp_xdr.c: Likewise.
675         * nis/ypupdate_xdr.c: Likewise.
677         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
678         mainly the body of pmap_getport.  Add parameters to specify timeouts.
679         (pmap_getport): Use __libc_rpc_getport.
680         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
681         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
682         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
684 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
687         fanotify_mark.
689 2010-08-27  Roland McGrath  <roland@redhat.com>
691         * sysdeps/i386/i686/multiarch/Makefile
692         (CFLAGS-varshift.c): New variable.
694 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
696         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
697         * sysdeps/i386/i686/multiarch/varshift.c: New file.
699         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
701         * sysdeps/x86_64/strlen.S: Minimal code improvement.
703 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
705         * sysdeps/x86_64/strlen.S: Unroll the loop.
706         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
707         strlen-sse2 strlen-sse2-bsf.
708         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
709         __strlen_no_bsf if bit_Slow_BSF is set.
710         (__strlen_sse42): Removed.
711         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
712         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
714 2010-08-25  Roland McGrath  <roland@redhat.com>
716         * sysdeps/x86_64/multiarch/varshift.S: File removed.
717         * sysdeps/x86_64/multiarch/varshift.c: New file.
718         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
719         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
720         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
721         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
723 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
725         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
726         strlen-sse2 strlen-sse2-bsf.
727         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
728         __strlen_sse2_bsf if bit_Slow_BSF is unset.
729         (__strlen_sse2): Removed.
730         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
731         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
732         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
733         bit_Slow_BSF for Atom.
734         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
735         (index_Slow_BSF): Define.
736         (HAS_SLOW_BSF): Define.
738 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
740         [BZ #10851]
741         * resolv/res_init.c (__res_vinit): When no server address at all
742         is given default to loopback.
744 2010-08-24  Roland McGrath  <roland@redhat.com>
746         * configure.in: Remove config-name.h generation.
747         * configure: Regenerated.
748         * config-name.in: File removed.
749         * scripts/config-uname.sh: New file.
750         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
751         ($(objdir)config-name.h): New target.
753         * sunrpc/rpc_parse.h: Avoid nested comment.
755 2010-08-24  Richard Henderson  <rth@redhat.com>
756             Ulrich Drepper  <drepper@redhat.com>
757             H.J. Lu  <hongjiu.lu@intel.com>
759         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
760         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
761         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
762         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
763         _mm_alignr_epi8 with _mm_loadu_si128.
764         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
765         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
766         (__m128i_shift_right): Removed.
767         * sysdeps/i386/i686/multiarch/varshift.h: New file.
768         * sysdeps/i386/i686/multiarch/varshift.S: New file.
769         * sysdeps/x86_64/multiarch/varshift.h: New file.
770         * sysdeps/x86_64/multiarch/varshift.S: New file.
772 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
774         * configure.in: Move assembler checks to before sysdep dir checking.
776 2010-08-20  Petr Baudis  <pasky@suse.cz>
778         * LICENSES: Sync the sunrpc license.
780 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
782         * sunrpc/auth_des.c: Update copyright notice once again.
783         * sunrpc/auth_none.c: Likewise.
784         * sunrpc/auth_unix.c: Likewise.
785         * sunrpc/authdes_prot.c: Likewise.
786         * sunrpc/authuxprot.c: Likewise.
787         * sunrpc/bindrsvprt.c: Likewise.
788         * sunrpc/clnt_gen.c: Likewise.
789         * sunrpc/clnt_perr.c: Likewise.
790         * sunrpc/clnt_raw.c: Likewise.
791         * sunrpc/clnt_simp.c: Likewise.
792         * sunrpc/clnt_tcp.c: Likewise.
793         * sunrpc/clnt_udp.c: Likewise.
794         * sunrpc/clnt_unix.c: Likewise.
795         * sunrpc/des_crypt.c: Likewise.
796         * sunrpc/des_soft.c: Likewise.
797         * sunrpc/get_myaddr.c: Likewise.
798         * sunrpc/getrpcport.c: Likewise.
799         * sunrpc/key_call.c: Likewise.
800         * sunrpc/key_prot.c: Likewise.
801         * sunrpc/openchild.c: Likewise.
802         * sunrpc/pm_getmaps.c: Likewise.
803         * sunrpc/pm_getport.c: Likewise.
804         * sunrpc/pmap_clnt.c: Likewise.
805         * sunrpc/pmap_prot.c: Likewise.
806         * sunrpc/pmap_prot2.c: Likewise.
807         * sunrpc/pmap_rmt.c: Likewise.
808         * sunrpc/rpc/auth.h: Likewise.
809         * sunrpc/rpc/auth_unix.h: Likewise.
810         * sunrpc/rpc/clnt.h: Likewise.
811         * sunrpc/rpc/des_crypt.h: Likewise.
812         * sunrpc/rpc/key_prot.h: Likewise.
813         * sunrpc/rpc/netdb.h: Likewise.
814         * sunrpc/rpc/pmap_clnt.h: Likewise.
815         * sunrpc/rpc/pmap_prot.h: Likewise.
816         * sunrpc/rpc/pmap_rmt.h: Likewise.
817         * sunrpc/rpc/rpc.h: Likewise.
818         * sunrpc/rpc/rpc_des.h: Likewise.
819         * sunrpc/rpc/rpc_msg.h: Likewise.
820         * sunrpc/rpc/svc.h: Likewise.
821         * sunrpc/rpc/svc_auth.h: Likewise.
822         * sunrpc/rpc/types.h: Likewise.
823         * sunrpc/rpc/xdr.h: Likewise.
824         * sunrpc/rpc_clntout.c: Likewise.
825         * sunrpc/rpc_cmsg.c: Likewise.
826         * sunrpc/rpc_common.c: Likewise.
827         * sunrpc/rpc_cout.c: Likewise.
828         * sunrpc/rpc_dtable.c: Likewise.
829         * sunrpc/rpc_hout.c: Likewise.
830         * sunrpc/rpc_main.c: Likewise.
831         * sunrpc/rpc_parse.c: Likewise.
832         * sunrpc/rpc_parse.h: Likewise.
833         * sunrpc/rpc_prot.c: Likewise.
834         * sunrpc/rpc_sample.c: Likewise.
835         * sunrpc/rpc_scan.c: Likewise.
836         * sunrpc/rpc_scan.h: Likewise.
837         * sunrpc/rpc_svcout.c: Likewise.
838         * sunrpc/rpc_tblout.c: Likewise.
839         * sunrpc/rpc_util.c: Likewise.
840         * sunrpc/rpc_util.h: Likewise.
841         * sunrpc/rpcinfo.c: Likewise.
842         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
843         * sunrpc/rpcsvc/key_prot.x: Likewise.
844         * sunrpc/rpcsvc/klm_prot.x: Likewise.
845         * sunrpc/rpcsvc/mount.x: Likewise.
846         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
847         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
848         * sunrpc/rpcsvc/rex.x: Likewise.
849         * sunrpc/rpcsvc/rstat.x: Likewise.
850         * sunrpc/rpcsvc/rusers.x: Likewise.
851         * sunrpc/rpcsvc/sm_inter.x: Likewise.
852         * sunrpc/rpcsvc/spray.x: Likewise.
853         * sunrpc/rpcsvc/yppasswd.x: Likewise.
854         * sunrpc/rtime.c: Likewise.
855         * sunrpc/svc.c: Likewise.
856         * sunrpc/svc_auth.c: Likewise.
857         * sunrpc/svc_authux.c: Likewise.
858         * sunrpc/svc_raw.c: Likewise.
859         * sunrpc/svc_run.c: Likewise.
860         * sunrpc/svc_simple.c: Likewise.
861         * sunrpc/svc_tcp.c: Likewise.
862         * sunrpc/svc_udp.c: Likewise.
863         * sunrpc/svc_unix.c: Likewise.
864         * sunrpc/svcauth_des.c: Likewise.
865         * sunrpc/xcrypt.c: Likewise.
866         * sunrpc/xdr.c: Likewise.
867         * sunrpc/xdr_array.c: Likewise.
868         * sunrpc/xdr_float.c: Likewise.
869         * sunrpc/xdr_mem.c: Likewise.
870         * sunrpc/xdr_rec.c: Likewise.
871         * sunrpc/xdr_ref.c: Likewise.
872         * sunrpc/xdr_sizeof.c: Likewise.
873         * sunrpc/xdr_stdio.c: Likewise.
875         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
876         handling.
878 2010-08-19  Andreas Schwab  <schwab@redhat.com>
880         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
882 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
884         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
885         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
886         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
887         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
888         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
889         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
890         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
891         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
892         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
893         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
894         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
895         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
896         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
897         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
899 2010-07-26  Anton Blanchard  <anton@samba.org>
901         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
902         * malloc/arena.c (heap_trim): Likewise.
904 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
906         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
907         here.  Not...
908         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
909         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
911 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
913         * sysdeps/i386/elf/Makefile: New file.
915 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
917         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
918         from fanotify_init.
919         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
920         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
922 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
924         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
925         of strncasecmp_l.
926         * sysdeps/multiarch/strcmp.S: Likewise.
928 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
930         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
931         strncase_l-nonascii.
932         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
933         Add strncase_l-ssse3.
934         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
935         * sysdeps/x86_64/strcmp.S: Likewise.
936         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
937         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
938         * sysdeps/x86_64/strncase.S: New file.
939         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
940         * sysdeps/x86_64/strncase_l.S: New file.
941         * string/Makefile (strop-tests): Add strncasecmp.
942         * string/test-strncasecmp.c: New file.
944         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
945         warning.
947         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
948         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
950 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
952         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
954 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
956         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
957         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
958         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
960 2010-05-01  Alan Modra  <amodra@gmail.com>
962         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
963         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
964         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
965         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
966         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
967         tidying.  Don't tail-call __sigjmp_save for static lib.
968         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
969         save location.
970         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
971         (CALL_MCOUNT): Add eh info, and nop after bl.
972         (TAIL_CALL_SYSCALL_ERROR): New macro.
973         (PSEUDO_RET): Use it.
974         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
975         Correct save location of integer regs and cr.
976         (_dl_profile_resolve): Correct cr save location.  Delete nops
977         after bl when SHARED.  Reduce cfi size a little by better
978         placement of cfi directives.
979         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
980         make a stack frame.  Instead use parm save area as a temp.
981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
982         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
984         Don't make a stack frame for parent, use parm save area.
985         Increase child stack frame to 112 bytes.  Don't save unused reg,
986         and adjust reg usage.  Set up cfi on error recovery and
987         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
989         (__makecontext): Add dummy nop after jump to exit.
990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
991         Use correct parm save area and cr save, reduce stack frame.
992         Correct cfi for possible PSEUDO_RET frame setup.
993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
994         Branch to local label emitted by PSEUDO_RET rather than
995         __syscall_error.
997 2010-08-12  Andreas Schwab  <schwab@redhat.com>
999         [BZ #11904]
1000         * locale/programs/locale.c (print_assignment): New function.
1001         (show_locale_vars): Use it.
1003 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
1005         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
1006         field.
1007         (struct statfs64): Likewise.
1008         (_STATFS_F_FLAGS): Define.
1009         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
1010         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1011         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
1012         (ST_VALID): Define locally.
1013         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
1014         __statvfs_getflags, use the provided value.
1015         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1016         __ASSUME_STATFS_F_FLAGS.
1018         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
1020         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
1021         Add sys/fanotify.h.
1022         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
1023         fanotify_mask for GLIBC_2.13.
1024         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
1025         fanotify_init and fanotify_mark.
1026         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1027         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
1029         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
1030         Add prlimit.
1031         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
1032         prlimit64 for GLIBC_2.13.
1033         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
1034         prlimit64.
1035         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
1036         syscall.
1037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1038         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1039         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
1040         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
1041         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
1042         add prlimit alias.
1043         * sysdeps/unix/sysv/linux/prlimit.c: New file.
1045         [BZ #11903]
1046         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
1047         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
1049         * nss/Makefile: Add rules to build and run tst-nss-test1.
1050         * shlib-versions: Add entry for libnss_test1.
1051         * nss/nss_test1.c: New file.
1052         * nss/tst-nss-test1.c: New file.
1054         * nss/nsswitch.c (__nss_database_custom): Define new variable.
1055         (__nss_configure_lookup): Set appropriate entry in
1056         __nss_configure_lookup to true.
1057         * nss/nsswitch.h: Define enum with indeces of databases in
1058         databases and __nss_database_custom arrays.  Declare
1059         __nss_database_custom.
1060         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
1061         to avoid using nscd when custom rules are installed.
1062         * nss/getXXbyYY_r.c: Likewise.
1063         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1065         * nss/nss_files/files-parse.c: Whitespace fixes.
1067 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
1069         [BZ #11883]
1070         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
1071         * posix/fnmatch_loop.c: Likewise.
1073 2010-07-17  Andi Kleen  <ak@linux.intel.com>
1075         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
1076         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
1077         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
1078         * Versions.def [GLIBC_2.13]: Add.
1080 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
1082         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1083         Also fail if tpwd after pwuid call is NULL.
1085 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1087         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
1088         when converting to ms.
1090 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1092         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
1093         EOPNOTSUPP errors with ENOTTY.
1094         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
1095         EOPNOTSUPP errors with ENOTTY.
1097 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
1099         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1100         Add strcasecmp_l-ssse3.
1101         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
1102         strcasecmp.
1103         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
1104         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
1105         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
1107 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
1109         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
1111         * string/Makefile (strop-tests): Add strcasecmp.
1112         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1113         strcasecmp_l-nonascii.
1114         (gen-as-const-headers): Add locale-defines.sym.
1115         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
1116         * sysdeps/x86_64/strcasecmp.S: New file.
1117         * sysdeps/x86_64/strcasecmp_l.S: New file.
1118         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
1119         * sysdeps/x86_64/locale-defines.sym: New file.
1120         * string/test-strcasecmp.c: New file.
1122         * string/test-strcasestr.c: Test both ends of the range of characters.
1123         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
1125 2010-07-29  Roland McGrath  <roland@redhat.com>
1127         [BZ #11856]
1128         * manual/locale.texi (Yes-or-No Questions): Fix example code.
1130 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
1132         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
1133         for ld.so.
1135 2010-07-27  Andreas Schwab  <schwab@redhat.com>
1137         * manual/memory.texi (Malloc Tunable Parameters): Document
1138         M_PERTURB.
1140 2010-07-26  Roland McGrath  <roland@redhat.com>
1142         [BZ #11840]
1143         * configure.in (-fgnu89-inline check): Set and substitute
1144         gnu89_inline, not libc_cv_gnu89_inline.
1145         * configure: Regenerated.
1146         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
1148 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
1150         * string/test-strnlen.c: New file.
1151         * string/Makefile (strop-tests): Add strnlen.
1152         * string/tester.c (test_strnlen): Add a few more test cases.
1153         * string/tst-strlen.c: Better error reporting.
1155         * sysdeps/x86_64/strnlen.S: New file.
1157 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
1159         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
1160         lower-latency instructions.
1162 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
1164         * string/test-strcasestr.c: New file.
1165         * string/test-strstr.c: New file.
1166         * string/Makefile (strop-tests): Add strstr and strcasestr.
1167         * string/str-two-way.h: Don't undefine MAX.
1168         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
1170 2010-07-21  Andreas Schwab  <schwab@redhat.com>
1172         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1173         strcasestr-nonascii.
1174         (CFLAGS-strcasestr-nonascii.c): Define.
1175         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
1176         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
1177         Remove unused attribute.
1179 2010-07-20  Roland McGrath  <roland@redhat.com>
1181         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
1182         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
1183         ld.so.cache was broken.  With it, there is no way to disable dsocaps
1184         like LD_HWCAP_MASK can disable hwcaps.
1186 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
1188         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
1190 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
1192         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
1193         call in strcasestr.
1194         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
1195         __strcasestr_sse42_nonascii.
1196         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
1197         strcasestr-nonascii.c.
1198         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
1200 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
1202         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
1203         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
1204         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
1205         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
1207 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
1209         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
1210         fcntl.
1212 2010-07-06  Andreas Schwab  <schwab@redhat.com>
1214         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
1215         dl_signal_cerror.
1217 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
1219         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
1220         _PC_PIPE_BUF using F_GETPIPE_SZ.
1222 2010-07-05  Roland McGrath  <roland@redhat.com>
1224         * manual/arith.texi (Rounding Functions): Fix rint description
1225         implicit in round description.
1227 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
1229         * elf/Makefile: Fix linking for a few tests to make recent linker
1230         happy.
1232 2010-06-30  Andreas Schwab  <schwab@redhat.com>
1234         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
1235         $(common-objpfx)libc_nonshared.a.
1237 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
1239         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
1240         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
1241         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1242         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1243         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
1244         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
1245         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1246         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
1248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
1249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
1250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
1252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
1254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
1255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
1256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
1257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
1259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
1261         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
1262         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
1263         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
1264         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
1265         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
1266         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
1267         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
1268         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
1269         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
1270         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
1271         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
1272         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
1273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
1274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
1275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
1276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
1277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
1278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
1279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
1280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
1281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
1282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
1283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
1284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
1285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
1286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
1288 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
1290         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
1291         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
1292         * string/memmove.c (memmove): Renamed to ...
1293         (MEMMOVE): ...this.  Default to memmove.
1294         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
1295         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
1296         (END_CHK): Define.
1297         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1298         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
1299         mempcpy-ssse3-back memmove-ssse3-back.
1300         * sysdeps/x86_64/multiarch/bcopy.S: New file .
1301         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
1302         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
1303         * sysdeps/x86_64/multiarch/memcpy.S: New file.
1304         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
1305         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
1306         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
1307         * sysdeps/x86_64/multiarch/memmove.c: New file.
1308         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
1309         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
1310         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
1311         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
1312         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
1313         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
1314         Define.
1315         (index_Fast_Copy_Backward): Define.
1316         (HAS_ARCH_FEATURE): Define.
1317         (HAS_FAST_REP_STRING): Define.
1318         (HAS_FAST_COPY_BACKWARD): Define.
1320 2010-06-21  Andreas Schwab  <schwab@redhat.com>
1322         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1323         Restore proper fallback handling.
1325 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
1327         [BZ #11701]
1328         * posix/group_member.c (__group_member): Correct checking loop.
1330         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
1331         OOM in getpwuid_r correctly.  Return error number when the caller
1332         should return, otherwise -1.
1333         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
1334         call returning > 0 value.
1335         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
1337 2010-06-07  Andreas Schwab  <schwab@redhat.com>
1339         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
1340         libc_nonshared.a from targets in modules-names.
1342 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
1344         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
1345         requires it.
1347 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
1349         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
1350         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
1351         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
1352         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
1354 2010-06-02  Andreas Schwab  <schwab@redhat.com>
1356         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
1358 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
1360         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
1361         and F_GETPIPE_SZ.
1362         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1363         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1364         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1365         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1366         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1367         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
1369 2010-06-14  Roland McGrath  <roland@redhat.com>
1371         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
1373 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
1375         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
1376         __REDIRECT followed by __THROW.
1377         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
1378         * posix/getopt.h (getopt): Likewise.
1380 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
1382         * hurd/lookup-at.c (__file_name_lookup_at): Accept
1383         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
1384         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
1385         in AT_FLAGS.
1386         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
1387         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
1389 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
1391         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
1393 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
1395         [BZ #11640]
1396         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1397         Properly check family and model.
1399 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
1401         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
1403 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
1405         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
1407 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
1409         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
1410         symbol reference.
1412 2010-05-19  Andreas Schwab  <schwab@redhat.com>
1414         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
1415         symbol reference.
1417 2010-05-21  Andreas Schwab  <schwab@redhat.com>
1419         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
1420         and internal_recvmmsg.
1421         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
1422         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
1423         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
1424         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
1426         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
1427         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
1428         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
1430 2010-05-20  Andreas Schwab  <schwab@redhat.com>
1432         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
1434 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
1436         POWER7 optimizations.
1437         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
1438         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
1440 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
1442         * version.h: Update for 2.13 development version.
1444 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
1446         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
1447         exceptions.  Return 0.
1449 2010-05-07  Roland McGrath  <roland@redhat.com>
1451         * elf/ldconfig.c (main): Add a const.
1453 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
1455         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
1456         (args_options): Add no-idn option.
1457         (ahosts_keys_int): Add idn_flags to ai_flags.
1458         (parse_option): Handle 'i' option to clear idn_flags.
1460         * malloc/malloc.c (_int_free): Possible race in the most recently
1461         added check.  Only act on the data if no current modification
1462         happened.
1464 See ChangeLog.17 for earlier changes.