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