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