* posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
[glibc.git] / ChangeLog
blobe07b46b0790c369d18d8b616d2ae3558e07d0c07
1 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
3         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
6         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
8         * config.make.in (datarootdir): Add to shut up configure.
10         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
11         associativity for fully-associative caches.
13         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
14         requests.  Fill on more associativity values for L2.
15         Patch mostly by Evandro Menezes.
17 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
19         * sysdeps/unix/sysv/linux/x86_64/init-first.c
20         (_libc_vdso_platform_setup): Avoid using exported variable by using
21         alias.
23         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
25         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
26         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
27         defined.
29 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
31         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
32         align stack for call if pltexit is to be used.
34         [BZ #3924]
35         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
36         align for function call in case pltexit has to be called later.
38         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
39         implicit atomic operation when storing function pointer.
40         (_dl_runtime_profile): Likewise.
42 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
44         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
45         NIS_NOTFOUND.
47 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
49         [BZ #4566]
50         * string/strtok.c: Fix typo in comment.
52         [BZ #4582]
53         * debug/segfault.c: Fix typos in comments.
55         [BZ #4588]
56         * stdio-common/tempnam.c: Fix comment, it is not checked that
57         TMPDIR points to a writable directory.
59         [BZ #4726]
60         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
61         memory allocated for the name server address.
63         [BZ #4946]
64         * nscd/connections.c (handle_request): Using sendfile always
65         requires that mmap is used for the database.
66         Patch by Petr Baudis <pasky@suse.cz>.
68         [BZ #4905]
69         * nscd/hstcache.c (cache_addhst): When reloading an entry which
70         suddenly has two or more addresses, ignore it and remove the old
71         entry.
73         [BZ #4814]
74         * resolv/res_hconf.c: Prepare for compiling outside libc.
75         * nscd/res_hconf.c: New file.
76         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
77         the new file.
78         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
79         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
81         * nscd/hstcache.c (cache_addhst): Minimal optimization.
83         [BZ #4925]
84         * debug/pcprofiledump.c: Turn on internationalization by calling
85         setlocale.  Patch mostly by Benno Schulenberg.
87         [BZ #4936]
88         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
89         the state.
90         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
91         * iconvdata/bug-iconv5.c: New file.
93 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
95         [BZ #4896]
96         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
97         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
98         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
99         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
100         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
101         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
102         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
103         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
105 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
107         [BZ #4937]
108         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
109         lookup loop.  Suggested by John Reiser.
111 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
113         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
115 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
117         * csu/libc-start.c: Don't handle VDSO_SETUP here.
118         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
119         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
120         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
121         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
122         to...
123         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
125 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
127         * po/nl.po: Update from translation team.
129 2007-08-16  Andreas Jaeger  <aj@suse.de>
131         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
132         Reported by Peter Festner <peter.festner@ewetel.net>.
134 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
136         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
138 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
140         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
141         to check for undefined symbols.
143         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
144         If the syscall fails, set errno to the actual returned error number
145         rather than EINVAL.
146         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
147         arguments are incorrect, set errno to EINVAL, if the syscall
148         fails, set errno to the actual returned error number.
150         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
151         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
153         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
154         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
155         file.
156         (ASI_PNF, ASI_BLK_P): Don't define.
157         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
158         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
159         file.
160         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
161         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
162         file.
164 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
166         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
167         FE_UNDERFLOW on Niagara CPUs.
169         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
170         exceptions.
172 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
174         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
175         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
176         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
177         flush should be used or not inside of the function.
178         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
180         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
181         __thread_start): Use HIDDEN_JUMPTARGET.
182         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
183         __thread_start): Likewise.
184         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
186         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
187         Add libc_hidden_proto.
188         (STRTOF): Add libc_hidden_proto.
189         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
190         (strtold_l, wcstold_l): Use them as second argument for
191         long_double_symbol.
193 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
195         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
197 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
199         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
201 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
203         * po/bg.po: New file.  From the translation team.
205 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
207         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
208         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
209         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
210         when each feature was introduced.
212         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
213         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
214         (CHECK_HASH): New macro.
215         (PREPARE_VERSION): Use it.
217         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
218         prototype if not __ASSUME_PSELECT.
219         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
220         prototype if not __ASSUME_PPOLL.
222         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
224         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
225         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
226         is defined.
228 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
230         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
231         (_libc_vdso_platform_setup): If vDSO is not available point
232         __vdso_gettimeofday to the vsyscall.
233         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
234         __vdso_gettimeofday instead of vsyscall.
236 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
238         * nscd/servicescache.c: Include kernel-features.h.
239         * nscd/gai.c: Likewise.
240         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
241         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
242         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
243         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
244         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
245         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
246         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
247         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
248         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
250 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
252         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
253         and _dl_get_origin defines anymore.
255         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
256         Build fix for systems which might lack POSIX timer support.
258         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
259         (_libc_vdso_platform_setup): Mangle function pointers before storing
260         them.
261         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
262         Demangle vdso pointer before use.
263         (INTERNAL_VSYSCALL): Likewise.
265         * elf/cache.c (primes): Mark as const.
266         Noted by Roland McGrath.
268 2007-08-01  Andreas Jaeger  <aj@suse.de>
269             Jakub Jelinek  <jakub@redhat.com>
271         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
272         (options): Add option.
273         (parse_opt): Handle option.
274         (manual_link): Adjust process_file caller.  Call implicit_soname.
275         (search_dir): Formatting.  Use and populate auxiliary cache.
276         (main): Load and save auxiliary cache.
277         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
278         stat64 from fstat64 to caller.
279         (implicit_soname): New function.
280         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
281         leave *soname as NULL.
282         * elf/cache.c: Include libgen.h.
283         (print_entry, print_cache, compare, save_cache, add_to_cache):
284         Formatting and cleanups.
285         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
286         aux_cache_file): New structures.
287         (AUX_CACHEMAGIC): Define.
288         (primes): New array.
289         (aux_hash_size, aux_hash): New variables.
290         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
291         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
292         load_aux_cache, save_aux_cache): New functions.
293         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
294         (init_aux_cache, search_aux_cache, add_to_aux_cache,
295         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
296         (process_file): Adjust prototype.
298 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
300         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
301         with __need_size_t.
303 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
305         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
306         r_found_version structure as second parameter.
307         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
308         (_dl_vdso_vsym): Change type of second parameter accordingly.
309         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
310         (_libc_vdso_platform_setup): Adjust.
311         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
312         (_libc_vdso_platform_setup): Likewise.
314         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
315         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
316         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
317         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
318         * csu/libc-start.c: Pretty printing.
319         Use VDSO_SETUP if defined.
320         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
321         and let generic code call into _libc_vdso_platform_setup.
322         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
323         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
324         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
325         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
326         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
327         for GLIBC_PRIVATE.
328         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
329         (sysdep_rountines): Add dl-vdso.
331         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
332         of routines.
334         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
335         attribute_hidden to __vdso_gettimeofday prototype.
337 2007-08-12  Roland McGrath  <roland@redhat.com>
339         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
340         From: Karl Berry <karl@freefriends.org>.
342 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
344         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
345         an atime update for the files we read.
347 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
349         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
351         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
352         instead of mkstemp.
354         * misc/Makefile (routines): Add mkostemp and mkostemp64.
355         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
356         * misc/mkostemp.c: New file.
357         * misc/mkostemp64.c: New file.
358         * stdlib/stdlib.h: Declare the new functions.
359         * sysdeps/posix/tempname.c: Add new parameter which is added to
360         the flags for open.  Remove __GT_BIGFILE handling.
361         * stdio-common/tempname.c: Likewise.
362         * include/stdio.h: Adjust __gen_tempname prototype.
363         Renumber __GT_* constants.
364         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
365         * misc/mkdtemp.c: Likewise.
366         * misc/mkstemp.c: Likewise.
367         * misc/mkstemp64.c: Likewise.
368         * misc/mktemp.c: Likewise.
369         * stdio-common/tempnam.c: Likewise.
370         * stdio-common/tmpfile.c: Likewise.
371         * stdio-common/tmpfile64.c: Likewise.
372         * stdio-common/tmpnam.c: Likewise.
373         * stdio-common/tmpnam_r.c: Likewise.
375 2007-08-10  Roland McGrath  <roland@frob.com>
377         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
378         New macros.
379         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
380         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
382 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
384         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
385         possible.
386         * nss/nss_files/files-alias.c (internal_setent): Likewise.
387         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
388         * nss/nss_files/files-have_o_cloexec.c: New file.
390         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
391         available.
393 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
395         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
396         ___new_wcstold_l): New weak aliases.
397         (strtold_l, wcstold_l): Use them as second argument for
398         long_double_symbol.
400 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
402         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
403         register in test for error.
405         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
406         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
408         * po/sv.po: Update from translation team.
410 2007-08-06  Roland McGrath  <roland@redhat.com>
412         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
413         Remove __strto*_l inlines.
414         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
415         * stdlib/strtod.c: Add libc_hidden_def.
416         * stdlib/strtod_l.c: Likewise.
417         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
418         for __new_strtold and __new_wcstold.
419         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
420         __STRTOF, STRTOF.
421         * stdlib/strtol.c: Add libc_hidden_def.
422         * stdlib/strtol_l.c: Likewise.
423         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
424         strtoq.
426         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
428         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
429         * scripts/data/localplt-generic.data: ... here.
430         * elf/Makefile (check-data): Get generic file if no other.
431         ($(objpfx)check-localplt.out): Make target unconditional.
433         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
434         Use ElfW(Nhdr).
436 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
438         * po/zh_CN.po: Updated translation from translation team.
440 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
443         Don't use CGOTSETUP and CGOTRESTORE macros.
445 2007-08-04  Roland McGrath  <roland@redhat.com>
447         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
449 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
451         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
452         __extension__ around the whole statement expression.
454 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
456         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
457         elements during initialization.
459         * po/pl.po: Updated translation from translation team.
460         * po/tr.po: Likewise.
461         * po/nl.po: Likewise.
463 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
465         * rt/aio.h: Add __nonnull attributes.
467 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
469         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
470         * stdlib/Makefile (tests): Add tst-strtod5.
471         (tst-strtod5-ENV): New.
472         * stdlib/tst-strtod5.c: New file.
474         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
475         failed.
476         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
477         on failure.
479         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
480         allocated.
482 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
484         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
485         numbers.
487 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
489         * io/Makefile (aux): Add have_o_cloexec.
490         * include/fcntl.h: Declare __have_o_cloexec.
491         * io/have_o_cloexec.c: New file.
492         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
493         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
494         fcntl call if not necessary.
495         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
496         of local variable.
498         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
499         Avoid memset, add explicit initialization.
500         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
501         to the end and change into zero-sized array.
502         Move lock member to fill a hole on 64-bit platforms.
504         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
505         inline functions.
506         * include/stdlib.h: Add __strto*_internal prototypes here.
507         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
508         inline functions.
509         * include/wchar.h: Add __wcsto*_internal prototypes.
510         * sysdeps/generic/inttypes.h: No need to protect the declaration
511         of the __strto*_internal and __wcsto*_internal members here.
513         * rt/mqueue.h: Change const to __const and add nonnull attributes.
515 2007-08-02  Roland McGrath  <roland@redhat.com>
517         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
518         $(inst_bindir)/getconf if possible.
520         * posix/Makefile ($(objpfx)getconf.speclist): New target.
521         (generated): Add it.
522         ($(inst_libexecdir)/getconf): Use it.
524 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
526         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
527         /proc is faster and sufficient.  /sys is still needed for
528         __get_nprocs_conf.
530 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
532         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
533         syscall as __fallocate64.
534         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
535         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
537 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
539         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
540         value.
542         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
543         if off_t is different rank from size_t.
545         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
546         uw_frame_state_for): Avoid type punning warnings.
547         * sysdeps/generic/unwind-dw2-fde-glibc.c
548         (_Unwind_IteratePhdrCallback): Likewise.
549         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
550         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
551         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
552         pointers.
554 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
556         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
557         total processors using sysfs.
558         (__get_nprocs): Use sysfs to determine which processors are online.
560 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
562         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
563         syscall arguments count.
565         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
567 2007-07-30  Roland McGrath  <roland@redhat.com>
569         * manual/libc.texinfo: Update copyrights, formatting magic, and
570         @dircategory.  From Karl Berry <karl@freefriends.org>.
572 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
574         [BZ #4860]
575         * io/Makefile (headers): Add bits/fcntl2.h.
577         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
578         using gcc builtin.
579         (__CPU_EQUAL_S): Likewise.
581         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
582         (tests): Add tst-cpuset.
583         * posix/sched_cpualloc.c: New file.
584         * posix/sched_cpufree.c: New file.
585         * posix/tst-cpuset.c: New file.
586         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
587         GLIBC_2.7.
588         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
589         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
590         macros.  Define CPU_*_S macros.
592 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
594         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
595         entry.
597         [BZ #4858]
598         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
599         #.0g and value rounded to 1.0.
600         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
602 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
604         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
605         for int_frac_digits and frac_digits.
607         * login/logout.c (logout): Avoid aliasing violation.
608         * login/logwtmp.c (logwtmp): Likewise.
610         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
612         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
613         to avoid warning.
614         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
615         warning.
616         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
617         warning.
618         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
619         to avoid warnings.
621         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
622         void **.
623         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
625         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
626         char * to avoid warning.
627         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
629         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
631         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
632         allocate_arrays): Cast second argument to charmap_find_symbol
633         to char * to avoid warnings.
635         * locale/programs/repertoire.c (repertoire_new_char): Change
636         from_nr, to_nr and cnt to unsigned long, adjust printf format
637         string.
639         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
640         Cast second argument to new_element to char * to avoid warnings.
642         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
644         * intl/gettextP.h (struct loaded_domain): Change plural to const
645         struct expression *.
646         * intl/plural-eval.c (plural_eval): Change first argument to
647         const struct expression *.
648         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
649         argument to const struct expression **.
650         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
651         prototypes.
652         * intl/loadmsgcat (_nl_unload_domain): Cast away const
653         in call to __gettext_free_exp.
655         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
656         unitialized wstring/wpattern var warnings.
658         * posix/runtests.c (struct a_test): Make data field const char *.
660         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
661         vars if not LDBL_MANT_DIG >= 106.
663         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
665         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
666         __find_specmb to avoid warning.
668         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
670         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
671         to avoid warnings.
673         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
674         initializer.
676         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
677         tv var when it will be actually used.
679         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
680         to avoid warnings.
682         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
683         char array resp. pointer.
684         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
685         char array.
686         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
687         to const unsigned char **.
688         (ucs4_to_cns11643): Change second argument to unsigned char *.
689         * iconvdata/euc-tw.c (BODY): Change endp type to
690         const unsigned char *.
691         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
692         to unsigned char *.
693         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
694         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
695         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
696         types to unsigned char pointers/arrays instead of char.
697         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
698         to unsigned char *.
699         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
700         * iconvdata/jis0212.h: Include assert.h.
701         (ucs4_to_jisx0212): Change second argument to unsigned char *.
702         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
703         of trying to handle that.
704         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
705         shut up a warning.
706         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
707         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
708         two dimensional const unsigned char arrays.
709         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
710         Initialize endp to inptr to shut up a warning.
712 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
714         [BZ #4772]
715         * time/strptime_l.c (__strptime_internal): Silently ignore
716         strftime modifiers and field width in recursive calls.
718         * include/time.h (enum ptime_locale_status): Remove.
719         (__strptime_internal): Remove decided and era_cnt arguments,
720         add statep argument.
721         * time/strptime_l.c (__strptime_internal): Remove decided
722         and era_cnt arguments, add statep argument.  Don't recompute
723         any fields in recursive calls, only update caller's tm
724         and state, if recursive call fails, don't change tm nor
725         any state.
726         (get_alt_number): Adjust.
727         (recursive): Adjust caller.
728         (strptime): Likewise.
729         * time/strptime.c (strptime): Likewise.
731 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
733         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
734         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
735         if from and to charsets are the same.
736         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
737         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
738         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
740 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
742         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
743         Don't define wint_t when __need_mbstate_t unless it
744         is necessary.
745         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
746         in the typedef if possible.
747         * wctype/wctype.h (wint_t): Define by including
748         wchar.h with __need_wint_t instead of including stddef.h
749         with __need_wint_t and as fallback definining it ourselves.
750         * iconv/gconv.h (__need_wint_t): Define before including
751         wchar.h.
752         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
753         or _GLIBCPP_USE_WCHAR_T.
754         (__need_wchar_t): Don't define
755         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
756         (__need_wint_t): Don't define before including stddef.h,
757         define before including wchar.h only if _LIBC or
758         _GLIBCPP_USE_WCHAR_T.
759         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
760         * sysdeps/mach/hurd/_G_config.h: Likewise.
761         * sysdeps/generic/_G_config.h: Likewise.
762         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
763         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
764         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
765         if _LIBC or _GLIBCPP_USE_WCHAR_T.
767 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
769         * sysdeps/posix/posix_fallocate64.c: Undefine
770         __posix_fallocate64_l64 before alias handling.
771         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
772         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
773         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
774         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
776         * io/tst-posix_fallocate.c: Include <fcntl.h>.
778 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
780         * locale/programs/ld-collate.c (atwc): New variable.
781         (add_to_tablewc): New toplevel function, moved from collate_output.
782         (collate_output): Remove add_to_tablewc nested function.
784         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
785         (name_insert): New function.
786         (write_output): Remove hash_table and hash_size vars and name_insert
787         nested function.
789 2007-07-24  Roland McGrath  <roland@redhat.com>
791         * Makerules (install-others-programs-nosubdir): New target.
792         (install-no-libc.a-nosubdir): Depend on it.
794         * iconv/Makefile (install-others-programs): Set this instead of
795         install-others.
796         * login/Makefile (install-others-programs): Likewise.
797         * posix/Makefile (install-others-programs): Likewise.
799         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
800         dependencies.
802 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
804         * io/Makefile (tests): Add tst-posix_fallocate.
805         * io/tst-posix_fallocate.c: New file.
807         * sysdeps/unix/sysv/linux/kernel-features.h: Define
808         __ASSUME_FALLOCATE.
810 2007-07-22  Roland McGrath  <roland@frob.com>
812         * hurd/getdport.c: Add missing copyright year update.
814         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
815         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
817 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
819         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
821         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
822         O_CLOEXEC is needed.
823         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
824         Avoid additional fcntl to set O_CLOEXEC if not needed.
825         * nis/nss_compat/compat-initgroups.c: Likewise.
826         * nis/nss_compat/compat-pwd.c: Likewise.
827         * nis/nss_compat/compat-spwd.c: Likewise.
829 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
831         [BZ #3665]
832         * manual/errno.texi: Change ECANCELED value to 119.
834         [BZ #4610]
835         * mach/lock-intern.h: Include <sys/cdefs.h>.
837         [BZ #4178]
838         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
839         reading A.
841         [BZ #4126]
842         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
843         to __sigsuspend.
845         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
847 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
849         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
850         `__ASSEMBLER__'.
851         * sysdeps/mach/hurd/i386/tls.h: Likewise.
853 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
855         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
856         descriptor received from nscd.
858         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
860         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
861         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
862         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
863         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
864         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
865         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
867 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
869         [BZ #4816]
870         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
872         [BZ #4813]
873         * login/forkpty.c (forkpty): Close master and slave fds on
874         fork failure.  Patch by
875         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
877 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
879         * include/features.h (__USE_ISOC95): New define.
880         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
881         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
882         for -std=iso9899:199409.
883         * CONFORMANCE: Remove comments about unsupported AMD1.
885 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
887         * sysdeps/ia64/sched_cpucount.c: New file.
888         * sysdeps/powerpc/sched_cpucount.c: New file.
890         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
891         __BEGIN_DECLS/__END_DECLS around the prototype.
892         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
893         pointer to const cpu_set_t.
895         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
896         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
897         __need_size_t and include stddef.h.
898         * sysvipc/sys/msg.h: Likewise.
899         * posix/sched.h: Likewise.
900         * hurd/hurd/signal.h (__need_size_t): Define.
902         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
903         neither does signal.h in pedantic ISO C namespaces.  stdio.h
904         no longer defines wint_t or wchar_t.
906         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
907         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
908         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
909         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
910         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
911         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
912         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
913         * debug/printf_chk.c (__printf_chk): Likewise.
914         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
915         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
917         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
918         Define.
920         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
921         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
923 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
925         [BZ #4792]
926         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
927         * malloc/malloc.h (realloc): Likewise.
929         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
930         if one of proc_file_chain streams has that fileno.
931         * stdio-common/Makefile (tests): Add tst-popen2.
932         * stdio-common/tst-popen2.c: New test.
934 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
936         * elf/ldconfig.c: Allow GPLv2 or any later version.
937         * elf/readlib.c: Likewise.
938         * elf/chroot_canon.c: Likewise.
939         * elf/cache.c: Likewise.
940         * nscd/mem.c: Likewise.
941         * nscd/getpwuid_r.c: Likewise.
942         * nscd/grpcache.c: Likewise.
943         * nscd/aicache.c: Likewise.
944         * nscd/getsrvbynm_r.c: Likewise.
945         * nscd/nscd.c: Likewise.
946         * nscd/servicescache.c: Likewise.
947         * nscd/getsrvbypt_r.c: Likewise.
948         * nscd/initgrcache.c: Likewise.
949         * nscd/gethstbyad_r.c: Likewise.
950         * nscd/gethstbynm2_r.c: Likewise.
951         * nscd/getgrnam_r.c: Likewise.
952         * nscd/nscd_setup_thread.c: Likewise.
953         * nscd/getpwnam_r.c: Likewise.
954         * nscd/gai.c: Likewise.
955         * nscd/connections.c: Likewise.
956         * nscd/dbg_log.c: Likewise.
957         * nscd/cache.c: Likewise.
958         * nscd/hstcache.c: Likewise.
959         * nscd/nscd_conf.c: Likewise.
960         * nscd/getgrgid_r.c: Likewise.
961         * nscd/pwdcache.c: Likewise.
962         * catgets/gencat.c: Likewise.
963         * locale/programs/linereader.h: Likewise.
964         * locale/programs/locarchive.c: Likewise.
965         * locale/programs/ld-paper.c: Likewise.
966         * locale/programs/locfile-kw.h: Likewise.
967         * locale/programs/ld-address.c: Likewise.
968         * locale/programs/xmalloc.c: Likewise.
969         * locale/programs/ld-time.c: Likewise.
970         * locale/programs/localedef.c: Likewise.
971         * locale/programs/simple-hash.c: Likewise.
972         * locale/programs/xstrdup.c: Likewise.
973         * locale/programs/ld-numeric.c: Likewise.
974         * locale/programs/locfile-kw.gperf: Likewise.
975         * locale/programs/ld-collate.c: Likewise.
976         * locale/programs/charmap-kw.gperf: Likewise.
977         * locale/programs/charmap.h: Likewise.
978         * locale/programs/charmap-kw.h: Likewise.
979         * locale/programs/config.h: Likewise.
980         * locale/programs/locfile.c: Likewise.
981         * locale/programs/ld-ctype.c: Likewise.
982         * locale/programs/charmap.c: Likewise.
983         * locale/programs/ld-messages.c: Likewise.
984         * locale/programs/repertoire.h: Likewise.
985         * locale/programs/locale.c: Likewise.
986         * locale/programs/ld-name.c: Likewise.
987         * locale/programs/linereader.c: Likewise.
988         * locale/programs/locfile.h: Likewise.
989         * locale/programs/3level.h: Likewise.
990         * locale/programs/ld-monetary.c: Likewise.
991         * locale/programs/ld-measurement.c: Likewise.
992         * locale/programs/charmap-dir.c: Likewise.
993         * locale/programs/ld-identification.c: Likewise.
994         * locale/programs/localedef.h: Likewise.
995         * locale/programs/charmap-dir.h: Likewise.
996         * locale/programs/repertoire.c: Likewise.
997         * locale/programs/simple-hash.h: Likewise.
998         * locale/programs/ld-telephone.c: Likewise.
999         * locale/programs/locale-spec.c: Likewise.
1000         * locale/programs/locfile-token.h: Likewise.
1001         * posix/getconf.c: Likewise.
1002         * iconv/dummy-repertoire.c: Likewise.
1003         * iconv/iconv_charmap.c: Likewise.
1004         * iconv/iconvconfig.c: Likewise.
1005         * iconv/iconv_prog.c: Likewise.
1006         * malloc/memusagestat.c: Likewise.
1007         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
1009 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1011         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
1012         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
1013         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
1014         check for the first argument.
1016 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
1018         [BZ #4775]
1019         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
1020         (__tgmath_real_type): Fix if expr is const int or other const
1021         qualified integral type.
1022         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
1023         expressions and handle const qualified arguments.
1024         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
1025         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
1026         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
1027         statement expressions.
1028         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
1029         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
1030         (__TGMATH_UNARY_IMAG): Define.
1031         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
1032         * math/Makefile (tests): Add test-tgmath2.
1033         (CFLAGS-test-tgmath2.c): Add.
1034         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
1035         count_cfloat, count_cldouble): New variables.
1036         (NCCALLS): Define.
1037         (main): Check number of complex calls as well.
1038         (F(compile_test)): Add complex tests and tests with const qualified
1039         arguments.
1040         (y, z, ccount): Define.
1041         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
1042         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
1043         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
1044         F(cproj)): New functions.
1045         * math/test-tgmath2.c: New test.
1047 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
1049         [BZ #4776]
1050         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
1051         RPATH etc. as "/" rather than "", don't segfault on empty paths,
1052         instead output ".".
1053         * dlfcn/Makefile (distribute): Add glreflib3.c.
1054         (module-names): Add glreflib3.
1055         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
1056         glreflib1.so.
1057         (LDFLAGS_glreflib3.so): New.
1058         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
1059         glreflib1.so.
1060         * dlfcn/glreflib3.c: New file.
1062         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
1063         returned -1, return NULL.
1064         * intl/explodename.c (_nl_explode_name): Return -1 if
1065         _nl_normalize_codeset failed.
1067 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
1069         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
1070         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
1071         and avoid branch misspredicts for > 31 bytes memset case.
1072         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1073         Remove toc ref to __cache_line_size.
1075         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
1076         to get ISA-V2.0 branch hints.
1077         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
1078         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
1079         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1080         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1081         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1082         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1083         Remove toc ref to __cache_line_size.
1085         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
1086         Include math_ldbl_opt.h.
1088 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
1090         [BZ #4773]
1091         * time/strptime_l.c (__strptime_internal): Implement greedy
1092         matching of weekday and month names.
1094 2007-07-09  Roland McGrath  <roland@redhat.com>
1096         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
1097         (ELF_NOTE_ABI): Use it.
1098         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
1100 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
1102         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
1103         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1105 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
1107         [BZ #4745]
1108         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
1109         in loop to look for conversion specifier to avoid testing of
1110         wrong errno value.
1111         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
1112         * stdio-common/bug18.c: New file.
1113         * stdio-common/bug18a.c: New file.
1114         * stdio-common/bug19.c: New file.
1115         * stdio-common/bug19a.c: New file.
1117 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
1119         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
1120         running awk script.
1122 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
1124         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
1125         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
1126         Return NULL if mmap failed instead of asserting it does not.
1127         (calloc): Check for integer overflow.
1129         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
1130         than LONG_MAX / 10.
1132 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
1134         [BZ #4702]
1135         * nis/nss-default.c: Include errno.h.
1136         (init): Preserve errno.
1138 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
1140         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
1142 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
1144         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
1146 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1148         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
1150 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1152         * sysdeps/s390/dl-procinfo.c: New file.
1153         * sysdeps/s390/dl-procinfo.h: New file.
1154         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
1156 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
1158         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
1159         in PT_NOTE segments with multiple notes.
1160         * elf/readelflib.c (process_elf_file): Likewise.
1162 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
1164         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
1165         ISO C compliant.
1167 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1169         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
1171 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
1173         * include/link.h: Don't include rtld-lowlevel.h.
1174         (struct link_map): Remove l_scope_lock.
1175         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
1176         (_dl_scope_free_list): New field (variable) in _rtld_global.
1177         (DL_LOOKUP_SCOPE_LOCK): Remove.
1178         (_dl_scope_free): New prototype.
1179         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
1180         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
1181         (_dl_profile_fixup): Likewise.
1182         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
1183         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
1184         THREAD_GSCOPE_RESET_FLAG around it.
1185         * elf/dl-close.c (_dl_close_worker): Don't use
1186         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
1187         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
1188         scopes were queued or if l_scope_mem has been abandoned.
1189         * elf/dl-open.c (_dl_scope_free): New function.
1190         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
1191         * elf/dl-support.c (_dl_scope_free_list): New variable.
1192         * elf/dl-lookup.c (add_dependency): Remove flags argument.
1193         Remove DL_LOOKUP_SCOPE_LOCK handling.
1194         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
1195         handling.
1196         * elf/dl-object.c (_dl_new_object): Don't use
1197         __rtld_mrlock_initialize.
1199 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1201         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
1202         to fill in holes
1203         (rtld_global_ro): Likewise.
1205 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1207         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
1208         Move PT_LOAD checking to...
1209         (_dl_addr_inside_object): ... here, new function.
1210         * elf/dl-sym.c (do_sym): If not l_contiguous,
1211         call _dl_addr_inside_object.
1212         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1213         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
1214         * elf/dl-open.c (dl_open_worker): Likewise.
1215         (_dl_addr_inside_object): New function if IS_IN_rtld.
1216         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
1217         holes are present or are PROT_NONE protected.
1218         * include/link.h (struct link_map): Add l_contiguous field.
1219         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
1221 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1222             Tomas Janousek  <tjanouse@redhat.com>
1223             Ulrich Drepper  <drepper@redhat.com>
1225         [BZ #4647]
1226         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
1227         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
1228         socket.
1229         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
1230         unused member a bitmap.
1231         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
1232         servers are configured.
1234 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1236         * elf/rtld.c (dl_main): Don't call init_tls more than once.
1238 2007-06-17  Andreas Schwab  <schwab@suse.de>
1240         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
1242 2007-06-16  Andreas Jaeger  <aj@suse.de>
1244         [BZ #4125]
1245         * sysdeps/unix/sysv/linux/sys/ptrace.h
1246         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
1247         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
1248         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
1249         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
1250         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
1251         Define.
1252         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1253         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1254         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1255         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1257 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
1259         [BZ #4599]
1260         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
1261         determining whether there are IPv4/IPv6 addresses, ignore loopback
1262         addresses.
1264 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
1266         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
1267         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
1268         as the return type.  Change type of "r" variable to CMPtype.
1269         * soft-fp/eqsf2.c (__eqsf2): Likewise.
1270         * soft-fp/eqtf2.c (__eqtf2): Likewise.
1271         * soft-fp/gedf2.c (__gedf2): Likewise.
1272         * soft-fp/gesf2.c (__gesf2): Likewise.
1273         * soft-fp/getf2.c (__getf2): Likewise.
1274         * soft-fp/ledf2.c (__ledf2): Likewise.
1275         * soft-fp/lesf2.c (__lesf2): Likewise.
1276         * soft-fp/letf2.c (__letf2): Likewise.
1277         * soft-fp/unorddf2 (__unorddf2): Likewise.
1278         * soft-fp/unordsf2 (__unordsf2): Likewise.
1279         * soft-fp/unordtf2 (__unordtf2): Likewise.
1281 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
1283         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
1284         make sure gcc doesn't mess around with this.
1286 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1288         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
1290 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
1292         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
1293         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
1294         at most once per _dl_close_worker.
1296 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1298         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
1299         __sched_cpucount as const.
1300         * posix/sched_cpucount.c: Adjust.
1302         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
1303         instruction for counting bits.
1304         * sysdeps/x86_64/sched_cpucount.c: New file.
1306 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
1308         * configure.in: Avoid variable named BASH.
1309         * config.make.in: Likewise.
1310         Patch in part by Mike Frysinger.
1312 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
1314         [BZ #4586]
1315         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
1316         pseudo-zeros as zero.
1317         * sysdeps/x86_64/ldbl2mpn.c: New file.
1318         * sysdeps/ia64/ldbl2mpn.c: New file.
1320 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1322         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
1323         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
1324         Remove unreachable code at the end.
1326 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1328         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
1329         ldbl-128ibm in comment.
1330         (fpclassifyl): Correct classification of denormals.
1331         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
1332         return value for MIN denormal. Rewrite using long double math too
1333         correctly handle denormals and canonicalize the results.
1335 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
1337         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
1338         (__mpn_construct_long_double): Fix conversion where result ought
1339         to be smaller than __LDBL_MIN__, or the low double should be
1340         denormal.  Fix decision where to negate low double - honor round
1341         to even rules.
1342         * stdio-common/tst-sprintf2.c: Include string.h.
1343         (COMPARE_LDBL): Define.
1344         (TEST): Also test whether a string hexadecimal float representation
1345         can be parsed back to the number.
1346         (main): Add a couple of further tests.
1348 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1350         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
1351         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
1352         is non-zero, but smaller than 2 * __DBL_MIN__.
1353         * stdio-common/tst-sprintf2.c: New test.
1354         * stdio-common/Makefile (tests): Add tst-sprintf2.
1356         * math/test-misc.c (main): Don't run last batch of tests with
1357         IBM long double format.
1359 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1361         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
1362         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
1363         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
1364         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
1365         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1366         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
1367         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
1368         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
1369         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
1370         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
1372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
1373         New file.
1374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
1375         New file.
1376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
1377         New file.
1378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
1379         New file.
1380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
1381         New file.
1382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
1383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
1384         New file.
1385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
1386         New file.
1387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
1388         New file.
1389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
1390         New file.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
1392         New file.
1394 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1396         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
1397         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
1398         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
1399         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
1400         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
1401         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
1402         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
1403         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
1405 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
1407         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
1408         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1409         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
1410         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1411         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
1412         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1413         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
1414         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1416 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1418         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
1419         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
1420         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
1421         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
1423 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
1425         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
1426         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
1428 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
1430         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
1431         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
1432         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
1433         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
1435 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
1437         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
1438         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
1440 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1442         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
1443         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
1445         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
1446         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
1447         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
1448         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1450 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
1452         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
1453         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
1454         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
1455         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
1457 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
1459         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
1460         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
1461         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
1462         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1463         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
1464         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1466 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1468         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
1469         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
1470         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
1471         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
1473 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1475         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
1476         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
1477         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
1478         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
1479         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
1480         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
1481         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
1482         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
1483         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
1484         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
1485         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
1486         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
1487         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
1488         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
1489         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
1490         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
1492 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1494         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
1495         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
1497 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1499         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
1500         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
1502 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1504         * sysdeps/powerpc/powerpc32/970/Implies: New file.
1505         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
1506         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
1507         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
1508         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
1509         * sysdeps/powerpc/powerpc64/970/Implies: New file.
1510         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
1511         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
1512         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
1513         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
1515 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1517         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
1519 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
1521         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
1522         branch miss-predicts. Ensure that cache line crossing does not impact
1523         dispatch grouping.
1525 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
1527         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
1528         "../../powerpc32/power4/memcopy.h".
1529         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
1530         "../../powerpc32/power4/wordcopy.c".
1532 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1534         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
1535         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
1536         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
1537         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
1538         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
1539         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
1541 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
1543         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
1545 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1547         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
1548         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
1549         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
1550         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
1551         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
1552         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
1553         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
1554         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
1556 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
1558         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
1560 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1562         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
1563         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
1564         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
1565         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
1566         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
1567         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
1568         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
1570 2007-05-29  Roland McGrath  <roland@redhat.com>
1572         * po/Makefile (po-sed-cmd): New variable.
1573         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
1575 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
1577         * crypt/md5-crypt.c: Fix comment.
1579         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
1580         of crashing.  When this is the case or if the reply is malformed,
1581         don't try to close the new file descriptor since it does not
1582         exist.
1583         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
1585 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
1587         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
1588         if __NR_utimensat is not defined.
1590 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
1592         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
1594 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
1596         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
1597         (open): Fix comment typos.  Don't call __open_2 if flags
1598         is a compile time constant without O_CREAT.
1599         (__open64_2): Add nonnull attribute.
1600         (open64): Fix comment typos.  Don't call __open64_2 if flags
1601         is a compile time constant without O_CREAT.
1602         (__openat_2): Add nonnull attribute, fix nonnull attribute
1603         on redirect.
1604         (openat): Fix comment typos.  Don't call __openat_2 if flags
1605         is a compile time constant without O_CREAT.
1606         (__openat64_2): Add nonnull attribute, fix nonnull attribute
1607         on redirect.
1608         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
1609         is a compile time constant without O_CREAT.
1611 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
1613         * Makerules (sysd-rules): Define PTW for ptw-* files.
1614         * Versions: Define GLIBC_2.7 for libc.
1615         * include/stdio.h: Declare __fortify_fail.
1616         * debug/fortify_fail.c: New file.
1617         * debug/Makefile (routines): Add fortify_fail.
1618         * debug/chk_fail.c: Use __fortify_fail.
1619         * debug/stack_chk_fail.c: Likewise.
1620         * io/Versions: Export __open_2, __open64_2, __openat_2, and
1621         __openat64_2 for GLIBC_2.7.
1622         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
1623         * io/open.c: Define *_2 variant of function which checks for O_CREAT
1624         and fails if necessary.
1625         * io/open64.c: Likewise.
1626         * io/openat.c: Likewise.
1627         * io/openat64.c: Likewise.
1628         * sysdeps/unix/sysv/linux/open64.c: Likewise.
1629         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1630         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
1631         * io/bits/fcntl2.h: New file.
1632         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
1633         __openat64_2.
1634         * include/bits/fcntl2.h: New file.
1635         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1636         Add open_2.
1637         * sysdeps/unix/sysv/linux/open_2.c: New file.
1639 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
1641         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
1642         as second parameter to handle_intel.
1644         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
1645         the entry.
1647         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
1648         handling to ...
1649         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
1650         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1651         cacheinfo.
1652         * sysdeps/x86_64/memcpy.S: Complete rewrite.
1653         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
1654         Patch by Evandro Menezes <evandro.menezes@amd.com>.
1656         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
1658 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
1660         [BZ #4525]
1661         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
1662         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
1663         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
1665         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
1667         [BZ #4514]
1668         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
1669         reinitialize workend at the start of each do_positional format spec
1670         loop, free workstart before do_positional loops.
1671         (printf_unknown): Fix size of work_buffer.
1672         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
1674         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
1675         (public_sET_STATe): If ms->version < 3, put all chunks into
1676         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
1677         chunks.
1679         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
1680         * malloc/hooks.c: Likewise.
1681         * malloc/arena.c: Likewise.
1682         * malloc/malloc.c (do_check_malloc_state): Don't assert
1683         n_mmaps is not greater than n_mmaps_max.  This removes the need
1684         for the previous change.
1686         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
1687         2007-05-07 commit.
1689 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
1691         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
1692         Define for kernel >= 2.6.22.
1694 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
1696         * elf/dl-close.c (_dl_close_worker): When removing object from
1697         global scope, wait for all lookups to finish afterwards.
1698         * elf/dl-open.c (add_to_global): When global scope array must
1699         grow, allocate a new one and free old array only after all
1700         lookups finish.
1701         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
1702         (_dl_lookup_symbol_x): Likewise.
1703         * elf/dl-support.c: Define _dl_wait_lookup_done.
1704         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
1705         _dl_wait_lookup_done.
1707         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
1708         not overlapping with arena.
1710         * malloc/mcheck.c (reallochook): If size==0, free the block.
1712         * rt/tst-shm.c: Use fstat64 instead of fstat.
1714         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
1715         __NR_sync_file_range is not defined.
1717 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
1719         Dummy files to prevent stub versions from being used.
1720         * sysdeps/x86_64/fpu/k_cosl.c: New file.
1721         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
1722         * sysdeps/x86_64/fpu/k_sinl.c: New file.
1723         * sysdeps/x86_64/fpu/k_tanl.c: New file.
1725         * version.h (VERSION): Set to 2.6.90.
1727 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
1729         * version.h (VERSION): Define to 2.6.
1730         * include/features.h (__GLIBC_MINOR__): Define to 6.
1732         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
1734         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
1735         sizes.
1737 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
1739         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
1740         number of mmaps.  n_mmaps_max is the target.
1741         * malloc/hooks.c: Likewise.
1742         * malloc/arena.c: Likewise.
1744 2007-05-12  Andreas Jaeger  <aj@suse.de>
1746         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
1747         getpid.
1749 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
1751         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
1752         adding new variables.
1754         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
1755         optimize.  Completely extend global scope array before making the
1756         new entries visible.
1758 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
1760         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
1761         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
1762         tst-getcpu.
1764         * include/link.h: Move l_version and l_nversion members around to
1765         fill gaps.
1767         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
1769         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1770         (__sched_setaffinity_new): If syscall was successful and
1771         RESET_VGETCPU_CACHE is defined, use it before returning.
1772         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
1774         * io/sys/stat.h: Make sure struct timespec is defined for
1775         __USE_ATFILE.
1777         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
1778         UTIME_OMIT.
1779         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1780         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1781         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1782         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1783         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1784         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1785         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
1786         * io/sys/stat.h: Declare utimensat, futimens.
1787         * io/utimensat.c: New file.
1788         * io/futimens.c: New file.
1789         * sysdeps/unix/sysv/linux/utimensat.c: New file.
1790         * sysdeps/unix/sysv/linux/futimens.c: New file.
1791         * io/Makefile (routines): Add utimensat, futimens.
1792         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
1793         * sysdeps/unix/sysv/linux/lutimes.c: New file.
1794         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
1795         available.
1797         * include/sys/cdefs.h: Redefine __nonnull so that test for
1798         incorrect parameters in the libc code itself are not omitted.
1800 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
1802         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
1803         exception in addition to inexact when asked to raise only FE_INEXACT.
1805         [BZ #3427]
1806         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
1807         in *envp.
1809 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1811         [BZ #4403]
1812         * string/strfry.c (strfry): Make result more random.
1814 2007-05-07  Richard Henderson  <rth@redhat.com>
1816         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
1817         if __NO_LONG_DOUBLE_MATH.
1818         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
1819         available in the compiler, add .arch directive to the assembly.
1821 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
1823         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
1824         compat_symbol to GLIBC_2_1.
1825         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
1826         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
1827         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
1828         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
1829         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
1830         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
1831         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
1832         libc, not libm.
1833         (__isnanl): New compat_symbol.
1835 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1836             Jakub Jelinek  <jakub@redhat.com>
1838         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
1839         (new_heap): Initialize mprotect_size.
1840         (grow_heap): When growing, only mprotect from mprotect_size till
1841         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
1842         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
1844 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
1845             Peter Bergner  <bergner@us.ibm.com>
1847         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
1848         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
1849         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
1850         * sysdeps/powerpc/fpu/fe_mask.c: New file.
1851         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
1852         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
1853         Call __fe_mask_env() if all FP exceptions disabled.
1854         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
1855         from old FPSCR to new fenv to propagate DFP rounding modes.
1856         Call __fe_mask_env() if FP exceptions previously enabled.
1857         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
1858         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
1859         transitioning from all exceptions disabled to any exception enabled
1860         or visa versa.
1861         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
1862         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
1863         when transitioning from all exceptions disabled to any exception
1864         enabled or visa versa.
1865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
1866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
1867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
1868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
1869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
1870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
1872 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1874         [BZ #4465]
1875         * posix/unistd.h: Remove __THROW from fdatasync.
1877 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
1879         [BZ #4465]
1880         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
1882 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1884         * stdio-common/vfprintf.c (process_string_arg): Optimize
1885         ridiculous precision in wide char code printing multi-byte string.
1886         Reported by Jim Meyering <jim@meyering.net>.
1888         [BZ #4131]
1889         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
1890         boundaries to work around systems with overlapping binary loading.
1891         Based on a patch by Suzuki <suzuki@in.ibm.com>.
1893 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
1895         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
1896         __mbsnrtowcs after last change.
1898         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
1899         (get_ident): Likewise.
1901 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1903         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
1904         with setting the sticky bit.
1905         * math/test-misc.c (main): Add more truncation tests.
1907 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
1909         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
1910         double in the function declaration.
1911         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
1912         double in the function declaration.
1913         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1914         float in the function declaration.
1915         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1916         float in the function declaration.
1918         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
1919         denormal operands.  Do not generate FP_EX_DENORM exception.
1920         (FP_UNPACK_RAW_EP): Ditto.
1921         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
1922         undefined _FP_UNPACK_RAW_E.
1923         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
1924         undefined _FP_UNPACK_RAW_EP.
1925         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
1926         undefined _FP_PACK_RAW_E.
1927         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
1928         undefined _FP_PACK_RAW_EP.
1930         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
1931         _FP_FRAC_COPY_2.
1932         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
1933         _FP_FRAC_COPY_4.
1935 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
1936             Jakub Jelinek  <jakub@redhat.com>
1938         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
1939         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
1940         this case.
1941         * soft-fp/op-common.h (FP_TRUNC): Ditto.
1943 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1945         * math/test-misc.c (main): Add tests for rounding long double
1946         values close to smallest double denormalized value to double.
1948 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
1950         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
1951         condition for truncating to 0.  Set sticky bit for such
1952         truncation.
1954 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
1956         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
1957         fixed length array for ignore.
1959 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1961         [BZ #4438]
1962         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
1963         stack for large precisions.
1964         * stdio-common/test-vfprintf.c (main): Add test for large
1965         precision.
1967 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
1969         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
1970         for exponent 0.
1971         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
1973         [BZ #4439]
1974         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
1975         account in the size check.
1976         * resolv/tst-inet_ntop.c: New test.
1977         * resolv/Makefile (tests): Add tst-inet_ntop.
1979 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1980             Jakub Jelinek  <jakub@redhat.com>
1982         [BZ #4349]
1983         * malloc/malloc.c: Keep separate list for first blocks on the bin
1984         lists with a given size.  This helps skipping over list elements
1985         we know won't fit in two places.
1986         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
1988 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
1990         [BZ #4102]
1991         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
1992         label to Teredo tunnel addresses 2001://32.
1994 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
1996         * locale/programs/ld-collate.c (collate_read): Allow order_start
1997         after copy.
1999         * locale/programs/ld-collate.c (collate_read): Fix printing of
2000         error message.
2002         [BZ #3213]
2003         * locale/C-translit.h.in: Add entry for U2044.
2005         [BZ #4342]
2006         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
2007         hexa-decimal floats without exponent.
2008         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
2010 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2012         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
2013         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
2014         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
2015         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
2016         GLIBC_2.6.
2017         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
2018         Add sched_getcpu.
2020 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2022         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
2023         of 0 after the out_fail label.
2025 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2027         [BZ #4406]
2028         * iconv/gconv_charset.h (strip): Allow ':'.
2029         * iconv/iconv_open.c (iconv_open): Adjust comment.
2031 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2033         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
2034         version.
2036 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2038         [BZ #4381]
2039         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
2040         alignment of buffer and tmp_buffer.
2041         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
2042         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
2043         alignment of buffer.
2044         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
2045         bigger than INT_MAX.
2046         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
2047         h_errnop arguments.  Fail if buflen is too small.
2048         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
2050 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2052         [BZ #4405]
2053         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
2054         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
2056 2007-04-22  Roland McGrath  <roland@redhat.com>
2058         * elf/elf.h (NT_PRXFPREG): New macro.
2060 2007-04-19  Andreas Jaeger  <aj@suse.de>
2062         [BZ #3905]
2063         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
2064         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
2065         Added.
2067 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
2069         * include/sys/mman.h: Mark madvise hidden.
2070         * misc/madvise.c: Add libc_hidden_def.
2072 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
2074         * nis/nis_domain_of.c (__nis_domain_of): New function.
2075         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
2076         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
2077         * nis/nis_call.c (rec_dirsearch): Likewise.
2078         (first_shoot): Likewise.  Remove search_parent_first argument.
2079         (struct nis_server_cache): Rename search_parent_first field
2080         to search_parent.
2081         (nis_server_cache_search, nis_server_cache_add): Rename
2082         search_parent_first argument to search_parent.
2083         (__nisfind_server): Likewise.  If search_parent, call
2084         __nis_domain_of.
2086 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
2088         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
2090 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
2092         [BZ #4368]
2093         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
2095 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
2097         [BZ #4364]
2098         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
2100 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
2102         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
2103         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
2104         current number of locales in SUPPORTED.
2105         (create_archive): Initialize serial.
2106         (enlarge_archive): Preserve aliases rather than duplicating
2107         their locrecs.
2109 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2111         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
2112         after _IO_un_link, not before it.
2114         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
2115         special case handling when wcp == wstartp + 1.  Fix a comment typo.
2116         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
2118 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
2120         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
2121         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
2122         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
2123         Remove __THROW.
2124         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
2125         _IO_file_xsgetn_maybe_mmap): Likewise.
2126         * libio/oldfileops.c (old_do_write): Likewise.
2127         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
2128         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
2129         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
2130         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
2131         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
2132         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
2133         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
2134         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
2135         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
2136         _IO_file_underflow, _IO_file_underflow_mmap,
2137         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
2138         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
2139         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
2140         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
2141         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
2142         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
2143         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
2144         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
2145         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
2146         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
2147         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
2148         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
2149         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
2150         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
2151         _IO_adjust_column_internal, _IO_default_uflow_internal,
2152         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
2153         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
2154         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
2155         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
2156         _IO_file_close_it_internal, _IO_file_underflow_internal,
2157         _IO_file_overflow_internal, _IO_file_attach_internal,
2158         _IO_file_fopen_internal, _IO_file_sync_internal,
2159         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
2160         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
2161         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
2162         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
2163         _IO_seekpos_unlocked): Likewise.
2164         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
2165         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
2167 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
2169         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
2170         argument in xmalloc size computation.
2172 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2174         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
2175         math_opt_barrier and math_force_eval macros.
2177 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2179         [BZ #3306]
2180         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
2181         * sysdeps/i386/fpu/math_private.h: New file.
2182         * sysdeps/x86_64/fpu/math_private.h: New file.
2183         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
2184         math_force_eval macros.  Use "+m" constraint on asm rather than
2185         "=m" and "m".
2186         * math/s_nextafter.c (__nextafter): Likewise.
2187         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
2188         Likewise.
2189         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
2190         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
2191         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
2192         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
2193         math_opt_barrier and math_force_eval macros.
2194         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
2195         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
2196         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
2197         (__nexttoward): Use math_opt_barrier and
2198         math_force_eval macros.  Use "+m" constraint on asm rather than
2199         "=m" and "m".  Only use asm to force double result if
2200         FLT_EVAL_METHOD is 2.
2201         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
2202         (__nexttowardf): Use math_opt_barrier and
2203         math_force_eval macros.  Use "+m" constraint on asm rather than
2204         "=m" and "m".  Only use asm to force double result if
2205         FLT_EVAL_METHOD is not 0.
2206         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
2207         (__nexttowardf): Use math_opt_barrier and
2208         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2209         x to float using asm.
2210         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
2211         (__nldbl_nexttowardf): Use math_opt_barrier and
2212         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2213         x to float using asm.
2214         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
2215         (__nexttowardf): Use math_opt_barrier and math_force_eval
2216         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
2217         * math/bug-nextafter.c (zero, inf): New variables.
2218         (main): Add new tests.
2219         * math/bug-nexttoward.c (zero, inf): New variables.
2220         (main): Add new tests.
2222 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2224         [BZ #3427]
2225         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
2226         exceptions both in SW and MXCSR.
2227         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
2228         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
2229         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2230         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2231         in MXCSR if SSE is available.
2232         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
2233         and ldsodefs.h.
2234         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
2235         Fix comment typo.
2236         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
2237         Return 0 rather than 1.
2238         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
2239         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
2240         * math/test-fenv.c (feholdexcept_tests): New function.
2241         (main): Call it.
2243 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
2245         [BZ #3427]
2246         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2247         in SW.
2249 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2251         [BZ #4344]
2252         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
2253         Reported by David Anderson <davea42@earthlink.net>.
2255 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
2257         * posix/sys/wait.h: Remove unnecessary forward declaration.
2259 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
2261         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
2262         with obj->do_servers after first_shoot.
2264 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
2266         * posix/Makefile (routines): Add sched_cpucount.
2267         (tests): Add tst-cpucount.
2268         * posix/sched_cpucount.c: New file.
2269         * posix/tst-cpucount.c: New file.
2270         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
2271         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
2272         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2273         * posix/sched.h: Define CPU_COUNT.
2275 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2277         * posix/fnmatch.c (STRUCT): Define.
2278         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
2279         * posix/fnmatch_loop.c (struct STRUCT): New type.
2280         (FCT): Add ends argument.  If ends != NULL and normal * is
2281         seen in the pattern, store current pattern and string pointers
2282         and return.  Adjust recursive calls.
2283         (EXT): Adjust FCT callers.
2284         (STRUCT): Undef at the end of the file.
2285         * posix/Makefile (tests): Add tst-fnmatch2.
2286         * posix/tst-fnmatch2.c: New test.
2288 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2290         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
2291         and 1 on failure.
2293         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
2294         Change last argument to unsigned int.
2296 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
2298         * scripts/check-local-headers.sh: Filter out sys/capability.h.
2300 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2302         * config.h.in (HAVE_LIBCAP): Add.
2303         * nscd/selinux.h: Include sys/capability.h rather than non-existent
2304         sys/capabilities.h.
2305         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
2306         free_caps.  Cast away const from 4th cap_set_flag argument.
2308 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
2310         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
2311         GLIBC_2.6.
2312         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2313         Add sync_file_range.
2314         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2316 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
2318         * sysdeps/powerpc/bits/atomic.h
2319         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
2320         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
2321         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2322         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
2323         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2324         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
2325         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
2326         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2327         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2328         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2329         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
2330         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2331         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2332         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2333         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2334         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
2335         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2336         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
2337         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2338         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
2340 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2342         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2343         (__cache_line_size): Define the variable here.  Add
2344         attribute_hidden, remove weak_extern.
2345         (__libc_start_main): Set __cache_line_size
2346         unconditionally.
2347         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2348         (__cache_line_size): Define the variable here.  Add
2349         attribute_hidden, remove weak_extern.
2350         (DL_PLATFORM_AUXV): Set __cache_line_size
2351         unconditionally.
2352         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
2353         weak_extern, add attribute_hidden.
2354         (__elf_machine_runtime_setup): Assume __cache_line_size is always
2355         defined in ld.so.
2356         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
2357         definition.
2358         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
2360 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
2362         [BZ #4276]
2363         * timezone/africa: Update from tzdata2007d.
2364         * timezone/asia: Likewise.
2365         * timezone/australasia: Likewise.
2366         * timezone/backward: Likewise.
2367         * timezone/europe: Likewise.
2368         * timezone/iso3166.tab: Likewise.
2369         * timezone/leapseconds: Likewise.
2370         * timezone/northamerica: Likewise.
2371         * timezone/southamerica: Likewise.
2372         * timezone/zone.tab: Likewise.
2374         * timezone/private.h: Update from tzcode2007d.
2375         * timezone/zdump.c: Likewise.
2376         * timezone/zic.c: Likewise.
2378 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
2380         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
2381         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
2382         variables.
2383         (nis_server_cache_search, nis_server_cache_add): New functions.
2384         (__nisfind_server): Use them.  Add dbp and flags argument, if
2385         call __nisbind_create.
2386         (__nisbind_create): Add server_used and current_ep arguments,
2387         only call __nis_findfastest if server_used is ~0.
2388         (__do_niscall2, __prepare_niscall): Adjust callers.
2389         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
2390         ckey_cache_euid, ckey_cache_lock): New variables.
2391         (get_ckey): New function.
2392         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
2393         __pmap_getnisport.  Save __pmap_getnisport result in
2394         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
2395         key.
2396         * nis/nis_lookup.c (nis_lookup): Likewise.
2397         * nis/nis_table.c (nis_list): Likewise.
2398         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
2399         prototypes.
2401         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
2402         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
2403         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
2404         _nss_nisplus_getservbyport_r): Likewise.
2405         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
2406         _nss_nisplus_getnetbyaddr_r): Likewise.
2407         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
2408         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
2409         _nss_nisplus_getntohost_r): Likewise.
2410         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
2411         _nss_nisplus_getrpcbynumber_r): Likewise.
2413 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2415         * configure.in (libc_cv_gnu89_inline): Only do compile test.
2416         * configure: Rebuilt.
2418         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
2419         bit-fields.
2420         * soft-fp/extended.h (_FP_UNION_E): Likewise.
2422 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
2424         [BZ #2831]
2425         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
2426         bit-fields.
2428 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
2430         * nscd/gai.c: Include alloca.h.
2431         (__libc_use_alloca): Define.
2433 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
2435         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
2436         smaller scopes.
2437         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
2438         (DL_DST_REQUIRED): Adjust user.
2440         * include/dlfcn.h (struct link_map): New forward decl.
2442         * inet/getnameinfo.c: Include stddef.h.
2443         (getnameinfo): Use offsetof.
2445         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
2447         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
2449         * string/strerror_l.c: Include stdlib.h.
2451         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
2452         * config.make.in (gnu89-inline-CFLAGS): New variable.
2453         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
2454         -std=gnu99.
2455         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
2456         * argp/argp.h: Use it.
2457         * bits/mathinline.h: Likewise.
2458         * bits/sigset.h: Likewise.
2459         * bits/string.h: Likewise.
2460         * ctype/ctype.h: Likewise.
2461         * hurd/hurd.h: Likewise.
2462         * hurd/hurd/fd.h: Likewise.
2463         * hurd/hurd/port.h: Likewise.
2464         * hurd/hurd/signal.h: Likewise.
2465         * hurd/hurd/threadvar.h: Likewise.
2466         * hurd/hurd/userlink.h: Likewise.
2467         * io/sys/stat.h: Likewise.
2468         * libio/bits/stdio.h: Likewise.
2469         * libio/bits/stdio2.h: Likewise.
2470         * mach/lock-intern.h: Likewise.
2471         * mach/mach/mig_support.h: Likewise.
2472         * math/bits/cmathcalls.h: Likewise.
2473         * posix/bits/unistd.h: Likewise.
2474         * socket/bits/socket2.h: Likewise.
2475         * stdlib/bits/stdlib.h: Likewise.
2476         * stdlib/stdlib.h: Likewise.
2477         * string/argz.h: Likewise.
2478         * string/bits/string2.h: Likewise.
2479         * string/bits/string3.h: Likewise.
2480         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
2481         * sysdeps/generic/inttypes.h: Likewise.
2482         * sysdeps/generic/machine-lock.h: Likewise.
2483         * sysdeps/generic/machine-sp.h: Likewise.
2484         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
2485         * sysdeps/i386/i486/bits/string.h: Likewise.
2486         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
2487         * sysdeps/mach/alpha/machine-lock.h: Likewise.
2488         * sysdeps/mach/alpha/machine-sp.h: Likewise.
2489         * sysdeps/mach/i386/machine-lock.h: Likewise.
2490         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
2491         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2492         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
2493         * sysdeps/s390/bits/string.h: Likewise.
2494         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
2495         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
2496         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2497         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2498         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2499         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
2500         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
2501         * wcsmbs/bits/wchar2.h: Likewise.
2502         * wcsmbs/wchar.h: Likewise.
2503         * stdlib/gmp.h: Likewise.  Include <features.h> to get
2504         __extern_inline definition.
2506 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
2508         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
2509         NULL.
2511         [BZ #3919]
2512         * math/libm-test.inc (log_test): Test -Inf and NaN.
2513         (log10_test, log1p_test, log2_test): Test -Inf.
2514         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
2515         FE_INVALID when argument is qNaN.
2516         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
2517         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
2518         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2519         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
2520         andb $1, %ah with testb $1, %ah, don't test for parity, instead
2521         testb $4, %ah and jump if non-zero.
2522         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
2523         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
2525         [BZ #4101]
2526         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
2527         ancestors with the same depths.
2528         Patch by Niels Moeller <nisse@lysator.liu.se>.
2529         (filter_doc): Don't crash if argp is NULL.
2530         * argp/Makefile (tests): Add tst-argp2.
2531         * argp/tst-argp2.c: New test.
2533         [BZ #4130]
2534         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
2535         open_not_cancel_2.
2536         (updwtmp_file): Likewise.
2538         [BZ #4181]
2539         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
2540         (inet6_opt_append): Don't check extlen is big enough if extbuf
2541         is NULL.
2542         (inet6_opt_finish): Likewise.
2543         * inet/Makefile (tests): Add test-inet6_opt.
2544         * inet/test-inet6_opt.c: New test.
2546         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
2547         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
2548         NLMSG_ERR.  Instead use a page sized buffer.
2549         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
2550         buffer.
2552 2007-03-14  Richard Henderson  <rth@redhat.com>
2554         * sysdeps/alpha/fpu/s_llround.c: New file.
2555         * sysdeps/alpha/fpu/s_llroundf.c: New file.
2556         * sysdeps/alpha/fpu/s_lround.c: New file.
2557         * sysdeps/alpha/fpu/s_lroundf.c: New file.
2558         * sysdeps/alpha/fpu/s_round.c: New file.
2559         * sysdeps/alpha/fpu/s_roundf.c: New file.
2560         * sysdeps/alpha/fpu/s_trunc.c: New file.
2561         * sysdeps/alpha/fpu/s_truncf.c: New file.
2563         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
2564         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
2565         * sysdeps/alpha/fpu/s_floor.c: Likewise.
2566         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
2567         * sysdeps/alpha/fpu/s_rint.c: Likewise.
2568         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
2570         * sysdeps/alpha/fpu/s_fmax.S: New file.
2571         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
2572         * sysdeps/alpha/fpu/s_fmin.S: New file.
2573         * sysdeps/alpha/fpu/s_fminf.S: New file.
2574         * sysdeps/alpha/fpu/s_isnan.c: New file.
2575         * sysdeps/alpha/fpu/s_isnanf.c: New file.
2576         * sysdeps/alpha/fpu/s_llrint.c: New file.
2577         * sysdeps/alpha/fpu/s_llrintf.c: New file.
2578         * sysdeps/alpha/fpu/s_lrint.c: New file.
2579         * sysdeps/alpha/fpu/s_lrintf.c: New file.
2580         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
2581         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
2583         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
2584         (__fdimf, fdimf, __fdim, fdim): Remove.
2585         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
2586         (__isnanf, __isnan, __isnanl): New.
2588 2007-03-13  Richard Henderson  <rth@redhat.com>
2590         * sysdeps/ieee754/ldbl-128/Makefile: New file.
2592 2007-03-13  Richard Henderson  <rth@redhat.com>
2594         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
2595         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
2596         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2597         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
2598         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
2599         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
2601 2007-03-13  Richard Henderson  <rth@redhat.com>
2603         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
2604         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
2605         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
2606         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
2607         Move to dl-auxv.h; initialize instead of extern weak.
2608         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
2609         weak symbol.
2610         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
2611         Extern instead of initialized.
2613 2007-03-13  Richard Henderson  <rth@redhat.com>
2615         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
2616         __sigsuspend_nocancel.
2618 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
2620         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
2621         172.16/12 address range.
2623 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
2625         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
2626         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
2627         message.
2629 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
2631         [BZ #4069]
2632         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
2633         earlier.
2634         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
2636         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
2637         for x qNaN and y either +-inf or non-integer value.
2638         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
2639         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2640         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
2642 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
2644         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
2645         from sysdep_headers.
2647 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
2649         * time/tzfile.c (find_transition): Instead of a linear search try to
2650         guess the transition index, use a linear search if the result is at
2651         most 10 transitions away from the guess or binary search otherwise.
2653 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
2655         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
2656         memory reallocation.
2658 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
2660         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
2661         and fix some typos.
2662         Optimize use of TOLOWER.
2664         [BZ #3325]
2665         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
2666         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2667         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2669         [BZ #3458]
2670         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
2671         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
2673         [BZ #4076]
2674         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
2675         (open_dir_stream): Likewise.
2676         * io/Makefile (tests): Add bug-ftw5.
2677         * io/bug-ftw5.c: New file.
2679         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
2680         * nscd/servicescache.c (cache_addserv): Likewise.
2682         * nscd/grpcache.c (cache_addgr): In case a record changed on
2683         refresh, adjust key_copy.
2685         [BZ #4074]
2686         * nscd/pwdcache.c (cache_addpw): In case a record changed on
2687         refresh, adjust key_copy.
2689         [BZ #4070]
2690         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
2691         special cases.
2692         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
2694 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
2696         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
2697         optimization.
2699         * stdio-common/vfscanf.c: Small cleanups throughout.
2701 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2703         [BZ #3325]
2704         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
2705         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2706         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2707         Patch by Jared Casper <jaredcasper@gmail.com>.
2709         * sysdeps/unix/closedir.c: Outside libc don't use locking.
2710         * sysdeps/unix/opendir.c: Likewise.
2711         * sysdeps/unix/readdir.c: Likewise.
2713         [BZ #2211]
2714         * stdio-common/vfscanf.c: Handle localized digits etc for floating
2715         point numbers.
2716         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
2718         * stdio-common/vfscanf.c: Fix problems in width accounting.
2719         * stdio-common/tst-sscanf.c (double_tests): New tests.
2720         (main): Hook them up.
2722         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
2723         More simplifications of floating-point reader.
2725         * stdio-common/Makefile (tests): Add tst-swscanf.
2726         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
2727         testing.
2728         * stdio-common/tst-swscanf.c: New file.
2730 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2732         [BZ #2633]
2733         * libio/stdio.h: Define struct _IO_FILE in global namespace.
2734         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
2735         Remove using for __jmp_buf_tag.
2736         * locale/locale.h (struct lconv): Also define in std namespace.
2737         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
2739         [BZ #3842]
2740         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
2741         using __libc_enable_secure.
2743         [BZ #3818]
2744         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
2746         [BZ #3745]
2747         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
2748         of names for ellipsises.
2750         [BZ #3348]
2751         * malloc/memusage.sh: Cleanups.
2752         * debug/xtrace.sh: Quoting and trap changes.
2754 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2756         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
2758         * locale/iso-3166.def: Update entry for Serbia.
2759         * locale/iso-4217.def: Define RSD, remove CSD.
2761         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
2762         and 64-bit operations.
2764         [BZ #4040]
2765         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
2766         16-bit operations.
2768         * nscd/nscd.c (parse_opt): One more conversion to use send instead
2769         of writev.
2771 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
2773         [BZ #3991]
2774         * assert/assert.h (assert): Simplify.
2775         (assert_perror): Likewise.
2776         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
2778         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
2779         reqdata.
2781         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
2782         change: don't pass NULL in place of an integer.
2784 2007-02-02  Bruno Haible  <bruno@clisp.org>
2786         [BZ #3954]
2787         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
2788         Add mapping for U+327E.
2789         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
2790         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2791         mapping of 0xD9 0xE8.
2792         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
2793         mapping of U+327E.
2794         Reported by Jungshik Shin <jungshik@google.com>.
2796         [BZ #3955]
2797         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2798         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
2799         Reported by Jungshik Shin <jungshik@google.com>.
2801 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
2803         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
2804         byte variants.
2806         [BZ #4040]
2807         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
2808         byte variants.  Patch mostly be tom@tommay.net.
2810 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
2812         [BZ #3996]
2813         * posix/glob.c (attribute_hidden): Define if not defined.
2814         (glob): Unescape dirname, filename or username when needed and not
2815         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
2816         is NULL.  Handle unescaped [ in pattern without closing ].
2817         Don't pass GLOB_CHECK down to recursive glob for directories.
2818         (__glob_pattern_type): New function.
2819         (__glob_pattern_p): Implement using __glob_pattern_type.
2820         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
2821         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
2822         Remove unreachable code.
2823         * posix/globtest.sh: Add a couple of new tests.
2825 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
2827         * po/ru.po: Update from translation team.
2829 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
2831         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
2832         to the list of i486+ CPUs.
2833         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2835 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
2837         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
2838         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
2839         references.
2841 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
2843         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
2845         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
2846         * resolv/res_mkquery.c: Define __res_nopt.
2847         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
2848         try adding EDNS0 record.
2849         * resolv/res_send.c (send_dg): If request failed with FORMERR and
2850         EDNS0 record was send make sure we don't try it again.
2851         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
2852         * include/resolv.h: Declare __res_nopt.
2854 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
2856         [BZ #3944]
2857         * time/strptime_l.c (__strptime_internal): Set have_mon for
2858         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
2859         have been computed from tm_yday and tm_year.  Don't crash
2860         in day_of_the_week or day_of_the_year if not have_mon
2861         and tm_mon contains bogus value.
2862         * time/Makefile (tests): Add tst-strptime3.
2863         * time/tst-strptime3.c: New test.
2865 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2867         [BZ #3957]
2868         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2869         bit for RE_HAT_LISTS_NOT_NEWLINE.
2870         (build_charclass_op): Remove bogus comment.
2871         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
2872         * posix/bug-regex27.c: New test.
2873         * posix/bug-regex28.c: New test.
2875 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
2877         * po/sv.po: Update from translation team.
2879 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
2881         * nscd/nscd_helper.c (open_socket): Minor size optimization.
2883 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2885         * include/locale.h (__uselocale): Add libc_hidden_proto.
2886         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
2888         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
2889         gettimeofday.
2891 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
2893         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
2894         returning.
2895         (PTR_DEMANGLE): Real definition now that it's not the same as
2896         PRT_MANGLE anymore.
2897         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2899         * string/strerror_l.c: New file.
2900         * string/Makefile (routines): Add strerror_l.
2901         * string/string.h: Declare strerror_l.
2902         * string/Versions: Export strerror_l for GLIBC_2.6.
2904 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
2906         * nscd/nscd_helper.c (open_socket): Now takes request type and key
2907         as parameter.  Construct request record.  Try sending request
2908         before the first poll use, it usually succeeds.  Adjust all
2909         callers.
2910         * nscd/nscd-client.h: Define MAXKEYLEN.
2911         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
2913 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
2915         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
2916         from return value.
2917         * nscd/nscd_helper.c: Include string.h.
2918         (__nscd_cache_search): Remove const qualifier from return value.
2919         On strict alignment architectures check hash entry and data head
2920         alignment.
2921         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
2922         mmapped data during GC cycle contains garbage.  If
2923         __nscd_drop_map_ref fails, decrement mapped->counter when returning
2924         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
2925         dropped to 0.
2926         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2927         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2928         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
2929         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2930         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2932 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
2934         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
2936 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
2938         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
2939         names not numbers in cfi_*.
2941 2007-01-26  Andreas Jaeger  <aj@suse.de>
2943         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
2944         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
2945         Correct values of PER_HPUX and PER_OSF4.
2947 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
2949         * elf/dl-minimal.c: Undefine _itoa first.
2950         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
2951         * malloc/mtrace.c: Revert last change.
2952         * posix/wordexp.c: Likewise.
2954 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
2956         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
2957         and __geode__ to the list of i486+ CPUs.
2958         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2960 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
2962         * stdio-common/_itoa.c: Include <limits.h>.
2963         * stdio-common/_itowa.c: Likewise.
2965 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
2967         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
2968         platforms.
2969         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
2970         64-bit platforms.
2971         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
2972         possible.
2973         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
2974         if possible.
2976         [BZ #3902]
2977         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
2978         * stdio-common/Makefile (tests): Add bug17.
2979         * stdio-common/bug17.c: New file.
2981 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
2983         * iconvdata/brf.c: New file.
2984         * iconvdata/testdata/BRF: New file.
2985         * iconvdata/testdata/BRF..UTF8: New file.
2986         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2987         * iconvdata/Makefile: Add rules to build BRF.
2988         * iconvdata/TESTS: Add BRF entry.
2989         * iconvdata/gconv-modules: Likewise.
2990         * iconvdata/tst-tables.sh: Likewise.
2992 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
2994         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
2995         type `long long int', not `long int'.
2996         (wcstoq): Likewise.
2998 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
3000         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
3001         of values on 64-bit platforms which are too large.
3003 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
3004             Joe Kerian  <jkerian@us.us.ibm.com>
3006         [BZ #2749]
3007         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
3008         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
3009         (__copysignl): Use signbit() for comparison.
3010         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
3011         SET_LDOUBLE_WORDS64.
3013         [BZ #2423, #2749]
3014         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
3015         (__ceill): Remove calls to fegetround(), fesetround().
3016         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
3017         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
3018         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
3020 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
3022         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
3024         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
3026 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
3028         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
3029         demangle pointer.
3030         * csu/libc-start.c: Likewise.
3032 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
3034         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
3035         really work anyway.
3037 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3039         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
3040         users.
3041         (handle_request): Remove unnecessary tests.
3043         * nscd/cache.c (cache_add): Record the failure to add to the cache.
3045 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
3047         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
3048         workbits in semi-raw fraction.
3050         * math/test-misc.c: Add new tests.
3052 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3054         * math/basic-test.c: Include test-skeleton.c.
3055         (TEST_TRUNC): Define.
3056         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
3057         (main): Rename to ...
3058         (do_test): ...this.  Run new tests.
3059         (TEST_FUNCTION): Define.
3061 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
3062             Joe Kerian  <jkerian@us.us.ibm.com>
3064         [BZ #2749]
3065         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
3066         handling for high words.
3067         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
3068         and overflow for infinity.
3070 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3072         * nscd/connections.c (handle_request): Add a __builtin_expect.
3074         * nscd/connections.c (serv2db): Change type into structure which
3075         also says whether this is a request for data.  Renamed to
3076         servinfo.  All users changed.
3077         (handle_request): Much simpler test whether we should search the cache.
3079         * nscd/connections.c (handle_request): Fix thinko in selinux test
3080         invocation.
3082         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
3083         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
3084         it before getting dl_load_lock and then relock.
3085         (_dl_lookup_symbol_x): Pass flags to add_dependency.
3086         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
3087         case we unlocked the scope.
3088         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
3089         _dl_lookup_symbol_x in case we locked the scope.
3090         (_dl_profile_fixup): Likewise.
3091         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
3092         set DL_LOOKUP_SCOPE_LOCK.
3094 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
3096         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
3097         CFLAGS-getsrvbynpt_r.c.
3098         * nscd/getsrvbynm_r.c: New file.
3099         * nscd/getsrvbypt_r.c: New file.
3100         * nscd/nscd_getserv_r.c: New file.
3101         * nscd/servicescache.c: New file.
3102         * nscd/Makefile (routines): Add nscd_getserv_r.
3103         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
3104         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
3105         CFLAGS-getsrvbypt_r.c.
3106         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
3107         table.  Add entries for services database.
3108         * nscd/connections.c (serv2str): Mark as const.  Add entries for
3109         services database.
3110         (dbs): Add .reset_res and servdb initialization.
3111         (serv2db): Add entries for services database.
3112         (verify_persistent_db): Accept dbnr == servdb.
3113         (invalidate_cache): Rewrite database name recognition to use a table.
3114         Call res_init() if .reset_res is set for database.
3115         (handle_request): Add code to handle services database.
3116         * nscd/gai.c: Don't define __getservbyname_r.
3117         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
3118         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
3119         (serv_response_header): Define.
3120         (struct datahead): Add serv_response_header member.
3121         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
3122         using table.
3123         * nscd/nscd.conf: Add entries for services database.
3124         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
3125         Declare serv_iov_disabled.
3126         Declare addservbyname, readdservbyname, addservbyport, and
3127         readdservbyport.
3128         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
3129         (find_db): Fix error message.
3130         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
3131         __nscd_getservbyname_r, and __nscd_getservbyport_r.
3132         * nscd/selinux.c (perms): Add entries for services database.
3133         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
3134         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
3136         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
3137         * nscd/hstcache.c: Likewise.
3138         * nscd/pwdcache.c: Likewise.
3140         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
3141         computation of keylen.
3143         * include/string.h: Only redefine strndupa if this is really for
3144         libc code.
3146 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
3148         * nscd/nscd_gethst_r.c: Minor cleanups.
3150         * nscd/connections.c (handle_request): Check selinux permissions
3151         for all non-admin commands.
3153         * sysdeps/i386/i486/bits/atomic.h: Define
3154         atomic_compare_and_exchange_val_acq,
3155         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
3156         using __sync_* built-ins for gcc >= 4.1.
3157         * sysdeps/x86_64/bits/atomic.h: Likewise.
3159         [BZ #3840]
3160         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
3161         and .oS.d files.
3163 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
3165         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
3166         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
3167         (do_test): Check errno and exit(0) if ENOSYS.
3169 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3171         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
3172         thousands separators.
3173         * stdlib/Makefile: Add rules to build and run tst-strtod4.
3174         * stdlib/tst-strtod4.c: New test.
3176         [BZ #3855]
3177         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
3178         hexadecimal digit should accept just the initial 0.
3179         * stdlib/tst-strtod2.c (tests): New variable.
3180         (do_test): Run several tests rather than just one.
3182 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3184         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
3185         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
3187 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
3189         * io/fts.c: Make sure fts_cur is always valid after return from
3190         fts_read.
3191         Patch by Miloslav Trmac <mitr@redhat.com>.
3193 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
3195         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
3196         (R_MIPS_NUM): Bump by 1.
3198 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
3200         * posix/execvp.c: Include alloca.h.
3201         (allocate_scripts_argv): Renamed to...
3202         (scripts_argv): ... this.  Don't allocate buffer here nor count
3203         arguments.
3204         (execvp): Use alloca if possible.
3205         * posix/Makefile: Add rules to build and run tst-vfork3 test.
3206         * posix/tst-vfork3.c: New test.
3208 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
3210         * string/Makefile (tst-strxfrm2-ENV): Define.
3211         * stdlib/Makefile (tst-strtod3-ENV): Define.
3213 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
3215         * posix/getconf.c: Update copyright year.
3216         * nss/getent.c: Likewise.
3217         * iconv/iconvconfig.c: Likewise.
3218         * iconv/iconv_prog.c: Likewise.
3219         * elf/ldconfig.c: Likewise.
3220         * catgets/gencat.c: Likewise.
3221         * csu/version.c: Likewise.
3222         * elf/ldd.bash.in: Likewise.
3223         * elf/sprof.c (print_version): Likewise.
3224         * locale/programs/locale.c: Likewise.
3225         * locale/programs/localedef.c: Likewise.
3226         * nscd/nscd.c (print_version): Likewise.
3227         * debug/xtrace.sh: Likewise.
3228         * malloc/memusage.sh: Likewise.
3229         * malloc/mtrace.pl: Likewise.
3230         * debug/catchsegv.sh: Likewise.
3232 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
3234         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
3235         attempts.
3237 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
3239         * posix/wordexp.c: Remove some unnecessary tests.
3241 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
3243         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
3244         blacklist the group till after we look it up.
3246 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
3248         * include/atomic.h (atomic_forced_read): New macro.
3250 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3252         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
3254 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
3256         * nss/getXXbyYY_r.c: Include atomic.h.
3257         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
3258         add atomic_write_barrier () in between.
3260         * stdlib/Makefile (tests): Add tst-makecontext.
3261         * stdlib/tst-makecontext.c: New test.
3263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
3264         (__makecontext): Don't realign uc_mcontext.uc_regs.
3266 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
3268         * elf/dl-support.c: Include dl-procinfo.h.
3269         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
3270         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
3271         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
3272         Define.
3273         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
3274         hardcoded constants.
3275         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
3276         PPC_PLATFORM_* macros for array designators.
3278 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
3280         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
3281         names to the beginning.
3282         (_dl_powerpc_platforms): Add "power6x".
3283         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3284         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
3285         (_DL_PLATFORMS_COUNT): Increase.
3286         (_dl_string_platform): Handle power6x case.
3287         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
3288         PPC_FEATURE_POWER6_EXT): Define.
3289         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
3291 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
3293         [BZ #3747]
3294         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
3295         [-2^31 .. 2^31) range.
3296         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
3297         targets.
3298         * stdlib/tst-rand48-2.c: New test.
3299         * stdlib/Makefile (tests): Add tst-rand48-2.
3301 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
3303         * misc/tst-pselect.c (do_test): Fix sigblock argument.
3305 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
3307         * misc/tst-pselect.c (do_test): Make sure the helper process is
3308         terminating when the test is aborted.
3310 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
3312         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
3313         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3314         Handle relatime mount option.
3316         [BZ #2337]
3317         * libio/Makefile (tests): Add tst-setvbuf1.
3318         * libio/tst-setvbuf1.c: New file.
3320 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
3322         [BZ #2337]
3323         * libio/genops.c (__uflow): Fix a typo.
3324         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
3325         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
3326         the narrow buffer size.
3328 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
3330         [BZ #2337]
3331         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
3332         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
3333         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
3334         in _flags.
3335         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
3336         _IO_wstr_finish): Likewise.
3337         * libio/wmemstream.c (open_wmemstream): Likewise.
3338         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
3339         even for wide streams.
3341 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
3343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
3344         kernel-features.h.
3346 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
3348         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
3349         separators also if no non-zero digits found.
3350         * stdlib/Makefile (tests): Add tst-strtod3.
3352 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
3354         [BZ #3632]
3355         * include/features.h: Fix comment about default value for
3356         _POSIX_C_SOURCE.
3358         [BZ #3664]
3359         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
3360         empty parsed strings.
3361         * stdlib/Makefile (tests): Add tst-strtod2.
3362         * stdlib/tst-strtod2.c: New file.
3364         [BZ #3673]
3365         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
3366         computation.
3367         * stdlib/Makefile (tests): Add tst-atof2.
3368         * stdlib/tst-atof2.c: New file.
3370         [BZ #3674]
3371         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
3372         correctly if removing trailing zero of hex-float.
3373         * stdlib/Makefile (tests): Add tst-atof1.
3374         * stdlib/tst-atof1.c: New file.
3376 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
3378         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
3379         Start searching for next comma at p rather than rest.
3380         * misc/Makefile (tests): Add tst-mntent2.
3381         * misc/tst-mntent2.c: New test.
3383         * misc/getusershell.c (initshells): Check for integer overflows.
3384         Make strings buffer one bigger as fgets always succeeds when second
3385         argument is 1.  Don't use calloc for shells array.  Disallow
3386         / as shell.
3388 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
3390         * malloc/memusage.c: Handle realloc with new size of zero and
3391         non-NULL pointer correctly.
3392         (me): Really write first record twice.
3393         (struct entry): Make format bi-arch safe.
3394         (dest): Write out more realloc statistics.
3395         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
3397 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3399         * nis/nis_subr.c (nis_getnames): Revert last change.
3401 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
3403         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
3404         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
3405         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
3406         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
3407         ENOTTY.
3408         * io/Makefile: Add rules to build and run tst-ttyname_r test.
3409         * io/tst-ttyname_r.c: New test.
3411 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3413         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
3415 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
3417         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
3418         jump table entries.
3420 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3422         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
3423         `clone' function to ensure proper unwinding stop of gdb.
3424         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3426 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
3428         * nscd/nscd.init: Remove obsolete and commented-out -S option
3429         handling.
3431 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
3433         [BZ #3514]
3434         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
3436         [BZ #3515]
3437         * manual/string.texi (strtok): Remove duplicate paragraph.
3439 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3441         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
3442         libgcc not supporting `rflags' unwinding (register # >= 17).
3444 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
3446         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
3447         succeeded.
3449 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
3450             Jakub Jelinek  <jakub@redhat.com>
3451             Jan Kratochvil  <jan.kratochvil@redhat.com>
3453         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
3454         unwind information.
3455         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
3456         'restore_rt' even in the 'signal' directory.
3457         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
3459 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
3461         [BZ #3559]
3462         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
3463         malloc crashed.  Don't allocate memory unnecessarily in each
3464         loop.
3466 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
3468         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
3470 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
3472         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
3474 2006-11-18  Bruno Haible  <bruno@clisp.org>
3476         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
3477         __sysconf only after having tried to call getgroups32.
3479 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
3481         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
3482         addresses for IPv4 queries if they can be mapped.
3484 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
3486         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
3487         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
3488         (signmask): Add .size directive.
3489         (othermask): Add .type directive.
3491 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
3493         * po/nl.po: Update from translation team.
3495         * timezone/zdump.c: Redo fix for BZ #3137.
3497 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
3499         * nss/nss_files/files-alias.c (get_next_alias): Set line back
3500         to first_unused after parsing :include: file.
3502 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3504         * timezone/africa: Update from tzdata2006o.
3505         * timezone/antarctica: Likewise.
3506         * timezone/asia: Likewise.
3507         * timezone/australasia: Likewise.
3508         * timezone/backward: Likewise.
3509         * timezone/europe: Likewise.
3510         * timezone/iso3166.tab: Likewise.
3511         * timezone/northamerica: Likewise.
3512         * timezone/southamerica: Likewise.
3513         * timezone/zone.tab: Likewise.
3515         * time/tzfile.c (__tzfile_read): Extend to handle new file format
3516         on machines with 64-bit time_t.
3518         * timezone/checktab.awk: Update from tzcode2006o.
3519         * timezone/ialloc.c: Likewise.
3520         * timezone/private.h: Likewise.
3521         * timezone/scheck.c: Likewise.
3522         * timezone/tzfile.h: Likewise.
3523         * timezone/tzselect.ksh: Likewise.
3524         * timezone/zdump.c: Likewise.
3525         * timezone/zic.c: Likewise.
3527         [BZ #3483]
3528         * elf/ldconfig.c (main): Call setlocale and textdomain.
3529         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3531         [BZ #3480]
3532         * manual/argp.texi: Fix typos.
3533         * manual/charset.texi: Likewise.
3534         * manual/errno.texi: Likewise.
3535         * manual/filesys.texi: Likewise.
3536         * manual/lang.texi: Likewise.
3537         * manual/maint.texi: Likewise.
3538         * manual/memory.texi: Likewise.
3539         * manual/message.texi: Likewise.
3540         * manual/resource.texi: Likewise.
3541         * manual/search.texi: Likewise.
3542         * manual/signal.texi: Likewise.
3543         * manual/startup.texi: Likewise.
3544         * manual/stdio.texi: Likewise.
3545         * manual/sysinfo.texi: Likewise.
3546         * manual/syslog.texi: Likewise.
3547         * manual/time.texi: Likewise.
3548         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3550         [BZ #3465]
3551         * sunrpc/clnt_raw.c: Minimal message improvements.
3552         * sunrpc/pm_getmaps.c: Likewise.
3553         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3554         * nis/nis_print_group_entry.c: Likewise.
3555         * locale/programs/repertoire.c: Likewise.
3556         * locale/programs/charmap.c: Likewise.
3557         * malloc/memusage.sh: Likewise.
3558         * elf/dl-deps.c: Likewise.
3559         * locale/programs/ld-collate.c: Likewise.
3560         * libio/vswprintf.c: Likewise.
3561         * malloc/memusagestat.c: Likewise.
3562         * sunrpc/auth_unix.c: Likewise.
3563         * sunrpc/rpc_main.c: Likewise.
3564         * nscd/cache.c: Likewise.
3565         * locale/programs/repertoire.c: Unify output messages.
3566         * locale/programs/charmap.c: Likewise.
3567         * locale/programs/ld-ctype.c: Likewise.
3568         * locale/programs/ld-monetary.c: Likewise.
3569         * locale/programs/ld-numeric.c: Likewise.
3570         * locale/programs/ld-time.c: Likewise.
3571         * elf/ldconfig.c: Likewise.
3572         * nscd/selinux.c: Likewise.
3573         * elf/cache.c: Likewise.
3574         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3576         [BZ #3451]
3577         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
3578         change atomic.
3579         (ceil): Likewise.
3581 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3583         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
3584         if N is one bigger than return value.
3585         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
3586         and l1 last arguments, if buf is defined, verify the return value
3587         equals to strlen (buf) and verify no byte beyond passed length
3588         is modified.
3590 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3592         * po/sv.po: Update from translation team.
3594 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3596         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
3597         noinline attribute.
3599 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3601         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
3602         noinline attribute.
3604         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
3605         Use __new_sys_siglist instead of _sys_siglist_internal as
3606         second macro argument.
3607         (_old_sys_siglist): Use declare_symbol_alias macro instead of
3608         strong_alias.
3610 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3612         [BZ #3493]
3613         * posix/unistd.h (sysconf): Remove const attribute.
3615         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
3616         temporary or deprecated addresses.
3617         Patch by Sridhar Samudrala <sri@us.ibm.com>.
3619         * string/Makefile (tests): Add tst-strxfrm2.
3620         * string/tst-strxfrm2.c: New file.
3622 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
3624         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
3625         rather than r->r_brk.
3627 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
3629         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
3630         optimization even if needed > n.
3632         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
3633         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
3634         return false, otherwise return true.
3635         (cache_rpath): Return decompose_rpath return value.
3637 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
3639         * include/libc-symbols.h (declare_symbol): Rename to...
3640         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
3641         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
3642         .size directive.
3643         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
3644         changes.
3645         * sysdeps/gnu/siglist.c: Likewise.
3647 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
3649         * sysdeps/powerpc/fpu/bits/mathinline.h
3650         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
3651         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
3653 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
3655         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
3656         Update handling of cache descriptor 0x49 for new models.
3657         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
3658         Likewise.
3660 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
3662         * malloc/memusage.c (dest): Reset not_me back to false after
3663         printing statistics.
3665 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3667         * configure.in: Work around ld --help change and avoid -z relro
3668         test completely if the architecture doesn't care about security.
3670 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
3672         * po/sv.po: Update from translation team.
3674 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
3676         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
3677         generate compatibility version.
3679 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
3681         * configure.in: Relax -z relro requirement a bit.
3683         * po/sv.po: Update from translation team.
3685 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
3687         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
3688         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
3689         * elf/dl-close.c (_dl_close_worker): Likewise.
3690         * elf/dl-open.c (_dl_open_worker): Likewise.
3691         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
3693 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
3695         * configure.in: Require assembler support for visibility, compiler
3696         support for visibility and aliases, linker support for various -z
3697         options.
3698         * Makeconfig: Remove conditional code which now is unnecessary.
3699         * config.h.in: Likewise.
3700         * config.make.in: Likewise.
3701         * dlfcn/Makefile: Likewise.
3702         * elf/Makefile: Likewise.
3703         * elf/dl-load.c: Likewise.
3704         * elf/rtld.c: Likewise.
3705         * include/libc-symbols.h: Likewise.
3706         * include/stdio.h: Likewise.
3707         * io/Makefile: Likewise.
3708         * io/fstat.c: Likewise.
3709         * io/fstat64.c: Likewise.
3710         * io/fstatat.c: Likewise.
3711         * io/fstatat64.c: Likewise.
3712         * io/lstat.c: Likewise.
3713         * io/lstat64.c: Likewise.
3714         * io/mknod.c: Likewise.
3715         * io/mknodat.c: Likewise.
3716         * io/stat.c: Likewise.
3717         * io/stat64.c: Likewise.
3718         * libio/stdio.c: Likewise.
3719         * nscd/Makefile: Likewise.
3720         * stdlib/Makefile: Likewise.
3721         * stdlib/atexit.c: Likewise.
3722         * sysdeps/generic/ldsodefs.h: Likewise.
3723         * sysdeps/i386/dl-machine.h: Likewise.
3724         * sysdeps/i386/sysdep.h: Likewise.
3725         * sysdeps/i386/i686/memcmp.S: Likewise.
3726         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
3727         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3728         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3730         * Makerules: USE_TLS support is now default.
3731         * tls.make.c: Likewise.
3732         * csu/Versions: Likewise.
3733         * csu/libc-start.c: Likewise.
3734         * csu/libc-tls.c: Likewise.
3735         * csu/version.c: Likewise.
3736         * dlfcn/dlinfo.c: Likewise.
3737         * elf/dl-addr.c: Likewise.
3738         * elf/dl-cache.c: Likewise.
3739         * elf/dl-close.c: Likewise.
3740         * elf/dl-iteratephdr.c: Likewise.
3741         * elf/dl-load.c: Likewise.
3742         * elf/dl-lookup.c: Likewise.
3743         * elf/dl-object.c: Likewise.
3744         * elf/dl-open.c: Likewise.
3745         * elf/dl-reloc.c: Likewise.
3746         * elf/dl-support.c: Likewise.
3747         * elf/dl-sym.c: Likewise.
3748         * elf/dl-sysdep.c: Likewise.
3749         * elf/dl-tls.c: Likewise.
3750         * elf/ldconfig.c: Likewise.
3751         * elf/rtld.c: Likewise.
3752         * elf/tst-tls-dlinfo.c: Likewise.
3753         * elf/tst-tls1.c: Likewise.
3754         * elf/tst-tls10.h: Likewise.
3755         * elf/tst-tls14.c: Likewise.
3756         * elf/tst-tls2.c: Likewise.
3757         * elf/tst-tls3.c: Likewise.
3758         * elf/tst-tls4.c: Likewise.
3759         * elf/tst-tls5.c: Likewise.
3760         * elf/tst-tls6.c: Likewise.
3761         * elf/tst-tls7.c: Likewise.
3762         * elf/tst-tls8.c: Likewise.
3763         * elf/tst-tls9.c: Likewise.
3764         * elf/tst-tlsmod1.c: Likewise.
3765         * elf/tst-tlsmod13.c: Likewise.
3766         * elf/tst-tlsmod13a.c: Likewise.
3767         * elf/tst-tlsmod14a.c: Likewise.
3768         * elf/tst-tlsmod2.c: Likewise.
3769         * elf/tst-tlsmod3.c: Likewise.
3770         * elf/tst-tlsmod4.c: Likewise.
3771         * elf/tst-tlsmod5.c: Likewise.
3772         * elf/tst-tlsmod6.c: Likewise.
3773         * include/errno.h: Likewise.
3774         * include/link.h: Likewise.
3775         * include/tls.h: Likewise.
3776         * locale/global-locale.c: Likewise.
3777         * locale/localeinfo.h: Likewise.
3778         * malloc/arena.c: Likewise.
3779         * malloc/hooks.c: Likewise.
3780         * malloc/malloc.c: Likewise.
3781         * resolv/Versions: Likewise.
3782         * sysdeps/alpha/dl-machine.h: Likewise.
3783         * sysdeps/alpha/libc-tls.c: Likewise.
3784         * sysdeps/generic/ldsodefs.h: Likewise.
3785         * sysdeps/generic/tls.h: Likewise.
3786         * sysdeps/i386/dl-machine.h: Likewise.
3787         * sysdeps/ia64/dl-machine.h: Likewise.
3788         * sysdeps/ia64/libc-tls.c: Likewise.
3789         * sysdeps/mach/hurd/fork.c: Likewise.
3790         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3791         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
3792         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3793         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3794         * sysdeps/s390/libc-tls.c: Likewise.
3795         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3796         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3797         * sysdeps/sh/dl-machine.h: Likewise.
3798         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3799         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3800         * sysdeps/x86_64/dl-machine.h: Likewise.
3802         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
3803         split out locking and parameter checking.
3804         (_dl_close): Call _dl_close_worker after locking and checking.
3805         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
3806         _dl_close.
3807         * elf/Makefile: Add rules to build and run tst-thrlock.
3808         * elf/tst-thrlock.c:  New file.
3810         [BZ #3426]
3811         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
3812         reality.
3814         [BZ #3429]
3815         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
3816         we are sure we do not need it anymore for _dl_close.  Also move
3817         the asserts inside the lock region.
3818         Patch mostly by Suzuki <suzuki@in.ibm.com>.
3820 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
3822         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
3823         argument.
3824         (_dl_lookup_symbol_x): Adjust caller.
3826         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
3827         _ns_global_scope.
3828         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
3830         * elf/dl-libc.c: Revert l_scope name changes.
3831         * elf/dl-load.c: Likewise.
3832         * elf/dl-object.c: Likewise.
3833         * elf/rtld.c: Likewise.
3834         * elf/dl-close.c (_dl_close): Likewise.
3835         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
3836         always use __rtld_mrlock_{change,done}.  Always free old scope list
3837         here if not l_scope_mem.
3838         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
3839         change.  Never free scope list here.  Just __rtld_mrlock_lock before
3840         the lookup and __rtld_mrlock_unlock it after the lookup.
3841         * elf/dl-sym.c: Likewise.
3842         * include/link.h (struct r_scoperec): Remove.
3843         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
3844         with l_scope_mem and l_scoperec_lock with l_scope_lock.
3846 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
3848         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
3850 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3852         * configure.in: Disable building profile libraries by default.
3854 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3856         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
3857         as signed longs, check for x_base + pos overflow.
3858         * sunrpc/Makefile (tests): Add tst-xdrmem2.
3859         * sunrpc/tst-xdrmem2.c: New test.
3861 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3863         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
3864         _dl_lookup_symbol_x code.
3866 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3868         * elf/dl-runtime.c: Include sysdep-cancel.h.
3869         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
3870         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
3871         instead of catomic_* macros.
3872         * elf/dl-sym.c: Include sysdep-cancel.h.
3873         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
3874         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3875         * elf/dl-close.c: Include sysdep-cancel.h.
3876         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
3877         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3878         * elf/dl-open.c: Include sysdep-cancel.h.
3879         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
3880         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3882 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3884         [BZ #3313]
3885         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
3886         fastbin rather than end of fastbin array.
3888 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3890         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
3891         body macro.
3892         * sysdeps/x86_64/bits/atomic.h
3893         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
3894         (catomic_decrement): Use correct body macro.
3896 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3898         * include/atomic.h: Add a unique prefix to all local variables
3899         in macros.
3900         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
3902 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
3904         [BZ #3369]
3905         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
3906         and 7.
3908 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
3910         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
3912 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
3914         [BZ #3313]
3915         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
3916         determine highest fast bin to consolidate, always look into all of
3917         them.
3918         (do_check_malloc_state): Only require for empty bins for large
3919         sizes in main arena.
3921         * libio/stdio.h: Add more __wur attributes.
3923         * elf/dl-minimal.c (realloc): Optimize last patch.
3925 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
3927         [BZ #3352]
3928         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
3929         and use memcpy() if it does.
3931 2006-11-12  Andreas Jaeger  <aj@suse.de>
3933         [BZ #2510]
3934         * manual/search.texi (Hash Search Function): Clarify.
3935         (Array Search Function): Clarify.
3937 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
3939         [BZ #2830]
3940         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
3941         shifting.
3942         * math/atest-exp2.c (read_mpn_hex): Likewise.
3943         * math/atest-sincos.c (main): Likewise.
3945 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3947         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
3948         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
3949         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
3950         version GLIBC_2.6.
3951         * Versions.def: Add GLIBC_2.6 for libc.
3953         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
3955         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
3957 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
3959         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
3961         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
3963         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
3964         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
3966 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3968         * include/atomic.c: Define catomic_* operations.
3969         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
3970         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
3971         * malloc/memusage.c: Likewise.
3972         * gmon/mcount.c: Likewise.
3973         * elf/dl-close.c: Likewise.
3974         * elf/dl-open.c: Likewise.
3975         * elf/dl-profile.c: Likewise.
3976         * elf/dl-sym.c: Likewise.
3977         * elf/dl-runtime.c: Likewise.
3978         * elf/dl-fptr.c: Likewise.
3979         * resolv/res_libc.c: Likewise.
3981 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
3983         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
3984         components which lack them.
3986         * nis/nis_subr.c (nis_getnames): Make sure that we always return
3987         at least one entry consisting of the parameter concatenated with
3988         the domain.
3990 2006-10-10  Roland McGrath  <roland@frob.com>
3992         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
3993         * sysdeps/mach/hurd/futimes.c: Likewise.
3994         * sysdeps/mach/hurd/lutimes.c: Likewise.
3996 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
3997             Jakub Jelinek  <jakub@redhat.com>
3999         Implement reference counting of scope records.
4000         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
4001         from the list in objects which remain.  Always allocate new scope
4002         record.
4003         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
4004         don't resize, allocate a new one.
4005         * elf/dl-runtime.c: Update reference counters before using a scope
4006         array.
4007         * elf/dl-sym.c: Likewise.
4008         * elf/dl-libc.c: Adjust for l_scope name change.
4009         * elf/dl-load.c: Likewise.
4010         * elf/dl-object.c: Likewise.
4011         * elf/rtld.c: Likewise.
4012         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
4013         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
4014         Add l_scoperec_lock.
4015         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
4016         * sysdeps/generic/rtld-lowlevel.h: New file.
4018         * include/atomic.h: Rename atomic_and to atomic_and_val and
4019         atomic_or to atomic_or_val.  Define new macros atomic_and and
4020         atomic_or which do not return values.
4021         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
4022         Various cleanups.
4023         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4025         * po/sv.po: Update from translation team.
4027 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
4029         * Versions.def: Add GLIBC_2.6 to libpthread.
4031         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
4032         (versioned_symbol): Likewise.
4033         (compat_symbol): Likewise.
4035         * po/tr.po: Update from translation team.
4037 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4039         * nis/Banner: Removed.  It's been integral part forever and the
4040         author info is incomplete anyway.
4041         * libio/Banner: Likewise.
4043         * nis/nis_table.c (nis_list): If __follow_path fails in the new
4044         code, make sure the nis_freeresult call doesn't crash and that the
4045         result is reported correctly.
4047 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
4049         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
4050         when callback is NULL.
4052         * nis/Versions (libnss_nisplus): Add
4053         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
4054         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
4055         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
4056         _nss_create_tablename): Rename to...
4057         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
4058         ... these.  No longer static.
4059         (internal_setgrent): Adjust users.
4060         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
4061         Don't use locking around _nss_grp_create_tablename call.
4062         * nis/nss_nisplus/nisplus-initgroups.c: New file.
4064 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4066         * version.h (VERSION): Bump to 2.5.90 for new development tree.
4068 2006-10-06  Andreas Jaeger  <aj@suse.de>
4070         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
4072 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4074         * po/pl.po: Update from translation team.
4076         * nscd/nscd.c (main): Fix typo in message.
4077         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
4079 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4081         [BZ #3291]
4082         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
4083         errno.h, signal.h, unistd.h and sysdep-cancel.h.
4084         (__sigprocmask): Define.
4086 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
4088         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
4089         used.
4091 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4093         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
4094         in oldtotal and newtotal calculation.
4095         * nscd/nscd-client.h (struct mapped_database): Add datasize
4096         field.
4097         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
4098         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
4099         increased.
4100         (__nscd_cache_search): Add checks to make sure we never reference
4101         data beyond the current mapping.
4103 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4105         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
4106         variables const to avoid compiler warnings.
4108         * io/fts.c (fts_close): Remove redundant checks.
4109         (fts_build): Likewise.
4110         (fts_palloc): Likewise.
4112         * manual/message.texi (Advanced gettext functions,
4113         Using gettextized software): Fix typos.
4115 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4117         * posix/glob.c (glob_in_dir): Add some comments and asserts to
4118         explain why there are no leaks.
4120 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
4122         * libio/wmemstream.c: Include <wchar.h>.
4123         * libio/bug-wmemstream1.c: Likewise.
4124         * libio/tst-wmemstream1.c: Likewise.
4125         * libio/tst-wmemstream2.c: Likewise.
4127         * version.h (RELEASE): Bump to 2.5.
4128         * README: Regenerated.
4130         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
4132         [BZ #3273]
4133         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
4134         found no group members.
4135         Patch by Petr Baudis.
4137 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
4139         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
4140         assert bootstrap_map.l_tls_modid is zero.
4141         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
4142         if USE___THREAD.
4144 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
4146         * libio/stdio.h: Move open_wmemstream prototype to ...
4147         * wcsmbs/wchar.h: ... here.
4149 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4151         [BZ #3252]
4152         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
4153         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
4154         __{,l}chown to handle the rest.
4155         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
4156         fchownat syscall and __ASSUME_32BITUIDS case inline, call
4157         __{,l}chown to handle the rest.
4158         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
4159         i386/fchownat.c.
4160         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
4161         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
4163         [BZ #3253]
4164         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4165         time, rather allocate increasingly bigger arrays of pointers, if
4166         possible with alloca, if too large with malloc.
4168 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
4170         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
4172         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
4174 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
4176         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
4177         home addresses.
4178         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
4179         IFA_F_HOMEADDRESS flag for interfaces.
4180         * include/ifaddrs.h (struct in6addrinfo): Define
4181         in6ai_homeaddress.
4183 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
4185         [BZ #3225]
4186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
4187         PTR_DEMANGLE3): Define.
4188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
4189         PTR_DEMANGLE3): Likewise.
4190         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
4191         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4192         Likewise.
4193         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
4195 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
4197         * po/libc.pot: Regenerated.
4198         * po/be.po: Updated.
4199         * po/ca.po: Likewise.
4200         * po/cs.po: Likewise.
4201         * po/da.po: Likewise.
4202         * po/de.po: Likewise.
4203         * po/el.po: Likewise.
4204         * po/en_GB.po: Likewise.
4205         * po/es.po: Likewise.
4206         * po/fi.po: Likewise.
4207         * po/fr.po: Likewise.
4208         * po/gl.po: Likewise.
4209         * po/hr.po: Likewise.
4210         * po/hu.po: Likewise.
4211         * po/ja.po: Likewise.
4212         * po/ko.po: Likewise.
4213         * po/nb.po: Likewise.
4214         * po/nl.po: Likewise.
4215         * po/pl.po: Likewise.
4216         * po/pt_BR.po: Likewise.
4217         * po/ru.po: Likewise.
4218         * po/rw.po: Likewise.
4219         * po/sk.po: Likewise.
4220         * po/sv.po: Likewise.
4221         * po/tr.po: Likewise.
4222         * po/zh_CN.po: Likewise.
4223         * po/zh_TW.po: Likewise.
4225         [BZ #3137]
4226         * iconv/iconv_prog.c (main): Fix spelling in error message.
4227         * iconv/iconvconfig.c (main): Likewise.
4228         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
4229         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
4230         * locale/programs/localedef.c (main): Likewise.
4231         * locale/programs/repertoire.c (repertoire_read): Likewise.
4232         * timezone/zdump.c (main): Likewise.
4233         * nscd/connections.c (handle_request): Fix spelling in log message.
4234         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
4236 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
4238         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
4239         interfaces.
4241 2006-09-20  Andreas Jaeger  <aj@suse.de>
4243         * math/libm-test.inc (lrint_test_upward): Fix typo.
4245 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
4247         [BZ #2592]
4248         * math/libm-test.inc (lrint_test_tonearest): New function.
4249         (lrint_test_towardzero): New function.
4250         (lrint_test_downward): New function.
4251         (lrint_test_upward): New function.
4252         (main): Run these new tests.
4253         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
4254         of values near to 0.
4255         (two52): Use double not long double.
4256         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
4257         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
4258         (two23): Use float not double.
4259         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
4260         (two23): Use float not double.
4261         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
4262         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
4263         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
4264         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
4266 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4268         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
4269         Cast sp to unsigned long to avoid compiler warning.
4270         Use __makecontext_ret function instead of a trampoline on the stack.
4271         (__makecontext_ret): New function.
4272         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
4274 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
4276         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
4277         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
4278         bits.
4280 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
4282         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
4283         sure no reference to the unloaded map's search list remains in the
4284         dependency's scope.
4286 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4288         * elf/Makefile: Add rules to build and run unload7 test.
4289         * elf/unload7.c: New test.
4290         * elf/unload7mod1.c: New file.
4291         * elf/unload7mod2.c: New file.
4293 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
4295         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
4296         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
4297         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4298         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
4299         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4300         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
4301         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4302         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
4303         PTRACE_GETEVENTMSG): Likewise.
4304         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
4305         values.
4307 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
4309         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
4310         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4311         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
4312         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
4314 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4316         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
4317         write '\0' to the fd.
4318         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
4319         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
4320         Change regs to unsigned long pointer from unsigned int, fix fscr
4321         offset.
4323 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4325         * io/Makefile (CFLAGS-fstatat.c): Set.
4326         (CFLAGS-fstatat64.c): Likewise.
4327         (CFLAGS-mknodat.c): Likewise.
4329         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
4330         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
4331         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
4332         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
4334 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4335             Steven Munroe  <sjmunroe@us.ibm.com>
4337         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
4338         names to the beginning.  Rename "cell" to "cellbe".
4339         (_dl_powerpc_platforms): New.
4340         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
4341         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
4342         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
4343         (_DL_HWCAP_PLATFORM): Define to new mask.
4344         (_dl_platform_string, _dl_string_platform): New functions.
4345         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
4346         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
4348 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
4350         [BZ #2526]
4351         * README.libm: Fix a thinko in sqrt algorithm description.
4353         [BZ #3143]
4354         * manual/string.texi (argz_delete): Fix prototype.
4355         Patch by <alpt@freaknet.org>.
4357 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
4359         [BZ #3138]
4360         * io/test-lfs.c (do_prepare): Give name_len type size_t.
4361         * io/tst-fcntl.c (do_prepare): Likewise.
4362         * posix/tst-exec.c (do_prepare): Likewise.
4363         * posix/tst-preadwrite.c (do_prepare): Likewise.
4364         * posix/tst-spawn.c (do_prepare): Likewise.
4365         * posix/tst-truncate.c (do_prepare): Likewise.
4366         * rt/tst-aio.c (do_prepare): Likewise.
4367         * rt/tst-aio64.c (do_prepare): Likewise.
4368         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
4369         size_t.
4371 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
4373         [BZ #2821]
4374         * time/mktime.c (guess_time_tm): Fix overflow detection.
4375         * time/Makefile (tests): Add bug-mktime1.
4376         * time/bug-mktime1.c: New file.
4378         [BZ #3189, #3188]
4379         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
4380         (mremap): Likewise.
4382 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
4384         [BZ #1006]
4385         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
4386         Ensure relocation doesn't clobber any bits outside of the
4387         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
4388         R_SPARC_HI22 and R_SPARC_H44.
4390         [BZ #2775]
4391         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
4392         (long) (MINSIZE + nb - old_size) is positive.
4394         * malloc/arena.c (grow_heap): When growing bail even if new_size
4395         is negative.
4397         [BZ #3155]
4398         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
4399         stack below r1.
4401 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4403         * posix/regex_internal.c (re_string_reconstruct): Handle
4404         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4405         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4406         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4407         re_string_context_at.
4408         * posix/Makefile: Add rules to build and run bug-regex26 test.
4409         * posix/bug-regex26.c: New test.
4411         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
4412         rather than col_sym_free.  Move seqp declaration earlier.
4414         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
4416 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
4418         * nscd/initgrcache.c (addinitgroupsX): Move any_success
4419         decl before first goto out.
4421 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4423         * Makerules (shlib.lds): If have-hash-style, put .hash section
4424         at the end of the RO segment.
4426 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
4428         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
4429         style hash table format is used.
4431 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4433         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
4434         randomization rather than before.
4435         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
4437 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
4439         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
4441         * malloc/malloc.c (_int_malloc): Use full list insert and not
4442         shortcut which assumes the list is empty for large requests
4443         too.
4445         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
4447 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
4449         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
4450         and offout arguments to the prototype.
4451         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
4452         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
4453         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
4454         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
4455         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
4456         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
4457         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
4458         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
4460 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
4462         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
4464         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
4465         dlopen parameters.
4467 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
4469         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
4470         only if herrno is NETDB_INTERNAL.  Handle errors other than
4471         ERANGE outside of the loops, handle TRY_AGAIN.
4473         * locale/programs/ld-ctype.c (translit_flatten): Issue error
4474         if other's ctype category was missing.
4475         * locale/programs/ld-collate.c (collate_read): Return if
4476         copy_locale's collate category is missing.
4478 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
4480         [BZ #2684]
4481         * malloc/malloc.c (public_rEALLOc): Try harder by using other
4482         arenas if allocation failed.
4483         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
4485 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
4487         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
4488         waste bins[0..1].
4489         (malloc_state): Reduce bins size by 2.
4490         (_int_malloc): Fix test for large enough buffer for early termination.
4491         When no unsorted block matches perfectly and an exiting block has
4492         to be split, use full list insert and not shortcut which assumes
4493         the list is empty.
4495         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
4496         failure.
4498 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4500         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
4501         do anything.
4503         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
4504         symbol require exact match (these are PLTs).
4505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
4506         (_dl_ppc64_addr_sym_match): Likewise.
4508         [BZ #2683]
4509         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
4510         If symbol has a value use it.
4511         * elf/tst-dladdr1.c: New file.
4512         * elf/Makefile: Add rules to build and run tst-addr1.
4514 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
4516         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
4517         keeps failing and heap growth or new heap creation isn't
4518         successful either.
4519         * malloc/tst-malloc.c (main): Add new tests.
4521 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4523         [BZ #2734]
4524         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
4525         as in the x86-64 code to use bswap.
4527 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
4529         [BZ #2680]
4530         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
4531         __USE_UNIX98.
4532         * posix/bits/unistd.h: Likewise.
4534 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
4536         [BZ #2751]
4537         * string/strchr.c: Add cast to avoid warning.
4539 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4541         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
4542         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
4543         limit is needed to avoid the exploding of the address space
4544         requirement for secondary heaps.
4545         * malloc/arena.c (HEAP_MAX_SIZE): Define using
4546         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
4548 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
4550         [BZ #3018]
4551         * Makerules (depfiles): Handle extra-test-objs the same as
4552         extra-objs.
4553         (common-mostlyclean): Likewise.
4554         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
4555         instead.
4556         * elf/Makefile (extra-objs): Likewise.
4557         * stdlib/Makefile (extra-objs): Likewise.
4559 2006-08-14  Eric Blake  <ebb9@byu.net>
4561         [BZ #3044]
4562         * misc/error.h: Assume C89 or better.
4563         * misc/error.c: Likewise.
4565 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4567         [BZ #3040]
4568         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
4569         __ASSUME_ATFCTS is defined.
4571 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
4573         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
4574         to sort in each call.
4576         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
4577         is empty simply return and use next service.
4578         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
4580         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
4581         tells us when not finding a charmap file is an error.
4582         * locale/programs/charmap.h: Adjust charmap_read prototype.
4583         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
4584         cannot find a charmap.
4585         * locale/programs/localedef.c (main): Adjust charmap_read call.
4587 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
4589         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
4590         sysdeps/posix/pause.c implementation instead.
4592 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
4594         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
4595         to EPERM.
4597 2006-08-13  Andreas Schwab  <schwab@suse.de>
4599         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
4600         Don't clobber caller's LRSAVE.
4601         (_dl_prof_resolve): Likewise.
4603 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
4605         [BZ #1996]
4606         * libio/memstream.c (open_memstream): Allocate initial buffer with
4607         calloc.
4608         * libio/wmemstream.c (open_wmemstream): Likewise.
4609         * libio/strops.c: Pretty printing.
4610         (_IO_str_overflow): Clear uninitialized part of the new buffer.
4611         (enlarge_userbuf): New function.
4612         (_IO_str_seekoff): Call it if seek position is larger than current
4613         buffer.
4614         * libio/wstrops.c: Likewise.
4615         * libio/vasprintf.c: Add comment as to why we do not have to use
4616         calloc instead of malloc to allocate initial buffer.
4617         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
4618         * libio/bug-memstream1.c: New file.
4619         * libio/bug-wmemstream1.c: New file.
4621 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4623         * libio/wstrops.c: Remove dead macro definitions and comments.
4624         * libio/strops.c: Likewise.
4626         [BZ #2764]
4627         * login/utmpname.c (__utmpname): Remove unnecessary test.
4629 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
4631         [BZ #2832]
4632         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
4633         0s from integers.
4635 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4637         [BZ #2987]
4638         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
4639         for CPU clocks.
4640         * sysdeps/unix/clock_settime.c: Add support for platform-specific
4641         setting of CPU clocks.
4643 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4645         [BZ #2841]
4646         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
4647         since C99 requires the result to promote to 'int' when uint_least8_t
4648         and uint_least16_t promote to 'int'.
4650 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4652         [BZ #3013]
4653         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
4654         lenght of one output field, correct bitmask creation.
4655         * locale/programs/ld-time.c: Add alignment.
4657         [BZ #2997]
4658         * misc/error.c: Add space between program name and message if file
4659         name is missing.
4661 2006-08-03  Eric Blake  <ebb9@byu.net>
4663         [BZ #2998]
4664         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
4666 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
4668         * malloc/memusagestat.c: Silence warnings.
4670         * malloc/malloc.c: Dynamically size mmap treshold if the program
4671         frees mmaped blocks.
4672         Patch by Valerie Henson and Arjan van de Ven.
4674 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
4676         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
4677         __USE_GNU.
4679         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
4680         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
4681         (DEF): Don't put the var into .gnu.linkonce.r.* section.
4682         Only provide var definitions in strtol_l (or for *ull*
4683         in strtoll_l).
4685         * stdio-common/bug16.c (tests): New array.
4686         (do_tests): Allow the first hexadecimal digit
4687         to be 1, 2, 4 or 8.  Do 3 additional tests.
4689         * sysdeps/s390/fpu/libm-test-ulps: Update.
4691         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
4692         fchownat syscall if available.
4693         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
4694         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
4695         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
4697 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4699         * nis/nis_xdr.c: Avoid some function calls.
4701 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
4702             Ulrich Drepper  <drepper@redhat.com>
4704         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
4705         short cut if only one name component is stripped away.
4707 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4709         * nis/nis_call.c: Minor cleanups throughout.
4710         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
4711         (first_shoot): Add search_parent_first parameter.  Only if it is set
4712         search parent server first.
4713         If directory for table found through cold start cache is not the same
4714         as referenced in the cache, don't use it.
4715         (__nisfind_server): Take additional parameter.  Pass it on to
4716         first_shoot.
4717         (__prepare_niscall): Adjust __nisfind_server call.
4718         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
4719         * nis/nis_table.c: Adjust __nisfind_server call.
4720         * nis/nis_lookup.c: Likewise.
4721         (nis_lookup): Don't loop endlessly if name is reduced to ".".
4723 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
4725         [BZ #2182]
4726         * math/s_cacosh.c: Return values from positive branch.
4727         * math/s_cacoshf.c: Likewise.
4728         * math/s_cacoshl.c: Likewise.
4730         [BZ #2883]
4731         * sysvipc/sys/msg.h: Change return value to ssize_t.
4732         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4733         * sysvipc/msgrcv.c: Likewise.
4734         * include/sys/msg.h: Likewise.
4736         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
4737         test introduced in patch for bz #661.
4738         (getgrouplist): Simplify code a bit.  Don't allocate one additional
4739         element for NEWGROUPS.
4741         [BZ #2908]
4742         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
4743         'f', use '1' as leading digit not '\1'.
4744         * stdio-common/Makefile (tests): Add bug16.
4745         * stdio-common/bug16.c: New file.
4747         [BZ #2914]
4748         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
4749         and don't try to open it.  The patch introducing the macro
4750         contained a bug and used the same file name as the new file
4751         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
4752         this out completely.
4754         [BZ #2926]
4755         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
4756         Patch by Jerry James <Jerry.James@usu.edu>.
4758         * rt/Makefile (tests): Add tst-clock2.
4759         * rt/tst-clock2.c: New file.
4761         [BZ #2978]
4762         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
4763         function and its parameters and pass it to new thread.
4764         (__gai_notify): Add support for alternative waiting for completion.
4765         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
4766         waiting for completion.
4767         * resolv/getaddrinfo_a.c: Likewise.
4768         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
4769         waiting for completion is used.
4770         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
4771         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
4772         * resolv/gai_error.c: Likewise.
4773         * resolv/gai_sigqueue.c: Likewise.
4775 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
4777         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
4778         errno to EBADF and return MACH_PORT_NULL.
4780 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
4782         [BZ #2980]
4783         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
4785 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
4787         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
4788         walk them instead of the symbol table.
4790 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
4792         [BZ #2098]
4793         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
4794         status of NSS calls, not the number of returned entries.
4796         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
4797         request_key, keyctl.
4799 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4801         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
4803 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
4805         * elf/tst-auditmod1.c: Fix typo in #error.
4807 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4809         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
4811         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
4813 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
4815         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
4816         that the directory is empty even on non-POSIX filesystems.
4818 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4820         * elf/dl-open.c (dl_open_worker): Add branch prediction.
4822         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
4823         the backend NSS module.  If backend setgrent call failed, don't have
4824         internal_setgrent fail.  Just remember this until it is needed.
4825         * nis/nss_compat/compat-pwd.c: Likewise.
4826         * nis/nss_compat/compat-spwd.c: Likewise.
4828 2006-07-30  Roland McGrath  <roland@redhat.com>
4830         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
4831         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
4832         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
4833         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
4835         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
4836         (nanosleep_not_cancel): New macro.
4837         (sigsuspend_not_cancel): new macro.
4838         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
4839         (do_sigsuspend): Define as inline.
4840         (__sigsuspend): Always use do_sigsuspend.
4841         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
4842         * include/signal.h: Declare __sigsuspend_nocancel.
4843         * sysdeps/posix/pause.c
4844         [! NO_CANCELLATION] (__pause_nocancel): New function.
4846         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
4847         * include/time.h (__nanosleep_nocancel): Likewise.
4849 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
4851         * locale/programs/localedef.c (add_to_readlist): Rename local
4852         variables to avoid confusion.
4854         * locale/programs/charmap.c (charmap_read): Emit error message if
4855         charmap couldn't be found or read.
4857 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
4859         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4860         __ASSUME_FUTEX_LOCK_PI.
4861         * include/time.h: Declare __nanosleep_nocancel.
4862         * include/unistd.h: Declare __pause_nocancel.
4864         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
4865         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
4866         get the __stack_chk_fail_local definition when it's needed.
4868 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
4870         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
4871         * dlfcn/bug-atexit3.c: New file.
4872         * dlfcn/bug-atexit3-lib.cc: New file.
4874         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
4875         used when the namespace is not the base namespace.
4877 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
4879         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
4880         (__new_exitfn): Bump it in every successful call.
4881         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
4882         more exit handlers, call them right away.
4883         * stdlib/exit.h: Declare __new_exitfn_called.
4885 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
4887         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
4888         calling registered handler.
4890         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
4891         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4892         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4893         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4894         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4895         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4896         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4897         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4899 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
4901         * elf/dl-lookup.c (dl_new_hash): New functions.
4902         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
4903         value here.  Compute new-style hash value.  Pass new hash value
4904         and reference to variable with the old value to do_lookup_x.
4905         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
4906         old-style hash table.
4907         (_dl_debug_bindings): Pass new hash value and reference to variable
4908         with the old value to do_lookup_x.
4909         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
4910         new-style hash value and change old-style hash value parameter to
4911         be a reference.  Reoganize functions to determine whether
4912         new-style hash table is available.  Only fall back on old-style
4913         table.  If old-style hash value is needed, compute it here.
4914         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
4915         entry.
4916         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
4917         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
4918         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
4919         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
4920         * Makeconfig: If linker supports --hash-style option add it to all
4921         linker command lines to build DSOs.
4922         * config.make.in: Define have-hash-style.
4923         * configure.in: Test whether linker supports --hash-style option.
4925         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
4926         * sysdeps/generic/ldsodefs.h: Adjust prototype.
4928 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
4930         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
4931         auditing.
4933         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
4934         RPATH of main map twice.
4936 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
4938         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
4939         look further, return original strings.
4940         (_nl_find_msg): Do not return found translation if the conversion
4941         failed.  Either signal the string is unusable or that something went
4942         wrong and the original should be used.
4944 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
4946         * string/_strerror.c (__strerror_r): Add __builtin_expect.
4948 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
4950         [BZ #2766]
4951         * misc/insremque.c (insque): Handle prev == NULL.
4952         * misc/Makefile (tests): Add tst-insremque.
4953         * misc/tst-insremque.c: New test.
4955 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
4957         [BZ #2792]
4958         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
4959         conflict with DL_DST_REQUIRED.
4961 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
4963         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
4964         match what Solaris does.
4966 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
4968         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
4969         local_setegid instead of seteuid and setegid.
4970         * sysdeps/generic/local-setxid.h: New file.
4971         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
4973         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
4975         * string/Makefile (tests): Add bug-envz1.
4976         * string/bug-envz1.c: New file.
4978 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4980         * posix/regex_internal.c (re_string_skip_chars): If no character has
4981         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
4982         to the byte which couldn't be converted.
4983         (re_string_reconstruct): Don't clear valid_raw_len before calling
4984         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4985         tip_context using re_string_context_at.
4986         * posix/Makefile: Add rules to build and run bug-regex25 test.
4987         * posix/bug-regex25.c: New test.
4989 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
4991         [BZ #2703]
4992         * string/envz.c (envz_strip): Correct erroneously reversed src
4993         and dest parameters to memmove() invocation.
4995 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
4997         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
4998         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
4999         to make sure the database has been already invalidated.
5000         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
5001         after the cache has been invalidated.  Use pthread_mutex_lock rather
5002         than pthread_mutex_trylock if fd != -1.
5003         * nscd/connections.c (invalidate_cache): Add fd argument, write
5004         response to fd if not calling prune_cache, pass fd to prune_cache.
5005         (handle_request): Adjust invalidate_cache caller.
5006         (nscd_run): Pass -1 as fd to prune_cache.
5008 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
5010         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
5011         the correct place.
5013 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
5015         * nscd/nscd.h (struct database_dyn): Add prunelock field.
5016         * nscd/cache.c (prune_cache): Take prunelock before starting the
5017         work.  Just return in case it is already taken.
5018         * nscd/connections.c (dbs): Initialize .prunelock.
5020 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
5022         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
5023         copying.  No need to allocate new array for group members.  Just
5024         move the pointers and update the size.
5026         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
5027         Avoid memory leak in case realloc fails.  Simplification for
5028         better code generation.
5030         Avoid deprecation warning because of libc_hidden_proto for
5031         inet6_option_alloc.
5032         * inet/inet6_option.c (option_alloc): Renamed from
5033         inet6_option_alloc.  Made static.
5034         (inet6_option_alloc): Now a simple wrapper around option_alloc.
5035         (inet6_option_append): Call option_alloc.
5036         * include/netinet/in.h: Remove libc_hidden_proto for
5037         inet6_option_alloc.
5039         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
5040         for cleanup when cb!=NULL [Coverity CID 233].
5042 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
5044         [BZ #2693]
5045         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
5046         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
5047         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
5048         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
5049         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
5050         and inet6_rth_getaddr.
5051         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
5052         array.
5053         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
5054         Mark inet6_option_* interfaces as deprecated.
5055         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
5056         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
5057         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
5058         inet6_rth_segments, and inet6_rth_getaddr.
5059         * inet/inet6_opt.c: New file.
5060         * inet/inet6_rth.c: New file.
5062         * inet/netinet/icmp6.h: Pretty printing.
5064         [BZ #2683]
5065         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
5067 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
5069         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
5070         doing it all here.  When server does not know the answer do not
5071         fail immediate, try parent first.
5073         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
5074         overflow test.
5076 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
5078         * nis/nis_call.c (__prepare_niscall): New function.  Split out
5079         from __do_niscall.
5080         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
5081         and exported.
5082         (__follow_path): New function.  Split out from nis_list.
5083         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
5084         _xdr_nis_result.
5085         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
5086         _xdr_nis_result.
5087         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
5088         and __follow_path.
5089         * nis/Versions: Export __prepare_niscall, __create_ib_request,
5090         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
5091         from libnsl for version GLIBC_PRIVATE.
5092         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
5093         Remove entry parameter from _nss_nisplus_parse_pwent and
5094         _nss_nisplus_parse_grent.
5095         * nis/nss_nisplus/nisplus-parser.c: Likewise.
5096         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
5097         again.  Rewrite getpwent handling to not use nis_first_entry and
5098         nis_next_entry.  Roll out own niscall handling.
5099         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5101         * sunrpc/xdr_rec.c: Fix typo in comment.
5103 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
5105         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
5106         handling.
5108         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
5109         to allocate memory for my_pollfd.  Better initialization of
5110         cb_is_running.  Use TEMP_FAILURE_RETRY.
5112         * malloc/memusage.sh (memusageso): Add quotes.
5113         (memusagestat): Likewise.
5114         * debug/xtrace.sh (pcprofileso): Likewise.
5115         (pcprofiledump): Likewise.
5116         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
5117         replacement.
5118         * malloc/Makefile ($(objpfx)memusage): Likewise.
5120         * nis/nis_callback.c (__nis_create_callback): Calls to
5121         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
5122         asprintf call fails.
5124         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
5125         no uninitialized memory is passed to sendto.
5127 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5129         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
5130         of snprintf+strdup.  Handle OOM.
5131         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
5132         cb->serv together.  Remove now obsolete free calls.
5133         (__nis_destroy_callback): Remove now obsolete free call.
5135 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
5137         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
5138         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
5139         and ULA respectively). Set precedence for IPv4 address to 10 as
5140         defined in RFC3484 for preferring IPv6.
5141         * posix/gai.conf: Update to match the new default tables.
5143 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
5145         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
5146         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
5147         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
5148         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
5150         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
5151         Removed.
5152         (init_nss_interface): Remove initialization of these variables.
5154 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5156         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
5157         nis_free_directory forward to avoid duplication.
5159 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
5161         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
5162         rec_dirsearch returning NULL.
5163         (first_shoot): Handle __nis_finddirectory returning NULL.
5164         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
5166         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
5167         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
5169 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
5171         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
5172         pid changed.
5174 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
5176         * include/rpc/pmap_prot.h: Mark all functions as hidden.
5178         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
5179         * nscd/nscd_getgr_r.c: Likewise.
5181         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
5183         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
5184         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
5186         * stdlib/longlong.h (__clz_tab): Mark as hidden.
5188         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
5190         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
5192         * include/rpc/auth.h: Mark xdr_des_block_internal and
5193         xdr_opaque_auth_internal as hidden.
5195         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
5196         hidden.
5198         * include/rpc/xdr.h: Mark all _internal functions as hidden.
5200         * misc/getusershell.c (okshells): Don't use static initializers,
5201         do it dynamically.
5203         * stdlib/fmtmsg.c (keywords): Change type of len element to
5204         uint32_t to not waste space on 64bit machines.
5206         * locale/setlocale.c: Change _nl_category_names into a string.
5207         Add new _nl_category_name_idxs.  Change all users.
5208         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
5209         Declare _nl_category_name_idxs.
5210         * locale/findlocale.c: Adjust for _nl_category_names change.
5211         * locale/loadlocale.c: Likewise.
5212         * locale/newlocale.c: Likewise.
5213         * intl/dcigettext.c: Likewise.
5215         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
5216         (add_alias2): ...here.  New function.
5217         (__gconv_read_conf): Simplify builtin alias handling.
5218         (builtin_aliases): Convert to string to avoid relocations.
5219         * iconv/gconv_builtin.h: Add comment about correct formatting.
5221 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
5223         * resolv/res_debug.c (loc_ntoa): Make error const.
5225 2006-05-14  Andreas Schwab  <schwab@suse.de>
5227         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
5229 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
5231         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
5232         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
5233         sizeof (cpu_set_t).
5235 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
5237         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
5239         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
5241         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
5242         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
5244         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
5245         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
5247         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
5248         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
5249         xdr_cback_data.
5251         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
5252         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5253         xdr_ypupdate_args.
5255         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
5256         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
5258         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
5259         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
5261         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
5262         * include/rpcsvc/nis_callback.h: New file.
5264         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
5265         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
5267         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5268         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5270         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
5271         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
5273         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5274         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5276         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
5277         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5278         xdr_ypdelete_args.
5280         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
5281         __BEGIN_DECLS and __END_DECLS, the header is not installed.
5283         * nis/nis_error.c: Remove table of strings.  Use position
5284         independent mechanism.
5285         * nis/nis_error.h: New file.
5287 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
5289         * locale/programs/ld-time.c (time_finish): If wide era name or
5290         format aren't provided, set both wname and wformat to L"".
5292 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5294         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
5295         results if the call was succesful.
5297         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
5299         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
5300         as hidden.
5302 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
5304         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
5306 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5308         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
5309         caller makes sure this is not the case.
5310         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
5312 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
5314         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
5315         calls.
5317         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
5318         [Coverity CID 229, 230]
5320         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
5321         DGETTEXT calls.
5322         (hol_help): Likewise.  [Coverity CID 226, 227]
5324         * string/argz-replace.c (__argz_replace): Unconditionally call
5325         free on SRC.  [Coverity CID 225]
5327         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
5328         the return value of __nis_default_owner and __nis_default_group,
5329         it has been especially allocated.  [Coverity CID 224]
5331         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
5332         searchgroup and searchowner.  Significantly simplified.
5333         (__nis_default_owner): Remove duplication.  Do not locally copy the
5334         string before duplicating it.
5335         (__nis_default_group): Likewise.
5337         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
5338         we must clear the variable before calling __nisfind_server.
5340         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
5341         nis_getnames.  [Coverity CID 223]
5343         * locale/programs/locfile.c (locfile_read): Use alloca instead of
5344         xmalloc to allocate local repertoire name.  [Coverity CID 222]
5346         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
5347         allocate memory for the input to add_bytes.  [Coverity CID 221]
5349         * posix/wordexp.c (w_addword): Free word if realloc fails and it
5350         was allocated here.  [Coverity CID 219, 220]
5352         * posix/getconf.c (print_all): Free confstr data after printing.
5353         [Coverity CID 218]
5355         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
5356         list allocation fails.  [Coverity CID 215]
5358         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
5359         [Coverity CID 213]
5361         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
5362         string is NULL.  [Coverity CID 212]
5363         * argp/Makefile: Add rules to build and run bug-argp1.
5364         * argp/bug-argp1.c: New file.
5366         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
5367         end of string.
5368         * stdlib/canonicalize.c (__realpath): Likewise.
5370         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
5371         pointer.  [Coverity CID 206]
5373         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
5374         in statically linked code.
5375         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
5376         statically built code, be prepared to have no link map.
5377         [Coverity CID 205]
5379         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
5380         dgettext calls. [Coverity CID 204]
5382         * argp/argp-help.c (struct uparams): Remove valid member.  Change
5383         the one user.
5384         (uparam_names): Reduce size.  Avoid relative relocations.
5385         Moved to read-only segment.
5386         (fill_in_uparams): Update for new layout.
5388         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
5389         assumed to always be != NULL. [Coverity CID 202]
5391         * argp/argp-help.c (hol_entry_help): Remove some dead code
5392         [Coverity CID 200].
5394         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
5395         away a few more unconditional yperr2nss calls.
5396         (_nss_nis_getservbyname_r): Likewise.
5398 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
5400         * sysdeps/generic/ldsodefs.h: Remove support for non-core
5401         architectures.
5403         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
5404         that unused memory passed to sendto is nevertheless initialized.
5406         [BZ #2499]
5407         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
5408         possibly unaligned memory accesses.
5410         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
5411         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
5412         and __putlong respectively.  Correct buffer overflow check for
5413         NS_NOTIFY_OP.
5415         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
5417         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
5418         (send_dg): Rewrite error handling to be more compact and avoid
5419         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
5421         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
5423         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
5424         instead of ns_get16.
5425         (res_queriesmatch): Likewise.  Minor optimization.
5427         [BZ #2499]
5428         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
5429         __libc_res_nsend might reallocate the buffer for the answer.  In
5430         this case we have to reload the HP pointer.
5432 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5434         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
5435         some branch prediction hints.
5437         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
5438         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5439         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5440         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5441         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5442         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5443         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5444         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5446 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5448         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
5449         by a GOT relocation to make Scrt1.o position independent.
5450         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5452         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
5453         six system call parameters.
5454         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5456 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5458         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
5459         malloc&bzero.
5461         * sunrpc/svc_udp.c (BZERO): Remove definition.
5462         (CALLOC): Define.
5463         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
5465         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
5466         (des_SPtrans): Use uint32_t type.
5467         (des_skb): Likewise.
5469         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
5471 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
5473         [BZ #2509]
5474         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
5475         on 32-bit arches.
5477 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5479         * locale/programs/ld-address.c (address_finish): Fix one more
5480         place where the iso639 array might be accessed beyond the limits.
5482 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
5484         * nis/nis_table.c (nis_list): Avoid clearing res twice before
5485         filling it for the first time.
5487         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
5488         Adjust all callers.
5489         Free res object content before returning.
5491         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
5493         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
5494         client->cl_auth.
5496         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
5497         cleanup for initial thread, just the free call on TVP.
5499         * nscd/gai.c (__getline): Define.
5502 See ChangeLog.16 for earlier changes.