* iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
[platform/upstream/glibc.git] / ChangeLog
1 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
2
3         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
4         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5         if from and to charsets are the same.
6         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
7         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9
10 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
11
12         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
13         Don't define wint_t when __need_mbstate_t unless it
14         is necessary.
15         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
16         in the typedef if possible.
17         * wctype/wctype.h (wint_t): Define by including
18         wchar.h with __need_wint_t instead of including stddef.h
19         with __need_wint_t and as fallback definining it ourselves.
20         * iconv/gconv.h (__need_wint_t): Define before including
21         wchar.h.
22         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
23         or _GLIBCPP_USE_WCHAR_T.
24         (__need_wchar_t): Don't define
25         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
26         (__need_wint_t): Don't define before including stddef.h,
27         define before including wchar.h only if _LIBC or
28         _GLIBCPP_USE_WCHAR_T.
29         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
30         * sysdeps/mach/hurd/_G_config.h: Likewise.
31         * sysdeps/generic/_G_config.h: Likewise.
32         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
33         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
34         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
35         if _LIBC or _GLIBCPP_USE_WCHAR_T.
36
37 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
38
39         * sysdeps/posix/posix_fallocate64.c: Undefine
40         __posix_fallocate64_l64 before alias handling.
41         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
42         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
43         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
44         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
45
46         * io/tst-posix_fallocate.c: Include <fcntl.h>.
47
48 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
49
50         * locale/programs/ld-collate.c (atwc): New variable.
51         (add_to_tablewc): New toplevel function, moved from collate_output.
52         (collate_output): Remove add_to_tablewc nested function.
53
54         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
55         (name_insert): New function.
56         (write_output): Remove hash_table and hash_size vars and name_insert
57         nested function.
58
59 2007-07-24  Roland McGrath  <roland@redhat.com>
60
61         * Makerules (install-others-programs-nosubdir): New target.
62         (install-no-libc.a-nosubdir): Depend on it.
63
64         * iconv/Makefile (install-others-programs): Set this instead of
65         install-others.
66         * login/Makefile (install-others-programs): Likewise.
67         * posix/Makefile (install-others-programs): Likewise.
68
69         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
70         dependencies.
71
72 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
73
74         * io/Makefile (tests): Add tst-posix_fallocate.
75         * io/tst-posix_fallocate.c: New file.
76
77         * sysdeps/unix/sysv/linux/kernel-features.h: Define
78         __ASSUME_FALLOCATE.
79
80 2007-07-22  Roland McGrath  <roland@frob.com>
81
82         * hurd/getdport.c: Add missing copyright year update.
83
84         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
85         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
86
87 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
88
89         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
90
91         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
92         O_CLOEXEC is needed.
93         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
94         Avoid additional fcntl to set O_CLOEXEC if not needed.
95         * nis/nss_compat/compat-initgroups.c: Likewise.
96         * nis/nss_compat/compat-pwd.c: Likewise.
97         * nis/nss_compat/compat-spwd.c: Likewise.
98
99 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
100
101         [BZ #3665]
102         * manual/errno.texi: Change ECANCELED value to 119.
103
104         [BZ #4610]
105         * mach/lock-intern.h: Include <sys/cdefs.h>.
106
107         [BZ #4178]
108         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
109         reading A.
110
111         [BZ #4126]
112         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
113         to __sigsuspend.
114
115         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
116
117 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
118
119         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
120         `__ASSEMBLER__'.
121         * sysdeps/mach/hurd/i386/tls.h: Likewise.
122
123 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
124
125         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
126         descriptor received from nscd.
127
128         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
129
130         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
131         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
132         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
133         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
134         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
135         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
136
137 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
138
139         [BZ #4816]
140         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
141
142         [BZ #4813]
143         * login/forkpty.c (forkpty): Close master and slave fds on
144         fork failure.  Patch by
145         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
146
147 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
148
149         * include/features.h (__USE_ISOC95): New define.
150         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
151         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
152         for -std=iso9899:199409.
153         * CONFORMANCE: Remove comments about unsupported AMD1.
154
155 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
156
157         * sysdeps/ia64/sched_cpucount.c: New file.
158         * sysdeps/powerpc/sched_cpucount.c: New file.
159
160         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
161         __BEGIN_DECLS/__END_DECLS around the prototype.
162         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
163         pointer to const cpu_set_t.
164
165         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
166         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
167         __need_size_t and include stddef.h.
168         * sysvipc/sys/msg.h: Likewise.
169         * posix/sched.h: Likewise.
170         * hurd/hurd/signal.h (__need_size_t): Define.
171
172         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
173         neither does signal.h in pedantic ISO C namespaces.  stdio.h
174         no longer defines wint_t or wchar_t.
175
176         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
177         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
178         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
179         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
180         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
181         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
182         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
183         * debug/printf_chk.c (__printf_chk): Likewise.
184         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
185         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
186
187         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
188         Define.
189
190         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
191         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
192
193 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
194
195         [BZ #4792]
196         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
197         * malloc/malloc.h (realloc): Likewise.
198
199         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
200         if one of proc_file_chain streams has that fileno.
201         * stdio-common/Makefile (tests): Add tst-popen2.
202         * stdio-common/tst-popen2.c: New test.
203
204 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
205
206         * elf/ldconfig.c: Allow GPLv2 or any later version.
207         * elf/readlib.c: Likewise.
208         * elf/chroot_canon.c: Likewise.
209         * elf/cache.c: Likewise.
210         * nscd/mem.c: Likewise.
211         * nscd/getpwuid_r.c: Likewise.
212         * nscd/grpcache.c: Likewise.
213         * nscd/aicache.c: Likewise.
214         * nscd/getsrvbynm_r.c: Likewise.
215         * nscd/nscd.c: Likewise.
216         * nscd/servicescache.c: Likewise.
217         * nscd/getsrvbypt_r.c: Likewise.
218         * nscd/initgrcache.c: Likewise.
219         * nscd/gethstbyad_r.c: Likewise.
220         * nscd/gethstbynm2_r.c: Likewise.
221         * nscd/getgrnam_r.c: Likewise.
222         * nscd/nscd_setup_thread.c: Likewise.
223         * nscd/getpwnam_r.c: Likewise.
224         * nscd/gai.c: Likewise.
225         * nscd/connections.c: Likewise.
226         * nscd/dbg_log.c: Likewise.
227         * nscd/cache.c: Likewise.
228         * nscd/hstcache.c: Likewise.
229         * nscd/nscd_conf.c: Likewise.
230         * nscd/getgrgid_r.c: Likewise.
231         * nscd/pwdcache.c: Likewise.
232         * catgets/gencat.c: Likewise.
233         * locale/programs/linereader.h: Likewise.
234         * locale/programs/locarchive.c: Likewise.
235         * locale/programs/ld-paper.c: Likewise.
236         * locale/programs/locfile-kw.h: Likewise.
237         * locale/programs/ld-address.c: Likewise.
238         * locale/programs/xmalloc.c: Likewise.
239         * locale/programs/ld-time.c: Likewise.
240         * locale/programs/localedef.c: Likewise.
241         * locale/programs/simple-hash.c: Likewise.
242         * locale/programs/xstrdup.c: Likewise.
243         * locale/programs/ld-numeric.c: Likewise.
244         * locale/programs/locfile-kw.gperf: Likewise.
245         * locale/programs/ld-collate.c: Likewise.
246         * locale/programs/charmap-kw.gperf: Likewise.
247         * locale/programs/charmap.h: Likewise.
248         * locale/programs/charmap-kw.h: Likewise.
249         * locale/programs/config.h: Likewise.
250         * locale/programs/locfile.c: Likewise.
251         * locale/programs/ld-ctype.c: Likewise.
252         * locale/programs/charmap.c: Likewise.
253         * locale/programs/ld-messages.c: Likewise.
254         * locale/programs/repertoire.h: Likewise.
255         * locale/programs/locale.c: Likewise.
256         * locale/programs/ld-name.c: Likewise.
257         * locale/programs/linereader.c: Likewise.
258         * locale/programs/locfile.h: Likewise.
259         * locale/programs/3level.h: Likewise.
260         * locale/programs/ld-monetary.c: Likewise.
261         * locale/programs/ld-measurement.c: Likewise.
262         * locale/programs/charmap-dir.c: Likewise.
263         * locale/programs/ld-identification.c: Likewise.
264         * locale/programs/localedef.h: Likewise.
265         * locale/programs/charmap-dir.h: Likewise.
266         * locale/programs/repertoire.c: Likewise.
267         * locale/programs/simple-hash.h: Likewise.
268         * locale/programs/ld-telephone.c: Likewise.
269         * locale/programs/locale-spec.c: Likewise.
270         * locale/programs/locfile-token.h: Likewise.
271         * posix/getconf.c: Likewise.
272         * iconv/dummy-repertoire.c: Likewise.
273         * iconv/iconv_charmap.c: Likewise.
274         * iconv/iconvconfig.c: Likewise.
275         * iconv/iconv_prog.c: Likewise.
276         * malloc/memusagestat.c: Likewise.
277         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
278
279 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
280
281         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
282         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
283         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
284         check for the first argument.
285
286 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
287
288         [BZ #4775]
289         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
290         (__tgmath_real_type): Fix if expr is const int or other const
291         qualified integral type.
292         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
293         expressions and handle const qualified arguments.
294         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
295         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
296         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
297         statement expressions.
298         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
299         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
300         (__TGMATH_UNARY_IMAG): Define.
301         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
302         * math/Makefile (tests): Add test-tgmath2.
303         (CFLAGS-test-tgmath2.c): Add.
304         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
305         count_cfloat, count_cldouble): New variables.
306         (NCCALLS): Define.
307         (main): Check number of complex calls as well.
308         (F(compile_test)): Add complex tests and tests with const qualified
309         arguments.
310         (y, z, ccount): Define.
311         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
312         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
313         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
314         F(cproj)): New functions.
315         * math/test-tgmath2.c: New test.
316
317 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
318
319         [BZ #4776]
320         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
321         RPATH etc. as "/" rather than "", don't segfault on empty paths,
322         instead output ".".
323         * dlfcn/Makefile (distribute): Add glreflib3.c.
324         (module-names): Add glreflib3.
325         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
326         glreflib1.so.
327         (LDFLAGS_glreflib3.so): New.
328         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
329         glreflib1.so.
330         * dlfcn/glreflib3.c: New file.
331
332         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
333         returned -1, return NULL.
334         * intl/explodename.c (_nl_explode_name): Return -1 if
335         _nl_normalize_codeset failed.
336
337 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
338
339         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
340         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
341         and avoid branch misspredicts for > 31 bytes memset case.
342         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
343         Remove toc ref to __cache_line_size.
344
345         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
346         to get ISA-V2.0 branch hints.
347         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
348         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
349         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
350         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
351         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
352         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
353         Remove toc ref to __cache_line_size.
354
355         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
356         Include math_ldbl_opt.h.
357
358 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
359
360         [BZ #4773]
361         * time/strptime_l.c (__strptime_internal): Implement greedy
362         matching of weekday and month names.
363
364 2007-07-09  Roland McGrath  <roland@redhat.com>
365
366         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
367         (ELF_NOTE_ABI): Use it.
368         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
369
370 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
371
372         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
373         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
374
375 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
376
377         [BZ #4745]
378         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
379         in loop to look for conversion specifier to avoid testing of
380         wrong errno value.
381         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
382         * stdio-common/bug18.c: New file.
383         * stdio-common/bug18a.c: New file.
384         * stdio-common/bug19.c: New file.
385         * stdio-common/bug19a.c: New file.
386
387 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
388
389         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
390         running awk script.
391
392 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
393
394         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
395         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
396         Return NULL if mmap failed instead of asserting it does not.
397         (calloc): Check for integer overflow.
398
399         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
400         than LONG_MAX / 10.
401
402 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
403
404         [BZ #4702]
405         * nis/nss-default.c: Include errno.h.
406         (init): Preserve errno.
407
408 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
409
410         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
411
412 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
413
414         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
415
416 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
417
418         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
419
420 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
421
422         * sysdeps/s390/dl-procinfo.c: New file.
423         * sysdeps/s390/dl-procinfo.h: New file.
424         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
425
426 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
427
428         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
429         in PT_NOTE segments with multiple notes.
430         * elf/readelflib.c (process_elf_file): Likewise.
431
432 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
433
434         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
435         ISO C compliant.
436
437 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
438
439         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
440
441 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
442
443         * include/link.h: Don't include rtld-lowlevel.h.
444         (struct link_map): Remove l_scope_lock.
445         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
446         (_dl_scope_free_list): New field (variable) in _rtld_global.
447         (DL_LOOKUP_SCOPE_LOCK): Remove.
448         (_dl_scope_free): New prototype.
449         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
450         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
451         (_dl_profile_fixup): Likewise.
452         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
453         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
454         THREAD_GSCOPE_RESET_FLAG around it.
455         * elf/dl-close.c (_dl_close_worker): Don't use
456         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
457         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
458         scopes were queued or if l_scope_mem has been abandoned.
459         * elf/dl-open.c (_dl_scope_free): New function.
460         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
461         * elf/dl-support.c (_dl_scope_free_list): New variable.
462         * elf/dl-lookup.c (add_dependency): Remove flags argument.
463         Remove DL_LOOKUP_SCOPE_LOCK handling.
464         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
465         handling.
466         * elf/dl-object.c (_dl_new_object): Don't use
467         __rtld_mrlock_initialize.
468
469 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
470
471         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
472         to fill in holes
473         (rtld_global_ro): Likewise.
474
475 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
476
477         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
478         Move PT_LOAD checking to...
479         (_dl_addr_inside_object): ... here, new function.
480         * elf/dl-sym.c (do_sym): If not l_contiguous,
481         call _dl_addr_inside_object.
482         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
483         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
484         * elf/dl-open.c (dl_open_worker): Likewise.
485         (_dl_addr_inside_object): New function if IS_IN_rtld.
486         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
487         holes are present or are PROT_NONE protected.
488         * include/link.h (struct link_map): Add l_contiguous field.
489         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
490
491 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
492             Tomas Janousek  <tjanouse@redhat.com>
493             Ulrich Drepper  <drepper@redhat.com>
494
495         [BZ #4647]
496         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
497         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
498         socket.
499         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
500         unused member a bitmap.
501         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
502         servers are configured.
503
504 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
505
506         * elf/rtld.c (dl_main): Don't call init_tls more than once.
507
508 2007-06-17  Andreas Schwab  <schwab@suse.de>
509
510         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
511
512 2007-06-16  Andreas Jaeger  <aj@suse.de>
513
514         [BZ #4125]
515         * sysdeps/unix/sysv/linux/sys/ptrace.h
516         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
517         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
518         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
519         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
520         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
521         Define.
522         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
523         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
524         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
525         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
526
527 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
528
529         [BZ #4599]
530         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
531         determining whether there are IPv4/IPv6 addresses, ignore loopback
532         addresses.
533
534 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
535
536         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
537         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
538         as the return type.  Change type of "r" variable to CMPtype.
539         * soft-fp/eqsf2.c (__eqsf2): Likewise.
540         * soft-fp/eqtf2.c (__eqtf2): Likewise.
541         * soft-fp/gedf2.c (__gedf2): Likewise.
542         * soft-fp/gesf2.c (__gesf2): Likewise.
543         * soft-fp/getf2.c (__getf2): Likewise.
544         * soft-fp/ledf2.c (__ledf2): Likewise.
545         * soft-fp/lesf2.c (__lesf2): Likewise.
546         * soft-fp/letf2.c (__letf2): Likewise.
547         * soft-fp/unorddf2 (__unorddf2): Likewise.
548         * soft-fp/unordsf2 (__unordsf2): Likewise.
549         * soft-fp/unordtf2 (__unordtf2): Likewise.
550
551 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
552
553         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
554         make sure gcc doesn't mess around with this.
555
556 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
557
558         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
559
560 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
561
562         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
563         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
564         at most once per _dl_close_worker.
565
566 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
567
568         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
569         __sched_cpucount as const.
570         * posix/sched_cpucount.c: Adjust.
571
572         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
573         instruction for counting bits.
574         * sysdeps/x86_64/sched_cpucount.c: New file.
575
576 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
577
578         * configure.in: Avoid variable named BASH.
579         * config.make.in: Likewise.
580         Patch in part by Mike Frysinger.
581
582 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
583
584         [BZ #4586]
585         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
586         pseudo-zeros as zero.
587         * sysdeps/x86_64/ldbl2mpn.c: New file.
588         * sysdeps/ia64/ldbl2mpn.c: New file.
589
590 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
591
592         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
593         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
594         Remove unreachable code at the end.
595
596 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
597
598         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
599         ldbl-128ibm in comment.
600         (fpclassifyl): Correct classification of denormals.
601         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
602         return value for MIN denormal. Rewrite using long double math too
603         correctly handle denormals and canonicalize the results.
604
605 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
606
607         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
608         (__mpn_construct_long_double): Fix conversion where result ought
609         to be smaller than __LDBL_MIN__, or the low double should be
610         denormal.  Fix decision where to negate low double - honor round
611         to even rules.
612         * stdio-common/tst-sprintf2.c: Include string.h.
613         (COMPARE_LDBL): Define.
614         (TEST): Also test whether a string hexadecimal float representation
615         can be parsed back to the number.
616         (main): Add a couple of further tests.
617
618 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
619
620         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
621         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
622         is non-zero, but smaller than 2 * __DBL_MIN__.
623         * stdio-common/tst-sprintf2.c: New test.
624         * stdio-common/Makefile (tests): Add tst-sprintf2.
625
626         * math/test-misc.c (main): Don't run last batch of tests with
627         IBM long double format.
628
629 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
630
631         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
632         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
633         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
634         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
635         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
636         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
637         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
638         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
639         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
640         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
643         New file.
644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
645         New file.
646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
647         New file.
648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
649         New file.
650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
651         New file.
652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
654         New file.
655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
656         New file.
657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
658         New file.
659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
660         New file.
661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
662         New file.
663
664 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
665
666         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
667         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
668         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
669         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
670         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
671         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
672         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
673         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
674
675 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
676
677         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
678         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
679         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
680         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
681         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
682         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
683         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
684         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
685
686 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
687
688         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
689         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
690         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
691         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
692
693 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
694
695         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
696         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
697
698 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
699
700         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
701         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
702         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
703         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
704
705 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
706
707         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
708         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
709
710 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
711
712         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
713         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
714
715         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
716         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
717         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
718         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
719
720 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
721
722         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
723         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
724         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
725         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
726
727 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
728
729         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
730         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
731         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
732         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
733         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
734         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
735
736 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
737
738         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
739         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
740         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
742
743 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
744
745         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
746         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
747         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
748         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
749         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
750         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
751         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
752         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
753         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
754         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
755         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
756         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
757         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
758         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
759         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
760         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
761
762 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
763
764         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
765         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
766
767 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
768
769         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
770         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
771
772 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
773
774         * sysdeps/powerpc/powerpc32/970/Implies: New file.
775         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
776         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
777         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
778         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
779         * sysdeps/powerpc/powerpc64/970/Implies: New file.
780         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
781         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
782         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
783         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
784
785 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
786
787         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
788
789 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
790
791         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
792         branch miss-predicts. Ensure that cache line crossing does not impact
793         dispatch grouping.
794
795 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
796
797         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
798         "../../powerpc32/power4/memcopy.h".
799         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
800         "../../powerpc32/power4/wordcopy.c".
801
802 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
803
804         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
805         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
806         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
807         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
808         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
809         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
810
811 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
812
813         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
814
815 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
816
817         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
818         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
819         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
820         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
821         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
822         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
823         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
824         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
825
826 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
827
828         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
829
830 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
831
832         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
833         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
834         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
835         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
836         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
837         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
838         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
839
840 2007-05-29  Roland McGrath  <roland@redhat.com>
841
842         * po/Makefile (po-sed-cmd): New variable.
843         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
844
845 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
846
847         * crypt/md5-crypt.c: Fix comment.
848
849         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
850         of crashing.  When this is the case or if the reply is malformed,
851         don't try to close the new file descriptor since it does not
852         exist.
853         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
854
855 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
856
857         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
858         if __NR_utimensat is not defined.
859
860 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
861
862         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
863
864 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
865
866         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
867         (open): Fix comment typos.  Don't call __open_2 if flags
868         is a compile time constant without O_CREAT.
869         (__open64_2): Add nonnull attribute.
870         (open64): Fix comment typos.  Don't call __open64_2 if flags
871         is a compile time constant without O_CREAT.
872         (__openat_2): Add nonnull attribute, fix nonnull attribute
873         on redirect.
874         (openat): Fix comment typos.  Don't call __openat_2 if flags
875         is a compile time constant without O_CREAT.
876         (__openat64_2): Add nonnull attribute, fix nonnull attribute
877         on redirect.
878         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
879         is a compile time constant without O_CREAT.
880
881 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
882
883         * Makerules (sysd-rules): Define PTW for ptw-* files.
884         * Versions: Define GLIBC_2.7 for libc.
885         * include/stdio.h: Declare __fortify_fail.
886         * debug/fortify_fail.c: New file.
887         * debug/Makefile (routines): Add fortify_fail.
888         * debug/chk_fail.c: Use __fortify_fail.
889         * debug/stack_chk_fail.c: Likewise.
890         * io/Versions: Export __open_2, __open64_2, __openat_2, and
891         __openat64_2 for GLIBC_2.7.
892         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
893         * io/open.c: Define *_2 variant of function which checks for O_CREAT
894         and fails if necessary.
895         * io/open64.c: Likewise.
896         * io/openat.c: Likewise.
897         * io/openat64.c: Likewise.
898         * sysdeps/unix/sysv/linux/open64.c: Likewise.
899         * sysdeps/unix/sysv/linux/openat.c: Likewise.
900         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
901         * io/bits/fcntl2.h: New file.
902         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
903         __openat64_2.
904         * include/bits/fcntl2.h: New file.
905         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
906         Add open_2.
907         * sysdeps/unix/sysv/linux/open_2.c: New file.
908
909 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
910
911         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
912         as second parameter to handle_intel.
913
914         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
915         the entry.
916
917         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
918         handling to ...
919         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
920         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
921         cacheinfo.
922         * sysdeps/x86_64/memcpy.S: Complete rewrite.
923         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
924         Patch by Evandro Menezes <evandro.menezes@amd.com>.
925
926         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
927
928 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
929
930         [BZ #4525]
931         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
932         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
933         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
934
935         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
936
937         [BZ #4514]
938         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
939         reinitialize workend at the start of each do_positional format spec
940         loop, free workstart before do_positional loops.
941         (printf_unknown): Fix size of work_buffer.
942         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
943
944         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
945         (public_sET_STATe): If ms->version < 3, put all chunks into
946         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
947         chunks.
948
949         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
950         * malloc/hooks.c: Likewise.
951         * malloc/arena.c: Likewise.
952         * malloc/malloc.c (do_check_malloc_state): Don't assert
953         n_mmaps is not greater than n_mmaps_max.  This removes the need
954         for the previous change.
955
956         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
957         2007-05-07 commit.
958
959 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
960
961         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
962         Define for kernel >= 2.6.22.
963
964 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
965
966         * elf/dl-close.c (_dl_close_worker): When removing object from
967         global scope, wait for all lookups to finish afterwards.
968         * elf/dl-open.c (add_to_global): When global scope array must
969         grow, allocate a new one and free old array only after all
970         lookups finish.
971         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
972         (_dl_lookup_symbol_x): Likewise.
973         * elf/dl-support.c: Define _dl_wait_lookup_done.
974         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
975         _dl_wait_lookup_done.
976
977         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
978         not overlapping with arena.
979
980         * malloc/mcheck.c (reallochook): If size==0, free the block.
981
982         * rt/tst-shm.c: Use fstat64 instead of fstat.
983
984         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
985         __NR_sync_file_range is not defined.
986
987 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
988
989         Dummy files to prevent stub versions from being used.
990         * sysdeps/x86_64/fpu/k_cosl.c: New file.
991         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
992         * sysdeps/x86_64/fpu/k_sinl.c: New file.
993         * sysdeps/x86_64/fpu/k_tanl.c: New file.
994
995         * version.h (VERSION): Set to 2.6.90.
996
997 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
998
999         * version.h (VERSION): Define to 2.6.
1000         * include/features.h (__GLIBC_MINOR__): Define to 6.
1001
1002         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
1003
1004         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
1005         sizes.
1006
1007 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
1008
1009         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
1010         number of mmaps.  n_mmaps_max is the target.
1011         * malloc/hooks.c: Likewise.
1012         * malloc/arena.c: Likewise.
1013
1014 2007-05-12  Andreas Jaeger  <aj@suse.de>
1015
1016         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
1017         getpid.
1018
1019 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
1020
1021         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
1022         adding new variables.
1023
1024         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
1025         optimize.  Completely extend global scope array before making the
1026         new entries visible.
1027
1028 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
1029
1030         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
1031         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
1032         tst-getcpu.
1033
1034         * include/link.h: Move l_version and l_nversion members around to
1035         fill gaps.
1036
1037         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
1038
1039         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1040         (__sched_setaffinity_new): If syscall was successful and
1041         RESET_VGETCPU_CACHE is defined, use it before returning.
1042         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
1043
1044         * io/sys/stat.h: Make sure struct timespec is defined for
1045         __USE_ATFILE.
1046
1047         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
1048         UTIME_OMIT.
1049         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1050         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1051         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1052         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1053         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1054         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1055         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
1056         * io/sys/stat.h: Declare utimensat, futimens.
1057         * io/utimensat.c: New file.
1058         * io/futimens.c: New file.
1059         * sysdeps/unix/sysv/linux/utimensat.c: New file.
1060         * sysdeps/unix/sysv/linux/futimens.c: New file.
1061         * io/Makefile (routines): Add utimensat, futimens.
1062         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
1063         * sysdeps/unix/sysv/linux/lutimes.c: New file.
1064         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
1065         available.
1066
1067         * include/sys/cdefs.h: Redefine __nonnull so that test for
1068         incorrect parameters in the libc code itself are not omitted.
1069
1070 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
1071
1072         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
1073         exception in addition to inexact when asked to raise only FE_INEXACT.
1074
1075         [BZ #3427]
1076         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
1077         in *envp.
1078
1079 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1080
1081         [BZ #4403]
1082         * string/strfry.c (strfry): Make result more random.
1083
1084 2007-05-07  Richard Henderson  <rth@redhat.com>
1085
1086         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
1087         if __NO_LONG_DOUBLE_MATH.
1088         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
1089         available in the compiler, add .arch directive to the assembly.
1090
1091 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
1092
1093         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
1094         compat_symbol to GLIBC_2_1.
1095         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
1096         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
1097         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
1098         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
1099         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
1100         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
1101         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
1102         libc, not libm.
1103         (__isnanl): New compat_symbol.
1104
1105 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1106             Jakub Jelinek  <jakub@redhat.com>
1107
1108         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
1109         (new_heap): Initialize mprotect_size.
1110         (grow_heap): When growing, only mprotect from mprotect_size till
1111         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
1112         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
1113
1114 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
1115             Peter Bergner  <bergner@us.ibm.com>
1116
1117         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
1118         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
1119         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
1120         * sysdeps/powerpc/fpu/fe_mask.c: New file.
1121         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
1122         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
1123         Call __fe_mask_env() if all FP exceptions disabled.
1124         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
1125         from old FPSCR to new fenv to propagate DFP rounding modes.
1126         Call __fe_mask_env() if FP exceptions previously enabled.
1127         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
1128         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
1129         transitioning from all exceptions disabled to any exception enabled
1130         or visa versa.
1131         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
1132         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
1133         when transitioning from all exceptions disabled to any exception
1134         enabled or visa versa.
1135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
1136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
1137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
1138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
1139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
1140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
1141
1142 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1143
1144         [BZ #4465]
1145         * posix/unistd.h: Remove __THROW from fdatasync.
1146
1147 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
1148
1149         [BZ #4465]
1150         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
1151
1152 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1153
1154         * stdio-common/vfprintf.c (process_string_arg): Optimize
1155         ridiculous precision in wide char code printing multi-byte string.
1156         Reported by Jim Meyering <jim@meyering.net>.
1157
1158         [BZ #4131]
1159         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
1160         boundaries to work around systems with overlapping binary loading.
1161         Based on a patch by Suzuki <suzuki@in.ibm.com>.
1162
1163 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
1164
1165         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
1166         __mbsnrtowcs after last change.
1167
1168         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
1169         (get_ident): Likewise.
1170
1171 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1172
1173         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
1174         with setting the sticky bit.
1175         * math/test-misc.c (main): Add more truncation tests.
1176
1177 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
1178
1179         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
1180         double in the function declaration.
1181         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
1182         double in the function declaration.
1183         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1184         float in the function declaration.
1185         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1186         float in the function declaration.
1187
1188         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
1189         denormal operands.  Do not generate FP_EX_DENORM exception.
1190         (FP_UNPACK_RAW_EP): Ditto.
1191         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
1192         undefined _FP_UNPACK_RAW_E.
1193         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
1194         undefined _FP_UNPACK_RAW_EP.
1195         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
1196         undefined _FP_PACK_RAW_E.
1197         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
1198         undefined _FP_PACK_RAW_EP.
1199
1200         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
1201         _FP_FRAC_COPY_2.
1202         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
1203         _FP_FRAC_COPY_4.
1204
1205 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
1206             Jakub Jelinek  <jakub@redhat.com>
1207
1208         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
1209         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
1210         this case.
1211         * soft-fp/op-common.h (FP_TRUNC): Ditto.
1212
1213 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1214
1215         * math/test-misc.c (main): Add tests for rounding long double
1216         values close to smallest double denormalized value to double.
1217
1218 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
1219
1220         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
1221         condition for truncating to 0.  Set sticky bit for such
1222         truncation.
1223
1224 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
1225
1226         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
1227         fixed length array for ignore.
1228
1229 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1230
1231         [BZ #4438]
1232         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
1233         stack for large precisions.
1234         * stdio-common/test-vfprintf.c (main): Add test for large
1235         precision.
1236
1237 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
1238
1239         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
1240         for exponent 0.
1241         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
1242
1243         [BZ #4439]
1244         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
1245         account in the size check.
1246         * resolv/tst-inet_ntop.c: New test.
1247         * resolv/Makefile (tests): Add tst-inet_ntop.
1248
1249 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1250             Jakub Jelinek  <jakub@redhat.com>
1251
1252         [BZ #4349]
1253         * malloc/malloc.c: Keep separate list for first blocks on the bin
1254         lists with a given size.  This helps skipping over list elements
1255         we know won't fit in two places.
1256         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
1257
1258 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
1259
1260         [BZ #4102]
1261         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
1262         label to Teredo tunnel addresses 2001://32.
1263
1264 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
1265
1266         * locale/programs/ld-collate.c (collate_read): Allow order_start
1267         after copy.
1268
1269         * locale/programs/ld-collate.c (collate_read): Fix printing of
1270         error message.
1271
1272         [BZ #3213]
1273         * locale/C-translit.h.in: Add entry for U2044.
1274
1275         [BZ #4342]
1276         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
1277         hexa-decimal floats without exponent.
1278         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
1279
1280 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
1281
1282         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
1283         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
1284         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
1285         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
1286         GLIBC_2.6.
1287         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
1288         Add sched_getcpu.
1289
1290 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
1291
1292         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
1293         of 0 after the out_fail label.
1294
1295 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
1296
1297         [BZ #4406]
1298         * iconv/gconv_charset.h (strip): Allow ':'.
1299         * iconv/iconv_open.c (iconv_open): Adjust comment.
1300
1301 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
1302
1303         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
1304         version.
1305
1306 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
1307
1308         [BZ #4381]
1309         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
1310         alignment of buffer and tmp_buffer.
1311         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
1312         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
1313         alignment of buffer.
1314         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
1315         bigger than INT_MAX.
1316         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
1317         h_errnop arguments.  Fail if buflen is too small.
1318         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
1319
1320 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
1321
1322         [BZ #4405]
1323         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
1324         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
1325
1326 2007-04-22  Roland McGrath  <roland@redhat.com>
1327
1328         * elf/elf.h (NT_PRXFPREG): New macro.
1329
1330 2007-04-19  Andreas Jaeger  <aj@suse.de>
1331
1332         [BZ #3905]
1333         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
1334         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
1335         Added.
1336
1337 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
1338
1339         * include/sys/mman.h: Mark madvise hidden.
1340         * misc/madvise.c: Add libc_hidden_def.
1341
1342 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
1343
1344         * nis/nis_domain_of.c (__nis_domain_of): New function.
1345         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
1346         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
1347         * nis/nis_call.c (rec_dirsearch): Likewise.
1348         (first_shoot): Likewise.  Remove search_parent_first argument.
1349         (struct nis_server_cache): Rename search_parent_first field
1350         to search_parent.
1351         (nis_server_cache_search, nis_server_cache_add): Rename
1352         search_parent_first argument to search_parent.
1353         (__nisfind_server): Likewise.  If search_parent, call
1354         __nis_domain_of.
1355
1356 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
1357
1358         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
1359
1360 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
1361
1362         [BZ #4368]
1363         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
1364
1365 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
1366
1367         [BZ #4364]
1368         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
1369
1370 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
1371
1372         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
1373         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
1374         current number of locales in SUPPORTED.
1375         (create_archive): Initialize serial.
1376         (enlarge_archive): Preserve aliases rather than duplicating
1377         their locrecs.
1378
1379 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
1380
1381         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
1382         after _IO_un_link, not before it.
1383
1384         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
1385         special case handling when wcp == wstartp + 1.  Fix a comment typo.
1386         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
1387
1388 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
1389
1390         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
1391         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
1392         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
1393         Remove __THROW.
1394         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
1395         _IO_file_xsgetn_maybe_mmap): Likewise.
1396         * libio/oldfileops.c (old_do_write): Likewise.
1397         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
1398         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
1399         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
1400         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
1401         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
1402         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
1403         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
1404         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
1405         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
1406         _IO_file_underflow, _IO_file_underflow_mmap,
1407         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
1408         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
1409         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
1410         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
1411         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
1412         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
1413         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
1414         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
1415         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
1416         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
1417         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
1418         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
1419         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
1420         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
1421         _IO_adjust_column_internal, _IO_default_uflow_internal,
1422         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
1423         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
1424         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
1425         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
1426         _IO_file_close_it_internal, _IO_file_underflow_internal,
1427         _IO_file_overflow_internal, _IO_file_attach_internal,
1428         _IO_file_fopen_internal, _IO_file_sync_internal,
1429         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
1430         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
1431         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
1432         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
1433         _IO_seekpos_unlocked): Likewise.
1434         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
1435         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
1436
1437 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
1438
1439         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
1440         argument in xmalloc size computation.
1441
1442 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
1443
1444         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
1445         math_opt_barrier and math_force_eval macros.
1446
1447 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
1448
1449         [BZ #3306]
1450         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
1451         * sysdeps/i386/fpu/math_private.h: New file.
1452         * sysdeps/x86_64/fpu/math_private.h: New file.
1453         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
1454         math_force_eval macros.  Use "+m" constraint on asm rather than
1455         "=m" and "m".
1456         * math/s_nextafter.c (__nextafter): Likewise.
1457         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
1458         Likewise.
1459         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
1460         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
1461         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
1462         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
1463         math_opt_barrier and math_force_eval macros.
1464         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
1465         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
1466         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
1467         (__nexttoward): Use math_opt_barrier and
1468         math_force_eval macros.  Use "+m" constraint on asm rather than
1469         "=m" and "m".  Only use asm to force double result if
1470         FLT_EVAL_METHOD is 2.
1471         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
1472         (__nexttowardf): Use math_opt_barrier and
1473         math_force_eval macros.  Use "+m" constraint on asm rather than
1474         "=m" and "m".  Only use asm to force double result if
1475         FLT_EVAL_METHOD is not 0.
1476         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
1477         (__nexttowardf): Use math_opt_barrier and
1478         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
1479         x to float using asm.
1480         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
1481         (__nldbl_nexttowardf): Use math_opt_barrier and
1482         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
1483         x to float using asm.
1484         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
1485         (__nexttowardf): Use math_opt_barrier and math_force_eval
1486         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
1487         * math/bug-nextafter.c (zero, inf): New variables.
1488         (main): Add new tests.
1489         * math/bug-nexttoward.c (zero, inf): New variables.
1490         (main): Add new tests.
1491
1492 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
1493
1494         [BZ #3427]
1495         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
1496         exceptions both in SW and MXCSR.
1497         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
1498         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
1499         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1500         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
1501         in MXCSR if SSE is available.
1502         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
1503         and ldsodefs.h.
1504         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
1505         Fix comment typo.
1506         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
1507         Return 0 rather than 1.
1508         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
1509         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
1510         * math/test-fenv.c (feholdexcept_tests): New function.
1511         (main): Call it.
1512
1513 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
1514
1515         [BZ #3427]
1516         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
1517         in SW.
1518
1519 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
1520
1521         [BZ #4344]
1522         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
1523         Reported by David Anderson <davea42@earthlink.net>.
1524
1525 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
1526
1527         * posix/sys/wait.h: Remove unnecessary forward declaration.
1528
1529 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
1530
1531         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
1532         with obj->do_servers after first_shoot.
1533
1534 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
1535
1536         * posix/Makefile (routines): Add sched_cpucount.
1537         (tests): Add tst-cpucount.
1538         * posix/sched_cpucount.c: New file.
1539         * posix/tst-cpucount.c: New file.
1540         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
1541         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
1542         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
1543         * posix/sched.h: Define CPU_COUNT.
1544
1545 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
1546
1547         * posix/fnmatch.c (STRUCT): Define.
1548         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
1549         * posix/fnmatch_loop.c (struct STRUCT): New type.
1550         (FCT): Add ends argument.  If ends != NULL and normal * is
1551         seen in the pattern, store current pattern and string pointers
1552         and return.  Adjust recursive calls.
1553         (EXT): Adjust FCT callers.
1554         (STRUCT): Undef at the end of the file.
1555         * posix/Makefile (tests): Add tst-fnmatch2.
1556         * posix/tst-fnmatch2.c: New test.
1557
1558 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
1559
1560         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
1561         and 1 on failure.
1562
1563         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1564         Change last argument to unsigned int.
1565
1566 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
1567
1568         * scripts/check-local-headers.sh: Filter out sys/capability.h.
1569
1570 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
1571
1572         * config.h.in (HAVE_LIBCAP): Add.
1573         * nscd/selinux.h: Include sys/capability.h rather than non-existent
1574         sys/capabilities.h.
1575         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
1576         free_caps.  Cast away const from 4th cap_set_flag argument.
1577
1578 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
1579
1580         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
1581         GLIBC_2.6.
1582         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1583         Add sync_file_range.
1584         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1585
1586 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
1587
1588         * sysdeps/powerpc/bits/atomic.h
1589         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
1590         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
1591         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1592         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
1593         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1594         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
1595         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
1596         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
1597         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1598         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
1599         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
1600         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
1601         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1602         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
1603         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
1604         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
1605         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
1606         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
1607         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
1608         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
1609
1610 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
1611
1612         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
1613         (__cache_line_size): Define the variable here.  Add
1614         attribute_hidden, remove weak_extern.
1615         (__libc_start_main): Set __cache_line_size
1616         unconditionally.
1617         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1618         (__cache_line_size): Define the variable here.  Add
1619         attribute_hidden, remove weak_extern.
1620         (DL_PLATFORM_AUXV): Set __cache_line_size
1621         unconditionally.
1622         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
1623         weak_extern, add attribute_hidden.
1624         (__elf_machine_runtime_setup): Assume __cache_line_size is always
1625         defined in ld.so.
1626         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
1627         definition.
1628         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
1629
1630 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1631
1632         [BZ #4276]
1633         * timezone/africa: Update from tzdata2007d.
1634         * timezone/asia: Likewise.
1635         * timezone/australasia: Likewise.
1636         * timezone/backward: Likewise.
1637         * timezone/europe: Likewise.
1638         * timezone/iso3166.tab: Likewise.
1639         * timezone/leapseconds: Likewise.
1640         * timezone/northamerica: Likewise.
1641         * timezone/southamerica: Likewise.
1642         * timezone/zone.tab: Likewise.
1643
1644         * timezone/private.h: Update from tzcode2007d.
1645         * timezone/zdump.c: Likewise.
1646         * timezone/zic.c: Likewise.
1647
1648 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
1649
1650         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
1651         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
1652         variables.
1653         (nis_server_cache_search, nis_server_cache_add): New functions.
1654         (__nisfind_server): Use them.  Add dbp and flags argument, if
1655         call __nisbind_create.
1656         (__nisbind_create): Add server_used and current_ep arguments,
1657         only call __nis_findfastest if server_used is ~0.
1658         (__do_niscall2, __prepare_niscall): Adjust callers.
1659         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
1660         ckey_cache_euid, ckey_cache_lock): New variables.
1661         (get_ckey): New function.
1662         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
1663         __pmap_getnisport.  Save __pmap_getnisport result in
1664         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
1665         key.
1666         * nis/nis_lookup.c (nis_lookup): Likewise.
1667         * nis/nis_table.c (nis_list): Likewise.
1668         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
1669         prototypes.
1670
1671         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
1672         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
1673         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
1674         _nss_nisplus_getservbyport_r): Likewise.
1675         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
1676         _nss_nisplus_getnetbyaddr_r): Likewise.
1677         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
1678         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
1679         _nss_nisplus_getntohost_r): Likewise.
1680         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
1681         _nss_nisplus_getrpcbynumber_r): Likewise.
1682
1683 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
1684
1685         * configure.in (libc_cv_gnu89_inline): Only do compile test.
1686         * configure: Rebuilt.
1687
1688         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
1689         bit-fields.
1690         * soft-fp/extended.h (_FP_UNION_E): Likewise.
1691
1692 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
1693
1694         [BZ #2831]
1695         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
1696         bit-fields.
1697
1698 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
1699
1700         * nscd/gai.c: Include alloca.h.
1701         (__libc_use_alloca): Define.
1702
1703 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
1704
1705         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
1706         smaller scopes.
1707         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
1708         (DL_DST_REQUIRED): Adjust user.
1709
1710         * include/dlfcn.h (struct link_map): New forward decl.
1711
1712         * inet/getnameinfo.c: Include stddef.h.
1713         (getnameinfo): Use offsetof.
1714
1715         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
1716
1717         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
1718
1719         * string/strerror_l.c: Include stdlib.h.
1720
1721         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
1722         * config.make.in (gnu89-inline-CFLAGS): New variable.
1723         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
1724         -std=gnu99.
1725         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
1726         * argp/argp.h: Use it.
1727         * bits/mathinline.h: Likewise.
1728         * bits/sigset.h: Likewise.
1729         * bits/string.h: Likewise.
1730         * ctype/ctype.h: Likewise.
1731         * hurd/hurd.h: Likewise.
1732         * hurd/hurd/fd.h: Likewise.
1733         * hurd/hurd/port.h: Likewise.
1734         * hurd/hurd/signal.h: Likewise.
1735         * hurd/hurd/threadvar.h: Likewise.
1736         * hurd/hurd/userlink.h: Likewise.
1737         * io/sys/stat.h: Likewise.
1738         * libio/bits/stdio.h: Likewise.
1739         * libio/bits/stdio2.h: Likewise.
1740         * mach/lock-intern.h: Likewise.
1741         * mach/mach/mig_support.h: Likewise.
1742         * math/bits/cmathcalls.h: Likewise.
1743         * posix/bits/unistd.h: Likewise.
1744         * socket/bits/socket2.h: Likewise.
1745         * stdlib/bits/stdlib.h: Likewise.
1746         * stdlib/stdlib.h: Likewise.
1747         * string/argz.h: Likewise.
1748         * string/bits/string2.h: Likewise.
1749         * string/bits/string3.h: Likewise.
1750         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
1751         * sysdeps/generic/inttypes.h: Likewise.
1752         * sysdeps/generic/machine-lock.h: Likewise.
1753         * sysdeps/generic/machine-sp.h: Likewise.
1754         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1755         * sysdeps/i386/i486/bits/string.h: Likewise.
1756         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
1757         * sysdeps/mach/alpha/machine-lock.h: Likewise.
1758         * sysdeps/mach/alpha/machine-sp.h: Likewise.
1759         * sysdeps/mach/i386/machine-lock.h: Likewise.
1760         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
1761         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1762         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
1763         * sysdeps/s390/bits/string.h: Likewise.
1764         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
1765         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
1766         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1767         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
1768         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1769         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
1770         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
1771         * wcsmbs/bits/wchar2.h: Likewise.
1772         * wcsmbs/wchar.h: Likewise.
1773         * stdlib/gmp.h: Likewise.  Include <features.h> to get
1774         __extern_inline definition.
1775
1776 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
1777
1778         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
1779         NULL.
1780
1781         [BZ #3919]
1782         * math/libm-test.inc (log_test): Test -Inf and NaN.
1783         (log10_test, log1p_test, log2_test): Test -Inf.
1784         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
1785         FE_INVALID when argument is qNaN.
1786         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
1787         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
1788         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
1789         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
1790         andb $1, %ah with testb $1, %ah, don't test for parity, instead
1791         testb $4, %ah and jump if non-zero.
1792         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
1793         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
1794
1795         [BZ #4101]
1796         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
1797         ancestors with the same depths.
1798         Patch by Niels Moeller <nisse@lysator.liu.se>.
1799         (filter_doc): Don't crash if argp is NULL.
1800         * argp/Makefile (tests): Add tst-argp2.
1801         * argp/tst-argp2.c: New test.
1802
1803         [BZ #4130]
1804         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
1805         open_not_cancel_2.
1806         (updwtmp_file): Likewise.
1807
1808         [BZ #4181]
1809         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
1810         (inet6_opt_append): Don't check extlen is big enough if extbuf
1811         is NULL.
1812         (inet6_opt_finish): Likewise.
1813         * inet/Makefile (tests): Add test-inet6_opt.
1814         * inet/test-inet6_opt.c: New test.
1815
1816         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
1817         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
1818         NLMSG_ERR.  Instead use a page sized buffer.
1819         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
1820         buffer.
1821
1822 2007-03-14  Richard Henderson  <rth@redhat.com>
1823
1824         * sysdeps/alpha/fpu/s_llround.c: New file.
1825         * sysdeps/alpha/fpu/s_llroundf.c: New file.
1826         * sysdeps/alpha/fpu/s_lround.c: New file.
1827         * sysdeps/alpha/fpu/s_lroundf.c: New file.
1828         * sysdeps/alpha/fpu/s_round.c: New file.
1829         * sysdeps/alpha/fpu/s_roundf.c: New file.
1830         * sysdeps/alpha/fpu/s_trunc.c: New file.
1831         * sysdeps/alpha/fpu/s_truncf.c: New file.
1832
1833         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
1834         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
1835         * sysdeps/alpha/fpu/s_floor.c: Likewise.
1836         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
1837         * sysdeps/alpha/fpu/s_rint.c: Likewise.
1838         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
1839
1840         * sysdeps/alpha/fpu/s_fmax.S: New file.
1841         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
1842         * sysdeps/alpha/fpu/s_fmin.S: New file.
1843         * sysdeps/alpha/fpu/s_fminf.S: New file.
1844         * sysdeps/alpha/fpu/s_isnan.c: New file.
1845         * sysdeps/alpha/fpu/s_isnanf.c: New file.
1846         * sysdeps/alpha/fpu/s_llrint.c: New file.
1847         * sysdeps/alpha/fpu/s_llrintf.c: New file.
1848         * sysdeps/alpha/fpu/s_lrint.c: New file.
1849         * sysdeps/alpha/fpu/s_lrintf.c: New file.
1850         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
1851         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
1852
1853         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
1854         (__fdimf, fdimf, __fdim, fdim): Remove.
1855         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
1856         (__isnanf, __isnan, __isnanl): New.
1857
1858 2007-03-13  Richard Henderson  <rth@redhat.com>
1859
1860         * sysdeps/ieee754/ldbl-128/Makefile: New file.
1861
1862 2007-03-13  Richard Henderson  <rth@redhat.com>
1863
1864         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
1865         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
1866         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1867         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
1868         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
1869         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
1870
1871 2007-03-13  Richard Henderson  <rth@redhat.com>
1872
1873         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
1874         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
1875         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
1876         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
1877         Move to dl-auxv.h; initialize instead of extern weak.
1878         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
1879         weak symbol.
1880         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
1881         Extern instead of initialized.
1882
1883 2007-03-13  Richard Henderson  <rth@redhat.com>
1884
1885         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
1886         __sigsuspend_nocancel.
1887
1888 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
1889
1890         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
1891         172.16/12 address range.
1892
1893 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
1894
1895         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
1896         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
1897         message.
1898
1899 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
1900
1901         [BZ #4069]
1902         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
1903         earlier.
1904         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
1905
1906         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
1907         for x qNaN and y either +-inf or non-integer value.
1908         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
1909         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1910         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1911
1912 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
1913
1914         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
1915         from sysdep_headers.
1916
1917 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
1918
1919         * time/tzfile.c (find_transition): Instead of a linear search try to
1920         guess the transition index, use a linear search if the result is at
1921         most 10 transitions away from the guess or binary search otherwise.
1922
1923 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
1924
1925         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
1926         memory reallocation.
1927
1928 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
1929
1930         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
1931         and fix some typos.
1932         Optimize use of TOLOWER.
1933
1934         [BZ #3325]
1935         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
1936         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
1937         * sysdeps/i386/fpu/e_fmod.S: Likewise.
1938
1939         [BZ #3458]
1940         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
1941         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
1942
1943         [BZ #4076]
1944         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
1945         (open_dir_stream): Likewise.
1946         * io/Makefile (tests): Add bug-ftw5.
1947         * io/bug-ftw5.c: New file.
1948
1949         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
1950         * nscd/servicescache.c (cache_addserv): Likewise.
1951
1952         * nscd/grpcache.c (cache_addgr): In case a record changed on
1953         refresh, adjust key_copy.
1954
1955         [BZ #4074]
1956         * nscd/pwdcache.c (cache_addpw): In case a record changed on
1957         refresh, adjust key_copy.
1958
1959         [BZ #4070]
1960         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
1961         special cases.
1962         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
1963
1964 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
1965
1966         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
1967         optimization.
1968
1969         * stdio-common/vfscanf.c: Small cleanups throughout.
1970
1971 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
1972
1973         [BZ #3325]
1974         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
1975         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
1976         * sysdeps/i386/fpu/e_fmod.S: Likewise.
1977         Patch by Jared Casper <jaredcasper@gmail.com>.
1978
1979         * sysdeps/unix/closedir.c: Outside libc don't use locking.
1980         * sysdeps/unix/opendir.c: Likewise.
1981         * sysdeps/unix/readdir.c: Likewise.
1982
1983         [BZ #2211]
1984         * stdio-common/vfscanf.c: Handle localized digits etc for floating
1985         point numbers.
1986         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
1987
1988         * stdio-common/vfscanf.c: Fix problems in width accounting.
1989         * stdio-common/tst-sscanf.c (double_tests): New tests.
1990         (main): Hook them up.
1991
1992         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
1993         More simplifications of floating-point reader.
1994
1995         * stdio-common/Makefile (tests): Add tst-swscanf.
1996         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
1997         testing.
1998         * stdio-common/tst-swscanf.c: New file.
1999
2000 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2001
2002         [BZ #2633]
2003         * libio/stdio.h: Define struct _IO_FILE in global namespace.
2004         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
2005         Remove using for __jmp_buf_tag.
2006         * locale/locale.h (struct lconv): Also define in std namespace.
2007         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
2008
2009         [BZ #3842]
2010         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
2011         using __libc_enable_secure.
2012
2013         [BZ #3818]
2014         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
2015
2016         [BZ #3745]
2017         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
2018         of names for ellipsises.
2019
2020         [BZ #3348]
2021         * malloc/memusage.sh: Cleanups.
2022         * debug/xtrace.sh: Quoting and trap changes.
2023
2024 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2025
2026         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
2027
2028         * locale/iso-3166.def: Update entry for Serbia.
2029         * locale/iso-4217.def: Define RSD, remove CSD.
2030
2031         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
2032         and 64-bit operations.
2033
2034         [BZ #4040]
2035         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
2036         16-bit operations.
2037
2038         * nscd/nscd.c (parse_opt): One more conversion to use send instead
2039         of writev.
2040
2041 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
2042
2043         [BZ #3991]
2044         * assert/assert.h (assert): Simplify.
2045         (assert_perror): Likewise.
2046         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
2047
2048         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
2049         reqdata.
2050
2051         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
2052         change: don't pass NULL in place of an integer.
2053
2054 2007-02-02  Bruno Haible  <bruno@clisp.org>
2055
2056         [BZ #3954]
2057         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
2058         Add mapping for U+327E.
2059         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
2060         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2061         mapping of 0xD9 0xE8.
2062         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
2063         mapping of U+327E.
2064         Reported by Jungshik Shin <jungshik@google.com>.
2065
2066         [BZ #3955]
2067         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2068         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
2069         Reported by Jungshik Shin <jungshik@google.com>.
2070
2071 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
2072
2073         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
2074         byte variants.
2075
2076         [BZ #4040]
2077         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
2078         byte variants.  Patch mostly be tom@tommay.net.
2079
2080 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
2081
2082         [BZ #3996]
2083         * posix/glob.c (attribute_hidden): Define if not defined.
2084         (glob): Unescape dirname, filename or username when needed and not
2085         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
2086         is NULL.  Handle unescaped [ in pattern without closing ].
2087         Don't pass GLOB_CHECK down to recursive glob for directories.
2088         (__glob_pattern_type): New function.
2089         (__glob_pattern_p): Implement using __glob_pattern_type.
2090         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
2091         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
2092         Remove unreachable code.
2093         * posix/globtest.sh: Add a couple of new tests.
2094
2095 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
2096
2097         * po/ru.po: Update from translation team.
2098
2099 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
2100
2101         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
2102         to the list of i486+ CPUs.
2103         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2104
2105 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
2106
2107         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
2108         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
2109         references.
2110
2111 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
2112
2113         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
2114
2115         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
2116         * resolv/res_mkquery.c: Define __res_nopt.
2117         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
2118         try adding EDNS0 record.
2119         * resolv/res_send.c (send_dg): If request failed with FORMERR and
2120         EDNS0 record was send make sure we don't try it again.
2121         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
2122         * include/resolv.h: Declare __res_nopt.
2123
2124 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
2125
2126         [BZ #3944]
2127         * time/strptime_l.c (__strptime_internal): Set have_mon for
2128         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
2129         have been computed from tm_yday and tm_year.  Don't crash
2130         in day_of_the_week or day_of_the_year if not have_mon
2131         and tm_mon contains bogus value.
2132         * time/Makefile (tests): Add tst-strptime3.
2133         * time/tst-strptime3.c: New test.
2134
2135 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2136
2137         [BZ #3957]
2138         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2139         bit for RE_HAT_LISTS_NOT_NEWLINE.
2140         (build_charclass_op): Remove bogus comment.
2141         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
2142         * posix/bug-regex27.c: New test.
2143         * posix/bug-regex28.c: New test.
2144
2145 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
2146
2147         * po/sv.po: Update from translation team.
2148
2149 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
2150
2151         * nscd/nscd_helper.c (open_socket): Minor size optimization.
2152
2153 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2154
2155         * include/locale.h (__uselocale): Add libc_hidden_proto.
2156         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
2157
2158         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
2159         gettimeofday.
2160
2161 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
2162
2163         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
2164         returning.
2165         (PTR_DEMANGLE): Real definition now that it's not the same as
2166         PRT_MANGLE anymore.
2167         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2168
2169         * string/strerror_l.c: New file.
2170         * string/Makefile (routines): Add strerror_l.
2171         * string/string.h: Declare strerror_l.
2172         * string/Versions: Export strerror_l for GLIBC_2.6.
2173
2174 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
2175
2176         * nscd/nscd_helper.c (open_socket): Now takes request type and key
2177         as parameter.  Construct request record.  Try sending request
2178         before the first poll use, it usually succeeds.  Adjust all
2179         callers.
2180         * nscd/nscd-client.h: Define MAXKEYLEN.
2181         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
2182
2183 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
2184
2185         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
2186         from return value.
2187         * nscd/nscd_helper.c: Include string.h.
2188         (__nscd_cache_search): Remove const qualifier from return value.
2189         On strict alignment architectures check hash entry and data head
2190         alignment.
2191         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
2192         mmapped data during GC cycle contains garbage.  If
2193         __nscd_drop_map_ref fails, decrement mapped->counter when returning
2194         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
2195         dropped to 0.
2196         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2197         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2198         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
2199         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2200         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2201
2202 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
2203
2204         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
2205
2206 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
2207
2208         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
2209         names not numbers in cfi_*.
2210
2211 2007-01-26  Andreas Jaeger  <aj@suse.de>
2212
2213         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
2214         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
2215         Correct values of PER_HPUX and PER_OSF4.
2216
2217 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
2218
2219         * elf/dl-minimal.c: Undefine _itoa first.
2220         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
2221         * malloc/mtrace.c: Revert last change.
2222         * posix/wordexp.c: Likewise.
2223
2224 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
2225
2226         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
2227         and __geode__ to the list of i486+ CPUs.
2228         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2229
2230 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
2231
2232         * stdio-common/_itoa.c: Include <limits.h>.
2233         * stdio-common/_itowa.c: Likewise.
2234
2235 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
2236
2237         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
2238         platforms.
2239         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
2240         64-bit platforms.
2241         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
2242         possible.
2243         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
2244         if possible.
2245
2246         [BZ #3902]
2247         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
2248         * stdio-common/Makefile (tests): Add bug17.
2249         * stdio-common/bug17.c: New file.
2250
2251 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
2252
2253         * iconvdata/brf.c: New file.
2254         * iconvdata/testdata/BRF: New file.
2255         * iconvdata/testdata/BRF..UTF8: New file.
2256         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2257         * iconvdata/Makefile: Add rules to build BRF.
2258         * iconvdata/TESTS: Add BRF entry.
2259         * iconvdata/gconv-modules: Likewise.
2260         * iconvdata/tst-tables.sh: Likewise.
2261
2262 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
2263
2264         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
2265         type `long long int', not `long int'.
2266         (wcstoq): Likewise.
2267
2268 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
2269
2270         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
2271         of values on 64-bit platforms which are too large.
2272
2273 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
2274             Joe Kerian  <jkerian@us.us.ibm.com>
2275
2276         [BZ #2749]
2277         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
2278         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
2279         (__copysignl): Use signbit() for comparison.
2280         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
2281         SET_LDOUBLE_WORDS64.
2282
2283         [BZ #2423, #2749]
2284         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
2285         (__ceill): Remove calls to fegetround(), fesetround().
2286         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
2287         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
2288         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
2289
2290 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
2291
2292         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
2293
2294         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
2295
2296 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
2297
2298         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
2299         demangle pointer.
2300         * csu/libc-start.c: Likewise.
2301
2302 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
2303
2304         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
2305         really work anyway.
2306
2307 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
2308
2309         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
2310         users.
2311         (handle_request): Remove unnecessary tests.
2312
2313         * nscd/cache.c (cache_add): Record the failure to add to the cache.
2314
2315 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
2316
2317         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
2318         workbits in semi-raw fraction.
2319
2320         * math/test-misc.c: Add new tests.
2321
2322 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
2323
2324         * math/basic-test.c: Include test-skeleton.c.
2325         (TEST_TRUNC): Define.
2326         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
2327         (main): Rename to ...
2328         (do_test): ...this.  Run new tests.
2329         (TEST_FUNCTION): Define.
2330
2331 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
2332             Joe Kerian  <jkerian@us.us.ibm.com>
2333
2334         [BZ #2749]
2335         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
2336         handling for high words.
2337         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
2338         and overflow for infinity.
2339
2340 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
2341
2342         * nscd/connections.c (handle_request): Add a __builtin_expect.
2343
2344         * nscd/connections.c (serv2db): Change type into structure which
2345         also says whether this is a request for data.  Renamed to
2346         servinfo.  All users changed.
2347         (handle_request): Much simpler test whether we should search the cache.
2348
2349         * nscd/connections.c (handle_request): Fix thinko in selinux test
2350         invocation.
2351
2352         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
2353         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
2354         it before getting dl_load_lock and then relock.
2355         (_dl_lookup_symbol_x): Pass flags to add_dependency.
2356         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
2357         case we unlocked the scope.
2358         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
2359         _dl_lookup_symbol_x in case we locked the scope.
2360         (_dl_profile_fixup): Likewise.
2361         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
2362         set DL_LOOKUP_SCOPE_LOCK.
2363
2364 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
2365
2366         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
2367         CFLAGS-getsrvbynpt_r.c.
2368         * nscd/getsrvbynm_r.c: New file.
2369         * nscd/getsrvbypt_r.c: New file.
2370         * nscd/nscd_getserv_r.c: New file.
2371         * nscd/servicescache.c: New file.
2372         * nscd/Makefile (routines): Add nscd_getserv_r.
2373         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
2374         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
2375         CFLAGS-getsrvbypt_r.c.
2376         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
2377         table.  Add entries for services database.
2378         * nscd/connections.c (serv2str): Mark as const.  Add entries for
2379         services database.
2380         (dbs): Add .reset_res and servdb initialization.
2381         (serv2db): Add entries for services database.
2382         (verify_persistent_db): Accept dbnr == servdb.
2383         (invalidate_cache): Rewrite database name recognition to use a table.
2384         Call res_init() if .reset_res is set for database.
2385         (handle_request): Add code to handle services database.
2386         * nscd/gai.c: Don't define __getservbyname_r.
2387         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
2388         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
2389         (serv_response_header): Define.
2390         (struct datahead): Add serv_response_header member.
2391         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
2392         using table.
2393         * nscd/nscd.conf: Add entries for services database.
2394         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
2395         Declare serv_iov_disabled.
2396         Declare addservbyname, readdservbyname, addservbyport, and
2397         readdservbyport.
2398         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
2399         (find_db): Fix error message.
2400         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
2401         __nscd_getservbyname_r, and __nscd_getservbyport_r.
2402         * nscd/selinux.c (perms): Add entries for services database.
2403         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
2404         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
2405
2406         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
2407         * nscd/hstcache.c: Likewise.
2408         * nscd/pwdcache.c: Likewise.
2409
2410         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
2411         computation of keylen.
2412
2413         * include/string.h: Only redefine strndupa if this is really for
2414         libc code.
2415
2416 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
2417
2418         * nscd/nscd_gethst_r.c: Minor cleanups.
2419
2420         * nscd/connections.c (handle_request): Check selinux permissions
2421         for all non-admin commands.
2422
2423         * sysdeps/i386/i486/bits/atomic.h: Define
2424         atomic_compare_and_exchange_val_acq,
2425         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
2426         using __sync_* built-ins for gcc >= 4.1.
2427         * sysdeps/x86_64/bits/atomic.h: Likewise.
2428
2429         [BZ #3840]
2430         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
2431         and .oS.d files.
2432
2433 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
2434
2435         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
2436         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
2437         (do_test): Check errno and exit(0) if ENOSYS.
2438
2439 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
2440
2441         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
2442         thousands separators.
2443         * stdlib/Makefile: Add rules to build and run tst-strtod4.
2444         * stdlib/tst-strtod4.c: New test.
2445
2446         [BZ #3855]
2447         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
2448         hexadecimal digit should accept just the initial 0.
2449         * stdlib/tst-strtod2.c (tests): New variable.
2450         (do_test): Run several tests rather than just one.
2451
2452 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
2453
2454         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
2455         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
2456
2457 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
2458
2459         * io/fts.c: Make sure fts_cur is always valid after return from
2460         fts_read.
2461         Patch by Miloslav Trmac <mitr@redhat.com>.
2462
2463 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
2464
2465         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
2466         (R_MIPS_NUM): Bump by 1.
2467
2468 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
2469
2470         * posix/execvp.c: Include alloca.h.
2471         (allocate_scripts_argv): Renamed to...
2472         (scripts_argv): ... this.  Don't allocate buffer here nor count
2473         arguments.
2474         (execvp): Use alloca if possible.
2475         * posix/Makefile: Add rules to build and run tst-vfork3 test.
2476         * posix/tst-vfork3.c: New test.
2477
2478 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
2479
2480         * string/Makefile (tst-strxfrm2-ENV): Define.
2481         * stdlib/Makefile (tst-strtod3-ENV): Define.
2482
2483 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
2484
2485         * posix/getconf.c: Update copyright year.
2486         * nss/getent.c: Likewise.
2487         * iconv/iconvconfig.c: Likewise.
2488         * iconv/iconv_prog.c: Likewise.
2489         * elf/ldconfig.c: Likewise.
2490         * catgets/gencat.c: Likewise.
2491         * csu/version.c: Likewise.
2492         * elf/ldd.bash.in: Likewise.
2493         * elf/sprof.c (print_version): Likewise.
2494         * locale/programs/locale.c: Likewise.
2495         * locale/programs/localedef.c: Likewise.
2496         * nscd/nscd.c (print_version): Likewise.
2497         * debug/xtrace.sh: Likewise.
2498         * malloc/memusage.sh: Likewise.
2499         * malloc/mtrace.pl: Likewise.
2500         * debug/catchsegv.sh: Likewise.
2501
2502 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
2503
2504         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
2505         attempts.
2506
2507 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
2508
2509         * posix/wordexp.c: Remove some unnecessary tests.
2510
2511 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
2512
2513         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
2514         blacklist the group till after we look it up.
2515
2516 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
2517
2518         * include/atomic.h (atomic_forced_read): New macro.
2519
2520 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2521
2522         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
2523
2524 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
2525
2526         * nss/getXXbyYY_r.c: Include atomic.h.
2527         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
2528         add atomic_write_barrier () in between.
2529
2530         * stdlib/Makefile (tests): Add tst-makecontext.
2531         * stdlib/tst-makecontext.c: New test.
2532
2533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
2534         (__makecontext): Don't realign uc_mcontext.uc_regs.
2535
2536 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
2537
2538         * elf/dl-support.c: Include dl-procinfo.h.
2539         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
2540         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
2541         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
2542         Define.
2543         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
2544         hardcoded constants.
2545         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
2546         PPC_PLATFORM_* macros for array designators.
2547
2548 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
2549
2550         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
2551         names to the beginning.
2552         (_dl_powerpc_platforms): Add "power6x".
2553         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
2554         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
2555         (_DL_PLATFORMS_COUNT): Increase.
2556         (_dl_string_platform): Handle power6x case.
2557         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
2558         PPC_FEATURE_POWER6_EXT): Define.
2559         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
2560
2561 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
2562
2563         [BZ #3747]
2564         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
2565         [-2^31 .. 2^31) range.
2566         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
2567         targets.
2568         * stdlib/tst-rand48-2.c: New test.
2569         * stdlib/Makefile (tests): Add tst-rand48-2.
2570
2571 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
2572
2573         * misc/tst-pselect.c (do_test): Fix sigblock argument.
2574
2575 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
2576
2577         * misc/tst-pselect.c (do_test): Make sure the helper process is
2578         terminating when the test is aborted.
2579
2580 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
2581
2582         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
2583         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
2584         Handle relatime mount option.
2585
2586         [BZ #2337]
2587         * libio/Makefile (tests): Add tst-setvbuf1.
2588         * libio/tst-setvbuf1.c: New file.
2589
2590 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
2591
2592         [BZ #2337]
2593         * libio/genops.c (__uflow): Fix a typo.
2594         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
2595         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
2596         the narrow buffer size.
2597
2598 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
2599
2600         [BZ #2337]
2601         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
2602         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
2603         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
2604         in _flags.
2605         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
2606         _IO_wstr_finish): Likewise.
2607         * libio/wmemstream.c (open_wmemstream): Likewise.
2608         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
2609         even for wide streams.
2610
2611 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
2612
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
2614         kernel-features.h.
2615
2616 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
2617
2618         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
2619         separators also if no non-zero digits found.
2620         * stdlib/Makefile (tests): Add tst-strtod3.
2621
2622 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
2623
2624         [BZ #3632]
2625         * include/features.h: Fix comment about default value for
2626         _POSIX_C_SOURCE.
2627
2628         [BZ #3664]
2629         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
2630         empty parsed strings.
2631         * stdlib/Makefile (tests): Add tst-strtod2.
2632         * stdlib/tst-strtod2.c: New file.
2633
2634         [BZ #3673]
2635         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
2636         computation.
2637         * stdlib/Makefile (tests): Add tst-atof2.
2638         * stdlib/tst-atof2.c: New file.
2639
2640         [BZ #3674]
2641         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
2642         correctly if removing trailing zero of hex-float.
2643         * stdlib/Makefile (tests): Add tst-atof1.
2644         * stdlib/tst-atof1.c: New file.
2645
2646 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
2647
2648         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
2649         Start searching for next comma at p rather than rest.
2650         * misc/Makefile (tests): Add tst-mntent2.
2651         * misc/tst-mntent2.c: New test.
2652
2653         * misc/getusershell.c (initshells): Check for integer overflows.
2654         Make strings buffer one bigger as fgets always succeeds when second
2655         argument is 1.  Don't use calloc for shells array.  Disallow
2656         / as shell.
2657
2658 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
2659
2660         * malloc/memusage.c: Handle realloc with new size of zero and
2661         non-NULL pointer correctly.
2662         (me): Really write first record twice.
2663         (struct entry): Make format bi-arch safe.
2664         (dest): Write out more realloc statistics.
2665         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
2666
2667 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
2668
2669         * nis/nis_subr.c (nis_getnames): Revert last change.
2670
2671 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
2672
2673         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
2674         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
2675         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
2676         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
2677         ENOTTY.
2678         * io/Makefile: Add rules to build and run tst-ttyname_r test.
2679         * io/tst-ttyname_r.c: New test.
2680
2681 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2682
2683         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
2684
2685 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
2686
2687         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
2688         jump table entries.
2689
2690 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2691
2692         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
2693         `clone' function to ensure proper unwinding stop of gdb.
2694         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2695
2696 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
2697
2698         * nscd/nscd.init: Remove obsolete and commented-out -S option
2699         handling.
2700
2701 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
2702
2703         [BZ #3514]
2704         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
2705
2706         [BZ #3515]
2707         * manual/string.texi (strtok): Remove duplicate paragraph.
2708
2709 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2710
2711         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
2712         libgcc not supporting `rflags' unwinding (register # >= 17).
2713
2714 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
2715
2716         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
2717         succeeded.
2718
2719 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
2720             Jakub Jelinek  <jakub@redhat.com>
2721             Jan Kratochvil  <jan.kratochvil@redhat.com>
2722
2723         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
2724         unwind information.
2725         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
2726         'restore_rt' even in the 'signal' directory.
2727         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
2728
2729 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
2730
2731         [BZ #3559]
2732         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
2733         malloc crashed.  Don't allocate memory unnecessarily in each
2734         loop.
2735
2736 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
2737
2738         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
2739
2740 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
2741
2742         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
2743
2744 2006-11-18  Bruno Haible  <bruno@clisp.org>
2745
2746         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
2747         __sysconf only after having tried to call getgroups32.
2748
2749 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
2750
2751         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
2752         addresses for IPv4 queries if they can be mapped.
2753
2754 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
2755
2756         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
2757         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
2758         (signmask): Add .size directive.
2759         (othermask): Add .type directive.
2760
2761 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
2762
2763         * po/nl.po: Update from translation team.
2764
2765         * timezone/zdump.c: Redo fix for BZ #3137.
2766
2767 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
2768
2769         * nss/nss_files/files-alias.c (get_next_alias): Set line back
2770         to first_unused after parsing :include: file.
2771
2772 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
2773
2774         * timezone/africa: Update from tzdata2006o.
2775         * timezone/antarctica: Likewise.
2776         * timezone/asia: Likewise.
2777         * timezone/australasia: Likewise.
2778         * timezone/backward: Likewise.
2779         * timezone/europe: Likewise.
2780         * timezone/iso3166.tab: Likewise.
2781         * timezone/northamerica: Likewise.
2782         * timezone/southamerica: Likewise.
2783         * timezone/zone.tab: Likewise.
2784
2785         * time/tzfile.c (__tzfile_read): Extend to handle new file format
2786         on machines with 64-bit time_t.
2787
2788         * timezone/checktab.awk: Update from tzcode2006o.
2789         * timezone/ialloc.c: Likewise.
2790         * timezone/private.h: Likewise.
2791         * timezone/scheck.c: Likewise.
2792         * timezone/tzfile.h: Likewise.
2793         * timezone/tzselect.ksh: Likewise.
2794         * timezone/zdump.c: Likewise.
2795         * timezone/zic.c: Likewise.
2796
2797         [BZ #3483]
2798         * elf/ldconfig.c (main): Call setlocale and textdomain.
2799         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
2800
2801         [BZ #3480]
2802         * manual/argp.texi: Fix typos.
2803         * manual/charset.texi: Likewise.
2804         * manual/errno.texi: Likewise.
2805         * manual/filesys.texi: Likewise.
2806         * manual/lang.texi: Likewise.
2807         * manual/maint.texi: Likewise.
2808         * manual/memory.texi: Likewise.
2809         * manual/message.texi: Likewise.
2810         * manual/resource.texi: Likewise.
2811         * manual/search.texi: Likewise.
2812         * manual/signal.texi: Likewise.
2813         * manual/startup.texi: Likewise.
2814         * manual/stdio.texi: Likewise.
2815         * manual/sysinfo.texi: Likewise.
2816         * manual/syslog.texi: Likewise.
2817         * manual/time.texi: Likewise.
2818         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2819
2820         [BZ #3465]
2821         * sunrpc/clnt_raw.c: Minimal message improvements.
2822         * sunrpc/pm_getmaps.c: Likewise.
2823         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2824         * nis/nis_print_group_entry.c: Likewise.
2825         * locale/programs/repertoire.c: Likewise.
2826         * locale/programs/charmap.c: Likewise.
2827         * malloc/memusage.sh: Likewise.
2828         * elf/dl-deps.c: Likewise.
2829         * locale/programs/ld-collate.c: Likewise.
2830         * libio/vswprintf.c: Likewise.
2831         * malloc/memusagestat.c: Likewise.
2832         * sunrpc/auth_unix.c: Likewise.
2833         * sunrpc/rpc_main.c: Likewise.
2834         * nscd/cache.c: Likewise.
2835         * locale/programs/repertoire.c: Unify output messages.
2836         * locale/programs/charmap.c: Likewise.
2837         * locale/programs/ld-ctype.c: Likewise.
2838         * locale/programs/ld-monetary.c: Likewise.
2839         * locale/programs/ld-numeric.c: Likewise.
2840         * locale/programs/ld-time.c: Likewise.
2841         * elf/ldconfig.c: Likewise.
2842         * nscd/selinux.c: Likewise.
2843         * elf/cache.c: Likewise.
2844         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
2845
2846         [BZ #3451]
2847         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
2848         change atomic.
2849         (ceil): Likewise.
2850
2851 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
2852
2853         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
2854         if N is one bigger than return value.
2855         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
2856         and l1 last arguments, if buf is defined, verify the return value
2857         equals to strlen (buf) and verify no byte beyond passed length
2858         is modified.
2859
2860 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
2861
2862         * po/sv.po: Update from translation team.
2863
2864 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
2865
2866         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
2867         noinline attribute.
2868
2869 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
2870
2871         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
2872         noinline attribute.
2873
2874         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
2875         Use __new_sys_siglist instead of _sys_siglist_internal as
2876         second macro argument.
2877         (_old_sys_siglist): Use declare_symbol_alias macro instead of
2878         strong_alias.
2879
2880 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
2881
2882         [BZ #3493]
2883         * posix/unistd.h (sysconf): Remove const attribute.
2884
2885         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
2886         temporary or deprecated addresses.
2887         Patch by Sridhar Samudrala <sri@us.ibm.com>.
2888
2889         * string/Makefile (tests): Add tst-strxfrm2.
2890         * string/tst-strxfrm2.c: New file.
2891
2892 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
2893
2894         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
2895         rather than r->r_brk.
2896
2897 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
2898
2899         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
2900         optimization even if needed > n.
2901
2902         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
2903         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
2904         return false, otherwise return true.
2905         (cache_rpath): Return decompose_rpath return value.
2906
2907 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
2908
2909         * include/libc-symbols.h (declare_symbol): Rename to...
2910         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
2911         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
2912         .size directive.
2913         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
2914         changes.
2915         * sysdeps/gnu/siglist.c: Likewise.
2916
2917 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
2918
2919         * sysdeps/powerpc/fpu/bits/mathinline.h
2920         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
2921         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
2922
2923 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
2924
2925         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
2926         Update handling of cache descriptor 0x49 for new models.
2927         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
2928         Likewise.
2929
2930 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
2931
2932         * malloc/memusage.c (dest): Reset not_me back to false after
2933         printing statistics.
2934
2935 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
2936
2937         * configure.in: Work around ld --help change and avoid -z relro
2938         test completely if the architecture doesn't care about security.
2939
2940 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
2941
2942         * po/sv.po: Update from translation team.
2943
2944 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
2945
2946         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
2947         generate compatibility version.
2948
2949 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
2950
2951         * configure.in: Relax -z relro requirement a bit.
2952
2953         * po/sv.po: Update from translation team.
2954
2955 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
2956
2957         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
2958         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
2959         * elf/dl-close.c (_dl_close_worker): Likewise.
2960         * elf/dl-open.c (_dl_open_worker): Likewise.
2961         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
2962
2963 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
2964
2965         * configure.in: Require assembler support for visibility, compiler
2966         support for visibility and aliases, linker support for various -z
2967         options.
2968         * Makeconfig: Remove conditional code which now is unnecessary.
2969         * config.h.in: Likewise.
2970         * config.make.in: Likewise.
2971         * dlfcn/Makefile: Likewise.
2972         * elf/Makefile: Likewise.
2973         * elf/dl-load.c: Likewise.
2974         * elf/rtld.c: Likewise.
2975         * include/libc-symbols.h: Likewise.
2976         * include/stdio.h: Likewise.
2977         * io/Makefile: Likewise.
2978         * io/fstat.c: Likewise.
2979         * io/fstat64.c: Likewise.
2980         * io/fstatat.c: Likewise.
2981         * io/fstatat64.c: Likewise.
2982         * io/lstat.c: Likewise.
2983         * io/lstat64.c: Likewise.
2984         * io/mknod.c: Likewise.
2985         * io/mknodat.c: Likewise.
2986         * io/stat.c: Likewise.
2987         * io/stat64.c: Likewise.
2988         * libio/stdio.c: Likewise.
2989         * nscd/Makefile: Likewise.
2990         * stdlib/Makefile: Likewise.
2991         * stdlib/atexit.c: Likewise.
2992         * sysdeps/generic/ldsodefs.h: Likewise.
2993         * sysdeps/i386/dl-machine.h: Likewise.
2994         * sysdeps/i386/sysdep.h: Likewise.
2995         * sysdeps/i386/i686/memcmp.S: Likewise.
2996         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
2997         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2998         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2999
3000         * Makerules: USE_TLS support is now default.
3001         * tls.make.c: Likewise.
3002         * csu/Versions: Likewise.
3003         * csu/libc-start.c: Likewise.
3004         * csu/libc-tls.c: Likewise.
3005         * csu/version.c: Likewise.
3006         * dlfcn/dlinfo.c: Likewise.
3007         * elf/dl-addr.c: Likewise.
3008         * elf/dl-cache.c: Likewise.
3009         * elf/dl-close.c: Likewise.
3010         * elf/dl-iteratephdr.c: Likewise.
3011         * elf/dl-load.c: Likewise.
3012         * elf/dl-lookup.c: Likewise.
3013         * elf/dl-object.c: Likewise.
3014         * elf/dl-open.c: Likewise.
3015         * elf/dl-reloc.c: Likewise.
3016         * elf/dl-support.c: Likewise.
3017         * elf/dl-sym.c: Likewise.
3018         * elf/dl-sysdep.c: Likewise.
3019         * elf/dl-tls.c: Likewise.
3020         * elf/ldconfig.c: Likewise.
3021         * elf/rtld.c: Likewise.
3022         * elf/tst-tls-dlinfo.c: Likewise.
3023         * elf/tst-tls1.c: Likewise.
3024         * elf/tst-tls10.h: Likewise.
3025         * elf/tst-tls14.c: Likewise.
3026         * elf/tst-tls2.c: Likewise.
3027         * elf/tst-tls3.c: Likewise.
3028         * elf/tst-tls4.c: Likewise.
3029         * elf/tst-tls5.c: Likewise.
3030         * elf/tst-tls6.c: Likewise.
3031         * elf/tst-tls7.c: Likewise.
3032         * elf/tst-tls8.c: Likewise.
3033         * elf/tst-tls9.c: Likewise.
3034         * elf/tst-tlsmod1.c: Likewise.
3035         * elf/tst-tlsmod13.c: Likewise.
3036         * elf/tst-tlsmod13a.c: Likewise.
3037         * elf/tst-tlsmod14a.c: Likewise.
3038         * elf/tst-tlsmod2.c: Likewise.
3039         * elf/tst-tlsmod3.c: Likewise.
3040         * elf/tst-tlsmod4.c: Likewise.
3041         * elf/tst-tlsmod5.c: Likewise.
3042         * elf/tst-tlsmod6.c: Likewise.
3043         * include/errno.h: Likewise.
3044         * include/link.h: Likewise.
3045         * include/tls.h: Likewise.
3046         * locale/global-locale.c: Likewise.
3047         * locale/localeinfo.h: Likewise.
3048         * malloc/arena.c: Likewise.
3049         * malloc/hooks.c: Likewise.
3050         * malloc/malloc.c: Likewise.
3051         * resolv/Versions: Likewise.
3052         * sysdeps/alpha/dl-machine.h: Likewise.
3053         * sysdeps/alpha/libc-tls.c: Likewise.
3054         * sysdeps/generic/ldsodefs.h: Likewise.
3055         * sysdeps/generic/tls.h: Likewise.
3056         * sysdeps/i386/dl-machine.h: Likewise.
3057         * sysdeps/ia64/dl-machine.h: Likewise.
3058         * sysdeps/ia64/libc-tls.c: Likewise.
3059         * sysdeps/mach/hurd/fork.c: Likewise.
3060         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3061         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
3062         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3063         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3064         * sysdeps/s390/libc-tls.c: Likewise.
3065         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3066         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3067         * sysdeps/sh/dl-machine.h: Likewise.
3068         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3069         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3070         * sysdeps/x86_64/dl-machine.h: Likewise.
3071
3072         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
3073         split out locking and parameter checking.
3074         (_dl_close): Call _dl_close_worker after locking and checking.
3075         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
3076         _dl_close.
3077         * elf/Makefile: Add rules to build and run tst-thrlock.
3078         * elf/tst-thrlock.c:  New file.
3079
3080         [BZ #3426]
3081         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
3082         reality.
3083
3084         [BZ #3429]
3085         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
3086         we are sure we do not need it anymore for _dl_close.  Also move
3087         the asserts inside the lock region.
3088         Patch mostly by Suzuki <suzuki@in.ibm.com>.
3089
3090 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
3091
3092         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
3093         argument.
3094         (_dl_lookup_symbol_x): Adjust caller.
3095
3096         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
3097         _ns_global_scope.
3098         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
3099
3100         * elf/dl-libc.c: Revert l_scope name changes.
3101         * elf/dl-load.c: Likewise.
3102         * elf/dl-object.c: Likewise.
3103         * elf/rtld.c: Likewise.
3104         * elf/dl-close.c (_dl_close): Likewise.
3105         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
3106         always use __rtld_mrlock_{change,done}.  Always free old scope list
3107         here if not l_scope_mem.
3108         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
3109         change.  Never free scope list here.  Just __rtld_mrlock_lock before
3110         the lookup and __rtld_mrlock_unlock it after the lookup.
3111         * elf/dl-sym.c: Likewise.
3112         * include/link.h (struct r_scoperec): Remove.
3113         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
3114         with l_scope_mem and l_scoperec_lock with l_scope_lock.
3115
3116 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
3117
3118         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
3119
3120 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3121
3122         * configure.in: Disable building profile libraries by default.
3123
3124 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3125
3126         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
3127         as signed longs, check for x_base + pos overflow.
3128         * sunrpc/Makefile (tests): Add tst-xdrmem2.
3129         * sunrpc/tst-xdrmem2.c: New test.
3130
3131 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3132
3133         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
3134         _dl_lookup_symbol_x code.
3135
3136 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3137
3138         * elf/dl-runtime.c: Include sysdep-cancel.h.
3139         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
3140         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
3141         instead of catomic_* macros.
3142         * elf/dl-sym.c: Include sysdep-cancel.h.
3143         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
3144         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3145         * elf/dl-close.c: Include sysdep-cancel.h.
3146         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
3147         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3148         * elf/dl-open.c: Include sysdep-cancel.h.
3149         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
3150         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3151
3152 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3153
3154         [BZ #3313]
3155         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
3156         fastbin rather than end of fastbin array.
3157
3158 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3159
3160         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
3161         body macro.
3162         * sysdeps/x86_64/bits/atomic.h
3163         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
3164         (catomic_decrement): Use correct body macro.
3165
3166 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3167
3168         * include/atomic.h: Add a unique prefix to all local variables
3169         in macros.
3170         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
3171
3172 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
3173
3174         [BZ #3369]
3175         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
3176         and 7.
3177
3178 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
3179
3180         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
3181
3182 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
3183
3184         [BZ #3313]
3185         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
3186         determine highest fast bin to consolidate, always look into all of
3187         them.
3188         (do_check_malloc_state): Only require for empty bins for large
3189         sizes in main arena.
3190
3191         * libio/stdio.h: Add more __wur attributes.
3192
3193         * elf/dl-minimal.c (realloc): Optimize last patch.
3194
3195 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
3196
3197         [BZ #3352]
3198         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
3199         and use memcpy() if it does.
3200
3201 2006-11-12  Andreas Jaeger  <aj@suse.de>
3202
3203         [BZ #2510]
3204         * manual/search.texi (Hash Search Function): Clarify.
3205         (Array Search Function): Clarify.
3206
3207 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
3208
3209         [BZ #2830]
3210         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
3211         shifting.
3212         * math/atest-exp2.c (read_mpn_hex): Likewise.
3213         * math/atest-sincos.c (main): Likewise.
3214
3215 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3216
3217         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
3218         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
3219         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
3220         version GLIBC_2.6.
3221         * Versions.def: Add GLIBC_2.6 for libc.
3222
3223         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
3224
3225         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
3226
3227 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
3228
3229         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
3230
3231         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
3232
3233         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
3234         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
3235
3236 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3237
3238         * include/atomic.c: Define catomic_* operations.
3239         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
3240         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
3241         * malloc/memusage.c: Likewise.
3242         * gmon/mcount.c: Likewise.
3243         * elf/dl-close.c: Likewise.
3244         * elf/dl-open.c: Likewise.
3245         * elf/dl-profile.c: Likewise.
3246         * elf/dl-sym.c: Likewise.
3247         * elf/dl-runtime.c: Likewise.
3248         * elf/dl-fptr.c: Likewise.
3249         * resolv/res_libc.c: Likewise.
3250
3251 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
3252
3253         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
3254         components which lack them.
3255
3256         * nis/nis_subr.c (nis_getnames): Make sure that we always return
3257         at least one entry consisting of the parameter concatenated with
3258         the domain.
3259
3260 2006-10-10  Roland McGrath  <roland@frob.com>
3261
3262         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
3263         * sysdeps/mach/hurd/futimes.c: Likewise.
3264         * sysdeps/mach/hurd/lutimes.c: Likewise.
3265
3266 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
3267             Jakub Jelinek  <jakub@redhat.com>
3268
3269         Implement reference counting of scope records.
3270         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
3271         from the list in objects which remain.  Always allocate new scope
3272         record.
3273         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
3274         don't resize, allocate a new one.
3275         * elf/dl-runtime.c: Update reference counters before using a scope
3276         array.
3277         * elf/dl-sym.c: Likewise.
3278         * elf/dl-libc.c: Adjust for l_scope name change.
3279         * elf/dl-load.c: Likewise.
3280         * elf/dl-object.c: Likewise.
3281         * elf/rtld.c: Likewise.
3282         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
3283         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
3284         Add l_scoperec_lock.
3285         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
3286         * sysdeps/generic/rtld-lowlevel.h: New file.
3287
3288         * include/atomic.h: Rename atomic_and to atomic_and_val and
3289         atomic_or to atomic_or_val.  Define new macros atomic_and and
3290         atomic_or which do not return values.
3291         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
3292         Various cleanups.
3293         * sysdeps/i386/i486/bits/atomic.h: Likewise.
3294
3295         * po/sv.po: Update from translation team.
3296
3297 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
3298
3299         * Versions.def: Add GLIBC_2.6 to libpthread.
3300
3301         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
3302         (versioned_symbol): Likewise.
3303         (compat_symbol): Likewise.
3304
3305         * po/tr.po: Update from translation team.
3306
3307 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
3308
3309         * nis/Banner: Removed.  It's been integral part forever and the
3310         author info is incomplete anyway.
3311         * libio/Banner: Likewise.
3312
3313         * nis/nis_table.c (nis_list): If __follow_path fails in the new
3314         code, make sure the nis_freeresult call doesn't crash and that the
3315         result is reported correctly.
3316
3317 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
3318
3319         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
3320         when callback is NULL.
3321
3322         * nis/Versions (libnss_nisplus): Add
3323         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
3324         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
3325         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
3326         _nss_create_tablename): Rename to...
3327         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
3328         ... these.  No longer static.
3329         (internal_setgrent): Adjust users.
3330         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
3331         Don't use locking around _nss_grp_create_tablename call.
3332         * nis/nss_nisplus/nisplus-initgroups.c: New file.
3333
3334 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
3335
3336         * version.h (VERSION): Bump to 2.5.90 for new development tree.
3337
3338 2006-10-06  Andreas Jaeger  <aj@suse.de>
3339
3340         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
3341
3342 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
3343
3344         * po/pl.po: Update from translation team.
3345
3346         * nscd/nscd.c (main): Fix typo in message.
3347         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
3348
3349 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
3350
3351         [BZ #3291]
3352         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
3353         errno.h, signal.h, unistd.h and sysdep-cancel.h.
3354         (__sigprocmask): Define.
3355
3356 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
3357
3358         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
3359         used.
3360
3361 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
3362
3363         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
3364         in oldtotal and newtotal calculation.
3365         * nscd/nscd-client.h (struct mapped_database): Add datasize
3366         field.
3367         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
3368         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
3369         increased.
3370         (__nscd_cache_search): Add checks to make sure we never reference
3371         data beyond the current mapping.
3372
3373 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3374
3375         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
3376         variables const to avoid compiler warnings.
3377
3378         * io/fts.c (fts_close): Remove redundant checks.
3379         (fts_build): Likewise.
3380         (fts_palloc): Likewise.
3381
3382         * manual/message.texi (Advanced gettext functions,
3383         Using gettextized software): Fix typos.
3384
3385 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
3386
3387         * posix/glob.c (glob_in_dir): Add some comments and asserts to
3388         explain why there are no leaks.
3389
3390 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
3391
3392         * libio/wmemstream.c: Include <wchar.h>.
3393         * libio/bug-wmemstream1.c: Likewise.
3394         * libio/tst-wmemstream1.c: Likewise.
3395         * libio/tst-wmemstream2.c: Likewise.
3396
3397         * version.h (RELEASE): Bump to 2.5.
3398         * README: Regenerated.
3399
3400         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
3401
3402         [BZ #3273]
3403         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
3404         found no group members.
3405         Patch by Petr Baudis.
3406
3407 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
3408
3409         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
3410         assert bootstrap_map.l_tls_modid is zero.
3411         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
3412         if USE___THREAD.
3413
3414 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
3415
3416         * libio/stdio.h: Move open_wmemstream prototype to ...
3417         * wcsmbs/wchar.h: ... here.
3418
3419 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
3420
3421         [BZ #3252]
3422         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
3423         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
3424         __{,l}chown to handle the rest.
3425         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
3426         fchownat syscall and __ASSUME_32BITUIDS case inline, call
3427         __{,l}chown to handle the rest.
3428         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
3429         i386/fchownat.c.
3430         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
3431         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
3432
3433         [BZ #3253]
3434         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
3435         time, rather allocate increasingly bigger arrays of pointers, if
3436         possible with alloca, if too large with malloc.
3437
3438 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
3439
3440         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
3441
3442         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
3443
3444 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
3445
3446         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
3447         home addresses.
3448         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
3449         IFA_F_HOMEADDRESS flag for interfaces.
3450         * include/ifaddrs.h (struct in6addrinfo): Define
3451         in6ai_homeaddress.
3452
3453 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
3454
3455         [BZ #3225]
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
3457         PTR_DEMANGLE3): Define.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
3459         PTR_DEMANGLE3): Likewise.
3460         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
3461         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3462         Likewise.
3463         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
3464
3465 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
3466
3467         * po/libc.pot: Regenerated.
3468         * po/be.po: Updated.
3469         * po/ca.po: Likewise.
3470         * po/cs.po: Likewise.
3471         * po/da.po: Likewise.
3472         * po/de.po: Likewise.
3473         * po/el.po: Likewise.
3474         * po/en_GB.po: Likewise.
3475         * po/es.po: Likewise.
3476         * po/fi.po: Likewise.
3477         * po/fr.po: Likewise.
3478         * po/gl.po: Likewise.
3479         * po/hr.po: Likewise.
3480         * po/hu.po: Likewise.
3481         * po/ja.po: Likewise.
3482         * po/ko.po: Likewise.
3483         * po/nb.po: Likewise.
3484         * po/nl.po: Likewise.
3485         * po/pl.po: Likewise.
3486         * po/pt_BR.po: Likewise.
3487         * po/ru.po: Likewise.
3488         * po/rw.po: Likewise.
3489         * po/sk.po: Likewise.
3490         * po/sv.po: Likewise.
3491         * po/tr.po: Likewise.
3492         * po/zh_CN.po: Likewise.
3493         * po/zh_TW.po: Likewise.
3494
3495         [BZ #3137]
3496         * iconv/iconv_prog.c (main): Fix spelling in error message.
3497         * iconv/iconvconfig.c (main): Likewise.
3498         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
3499         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
3500         * locale/programs/localedef.c (main): Likewise.
3501         * locale/programs/repertoire.c (repertoire_read): Likewise.
3502         * timezone/zdump.c (main): Likewise.
3503         * nscd/connections.c (handle_request): Fix spelling in log message.
3504         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
3505
3506 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
3507
3508         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
3509         interfaces.
3510
3511 2006-09-20  Andreas Jaeger  <aj@suse.de>
3512
3513         * math/libm-test.inc (lrint_test_upward): Fix typo.
3514
3515 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
3516
3517         [BZ #2592]
3518         * math/libm-test.inc (lrint_test_tonearest): New function.
3519         (lrint_test_towardzero): New function.
3520         (lrint_test_downward): New function.
3521         (lrint_test_upward): New function.
3522         (main): Run these new tests.
3523         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
3524         of values near to 0.
3525         (two52): Use double not long double.
3526         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
3527         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
3528         (two23): Use float not double.
3529         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
3530         (two23): Use float not double.
3531         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
3532         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
3533         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
3534         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
3535
3536 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3537
3538         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
3539         Cast sp to unsigned long to avoid compiler warning.
3540         Use __makecontext_ret function instead of a trampoline on the stack.
3541         (__makecontext_ret): New function.
3542         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
3543
3544 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
3545
3546         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
3547         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
3548         bits.
3549
3550 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
3551
3552         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
3553         sure no reference to the unloaded map's search list remains in the
3554         dependency's scope.
3555
3556 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
3557
3558         * elf/Makefile: Add rules to build and run unload7 test.
3559         * elf/unload7.c: New test.
3560         * elf/unload7mod1.c: New file.
3561         * elf/unload7mod2.c: New file.
3562
3563 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
3564
3565         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
3566         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
3567         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
3568         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
3569         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
3570         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
3571         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
3572         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
3573         PTRACE_GETEVENTMSG): Likewise.
3574         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
3575         values.
3576
3577 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
3578
3579         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
3580         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
3581         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
3582         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
3583
3584 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
3585
3586         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
3587         write '\0' to the fd.
3588         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
3589         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
3590         Change regs to unsigned long pointer from unsigned int, fix fscr
3591         offset.
3592
3593 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
3594
3595         * io/Makefile (CFLAGS-fstatat.c): Set.
3596         (CFLAGS-fstatat64.c): Likewise.
3597         (CFLAGS-mknodat.c): Likewise.
3598
3599         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
3600         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
3601         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
3602         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
3603
3604 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
3605             Steven Munroe  <sjmunroe@us.ibm.com>
3606
3607         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
3608         names to the beginning.  Rename "cell" to "cellbe".
3609         (_dl_powerpc_platforms): New.
3610         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3611         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
3612         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
3613         (_DL_HWCAP_PLATFORM): Define to new mask.
3614         (_dl_platform_string, _dl_string_platform): New functions.
3615         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
3616         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
3617
3618 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
3619
3620         [BZ #2526]
3621         * README.libm: Fix a thinko in sqrt algorithm description.
3622
3623         [BZ #3143]
3624         * manual/string.texi (argz_delete): Fix prototype.
3625         Patch by <alpt@freaknet.org>.
3626
3627 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
3628
3629         [BZ #3138]
3630         * io/test-lfs.c (do_prepare): Give name_len type size_t.
3631         * io/tst-fcntl.c (do_prepare): Likewise.
3632         * posix/tst-exec.c (do_prepare): Likewise.
3633         * posix/tst-preadwrite.c (do_prepare): Likewise.
3634         * posix/tst-spawn.c (do_prepare): Likewise.
3635         * posix/tst-truncate.c (do_prepare): Likewise.
3636         * rt/tst-aio.c (do_prepare): Likewise.
3637         * rt/tst-aio64.c (do_prepare): Likewise.
3638         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
3639         size_t.
3640
3641 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
3642
3643         [BZ #2821]
3644         * time/mktime.c (guess_time_tm): Fix overflow detection.
3645         * time/Makefile (tests): Add bug-mktime1.
3646         * time/bug-mktime1.c: New file.
3647
3648         [BZ #3189, #3188]
3649         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
3650         (mremap): Likewise.
3651
3652 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
3653
3654         [BZ #1006]
3655         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
3656         Ensure relocation doesn't clobber any bits outside of the
3657         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
3658         R_SPARC_HI22 and R_SPARC_H44.
3659
3660         [BZ #2775]
3661         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
3662         (long) (MINSIZE + nb - old_size) is positive.
3663
3664         * malloc/arena.c (grow_heap): When growing bail even if new_size
3665         is negative.
3666
3667         [BZ #3155]
3668         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
3669         stack below r1.
3670
3671 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3672
3673         * posix/regex_internal.c (re_string_reconstruct): Handle
3674         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3675         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3676         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3677         re_string_context_at.
3678         * posix/Makefile: Add rules to build and run bug-regex26 test.
3679         * posix/bug-regex26.c: New test.
3680
3681         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
3682         rather than col_sym_free.  Move seqp declaration earlier.
3683
3684         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
3685
3686 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
3687
3688         * nscd/initgrcache.c (addinitgroupsX): Move any_success
3689         decl before first goto out.
3690
3691 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
3692
3693         * Makerules (shlib.lds): If have-hash-style, put .hash section
3694         at the end of the RO segment.
3695
3696 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
3697
3698         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
3699         style hash table format is used.
3700
3701 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
3702
3703         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
3704         randomization rather than before.
3705         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
3706
3707 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
3708
3709         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
3710
3711         * malloc/malloc.c (_int_malloc): Use full list insert and not
3712         shortcut which assumes the list is empty for large requests
3713         too.
3714
3715         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
3716
3717 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
3718
3719         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
3720         and offout arguments to the prototype.
3721         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
3722         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
3723         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
3724         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
3725         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
3726         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
3727         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
3728         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
3729
3730 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
3731
3732         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
3733
3734         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
3735         dlopen parameters.
3736
3737 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
3738
3739         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
3740         only if herrno is NETDB_INTERNAL.  Handle errors other than
3741         ERANGE outside of the loops, handle TRY_AGAIN.
3742
3743         * locale/programs/ld-ctype.c (translit_flatten): Issue error
3744         if other's ctype category was missing.
3745         * locale/programs/ld-collate.c (collate_read): Return if
3746         copy_locale's collate category is missing.
3747
3748 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
3749
3750         [BZ #2684]
3751         * malloc/malloc.c (public_rEALLOc): Try harder by using other
3752         arenas if allocation failed.
3753         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
3754
3755 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
3756
3757         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
3758         waste bins[0..1].
3759         (malloc_state): Reduce bins size by 2.
3760         (_int_malloc): Fix test for large enough buffer for early termination.
3761         When no unsorted block matches perfectly and an exiting block has
3762         to be split, use full list insert and not shortcut which assumes
3763         the list is empty.
3764
3765         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
3766         failure.
3767
3768 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3769
3770         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
3771         do anything.
3772
3773         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
3774         symbol require exact match (these are PLTs).
3775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
3776         (_dl_ppc64_addr_sym_match): Likewise.
3777
3778         [BZ #2683]
3779         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
3780         If symbol has a value use it.
3781         * elf/tst-dladdr1.c: New file.
3782         * elf/Makefile: Add rules to build and run tst-addr1.
3783
3784 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
3785
3786         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
3787         keeps failing and heap growth or new heap creation isn't
3788         successful either.
3789         * malloc/tst-malloc.c (main): Add new tests.
3790
3791 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3792
3793         [BZ #2734]
3794         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
3795         as in the x86-64 code to use bswap.
3796
3797 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
3798
3799         [BZ #2680]
3800         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
3801         __USE_UNIX98.
3802         * posix/bits/unistd.h: Likewise.
3803
3804 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
3805
3806         [BZ #2751]
3807         * string/strchr.c: Add cast to avoid warning.
3808
3809 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
3810
3811         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
3812         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
3813         limit is needed to avoid the exploding of the address space
3814         requirement for secondary heaps.
3815         * malloc/arena.c (HEAP_MAX_SIZE): Define using
3816         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
3817
3818 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
3819
3820         [BZ #3018]
3821         * Makerules (depfiles): Handle extra-test-objs the same as
3822         extra-objs.
3823         (common-mostlyclean): Likewise.
3824         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
3825         instead.
3826         * elf/Makefile (extra-objs): Likewise.
3827         * stdlib/Makefile (extra-objs): Likewise.
3828
3829 2006-08-14  Eric Blake  <ebb9@byu.net>
3830
3831         [BZ #3044]
3832         * misc/error.h: Assume C89 or better.
3833         * misc/error.c: Likewise.
3834
3835 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
3836
3837         [BZ #3040]
3838         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
3839         __ASSUME_ATFCTS is defined.
3840
3841 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
3842
3843         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
3844         to sort in each call.
3845
3846         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
3847         is empty simply return and use next service.
3848         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
3849
3850         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
3851         tells us when not finding a charmap file is an error.
3852         * locale/programs/charmap.h: Adjust charmap_read prototype.
3853         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
3854         cannot find a charmap.
3855         * locale/programs/localedef.c (main): Adjust charmap_read call.
3856
3857 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
3858
3859         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
3860         sysdeps/posix/pause.c implementation instead.
3861
3862 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
3863
3864         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
3865         to EPERM.
3866
3867 2006-08-13  Andreas Schwab  <schwab@suse.de>
3868
3869         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
3870         Don't clobber caller's LRSAVE.
3871         (_dl_prof_resolve): Likewise.
3872
3873 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
3874
3875         [BZ #1996]
3876         * libio/memstream.c (open_memstream): Allocate initial buffer with
3877         calloc.
3878         * libio/wmemstream.c (open_wmemstream): Likewise.
3879         * libio/strops.c: Pretty printing.
3880         (_IO_str_overflow): Clear uninitialized part of the new buffer.
3881         (enlarge_userbuf): New function.
3882         (_IO_str_seekoff): Call it if seek position is larger than current
3883         buffer.
3884         * libio/wstrops.c: Likewise.
3885         * libio/vasprintf.c: Add comment as to why we do not have to use
3886         calloc instead of malloc to allocate initial buffer.
3887         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
3888         * libio/bug-memstream1.c: New file.
3889         * libio/bug-wmemstream1.c: New file.
3890
3891 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3892
3893         * libio/wstrops.c: Remove dead macro definitions and comments.
3894         * libio/strops.c: Likewise.
3895
3896         [BZ #2764]
3897         * login/utmpname.c (__utmpname): Remove unnecessary test.
3898
3899 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
3900
3901         [BZ #2832]
3902         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
3903         0s from integers.
3904
3905 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3906
3907         [BZ #2987]
3908         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
3909         for CPU clocks.
3910         * sysdeps/unix/clock_settime.c: Add support for platform-specific
3911         setting of CPU clocks.
3912
3913 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3914
3915         [BZ #2841]
3916         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
3917         since C99 requires the result to promote to 'int' when uint_least8_t
3918         and uint_least16_t promote to 'int'.
3919
3920 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3921
3922         [BZ #3013]
3923         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
3924         lenght of one output field, correct bitmask creation.
3925         * locale/programs/ld-time.c: Add alignment.
3926
3927         [BZ #2997]
3928         * misc/error.c: Add space between program name and message if file
3929         name is missing.
3930
3931 2006-08-03  Eric Blake  <ebb9@byu.net>
3932
3933         [BZ #2998]
3934         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
3935
3936 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
3937
3938         * malloc/memusagestat.c: Silence warnings.
3939
3940         * malloc/malloc.c: Dynamically size mmap treshold if the program
3941         frees mmaped blocks.
3942         Patch by Valerie Henson and Arjan van de Ven.
3943
3944 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
3945
3946         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
3947         __USE_GNU.
3948
3949         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
3950         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
3951         (DEF): Don't put the var into .gnu.linkonce.r.* section.
3952         Only provide var definitions in strtol_l (or for *ull*
3953         in strtoll_l).
3954
3955         * stdio-common/bug16.c (tests): New array.
3956         (do_tests): Allow the first hexadecimal digit
3957         to be 1, 2, 4 or 8.  Do 3 additional tests.
3958
3959         * sysdeps/s390/fpu/libm-test-ulps: Update.
3960
3961         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
3962         fchownat syscall if available.
3963         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
3964         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
3965         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
3966
3967 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
3968
3969         * nis/nis_xdr.c: Avoid some function calls.
3970
3971 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
3972             Ulrich Drepper  <drepper@redhat.com>
3973
3974         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
3975         short cut if only one name component is stripped away.
3976
3977 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
3978
3979         * nis/nis_call.c: Minor cleanups throughout.
3980         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
3981         (first_shoot): Add search_parent_first parameter.  Only if it is set
3982         search parent server first.
3983         If directory for table found through cold start cache is not the same
3984         as referenced in the cache, don't use it.
3985         (__nisfind_server): Take additional parameter.  Pass it on to
3986         first_shoot.
3987         (__prepare_niscall): Adjust __nisfind_server call.
3988         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
3989         * nis/nis_table.c: Adjust __nisfind_server call.
3990         * nis/nis_lookup.c: Likewise.
3991         (nis_lookup): Don't loop endlessly if name is reduced to ".".
3992
3993 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
3994
3995         [BZ #2182]
3996         * math/s_cacosh.c: Return values from positive branch.
3997         * math/s_cacoshf.c: Likewise.
3998         * math/s_cacoshl.c: Likewise.
3999
4000         [BZ #2883]
4001         * sysvipc/sys/msg.h: Change return value to ssize_t.
4002         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4003         * sysvipc/msgrcv.c: Likewise.
4004         * include/sys/msg.h: Likewise.
4005
4006         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
4007         test introduced in patch for bz #661.
4008         (getgrouplist): Simplify code a bit.  Don't allocate one additional
4009         element for NEWGROUPS.
4010
4011         [BZ #2908]
4012         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
4013         'f', use '1' as leading digit not '\1'.
4014         * stdio-common/Makefile (tests): Add bug16.
4015         * stdio-common/bug16.c: New file.
4016
4017         [BZ #2914]
4018         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
4019         and don't try to open it.  The patch introducing the macro
4020         contained a bug and used the same file name as the new file
4021         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
4022         this out completely.
4023
4024         [BZ #2926]
4025         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
4026         Patch by Jerry James <Jerry.James@usu.edu>.
4027
4028         * rt/Makefile (tests): Add tst-clock2.
4029         * rt/tst-clock2.c: New file.
4030
4031         [BZ #2978]
4032         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
4033         function and its parameters and pass it to new thread.
4034         (__gai_notify): Add support for alternative waiting for completion.
4035         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
4036         waiting for completion.
4037         * resolv/getaddrinfo_a.c: Likewise.
4038         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
4039         waiting for completion is used.
4040         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
4041         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
4042         * resolv/gai_error.c: Likewise.
4043         * resolv/gai_sigqueue.c: Likewise.
4044
4045 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
4046
4047         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
4048         errno to EBADF and return MACH_PORT_NULL.
4049
4050 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
4051
4052         [BZ #2980]
4053         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
4054
4055 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
4056
4057         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
4058         walk them instead of the symbol table.
4059
4060 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
4061
4062         [BZ #2098]
4063         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
4064         status of NSS calls, not the number of returned entries.
4065
4066         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
4067         request_key, keyctl.
4068
4069 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4070
4071         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
4072
4073 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
4074
4075         * elf/tst-auditmod1.c: Fix typo in #error.
4076
4077 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4078
4079         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
4080
4081         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
4082
4083 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
4084
4085         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
4086         that the directory is empty even on non-POSIX filesystems.
4087
4088 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4089
4090         * elf/dl-open.c (dl_open_worker): Add branch prediction.
4091
4092         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
4093         the backend NSS module.  If backend setgrent call failed, don't have
4094         internal_setgrent fail.  Just remember this until it is needed.
4095         * nis/nss_compat/compat-pwd.c: Likewise.
4096         * nis/nss_compat/compat-spwd.c: Likewise.
4097
4098 2006-07-30  Roland McGrath  <roland@redhat.com>
4099
4100         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
4101         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
4102         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
4103         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
4104
4105         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
4106         (nanosleep_not_cancel): New macro.
4107         (sigsuspend_not_cancel): new macro.
4108         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
4109         (do_sigsuspend): Define as inline.
4110         (__sigsuspend): Always use do_sigsuspend.
4111         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
4112         * include/signal.h: Declare __sigsuspend_nocancel.
4113         * sysdeps/posix/pause.c
4114         [! NO_CANCELLATION] (__pause_nocancel): New function.
4115
4116         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
4117         * include/time.h (__nanosleep_nocancel): Likewise.
4118
4119 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
4120
4121         * locale/programs/localedef.c (add_to_readlist): Rename local
4122         variables to avoid confusion.
4123
4124         * locale/programs/charmap.c (charmap_read): Emit error message if
4125         charmap couldn't be found or read.
4126
4127 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
4128
4129         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4130         __ASSUME_FUTEX_LOCK_PI.
4131         * include/time.h: Declare __nanosleep_nocancel.
4132         * include/unistd.h: Declare __pause_nocancel.
4133
4134         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
4135         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
4136         get the __stack_chk_fail_local definition when it's needed.
4137
4138 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
4139
4140         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
4141         * dlfcn/bug-atexit3.c: New file.
4142         * dlfcn/bug-atexit3-lib.cc: New file.
4143
4144         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
4145         used when the namespace is not the base namespace.
4146
4147 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
4148
4149         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
4150         (__new_exitfn): Bump it in every successful call.
4151         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
4152         more exit handlers, call them right away.
4153         * stdlib/exit.h: Declare __new_exitfn_called.
4154
4155 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
4156
4157         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
4158         calling registered handler.
4159
4160         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
4161         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4162         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4163         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4164         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4165         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4166         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4167         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4168
4169 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
4170
4171         * elf/dl-lookup.c (dl_new_hash): New functions.
4172         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
4173         value here.  Compute new-style hash value.  Pass new hash value
4174         and reference to variable with the old value to do_lookup_x.
4175         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
4176         old-style hash table.
4177         (_dl_debug_bindings): Pass new hash value and reference to variable
4178         with the old value to do_lookup_x.
4179         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
4180         new-style hash value and change old-style hash value parameter to
4181         be a reference.  Reoganize functions to determine whether
4182         new-style hash table is available.  Only fall back on old-style
4183         table.  If old-style hash value is needed, compute it here.
4184         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
4185         entry.
4186         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
4187         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
4188         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
4189         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
4190         * Makeconfig: If linker supports --hash-style option add it to all
4191         linker command lines to build DSOs.
4192         * config.make.in: Define have-hash-style.
4193         * configure.in: Test whether linker supports --hash-style option.
4194
4195         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
4196         * sysdeps/generic/ldsodefs.h: Adjust prototype.
4197
4198 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
4199
4200         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
4201         auditing.
4202
4203         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
4204         RPATH of main map twice.
4205
4206 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
4207
4208         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
4209         look further, return original strings.
4210         (_nl_find_msg): Do not return found translation if the conversion
4211         failed.  Either signal the string is unusable or that something went
4212         wrong and the original should be used.
4213
4214 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
4215
4216         * string/_strerror.c (__strerror_r): Add __builtin_expect.
4217
4218 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
4219
4220         [BZ #2766]
4221         * misc/insremque.c (insque): Handle prev == NULL.
4222         * misc/Makefile (tests): Add tst-insremque.
4223         * misc/tst-insremque.c: New test.
4224
4225 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
4226
4227         [BZ #2792]
4228         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
4229         conflict with DL_DST_REQUIRED.
4230
4231 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
4232
4233         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
4234         match what Solaris does.
4235
4236 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
4237
4238         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
4239         local_setegid instead of seteuid and setegid.
4240         * sysdeps/generic/local-setxid.h: New file.
4241         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
4242
4243         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
4244
4245         * string/Makefile (tests): Add bug-envz1.
4246         * string/bug-envz1.c: New file.
4247
4248 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4249
4250         * posix/regex_internal.c (re_string_skip_chars): If no character has
4251         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
4252         to the byte which couldn't be converted.
4253         (re_string_reconstruct): Don't clear valid_raw_len before calling
4254         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4255         tip_context using re_string_context_at.
4256         * posix/Makefile: Add rules to build and run bug-regex25 test.
4257         * posix/bug-regex25.c: New test.
4258
4259 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
4260
4261         [BZ #2703]
4262         * string/envz.c (envz_strip): Correct erroneously reversed src
4263         and dest parameters to memmove() invocation.
4264
4265 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
4266
4267         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
4268         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
4269         to make sure the database has been already invalidated.
4270         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
4271         after the cache has been invalidated.  Use pthread_mutex_lock rather
4272         than pthread_mutex_trylock if fd != -1.
4273         * nscd/connections.c (invalidate_cache): Add fd argument, write
4274         response to fd if not calling prune_cache, pass fd to prune_cache.
4275         (handle_request): Adjust invalidate_cache caller.
4276         (nscd_run): Pass -1 as fd to prune_cache.
4277
4278 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
4279
4280         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
4281         the correct place.
4282
4283 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
4284
4285         * nscd/nscd.h (struct database_dyn): Add prunelock field.
4286         * nscd/cache.c (prune_cache): Take prunelock before starting the
4287         work.  Just return in case it is already taken.
4288         * nscd/connections.c (dbs): Initialize .prunelock.
4289
4290 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
4291
4292         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
4293         copying.  No need to allocate new array for group members.  Just
4294         move the pointers and update the size.
4295
4296         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
4297         Avoid memory leak in case realloc fails.  Simplification for
4298         better code generation.
4299
4300         Avoid deprecation warning because of libc_hidden_proto for
4301         inet6_option_alloc.
4302         * inet/inet6_option.c (option_alloc): Renamed from
4303         inet6_option_alloc.  Made static.
4304         (inet6_option_alloc): Now a simple wrapper around option_alloc.
4305         (inet6_option_append): Call option_alloc.
4306         * include/netinet/in.h: Remove libc_hidden_proto for
4307         inet6_option_alloc.
4308
4309         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
4310         for cleanup when cb!=NULL [Coverity CID 233].
4311
4312 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
4313
4314         [BZ #2693]
4315         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
4316         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
4317         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
4318         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
4319         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
4320         and inet6_rth_getaddr.
4321         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
4322         array.
4323         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
4324         Mark inet6_option_* interfaces as deprecated.
4325         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
4326         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
4327         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
4328         inet6_rth_segments, and inet6_rth_getaddr.
4329         * inet/inet6_opt.c: New file.
4330         * inet/inet6_rth.c: New file.
4331
4332         * inet/netinet/icmp6.h: Pretty printing.
4333
4334         [BZ #2683]
4335         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
4336
4337 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
4338
4339         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
4340         doing it all here.  When server does not know the answer do not
4341         fail immediate, try parent first.
4342
4343         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
4344         overflow test.
4345
4346 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
4347
4348         * nis/nis_call.c (__prepare_niscall): New function.  Split out
4349         from __do_niscall.
4350         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
4351         and exported.
4352         (__follow_path): New function.  Split out from nis_list.
4353         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
4354         _xdr_nis_result.
4355         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
4356         _xdr_nis_result.
4357         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
4358         and __follow_path.
4359         * nis/Versions: Export __prepare_niscall, __create_ib_request,
4360         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
4361         from libnsl for version GLIBC_PRIVATE.
4362         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
4363         Remove entry parameter from _nss_nisplus_parse_pwent and
4364         _nss_nisplus_parse_grent.
4365         * nis/nss_nisplus/nisplus-parser.c: Likewise.
4366         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
4367         again.  Rewrite getpwent handling to not use nis_first_entry and
4368         nis_next_entry.  Roll out own niscall handling.
4369         * nis/nss_nisplus/nisplus-grp.c: Likewise.
4370
4371         * sunrpc/xdr_rec.c: Fix typo in comment.
4372
4373 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
4374
4375         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
4376         handling.
4377
4378         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
4379         to allocate memory for my_pollfd.  Better initialization of
4380         cb_is_running.  Use TEMP_FAILURE_RETRY.
4381
4382         * malloc/memusage.sh (memusageso): Add quotes.
4383         (memusagestat): Likewise.
4384         * debug/xtrace.sh (pcprofileso): Likewise.
4385         (pcprofiledump): Likewise.
4386         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
4387         replacement.
4388         * malloc/Makefile ($(objpfx)memusage): Likewise.
4389
4390         * nis/nis_callback.c (__nis_create_callback): Calls to
4391         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
4392         asprintf call fails.
4393
4394         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
4395         no uninitialized memory is passed to sendto.
4396
4397 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
4398
4399         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
4400         of snprintf+strdup.  Handle OOM.
4401         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
4402         cb->serv together.  Remove now obsolete free calls.
4403         (__nis_destroy_callback): Remove now obsolete free call.
4404
4405 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
4406
4407         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
4408         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
4409         and ULA respectively). Set precedence for IPv4 address to 10 as
4410         defined in RFC3484 for preferring IPv6.
4411         * posix/gai.conf: Update to match the new default tables.
4412
4413 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
4414
4415         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
4416         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
4417         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
4418         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
4419
4420         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
4421         Removed.
4422         (init_nss_interface): Remove initialization of these variables.
4423
4424 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
4425
4426         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
4427         nis_free_directory forward to avoid duplication.
4428
4429 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
4430
4431         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
4432         rec_dirsearch returning NULL.
4433         (first_shoot): Handle __nis_finddirectory returning NULL.
4434         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
4435
4436         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
4437         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
4438
4439 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
4440
4441         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
4442         pid changed.
4443
4444 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
4445
4446         * include/rpc/pmap_prot.h: Mark all functions as hidden.
4447
4448         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
4449         * nscd/nscd_getgr_r.c: Likewise.
4450
4451         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
4452
4453         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
4454         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
4455
4456         * stdlib/longlong.h (__clz_tab): Mark as hidden.
4457
4458         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
4459
4460         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
4461
4462         * include/rpc/auth.h: Mark xdr_des_block_internal and
4463         xdr_opaque_auth_internal as hidden.
4464
4465         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
4466         hidden.
4467
4468         * include/rpc/xdr.h: Mark all _internal functions as hidden.
4469
4470         * misc/getusershell.c (okshells): Don't use static initializers,
4471         do it dynamically.
4472
4473         * stdlib/fmtmsg.c (keywords): Change type of len element to
4474         uint32_t to not waste space on 64bit machines.
4475
4476         * locale/setlocale.c: Change _nl_category_names into a string.
4477         Add new _nl_category_name_idxs.  Change all users.
4478         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
4479         Declare _nl_category_name_idxs.
4480         * locale/findlocale.c: Adjust for _nl_category_names change.
4481         * locale/loadlocale.c: Likewise.
4482         * locale/newlocale.c: Likewise.
4483         * intl/dcigettext.c: Likewise.
4484
4485         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
4486         (add_alias2): ...here.  New function.
4487         (__gconv_read_conf): Simplify builtin alias handling.
4488         (builtin_aliases): Convert to string to avoid relocations.
4489         * iconv/gconv_builtin.h: Add comment about correct formatting.
4490
4491 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
4492
4493         * resolv/res_debug.c (loc_ntoa): Make error const.
4494
4495 2006-05-14  Andreas Schwab  <schwab@suse.de>
4496
4497         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
4498
4499 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
4500
4501         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
4502         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
4503         sizeof (cpu_set_t).
4504
4505 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
4506
4507         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
4508
4509         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
4510
4511         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
4512         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
4513
4514         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
4515         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
4516
4517         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
4518         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
4519         xdr_cback_data.
4520
4521         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
4522         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
4523         xdr_ypupdate_args.
4524
4525         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
4526         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
4527
4528         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
4529         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
4530
4531         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
4532         * include/rpcsvc/nis_callback.h: New file.
4533
4534         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
4535         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
4536
4537         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
4538         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
4539
4540         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
4541         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
4542
4543         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
4544         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
4545
4546         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
4547         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
4548         xdr_ypdelete_args.
4549
4550         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
4551         __BEGIN_DECLS and __END_DECLS, the header is not installed.
4552
4553         * nis/nis_error.c: Remove table of strings.  Use position
4554         independent mechanism.
4555         * nis/nis_error.h: New file.
4556
4557 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
4558
4559         * locale/programs/ld-time.c (time_finish): If wide era name or
4560         format aren't provided, set both wname and wformat to L"".
4561
4562 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
4563
4564         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
4565         results if the call was succesful.
4566
4567         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
4568
4569         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
4570         as hidden.
4571
4572 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
4573
4574         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
4575
4576 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
4577
4578         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
4579         caller makes sure this is not the case.
4580         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
4581
4582 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
4583
4584         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
4585         calls.
4586
4587         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
4588         [Coverity CID 229, 230]
4589
4590         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
4591         DGETTEXT calls.
4592         (hol_help): Likewise.  [Coverity CID 226, 227]
4593
4594         * string/argz-replace.c (__argz_replace): Unconditionally call
4595         free on SRC.  [Coverity CID 225]
4596
4597         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
4598         the return value of __nis_default_owner and __nis_default_group,
4599         it has been especially allocated.  [Coverity CID 224]
4600
4601         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
4602         searchgroup and searchowner.  Significantly simplified.
4603         (__nis_default_owner): Remove duplication.  Do not locally copy the
4604         string before duplicating it.
4605         (__nis_default_group): Likewise.
4606
4607         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
4608         we must clear the variable before calling __nisfind_server.
4609
4610         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
4611         nis_getnames.  [Coverity CID 223]
4612
4613         * locale/programs/locfile.c (locfile_read): Use alloca instead of
4614         xmalloc to allocate local repertoire name.  [Coverity CID 222]
4615
4616         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
4617         allocate memory for the input to add_bytes.  [Coverity CID 221]
4618
4619         * posix/wordexp.c (w_addword): Free word if realloc fails and it
4620         was allocated here.  [Coverity CID 219, 220]
4621
4622         * posix/getconf.c (print_all): Free confstr data after printing.
4623         [Coverity CID 218]
4624
4625         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
4626         list allocation fails.  [Coverity CID 215]
4627
4628         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
4629         [Coverity CID 213]
4630
4631         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
4632         string is NULL.  [Coverity CID 212]
4633         * argp/Makefile: Add rules to build and run bug-argp1.
4634         * argp/bug-argp1.c: New file.
4635
4636         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
4637         end of string.
4638         * stdlib/canonicalize.c (__realpath): Likewise.
4639
4640         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
4641         pointer.  [Coverity CID 206]
4642
4643         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
4644         in statically linked code.
4645         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
4646         statically built code, be prepared to have no link map.
4647         [Coverity CID 205]
4648
4649         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
4650         dgettext calls. [Coverity CID 204]
4651
4652         * argp/argp-help.c (struct uparams): Remove valid member.  Change
4653         the one user.
4654         (uparam_names): Reduce size.  Avoid relative relocations.
4655         Moved to read-only segment.
4656         (fill_in_uparams): Update for new layout.
4657
4658         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
4659         assumed to always be != NULL. [Coverity CID 202]
4660
4661         * argp/argp-help.c (hol_entry_help): Remove some dead code
4662         [Coverity CID 200].
4663
4664         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
4665         away a few more unconditional yperr2nss calls.
4666         (_nss_nis_getservbyname_r): Likewise.
4667
4668 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
4669
4670         * sysdeps/generic/ldsodefs.h: Remove support for non-core
4671         architectures.
4672
4673         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
4674         that unused memory passed to sendto is nevertheless initialized.
4675
4676         [BZ #2499]
4677         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
4678         possibly unaligned memory accesses.
4679
4680         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
4681         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
4682         and __putlong respectively.  Correct buffer overflow check for
4683         NS_NOTIFY_OP.
4684
4685         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
4686
4687         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
4688         (send_dg): Rewrite error handling to be more compact and avoid
4689         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
4690
4691         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
4692
4693         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
4694         instead of ns_get16.
4695         (res_queriesmatch): Likewise.  Minor optimization.
4696
4697         [BZ #2499]
4698         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
4699         __libc_res_nsend might reallocate the buffer for the answer.  In
4700         this case we have to reload the HP pointer.
4701
4702 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
4703
4704         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
4705         some branch prediction hints.
4706
4707         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
4708         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4709         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4710         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4711         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4712         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4713         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4714         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4715
4716 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4717
4718         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
4719         by a GOT relocation to make Scrt1.o position independent.
4720         * sysdeps/s390/s390-64/elf/start.S: Likewise.
4721
4722         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
4723         six system call parameters.
4724         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
4725
4726 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
4727
4728         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
4729         malloc&bzero.
4730
4731         * sunrpc/svc_udp.c (BZERO): Remove definition.
4732         (CALLOC): Define.
4733         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
4734
4735         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
4736         (des_SPtrans): Use uint32_t type.
4737         (des_skb): Likewise.
4738
4739         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
4740
4741 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
4742
4743         [BZ #2509]
4744         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
4745         on 32-bit arches.
4746
4747 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
4748
4749         * locale/programs/ld-address.c (address_finish): Fix one more
4750         place where the iso639 array might be accessed beyond the limits.
4751
4752 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
4753
4754         * nis/nis_table.c (nis_list): Avoid clearing res twice before
4755         filling it for the first time.
4756
4757         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
4758         Adjust all callers.
4759         Free res object content before returning.
4760
4761         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
4762
4763         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
4764         client->cl_auth.
4765
4766         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
4767         cleanup for initial thread, just the free call on TVP.
4768
4769         * nscd/gai.c (__getline): Define.
4770
4771
4772 See ChangeLog.16 for earlier changes.