* inet/tst-network.c: Increment ERRORS for failing tests.
[glibc.git] / ChangeLog
blobe26e8b14d7d5a04703e8ac15a6f417ca8c9794b8
1 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
3         * inet/tst-network.c: Increment ERRORS for failing tests.
5 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
7         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
9         implement as __extern_always_inline function.
10         (vsyslog): Define as __extern_always_inline function unconditionally.
11         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
12         When __va_arg_pack is defined, implement as __extern_always_inline
13         functions.
14         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
15         __extern_always_inline functions unconditionally.
16         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
17         bits/stdio2.h will be included.
18         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
19         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
20         implement as __extern_always_inline functions.
21         (vswprintf, vwprintf, vfwprintf): Define as
22         __extern_always_inline functions unconditionally.
23         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
25 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
27         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
28         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
29         attribute.
30         * include/features.h (__USE_EXTERN_INLINES): Define only when
31         __extern_inline is defined.
32         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
33         is defined instead of when not __cplusplus.
34         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
35         is defined instead of when not __cplusplus.
36         * socket/sys/socket.h: Include bits/socket2.h when
37         __extern_always_inline is defined instead of when not __cplusplus.
38         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
39         is defined instead of when not __cplusplus.
40         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
41         is defined instead of when not __cplusplus.
42         * string/string.h: Include bits/string3.h when __extern_always_inline
43         is defined instead of when not __cplusplus.
44         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
45         is defined instead of when not __cplusplus.
46         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
47         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
48         is not defined.
49         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
50         defined __extern_always_inline instead of !defined __cplusplus.
51         * libio/bits/stdio-ldbl.h: Likewise.
52         * wcsmbs/bits/wchar-ldbl.h: Likewise.
53         * misc/bits/syslog.h (syslog): Don't define for C++.
54         (vsyslog): Use __extern_always_inline function for C++ instead of
55         a macro.
56         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
57         whenever that macro is defined.
58         (vprintf): Don't provide the inline for C++.
59         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
60         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
61         define the macros for C++.
62         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
63         __extern_always_inline functions for C++.
64         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
65         stat64, lstat64, fstat64, fstatat64): Don't define if not
66         __USE_EXTERN_INLINES.
67         * wcsmbs/bits/wchar2.h: Fix #error message.
68         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
69         (vswprintf, vwprintf, vfwprintf): Define using
70         __extern_always_inline functions for C++.
71         * string/bits/string3.h: Don't #undef macros if __cplusplus.
72         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
73         strncpy, strcat, strncat): Define as __extern_always_inline
74         functions instead of macros for C++.
75         * math/bits/cmathcalls.h: Guard __extern_inline routines with
76         defined __extern_inline.
77         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
78         to __extern_inline whenever that macro is defined.
79         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
80         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
81         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
82         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
83         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
84         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
85         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
86         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
87         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
88         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
89         prototypes.  Only provide __extern_inline routines if
90         __USE_EXTERN_INLINES.
91         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
92         tests.
93         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
94         For now avoid some *printf tests in C++.  Skip all testing
95         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
96         is not.
97         * debug/tst-chk4.cc: New file.
98         * debug/tst-chk5.cc: New file.
99         * debug/tst-chk6.cc: New file.
100         * debug/tst-lfschk4.cc: New file.
101         * debug/tst-lfschk5.cc: New file.
102         * debug/tst-lfschk6.cc: New file.
103         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
104         prototypes in C++.
105         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
106         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
107         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
109 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
111         * po/cs.po: Update from translation team.
113 2007-09-11  Roland McGrath  <roland@redhat.com>
115         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
116         compiling.
118 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
120         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
122 2007-09-05  Roland McGrath  <roland@redhat.com>
124         * manual/signal.texi (Signaling Another Process): Typo fix.
125         From Karl Berry <karl@freefriends.org>.
127 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
129         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
130         zero if not defined.
131         (make_request): Recognize optimistic addresses and treat them like
132         deprecated addresses.
133         Reported by Neil Horman <nhorman@redhat.com>.
135 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
137         * nscd/connections.c (send_ro_fd): Also transfer file size.
138         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
139         file size don't call fstat.
141         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
142         ahead and map the file.  This should always be correct and we can
143         catch problems later.
145 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
147         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
148         prototypes.
149         (__fread_alias, __fread_unlocked_alias): New aliases.
150         (fread): New extern inline.
151         (fread_unlocked): Likewise.  Undef macro before definition of
152         the inline function.
153         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
154         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
155         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
156         and __fread_unlocked_chk@@GLIBC_2.7.
157         * debug/fread_chk.c: New file.
158         * debug/fread_u_chk.c: New file.
159         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
161 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
163         * sysdeps/unix/sysv/linux/syscalls.list
164         (personality): Change caller to EXTRA.
166 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
168         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
169         to keep gcc quiet.
170         * iconvdata/iso-2022-cn.c (BODY): Likewise.
172         * locale/programs/ld-collate.c (collate_output): Avoid warning if
173         NDEBUG is defined.
175         * Makerules: Use -p option with mkdir.
177         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
178         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
179         (_xdr_directory_obj): Likewise.
180         (xdr_entry_obj): Likewise.
181         (xdr_group_obj): Likewise.
182         (xdr_link_obj): Likewise.
183         (xdr_table_obj): Likewise.
184         (_xdr_nis_result): Likewise.
185         (_xdr_ns_request): Likewise.
186         (_xdr_ib_request): Likewise.
187         (_xdr_nis_taglist): Likewise.
188         (xdr_cback_data): Likewise.
189         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
190         (xdr_ypresp_maplist): Likewise.
192         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
194         * posix/regex_internal.h: Prevent some declarations and definitions
195         to be seen when used in tests.
197         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
198         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
200         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
202         * config.make.in (datarootdir): Add to shut up configure.
204         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
205         associativity for fully-associative caches.
207         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
208         requests.  Fill on more associativity values for L2.
209         Patch mostly by Evandro Menezes.
211 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
213         * sysdeps/unix/sysv/linux/x86_64/init-first.c
214         (_libc_vdso_platform_setup): Avoid using exported variable by using
215         alias.
217         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
219         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
220         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
221         defined.
223 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
225         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
226         align stack for call if pltexit is to be used.
228         [BZ #3924]
229         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
230         align for function call in case pltexit has to be called later.
232         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
233         implicit atomic operation when storing function pointer.
234         (_dl_runtime_profile): Likewise.
236 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
238         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
239         NIS_NOTFOUND.
241 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
243         [BZ #4566]
244         * string/strtok.c: Fix typo in comment.
246         [BZ #4582]
247         * debug/segfault.c: Fix typos in comments.
249         [BZ #4588]
250         * stdio-common/tempnam.c: Fix comment, it is not checked that
251         TMPDIR points to a writable directory.
253         [BZ #4726]
254         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
255         memory allocated for the name server address.
257         [BZ #4946]
258         * nscd/connections.c (handle_request): Using sendfile always
259         requires that mmap is used for the database.
260         Patch by Petr Baudis <pasky@suse.cz>.
262         [BZ #4905]
263         * nscd/hstcache.c (cache_addhst): When reloading an entry which
264         suddenly has two or more addresses, ignore it and remove the old
265         entry.
267         [BZ #4814]
268         * resolv/res_hconf.c: Prepare for compiling outside libc.
269         * nscd/res_hconf.c: New file.
270         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
271         the new file.
272         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
273         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
275         * nscd/hstcache.c (cache_addhst): Minimal optimization.
277         [BZ #4925]
278         * debug/pcprofiledump.c: Turn on internationalization by calling
279         setlocale.  Patch mostly by Benno Schulenberg.
281         [BZ #4936]
282         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
283         the state.
284         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
285         * iconvdata/bug-iconv5.c: New file.
287 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
289         [BZ #4896]
290         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
291         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
292         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
293         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
294         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
295         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
296         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
297         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
299 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
301         [BZ #4937]
302         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
303         lookup loop.  Suggested by John Reiser.
305 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
307         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
309 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
311         * csu/libc-start.c: Don't handle VDSO_SETUP here.
312         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
313         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
314         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
315         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
316         to...
317         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
319 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
321         * po/nl.po: Update from translation team.
323 2007-08-16  Andreas Jaeger  <aj@suse.de>
325         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
326         Reported by Peter Festner <peter.festner@ewetel.net>.
328 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
330         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
332 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
334         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
335         to check for undefined symbols.
337         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
338         If the syscall fails, set errno to the actual returned error number
339         rather than EINVAL.
340         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
341         arguments are incorrect, set errno to EINVAL, if the syscall
342         fails, set errno to the actual returned error number.
344         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
345         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
347         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
348         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
349         file.
350         (ASI_PNF, ASI_BLK_P): Don't define.
351         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
352         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
353         file.
354         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
355         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
356         file.
358 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
360         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
361         FE_UNDERFLOW on Niagara CPUs.
363         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
364         exceptions.
366 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
368         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
369         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
370         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
371         flush should be used or not inside of the function.
372         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
374         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
375         __thread_start): Use HIDDEN_JUMPTARGET.
376         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
377         __thread_start): Likewise.
378         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
380         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
381         Add libc_hidden_proto.
382         (STRTOF): Add libc_hidden_proto.
383         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
384         (strtold_l, wcstold_l): Use them as second argument for
385         long_double_symbol.
387 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
389         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
391 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
393         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
395 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
397         * po/bg.po: New file.  From the translation team.
399 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
401         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
402         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
403         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
404         when each feature was introduced.
406         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
407         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
408         (CHECK_HASH): New macro.
409         (PREPARE_VERSION): Use it.
411         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
412         prototype if not __ASSUME_PSELECT.
413         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
414         prototype if not __ASSUME_PPOLL.
416         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
418         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
419         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
420         is defined.
422 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
424         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
425         (_libc_vdso_platform_setup): If vDSO is not available point
426         __vdso_gettimeofday to the vsyscall.
427         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
428         __vdso_gettimeofday instead of vsyscall.
430 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
432         * nscd/servicescache.c: Include kernel-features.h.
433         * nscd/gai.c: Likewise.
434         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
435         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
436         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
437         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
438         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
439         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
440         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
441         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
442         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
444 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
446         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
447         and _dl_get_origin defines anymore.
449         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
450         Build fix for systems which might lack POSIX timer support.
452         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
453         (_libc_vdso_platform_setup): Mangle function pointers before storing
454         them.
455         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
456         Demangle vdso pointer before use.
457         (INTERNAL_VSYSCALL): Likewise.
459         * elf/cache.c (primes): Mark as const.
460         Noted by Roland McGrath.
462 2007-08-01  Andreas Jaeger  <aj@suse.de>
463             Jakub Jelinek  <jakub@redhat.com>
465         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
466         (options): Add option.
467         (parse_opt): Handle option.
468         (manual_link): Adjust process_file caller.  Call implicit_soname.
469         (search_dir): Formatting.  Use and populate auxiliary cache.
470         (main): Load and save auxiliary cache.
471         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
472         stat64 from fstat64 to caller.
473         (implicit_soname): New function.
474         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
475         leave *soname as NULL.
476         * elf/cache.c: Include libgen.h.
477         (print_entry, print_cache, compare, save_cache, add_to_cache):
478         Formatting and cleanups.
479         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
480         aux_cache_file): New structures.
481         (AUX_CACHEMAGIC): Define.
482         (primes): New array.
483         (aux_hash_size, aux_hash): New variables.
484         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
485         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
486         load_aux_cache, save_aux_cache): New functions.
487         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
488         (init_aux_cache, search_aux_cache, add_to_aux_cache,
489         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
490         (process_file): Adjust prototype.
492 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
494         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
495         with __need_size_t.
497 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
499         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
500         r_found_version structure as second parameter.
501         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
502         (_dl_vdso_vsym): Change type of second parameter accordingly.
503         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
504         (_libc_vdso_platform_setup): Adjust.
505         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
506         (_libc_vdso_platform_setup): Likewise.
508         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
509         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
510         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
511         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
512         * csu/libc-start.c: Pretty printing.
513         Use VDSO_SETUP if defined.
514         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
515         and let generic code call into _libc_vdso_platform_setup.
516         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
517         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
518         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
519         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
520         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
521         for GLIBC_PRIVATE.
522         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
523         (sysdep_rountines): Add dl-vdso.
525         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
526         of routines.
528         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
529         attribute_hidden to __vdso_gettimeofday prototype.
531 2007-08-12  Roland McGrath  <roland@redhat.com>
533         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
534         From: Karl Berry <karl@freefriends.org>.
536 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
538         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
539         an atime update for the files we read.
541 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
543         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
545         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
546         instead of mkstemp.
548         * misc/Makefile (routines): Add mkostemp and mkostemp64.
549         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
550         * misc/mkostemp.c: New file.
551         * misc/mkostemp64.c: New file.
552         * stdlib/stdlib.h: Declare the new functions.
553         * sysdeps/posix/tempname.c: Add new parameter which is added to
554         the flags for open.  Remove __GT_BIGFILE handling.
555         * stdio-common/tempname.c: Likewise.
556         * include/stdio.h: Adjust __gen_tempname prototype.
557         Renumber __GT_* constants.
558         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
559         * misc/mkdtemp.c: Likewise.
560         * misc/mkstemp.c: Likewise.
561         * misc/mkstemp64.c: Likewise.
562         * misc/mktemp.c: Likewise.
563         * stdio-common/tempnam.c: Likewise.
564         * stdio-common/tmpfile.c: Likewise.
565         * stdio-common/tmpfile64.c: Likewise.
566         * stdio-common/tmpnam.c: Likewise.
567         * stdio-common/tmpnam_r.c: Likewise.
569 2007-08-10  Roland McGrath  <roland@frob.com>
571         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
572         New macros.
573         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
574         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
576 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
578         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
579         possible.
580         * nss/nss_files/files-alias.c (internal_setent): Likewise.
581         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
582         * nss/nss_files/files-have_o_cloexec.c: New file.
584         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
585         available.
587 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
589         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
590         ___new_wcstold_l): New weak aliases.
591         (strtold_l, wcstold_l): Use them as second argument for
592         long_double_symbol.
594 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
596         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
597         register in test for error.
599         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
600         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
602         * po/sv.po: Update from translation team.
604 2007-08-06  Roland McGrath  <roland@redhat.com>
606         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
607         Remove __strto*_l inlines.
608         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
609         * stdlib/strtod.c: Add libc_hidden_def.
610         * stdlib/strtod_l.c: Likewise.
611         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
612         for __new_strtold and __new_wcstold.
613         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
614         __STRTOF, STRTOF.
615         * stdlib/strtol.c: Add libc_hidden_def.
616         * stdlib/strtol_l.c: Likewise.
617         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
618         strtoq.
620         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
622         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
623         * scripts/data/localplt-generic.data: ... here.
624         * elf/Makefile (check-data): Get generic file if no other.
625         ($(objpfx)check-localplt.out): Make target unconditional.
627         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
628         Use ElfW(Nhdr).
630 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
632         * po/zh_CN.po: Updated translation from translation team.
634 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
637         Don't use CGOTSETUP and CGOTRESTORE macros.
639 2007-08-04  Roland McGrath  <roland@redhat.com>
641         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
643 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
645         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
646         __extension__ around the whole statement expression.
648 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
650         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
651         elements during initialization.
653         * po/pl.po: Updated translation from translation team.
654         * po/tr.po: Likewise.
655         * po/nl.po: Likewise.
657 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
659         * rt/aio.h: Add __nonnull attributes.
661 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
663         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
664         * stdlib/Makefile (tests): Add tst-strtod5.
665         (tst-strtod5-ENV): New.
666         * stdlib/tst-strtod5.c: New file.
668         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
669         failed.
670         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
671         on failure.
673         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
674         allocated.
676 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
678         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
679         numbers.
681 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
683         * io/Makefile (aux): Add have_o_cloexec.
684         * include/fcntl.h: Declare __have_o_cloexec.
685         * io/have_o_cloexec.c: New file.
686         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
687         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
688         fcntl call if not necessary.
689         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
690         of local variable.
692         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
693         Avoid memset, add explicit initialization.
694         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
695         to the end and change into zero-sized array.
696         Move lock member to fill a hole on 64-bit platforms.
698         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
699         inline functions.
700         * include/stdlib.h: Add __strto*_internal prototypes here.
701         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
702         inline functions.
703         * include/wchar.h: Add __wcsto*_internal prototypes.
704         * sysdeps/generic/inttypes.h: No need to protect the declaration
705         of the __strto*_internal and __wcsto*_internal members here.
707         * rt/mqueue.h: Change const to __const and add nonnull attributes.
709 2007-08-02  Roland McGrath  <roland@redhat.com>
711         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
712         $(inst_bindir)/getconf if possible.
714         * posix/Makefile ($(objpfx)getconf.speclist): New target.
715         (generated): Add it.
716         ($(inst_libexecdir)/getconf): Use it.
718 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
720         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
721         /proc is faster and sufficient.  /sys is still needed for
722         __get_nprocs_conf.
724 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
726         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
727         syscall as __fallocate64.
728         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
729         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
731 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
733         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
734         value.
736         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
737         if off_t is different rank from size_t.
739         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
740         uw_frame_state_for): Avoid type punning warnings.
741         * sysdeps/generic/unwind-dw2-fde-glibc.c
742         (_Unwind_IteratePhdrCallback): Likewise.
743         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
744         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
745         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
746         pointers.
748 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
750         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
751         total processors using sysfs.
752         (__get_nprocs): Use sysfs to determine which processors are online.
754 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
756         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
757         syscall arguments count.
759         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
761 2007-07-30  Roland McGrath  <roland@redhat.com>
763         * manual/libc.texinfo: Update copyrights, formatting magic, and
764         @dircategory.  From Karl Berry <karl@freefriends.org>.
766 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
768         [BZ #4860]
769         * io/Makefile (headers): Add bits/fcntl2.h.
771         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
772         using gcc builtin.
773         (__CPU_EQUAL_S): Likewise.
775         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
776         (tests): Add tst-cpuset.
777         * posix/sched_cpualloc.c: New file.
778         * posix/sched_cpufree.c: New file.
779         * posix/tst-cpuset.c: New file.
780         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
781         GLIBC_2.7.
782         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
783         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
784         macros.  Define CPU_*_S macros.
786 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
788         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
789         entry.
791         [BZ #4858]
792         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
793         #.0g and value rounded to 1.0.
794         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
796 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
798         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
799         for int_frac_digits and frac_digits.
801         * login/logout.c (logout): Avoid aliasing violation.
802         * login/logwtmp.c (logwtmp): Likewise.
804         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
806         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
807         to avoid warning.
808         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
809         warning.
810         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
811         warning.
812         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
813         to avoid warnings.
815         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
816         void **.
817         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
819         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
820         char * to avoid warning.
821         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
823         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
825         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
826         allocate_arrays): Cast second argument to charmap_find_symbol
827         to char * to avoid warnings.
829         * locale/programs/repertoire.c (repertoire_new_char): Change
830         from_nr, to_nr and cnt to unsigned long, adjust printf format
831         string.
833         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
834         Cast second argument to new_element to char * to avoid warnings.
836         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
838         * intl/gettextP.h (struct loaded_domain): Change plural to const
839         struct expression *.
840         * intl/plural-eval.c (plural_eval): Change first argument to
841         const struct expression *.
842         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
843         argument to const struct expression **.
844         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
845         prototypes.
846         * intl/loadmsgcat (_nl_unload_domain): Cast away const
847         in call to __gettext_free_exp.
849         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
850         unitialized wstring/wpattern var warnings.
852         * posix/runtests.c (struct a_test): Make data field const char *.
854         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
855         vars if not LDBL_MANT_DIG >= 106.
857         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
859         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
860         __find_specmb to avoid warning.
862         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
864         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
865         to avoid warnings.
867         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
868         initializer.
870         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
871         tv var when it will be actually used.
873         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
874         to avoid warnings.
876         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
877         char array resp. pointer.
878         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
879         char array.
880         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
881         to const unsigned char **.
882         (ucs4_to_cns11643): Change second argument to unsigned char *.
883         * iconvdata/euc-tw.c (BODY): Change endp type to
884         const unsigned char *.
885         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
886         to unsigned char *.
887         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
888         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
889         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
890         types to unsigned char pointers/arrays instead of char.
891         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
892         to unsigned char *.
893         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
894         * iconvdata/jis0212.h: Include assert.h.
895         (ucs4_to_jisx0212): Change second argument to unsigned char *.
896         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
897         of trying to handle that.
898         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
899         shut up a warning.
900         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
901         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
902         two dimensional const unsigned char arrays.
903         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
904         Initialize endp to inptr to shut up a warning.
906 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
908         [BZ #4772]
909         * time/strptime_l.c (__strptime_internal): Silently ignore
910         strftime modifiers and field width in recursive calls.
912         * include/time.h (enum ptime_locale_status): Remove.
913         (__strptime_internal): Remove decided and era_cnt arguments,
914         add statep argument.
915         * time/strptime_l.c (__strptime_internal): Remove decided
916         and era_cnt arguments, add statep argument.  Don't recompute
917         any fields in recursive calls, only update caller's tm
918         and state, if recursive call fails, don't change tm nor
919         any state.
920         (get_alt_number): Adjust.
921         (recursive): Adjust caller.
922         (strptime): Likewise.
923         * time/strptime.c (strptime): Likewise.
925 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
927         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
928         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
929         if from and to charsets are the same.
930         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
931         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
932         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
934 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
936         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
937         Don't define wint_t when __need_mbstate_t unless it
938         is necessary.
939         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
940         in the typedef if possible.
941         * wctype/wctype.h (wint_t): Define by including
942         wchar.h with __need_wint_t instead of including stddef.h
943         with __need_wint_t and as fallback definining it ourselves.
944         * iconv/gconv.h (__need_wint_t): Define before including
945         wchar.h.
946         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
947         or _GLIBCPP_USE_WCHAR_T.
948         (__need_wchar_t): Don't define
949         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
950         (__need_wint_t): Don't define before including stddef.h,
951         define before including wchar.h only if _LIBC or
952         _GLIBCPP_USE_WCHAR_T.
953         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
954         * sysdeps/mach/hurd/_G_config.h: Likewise.
955         * sysdeps/generic/_G_config.h: Likewise.
956         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
957         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
958         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
959         if _LIBC or _GLIBCPP_USE_WCHAR_T.
961 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
963         * sysdeps/posix/posix_fallocate64.c: Undefine
964         __posix_fallocate64_l64 before alias handling.
965         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
966         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
967         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
968         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
970         * io/tst-posix_fallocate.c: Include <fcntl.h>.
972 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
974         * locale/programs/ld-collate.c (atwc): New variable.
975         (add_to_tablewc): New toplevel function, moved from collate_output.
976         (collate_output): Remove add_to_tablewc nested function.
978         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
979         (name_insert): New function.
980         (write_output): Remove hash_table and hash_size vars and name_insert
981         nested function.
983 2007-07-24  Roland McGrath  <roland@redhat.com>
985         * Makerules (install-others-programs-nosubdir): New target.
986         (install-no-libc.a-nosubdir): Depend on it.
988         * iconv/Makefile (install-others-programs): Set this instead of
989         install-others.
990         * login/Makefile (install-others-programs): Likewise.
991         * posix/Makefile (install-others-programs): Likewise.
993         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
994         dependencies.
996 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
998         * io/Makefile (tests): Add tst-posix_fallocate.
999         * io/tst-posix_fallocate.c: New file.
1001         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1002         __ASSUME_FALLOCATE.
1004 2007-07-22  Roland McGrath  <roland@frob.com>
1006         * hurd/getdport.c: Add missing copyright year update.
1008         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
1009         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
1011 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
1013         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
1015         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
1016         O_CLOEXEC is needed.
1017         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
1018         Avoid additional fcntl to set O_CLOEXEC if not needed.
1019         * nis/nss_compat/compat-initgroups.c: Likewise.
1020         * nis/nss_compat/compat-pwd.c: Likewise.
1021         * nis/nss_compat/compat-spwd.c: Likewise.
1023 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1025         [BZ #3665]
1026         * manual/errno.texi: Change ECANCELED value to 119.
1028         [BZ #4610]
1029         * mach/lock-intern.h: Include <sys/cdefs.h>.
1031         [BZ #4178]
1032         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
1033         reading A.
1035         [BZ #4126]
1036         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
1037         to __sigsuspend.
1039         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
1041 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
1043         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
1044         `__ASSEMBLER__'.
1045         * sysdeps/mach/hurd/i386/tls.h: Likewise.
1047 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
1049         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
1050         descriptor received from nscd.
1052         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
1054         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
1055         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1056         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1057         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1058         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1059         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1061 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
1063         [BZ #4816]
1064         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
1066         [BZ #4813]
1067         * login/forkpty.c (forkpty): Close master and slave fds on
1068         fork failure.  Patch by
1069         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
1071 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
1073         * include/features.h (__USE_ISOC95): New define.
1074         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
1075         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
1076         for -std=iso9899:199409.
1077         * CONFORMANCE: Remove comments about unsupported AMD1.
1079 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
1081         * sysdeps/ia64/sched_cpucount.c: New file.
1082         * sysdeps/powerpc/sched_cpucount.c: New file.
1084         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
1085         __BEGIN_DECLS/__END_DECLS around the prototype.
1086         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
1087         pointer to const cpu_set_t.
1089         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
1090         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
1091         __need_size_t and include stddef.h.
1092         * sysvipc/sys/msg.h: Likewise.
1093         * posix/sched.h: Likewise.
1094         * hurd/hurd/signal.h (__need_size_t): Define.
1096         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
1097         neither does signal.h in pedantic ISO C namespaces.  stdio.h
1098         no longer defines wint_t or wchar_t.
1100         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
1101         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
1102         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
1103         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
1104         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
1105         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
1106         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
1107         * debug/printf_chk.c (__printf_chk): Likewise.
1108         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
1109         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
1111         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
1112         Define.
1114         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
1115         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
1117 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
1119         [BZ #4792]
1120         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
1121         * malloc/malloc.h (realloc): Likewise.
1123         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
1124         if one of proc_file_chain streams has that fileno.
1125         * stdio-common/Makefile (tests): Add tst-popen2.
1126         * stdio-common/tst-popen2.c: New test.
1128 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
1130         * elf/ldconfig.c: Allow GPLv2 or any later version.
1131         * elf/readlib.c: Likewise.
1132         * elf/chroot_canon.c: Likewise.
1133         * elf/cache.c: Likewise.
1134         * nscd/mem.c: Likewise.
1135         * nscd/getpwuid_r.c: Likewise.
1136         * nscd/grpcache.c: Likewise.
1137         * nscd/aicache.c: Likewise.
1138         * nscd/getsrvbynm_r.c: Likewise.
1139         * nscd/nscd.c: Likewise.
1140         * nscd/servicescache.c: Likewise.
1141         * nscd/getsrvbypt_r.c: Likewise.
1142         * nscd/initgrcache.c: Likewise.
1143         * nscd/gethstbyad_r.c: Likewise.
1144         * nscd/gethstbynm2_r.c: Likewise.
1145         * nscd/getgrnam_r.c: Likewise.
1146         * nscd/nscd_setup_thread.c: Likewise.
1147         * nscd/getpwnam_r.c: Likewise.
1148         * nscd/gai.c: Likewise.
1149         * nscd/connections.c: Likewise.
1150         * nscd/dbg_log.c: Likewise.
1151         * nscd/cache.c: Likewise.
1152         * nscd/hstcache.c: Likewise.
1153         * nscd/nscd_conf.c: Likewise.
1154         * nscd/getgrgid_r.c: Likewise.
1155         * nscd/pwdcache.c: Likewise.
1156         * catgets/gencat.c: Likewise.
1157         * locale/programs/linereader.h: Likewise.
1158         * locale/programs/locarchive.c: Likewise.
1159         * locale/programs/ld-paper.c: Likewise.
1160         * locale/programs/locfile-kw.h: Likewise.
1161         * locale/programs/ld-address.c: Likewise.
1162         * locale/programs/xmalloc.c: Likewise.
1163         * locale/programs/ld-time.c: Likewise.
1164         * locale/programs/localedef.c: Likewise.
1165         * locale/programs/simple-hash.c: Likewise.
1166         * locale/programs/xstrdup.c: Likewise.
1167         * locale/programs/ld-numeric.c: Likewise.
1168         * locale/programs/locfile-kw.gperf: Likewise.
1169         * locale/programs/ld-collate.c: Likewise.
1170         * locale/programs/charmap-kw.gperf: Likewise.
1171         * locale/programs/charmap.h: Likewise.
1172         * locale/programs/charmap-kw.h: Likewise.
1173         * locale/programs/config.h: Likewise.
1174         * locale/programs/locfile.c: Likewise.
1175         * locale/programs/ld-ctype.c: Likewise.
1176         * locale/programs/charmap.c: Likewise.
1177         * locale/programs/ld-messages.c: Likewise.
1178         * locale/programs/repertoire.h: Likewise.
1179         * locale/programs/locale.c: Likewise.
1180         * locale/programs/ld-name.c: Likewise.
1181         * locale/programs/linereader.c: Likewise.
1182         * locale/programs/locfile.h: Likewise.
1183         * locale/programs/3level.h: Likewise.
1184         * locale/programs/ld-monetary.c: Likewise.
1185         * locale/programs/ld-measurement.c: Likewise.
1186         * locale/programs/charmap-dir.c: Likewise.
1187         * locale/programs/ld-identification.c: Likewise.
1188         * locale/programs/localedef.h: Likewise.
1189         * locale/programs/charmap-dir.h: Likewise.
1190         * locale/programs/repertoire.c: Likewise.
1191         * locale/programs/simple-hash.h: Likewise.
1192         * locale/programs/ld-telephone.c: Likewise.
1193         * locale/programs/locale-spec.c: Likewise.
1194         * locale/programs/locfile-token.h: Likewise.
1195         * posix/getconf.c: Likewise.
1196         * iconv/dummy-repertoire.c: Likewise.
1197         * iconv/iconv_charmap.c: Likewise.
1198         * iconv/iconvconfig.c: Likewise.
1199         * iconv/iconv_prog.c: Likewise.
1200         * malloc/memusagestat.c: Likewise.
1201         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
1203 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1205         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
1206         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
1207         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
1208         check for the first argument.
1210 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
1212         [BZ #4775]
1213         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
1214         (__tgmath_real_type): Fix if expr is const int or other const
1215         qualified integral type.
1216         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
1217         expressions and handle const qualified arguments.
1218         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
1219         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
1220         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
1221         statement expressions.
1222         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
1223         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
1224         (__TGMATH_UNARY_IMAG): Define.
1225         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
1226         * math/Makefile (tests): Add test-tgmath2.
1227         (CFLAGS-test-tgmath2.c): Add.
1228         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
1229         count_cfloat, count_cldouble): New variables.
1230         (NCCALLS): Define.
1231         (main): Check number of complex calls as well.
1232         (F(compile_test)): Add complex tests and tests with const qualified
1233         arguments.
1234         (y, z, ccount): Define.
1235         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
1236         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
1237         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
1238         F(cproj)): New functions.
1239         * math/test-tgmath2.c: New test.
1241 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
1243         [BZ #4776]
1244         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
1245         RPATH etc. as "/" rather than "", don't segfault on empty paths,
1246         instead output ".".
1247         * dlfcn/Makefile (distribute): Add glreflib3.c.
1248         (module-names): Add glreflib3.
1249         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
1250         glreflib1.so.
1251         (LDFLAGS_glreflib3.so): New.
1252         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
1253         glreflib1.so.
1254         * dlfcn/glreflib3.c: New file.
1256         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
1257         returned -1, return NULL.
1258         * intl/explodename.c (_nl_explode_name): Return -1 if
1259         _nl_normalize_codeset failed.
1261 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
1263         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
1264         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
1265         and avoid branch misspredicts for > 31 bytes memset case.
1266         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1267         Remove toc ref to __cache_line_size.
1269         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
1270         to get ISA-V2.0 branch hints.
1271         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
1272         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
1273         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1274         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1275         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1276         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1277         Remove toc ref to __cache_line_size.
1279         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
1280         Include math_ldbl_opt.h.
1282 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
1284         [BZ #4773]
1285         * time/strptime_l.c (__strptime_internal): Implement greedy
1286         matching of weekday and month names.
1288 2007-07-09  Roland McGrath  <roland@redhat.com>
1290         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
1291         (ELF_NOTE_ABI): Use it.
1292         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
1294 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
1296         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
1297         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1299 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
1301         [BZ #4745]
1302         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
1303         in loop to look for conversion specifier to avoid testing of
1304         wrong errno value.
1305         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
1306         * stdio-common/bug18.c: New file.
1307         * stdio-common/bug18a.c: New file.
1308         * stdio-common/bug19.c: New file.
1309         * stdio-common/bug19a.c: New file.
1311 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
1313         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
1314         running awk script.
1316 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
1318         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
1319         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
1320         Return NULL if mmap failed instead of asserting it does not.
1321         (calloc): Check for integer overflow.
1323         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
1324         than LONG_MAX / 10.
1326 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
1328         [BZ #4702]
1329         * nis/nss-default.c: Include errno.h.
1330         (init): Preserve errno.
1332 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
1334         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
1336 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
1338         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
1340 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1342         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
1344 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1346         * sysdeps/s390/dl-procinfo.c: New file.
1347         * sysdeps/s390/dl-procinfo.h: New file.
1348         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
1350 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
1352         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
1353         in PT_NOTE segments with multiple notes.
1354         * elf/readelflib.c (process_elf_file): Likewise.
1356 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
1358         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
1359         ISO C compliant.
1361 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1363         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
1365 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
1367         * include/link.h: Don't include rtld-lowlevel.h.
1368         (struct link_map): Remove l_scope_lock.
1369         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
1370         (_dl_scope_free_list): New field (variable) in _rtld_global.
1371         (DL_LOOKUP_SCOPE_LOCK): Remove.
1372         (_dl_scope_free): New prototype.
1373         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
1374         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
1375         (_dl_profile_fixup): Likewise.
1376         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
1377         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
1378         THREAD_GSCOPE_RESET_FLAG around it.
1379         * elf/dl-close.c (_dl_close_worker): Don't use
1380         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
1381         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
1382         scopes were queued or if l_scope_mem has been abandoned.
1383         * elf/dl-open.c (_dl_scope_free): New function.
1384         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
1385         * elf/dl-support.c (_dl_scope_free_list): New variable.
1386         * elf/dl-lookup.c (add_dependency): Remove flags argument.
1387         Remove DL_LOOKUP_SCOPE_LOCK handling.
1388         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
1389         handling.
1390         * elf/dl-object.c (_dl_new_object): Don't use
1391         __rtld_mrlock_initialize.
1393 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1395         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
1396         to fill in holes
1397         (rtld_global_ro): Likewise.
1399 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1401         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
1402         Move PT_LOAD checking to...
1403         (_dl_addr_inside_object): ... here, new function.
1404         * elf/dl-sym.c (do_sym): If not l_contiguous,
1405         call _dl_addr_inside_object.
1406         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1407         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
1408         * elf/dl-open.c (dl_open_worker): Likewise.
1409         (_dl_addr_inside_object): New function if IS_IN_rtld.
1410         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
1411         holes are present or are PROT_NONE protected.
1412         * include/link.h (struct link_map): Add l_contiguous field.
1413         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
1415 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1416             Tomas Janousek  <tjanouse@redhat.com>
1417             Ulrich Drepper  <drepper@redhat.com>
1419         [BZ #4647]
1420         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
1421         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
1422         socket.
1423         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
1424         unused member a bitmap.
1425         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
1426         servers are configured.
1428 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1430         * elf/rtld.c (dl_main): Don't call init_tls more than once.
1432 2007-06-17  Andreas Schwab  <schwab@suse.de>
1434         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
1436 2007-06-16  Andreas Jaeger  <aj@suse.de>
1438         [BZ #4125]
1439         * sysdeps/unix/sysv/linux/sys/ptrace.h
1440         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
1441         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
1442         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
1443         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
1444         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
1445         Define.
1446         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1447         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1448         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1449         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1451 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
1453         [BZ #4599]
1454         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
1455         determining whether there are IPv4/IPv6 addresses, ignore loopback
1456         addresses.
1458 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
1460         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
1461         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
1462         as the return type.  Change type of "r" variable to CMPtype.
1463         * soft-fp/eqsf2.c (__eqsf2): Likewise.
1464         * soft-fp/eqtf2.c (__eqtf2): Likewise.
1465         * soft-fp/gedf2.c (__gedf2): Likewise.
1466         * soft-fp/gesf2.c (__gesf2): Likewise.
1467         * soft-fp/getf2.c (__getf2): Likewise.
1468         * soft-fp/ledf2.c (__ledf2): Likewise.
1469         * soft-fp/lesf2.c (__lesf2): Likewise.
1470         * soft-fp/letf2.c (__letf2): Likewise.
1471         * soft-fp/unorddf2 (__unorddf2): Likewise.
1472         * soft-fp/unordsf2 (__unordsf2): Likewise.
1473         * soft-fp/unordtf2 (__unordtf2): Likewise.
1475 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
1477         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
1478         make sure gcc doesn't mess around with this.
1480 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1482         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
1484 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
1486         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
1487         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
1488         at most once per _dl_close_worker.
1490 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1492         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
1493         __sched_cpucount as const.
1494         * posix/sched_cpucount.c: Adjust.
1496         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
1497         instruction for counting bits.
1498         * sysdeps/x86_64/sched_cpucount.c: New file.
1500 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
1502         * configure.in: Avoid variable named BASH.
1503         * config.make.in: Likewise.
1504         Patch in part by Mike Frysinger.
1506 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
1508         [BZ #4586]
1509         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
1510         pseudo-zeros as zero.
1511         * sysdeps/x86_64/ldbl2mpn.c: New file.
1512         * sysdeps/ia64/ldbl2mpn.c: New file.
1514 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1516         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
1517         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
1518         Remove unreachable code at the end.
1520 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1522         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
1523         ldbl-128ibm in comment.
1524         (fpclassifyl): Correct classification of denormals.
1525         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
1526         return value for MIN denormal. Rewrite using long double math too
1527         correctly handle denormals and canonicalize the results.
1529 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
1531         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
1532         (__mpn_construct_long_double): Fix conversion where result ought
1533         to be smaller than __LDBL_MIN__, or the low double should be
1534         denormal.  Fix decision where to negate low double - honor round
1535         to even rules.
1536         * stdio-common/tst-sprintf2.c: Include string.h.
1537         (COMPARE_LDBL): Define.
1538         (TEST): Also test whether a string hexadecimal float representation
1539         can be parsed back to the number.
1540         (main): Add a couple of further tests.
1542 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1544         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
1545         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
1546         is non-zero, but smaller than 2 * __DBL_MIN__.
1547         * stdio-common/tst-sprintf2.c: New test.
1548         * stdio-common/Makefile (tests): Add tst-sprintf2.
1550         * math/test-misc.c (main): Don't run last batch of tests with
1551         IBM long double format.
1553 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1555         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
1556         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
1557         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
1558         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
1559         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1560         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
1561         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
1562         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
1563         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
1564         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
1566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
1567         New file.
1568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
1569         New file.
1570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
1571         New file.
1572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
1573         New file.
1574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
1575         New file.
1576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
1577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
1578         New file.
1579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
1580         New file.
1581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
1582         New file.
1583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
1584         New file.
1585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
1586         New file.
1588 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1590         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
1591         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
1592         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
1593         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
1594         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
1595         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
1596         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
1597         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
1599 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
1601         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
1602         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1603         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
1604         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1605         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
1606         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1607         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
1608         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1610 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1612         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
1613         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
1614         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
1615         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
1617 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
1619         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
1620         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
1622 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
1624         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
1625         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
1626         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
1627         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
1629 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
1631         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
1632         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
1634 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1636         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
1637         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
1639         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
1640         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
1641         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
1642         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1644 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
1646         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
1647         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
1648         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
1649         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
1651 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
1653         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
1654         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
1655         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
1656         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1657         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
1658         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1660 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1662         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
1663         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
1664         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
1665         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
1667 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1669         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
1670         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
1671         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
1672         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
1673         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
1674         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
1675         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
1676         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
1677         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
1678         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
1679         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
1680         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
1681         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
1682         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
1683         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
1684         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
1686 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1688         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
1689         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
1691 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1693         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
1694         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
1696 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1698         * sysdeps/powerpc/powerpc32/970/Implies: New file.
1699         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
1700         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
1701         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
1702         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
1703         * sysdeps/powerpc/powerpc64/970/Implies: New file.
1704         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
1705         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
1706         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
1707         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
1709 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1711         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
1713 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
1715         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
1716         branch miss-predicts. Ensure that cache line crossing does not impact
1717         dispatch grouping.
1719 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
1721         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
1722         "../../powerpc32/power4/memcopy.h".
1723         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
1724         "../../powerpc32/power4/wordcopy.c".
1726 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1728         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
1729         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
1730         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
1731         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
1732         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
1733         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
1735 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
1737         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
1739 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1741         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
1742         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
1743         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
1744         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
1745         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
1746         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
1747         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
1748         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
1750 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
1752         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
1754 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1756         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
1757         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
1758         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
1759         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
1760         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
1761         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
1762         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
1764 2007-05-29  Roland McGrath  <roland@redhat.com>
1766         * po/Makefile (po-sed-cmd): New variable.
1767         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
1769 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
1771         * crypt/md5-crypt.c: Fix comment.
1773         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
1774         of crashing.  When this is the case or if the reply is malformed,
1775         don't try to close the new file descriptor since it does not
1776         exist.
1777         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
1779 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
1781         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
1782         if __NR_utimensat is not defined.
1784 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
1786         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
1788 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
1790         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
1791         (open): Fix comment typos.  Don't call __open_2 if flags
1792         is a compile time constant without O_CREAT.
1793         (__open64_2): Add nonnull attribute.
1794         (open64): Fix comment typos.  Don't call __open64_2 if flags
1795         is a compile time constant without O_CREAT.
1796         (__openat_2): Add nonnull attribute, fix nonnull attribute
1797         on redirect.
1798         (openat): Fix comment typos.  Don't call __openat_2 if flags
1799         is a compile time constant without O_CREAT.
1800         (__openat64_2): Add nonnull attribute, fix nonnull attribute
1801         on redirect.
1802         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
1803         is a compile time constant without O_CREAT.
1805 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
1807         * Makerules (sysd-rules): Define PTW for ptw-* files.
1808         * Versions: Define GLIBC_2.7 for libc.
1809         * include/stdio.h: Declare __fortify_fail.
1810         * debug/fortify_fail.c: New file.
1811         * debug/Makefile (routines): Add fortify_fail.
1812         * debug/chk_fail.c: Use __fortify_fail.
1813         * debug/stack_chk_fail.c: Likewise.
1814         * io/Versions: Export __open_2, __open64_2, __openat_2, and
1815         __openat64_2 for GLIBC_2.7.
1816         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
1817         * io/open.c: Define *_2 variant of function which checks for O_CREAT
1818         and fails if necessary.
1819         * io/open64.c: Likewise.
1820         * io/openat.c: Likewise.
1821         * io/openat64.c: Likewise.
1822         * sysdeps/unix/sysv/linux/open64.c: Likewise.
1823         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1824         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
1825         * io/bits/fcntl2.h: New file.
1826         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
1827         __openat64_2.
1828         * include/bits/fcntl2.h: New file.
1829         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1830         Add open_2.
1831         * sysdeps/unix/sysv/linux/open_2.c: New file.
1833 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
1835         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
1836         as second parameter to handle_intel.
1838         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
1839         the entry.
1841         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
1842         handling to ...
1843         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
1844         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1845         cacheinfo.
1846         * sysdeps/x86_64/memcpy.S: Complete rewrite.
1847         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
1848         Patch by Evandro Menezes <evandro.menezes@amd.com>.
1850         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
1852 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
1854         [BZ #4525]
1855         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
1856         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
1857         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
1859         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
1861         [BZ #4514]
1862         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
1863         reinitialize workend at the start of each do_positional format spec
1864         loop, free workstart before do_positional loops.
1865         (printf_unknown): Fix size of work_buffer.
1866         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
1868         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
1869         (public_sET_STATe): If ms->version < 3, put all chunks into
1870         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
1871         chunks.
1873         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
1874         * malloc/hooks.c: Likewise.
1875         * malloc/arena.c: Likewise.
1876         * malloc/malloc.c (do_check_malloc_state): Don't assert
1877         n_mmaps is not greater than n_mmaps_max.  This removes the need
1878         for the previous change.
1880         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
1881         2007-05-07 commit.
1883 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
1885         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
1886         Define for kernel >= 2.6.22.
1888 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
1890         * elf/dl-close.c (_dl_close_worker): When removing object from
1891         global scope, wait for all lookups to finish afterwards.
1892         * elf/dl-open.c (add_to_global): When global scope array must
1893         grow, allocate a new one and free old array only after all
1894         lookups finish.
1895         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
1896         (_dl_lookup_symbol_x): Likewise.
1897         * elf/dl-support.c: Define _dl_wait_lookup_done.
1898         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
1899         _dl_wait_lookup_done.
1901         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
1902         not overlapping with arena.
1904         * malloc/mcheck.c (reallochook): If size==0, free the block.
1906         * rt/tst-shm.c: Use fstat64 instead of fstat.
1908         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
1909         __NR_sync_file_range is not defined.
1911 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
1913         Dummy files to prevent stub versions from being used.
1914         * sysdeps/x86_64/fpu/k_cosl.c: New file.
1915         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
1916         * sysdeps/x86_64/fpu/k_sinl.c: New file.
1917         * sysdeps/x86_64/fpu/k_tanl.c: New file.
1919         * version.h (VERSION): Set to 2.6.90.
1921 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
1923         * version.h (VERSION): Define to 2.6.
1924         * include/features.h (__GLIBC_MINOR__): Define to 6.
1926         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
1928         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
1929         sizes.
1931 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
1933         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
1934         number of mmaps.  n_mmaps_max is the target.
1935         * malloc/hooks.c: Likewise.
1936         * malloc/arena.c: Likewise.
1938 2007-05-12  Andreas Jaeger  <aj@suse.de>
1940         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
1941         getpid.
1943 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
1945         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
1946         adding new variables.
1948         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
1949         optimize.  Completely extend global scope array before making the
1950         new entries visible.
1952 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
1954         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
1955         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
1956         tst-getcpu.
1958         * include/link.h: Move l_version and l_nversion members around to
1959         fill gaps.
1961         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
1963         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1964         (__sched_setaffinity_new): If syscall was successful and
1965         RESET_VGETCPU_CACHE is defined, use it before returning.
1966         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
1968         * io/sys/stat.h: Make sure struct timespec is defined for
1969         __USE_ATFILE.
1971         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
1972         UTIME_OMIT.
1973         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1974         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1975         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1976         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1977         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1978         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1979         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
1980         * io/sys/stat.h: Declare utimensat, futimens.
1981         * io/utimensat.c: New file.
1982         * io/futimens.c: New file.
1983         * sysdeps/unix/sysv/linux/utimensat.c: New file.
1984         * sysdeps/unix/sysv/linux/futimens.c: New file.
1985         * io/Makefile (routines): Add utimensat, futimens.
1986         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
1987         * sysdeps/unix/sysv/linux/lutimes.c: New file.
1988         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
1989         available.
1991         * include/sys/cdefs.h: Redefine __nonnull so that test for
1992         incorrect parameters in the libc code itself are not omitted.
1994 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
1996         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
1997         exception in addition to inexact when asked to raise only FE_INEXACT.
1999         [BZ #3427]
2000         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
2001         in *envp.
2003 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2005         [BZ #4403]
2006         * string/strfry.c (strfry): Make result more random.
2008 2007-05-07  Richard Henderson  <rth@redhat.com>
2010         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
2011         if __NO_LONG_DOUBLE_MATH.
2012         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
2013         available in the compiler, add .arch directive to the assembly.
2015 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
2017         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
2018         compat_symbol to GLIBC_2_1.
2019         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
2020         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
2021         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
2022         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
2023         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
2024         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
2025         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
2026         libc, not libm.
2027         (__isnanl): New compat_symbol.
2029 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2030             Jakub Jelinek  <jakub@redhat.com>
2032         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
2033         (new_heap): Initialize mprotect_size.
2034         (grow_heap): When growing, only mprotect from mprotect_size till
2035         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
2036         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
2038 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
2039             Peter Bergner  <bergner@us.ibm.com>
2041         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
2042         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
2043         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
2044         * sysdeps/powerpc/fpu/fe_mask.c: New file.
2045         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
2046         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
2047         Call __fe_mask_env() if all FP exceptions disabled.
2048         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
2049         from old FPSCR to new fenv to propagate DFP rounding modes.
2050         Call __fe_mask_env() if FP exceptions previously enabled.
2051         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
2052         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
2053         transitioning from all exceptions disabled to any exception enabled
2054         or visa versa.
2055         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
2056         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
2057         when transitioning from all exceptions disabled to any exception
2058         enabled or visa versa.
2059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
2060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
2061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
2062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
2063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
2064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
2066 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
2068         [BZ #4465]
2069         * posix/unistd.h: Remove __THROW from fdatasync.
2071 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
2073         [BZ #4465]
2074         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
2076 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
2078         * stdio-common/vfprintf.c (process_string_arg): Optimize
2079         ridiculous precision in wide char code printing multi-byte string.
2080         Reported by Jim Meyering <jim@meyering.net>.
2082         [BZ #4131]
2083         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
2084         boundaries to work around systems with overlapping binary loading.
2085         Based on a patch by Suzuki <suzuki@in.ibm.com>.
2087 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
2089         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
2090         __mbsnrtowcs after last change.
2092         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
2093         (get_ident): Likewise.
2095 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
2097         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
2098         with setting the sticky bit.
2099         * math/test-misc.c (main): Add more truncation tests.
2101 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
2103         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
2104         double in the function declaration.
2105         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
2106         double in the function declaration.
2107         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
2108         float in the function declaration.
2109         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
2110         float in the function declaration.
2112         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
2113         denormal operands.  Do not generate FP_EX_DENORM exception.
2114         (FP_UNPACK_RAW_EP): Ditto.
2115         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
2116         undefined _FP_UNPACK_RAW_E.
2117         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
2118         undefined _FP_UNPACK_RAW_EP.
2119         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
2120         undefined _FP_PACK_RAW_E.
2121         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
2122         undefined _FP_PACK_RAW_EP.
2124         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
2125         _FP_FRAC_COPY_2.
2126         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
2127         _FP_FRAC_COPY_4.
2129 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
2130             Jakub Jelinek  <jakub@redhat.com>
2132         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
2133         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
2134         this case.
2135         * soft-fp/op-common.h (FP_TRUNC): Ditto.
2137 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
2139         * math/test-misc.c (main): Add tests for rounding long double
2140         values close to smallest double denormalized value to double.
2142 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
2144         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
2145         condition for truncating to 0.  Set sticky bit for such
2146         truncation.
2148 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
2150         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
2151         fixed length array for ignore.
2153 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
2155         [BZ #4438]
2156         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
2157         stack for large precisions.
2158         * stdio-common/test-vfprintf.c (main): Add test for large
2159         precision.
2161 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
2163         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
2164         for exponent 0.
2165         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
2167         [BZ #4439]
2168         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
2169         account in the size check.
2170         * resolv/tst-inet_ntop.c: New test.
2171         * resolv/Makefile (tests): Add tst-inet_ntop.
2173 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
2174             Jakub Jelinek  <jakub@redhat.com>
2176         [BZ #4349]
2177         * malloc/malloc.c: Keep separate list for first blocks on the bin
2178         lists with a given size.  This helps skipping over list elements
2179         we know won't fit in two places.
2180         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
2182 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
2184         [BZ #4102]
2185         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
2186         label to Teredo tunnel addresses 2001://32.
2188 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2190         * locale/programs/ld-collate.c (collate_read): Allow order_start
2191         after copy.
2193         * locale/programs/ld-collate.c (collate_read): Fix printing of
2194         error message.
2196         [BZ #3213]
2197         * locale/C-translit.h.in: Add entry for U2044.
2199         [BZ #4342]
2200         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
2201         hexa-decimal floats without exponent.
2202         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
2204 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2206         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
2207         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
2208         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
2209         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
2210         GLIBC_2.6.
2211         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
2212         Add sched_getcpu.
2214 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2216         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
2217         of 0 after the out_fail label.
2219 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2221         [BZ #4406]
2222         * iconv/gconv_charset.h (strip): Allow ':'.
2223         * iconv/iconv_open.c (iconv_open): Adjust comment.
2225 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2227         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
2228         version.
2230 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2232         [BZ #4381]
2233         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
2234         alignment of buffer and tmp_buffer.
2235         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
2236         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
2237         alignment of buffer.
2238         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
2239         bigger than INT_MAX.
2240         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
2241         h_errnop arguments.  Fail if buflen is too small.
2242         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
2244 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2246         [BZ #4405]
2247         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
2248         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
2250 2007-04-22  Roland McGrath  <roland@redhat.com>
2252         * elf/elf.h (NT_PRXFPREG): New macro.
2254 2007-04-19  Andreas Jaeger  <aj@suse.de>
2256         [BZ #3905]
2257         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
2258         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
2259         Added.
2261 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
2263         * include/sys/mman.h: Mark madvise hidden.
2264         * misc/madvise.c: Add libc_hidden_def.
2266 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
2268         * nis/nis_domain_of.c (__nis_domain_of): New function.
2269         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
2270         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
2271         * nis/nis_call.c (rec_dirsearch): Likewise.
2272         (first_shoot): Likewise.  Remove search_parent_first argument.
2273         (struct nis_server_cache): Rename search_parent_first field
2274         to search_parent.
2275         (nis_server_cache_search, nis_server_cache_add): Rename
2276         search_parent_first argument to search_parent.
2277         (__nisfind_server): Likewise.  If search_parent, call
2278         __nis_domain_of.
2280 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
2282         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
2284 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
2286         [BZ #4368]
2287         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
2289 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
2291         [BZ #4364]
2292         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
2294 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
2296         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
2297         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
2298         current number of locales in SUPPORTED.
2299         (create_archive): Initialize serial.
2300         (enlarge_archive): Preserve aliases rather than duplicating
2301         their locrecs.
2303 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2305         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
2306         after _IO_un_link, not before it.
2308         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
2309         special case handling when wcp == wstartp + 1.  Fix a comment typo.
2310         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
2312 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
2314         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
2315         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
2316         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
2317         Remove __THROW.
2318         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
2319         _IO_file_xsgetn_maybe_mmap): Likewise.
2320         * libio/oldfileops.c (old_do_write): Likewise.
2321         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
2322         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
2323         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
2324         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
2325         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
2326         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
2327         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
2328         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
2329         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
2330         _IO_file_underflow, _IO_file_underflow_mmap,
2331         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
2332         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
2333         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
2334         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
2335         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
2336         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
2337         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
2338         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
2339         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
2340         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
2341         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
2342         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
2343         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
2344         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
2345         _IO_adjust_column_internal, _IO_default_uflow_internal,
2346         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
2347         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
2348         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
2349         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
2350         _IO_file_close_it_internal, _IO_file_underflow_internal,
2351         _IO_file_overflow_internal, _IO_file_attach_internal,
2352         _IO_file_fopen_internal, _IO_file_sync_internal,
2353         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
2354         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
2355         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
2356         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
2357         _IO_seekpos_unlocked): Likewise.
2358         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
2359         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
2361 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
2363         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
2364         argument in xmalloc size computation.
2366 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2368         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
2369         math_opt_barrier and math_force_eval macros.
2371 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2373         [BZ #3306]
2374         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
2375         * sysdeps/i386/fpu/math_private.h: New file.
2376         * sysdeps/x86_64/fpu/math_private.h: New file.
2377         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
2378         math_force_eval macros.  Use "+m" constraint on asm rather than
2379         "=m" and "m".
2380         * math/s_nextafter.c (__nextafter): Likewise.
2381         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
2382         Likewise.
2383         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
2384         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
2385         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
2386         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
2387         math_opt_barrier and math_force_eval macros.
2388         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
2389         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
2390         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
2391         (__nexttoward): Use math_opt_barrier and
2392         math_force_eval macros.  Use "+m" constraint on asm rather than
2393         "=m" and "m".  Only use asm to force double result if
2394         FLT_EVAL_METHOD is 2.
2395         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
2396         (__nexttowardf): Use math_opt_barrier and
2397         math_force_eval macros.  Use "+m" constraint on asm rather than
2398         "=m" and "m".  Only use asm to force double result if
2399         FLT_EVAL_METHOD is not 0.
2400         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
2401         (__nexttowardf): Use math_opt_barrier and
2402         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2403         x to float using asm.
2404         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
2405         (__nldbl_nexttowardf): Use math_opt_barrier and
2406         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2407         x to float using asm.
2408         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
2409         (__nexttowardf): Use math_opt_barrier and math_force_eval
2410         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
2411         * math/bug-nextafter.c (zero, inf): New variables.
2412         (main): Add new tests.
2413         * math/bug-nexttoward.c (zero, inf): New variables.
2414         (main): Add new tests.
2416 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2418         [BZ #3427]
2419         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
2420         exceptions both in SW and MXCSR.
2421         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
2422         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
2423         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2424         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2425         in MXCSR if SSE is available.
2426         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
2427         and ldsodefs.h.
2428         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
2429         Fix comment typo.
2430         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
2431         Return 0 rather than 1.
2432         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
2433         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
2434         * math/test-fenv.c (feholdexcept_tests): New function.
2435         (main): Call it.
2437 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
2439         [BZ #3427]
2440         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2441         in SW.
2443 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2445         [BZ #4344]
2446         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
2447         Reported by David Anderson <davea42@earthlink.net>.
2449 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
2451         * posix/sys/wait.h: Remove unnecessary forward declaration.
2453 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
2455         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
2456         with obj->do_servers after first_shoot.
2458 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
2460         * posix/Makefile (routines): Add sched_cpucount.
2461         (tests): Add tst-cpucount.
2462         * posix/sched_cpucount.c: New file.
2463         * posix/tst-cpucount.c: New file.
2464         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
2465         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
2466         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2467         * posix/sched.h: Define CPU_COUNT.
2469 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2471         * posix/fnmatch.c (STRUCT): Define.
2472         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
2473         * posix/fnmatch_loop.c (struct STRUCT): New type.
2474         (FCT): Add ends argument.  If ends != NULL and normal * is
2475         seen in the pattern, store current pattern and string pointers
2476         and return.  Adjust recursive calls.
2477         (EXT): Adjust FCT callers.
2478         (STRUCT): Undef at the end of the file.
2479         * posix/Makefile (tests): Add tst-fnmatch2.
2480         * posix/tst-fnmatch2.c: New test.
2482 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2484         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
2485         and 1 on failure.
2487         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
2488         Change last argument to unsigned int.
2490 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
2492         * scripts/check-local-headers.sh: Filter out sys/capability.h.
2494 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2496         * config.h.in (HAVE_LIBCAP): Add.
2497         * nscd/selinux.h: Include sys/capability.h rather than non-existent
2498         sys/capabilities.h.
2499         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
2500         free_caps.  Cast away const from 4th cap_set_flag argument.
2502 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
2504         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
2505         GLIBC_2.6.
2506         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2507         Add sync_file_range.
2508         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2510 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
2512         * sysdeps/powerpc/bits/atomic.h
2513         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
2514         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
2515         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2516         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
2517         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2518         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
2519         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
2520         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2521         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2522         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2523         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
2524         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2525         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2526         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2527         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2528         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
2529         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2530         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
2531         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2532         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
2534 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2536         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2537         (__cache_line_size): Define the variable here.  Add
2538         attribute_hidden, remove weak_extern.
2539         (__libc_start_main): Set __cache_line_size
2540         unconditionally.
2541         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2542         (__cache_line_size): Define the variable here.  Add
2543         attribute_hidden, remove weak_extern.
2544         (DL_PLATFORM_AUXV): Set __cache_line_size
2545         unconditionally.
2546         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
2547         weak_extern, add attribute_hidden.
2548         (__elf_machine_runtime_setup): Assume __cache_line_size is always
2549         defined in ld.so.
2550         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
2551         definition.
2552         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
2554 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
2556         [BZ #4276]
2557         * timezone/africa: Update from tzdata2007d.
2558         * timezone/asia: Likewise.
2559         * timezone/australasia: Likewise.
2560         * timezone/backward: Likewise.
2561         * timezone/europe: Likewise.
2562         * timezone/iso3166.tab: Likewise.
2563         * timezone/leapseconds: Likewise.
2564         * timezone/northamerica: Likewise.
2565         * timezone/southamerica: Likewise.
2566         * timezone/zone.tab: Likewise.
2568         * timezone/private.h: Update from tzcode2007d.
2569         * timezone/zdump.c: Likewise.
2570         * timezone/zic.c: Likewise.
2572 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
2574         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
2575         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
2576         variables.
2577         (nis_server_cache_search, nis_server_cache_add): New functions.
2578         (__nisfind_server): Use them.  Add dbp and flags argument, if
2579         call __nisbind_create.
2580         (__nisbind_create): Add server_used and current_ep arguments,
2581         only call __nis_findfastest if server_used is ~0.
2582         (__do_niscall2, __prepare_niscall): Adjust callers.
2583         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
2584         ckey_cache_euid, ckey_cache_lock): New variables.
2585         (get_ckey): New function.
2586         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
2587         __pmap_getnisport.  Save __pmap_getnisport result in
2588         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
2589         key.
2590         * nis/nis_lookup.c (nis_lookup): Likewise.
2591         * nis/nis_table.c (nis_list): Likewise.
2592         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
2593         prototypes.
2595         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
2596         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
2597         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
2598         _nss_nisplus_getservbyport_r): Likewise.
2599         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
2600         _nss_nisplus_getnetbyaddr_r): Likewise.
2601         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
2602         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
2603         _nss_nisplus_getntohost_r): Likewise.
2604         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
2605         _nss_nisplus_getrpcbynumber_r): Likewise.
2607 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2609         * configure.in (libc_cv_gnu89_inline): Only do compile test.
2610         * configure: Rebuilt.
2612         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
2613         bit-fields.
2614         * soft-fp/extended.h (_FP_UNION_E): Likewise.
2616 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
2618         [BZ #2831]
2619         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
2620         bit-fields.
2622 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
2624         * nscd/gai.c: Include alloca.h.
2625         (__libc_use_alloca): Define.
2627 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
2629         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
2630         smaller scopes.
2631         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
2632         (DL_DST_REQUIRED): Adjust user.
2634         * include/dlfcn.h (struct link_map): New forward decl.
2636         * inet/getnameinfo.c: Include stddef.h.
2637         (getnameinfo): Use offsetof.
2639         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
2641         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
2643         * string/strerror_l.c: Include stdlib.h.
2645         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
2646         * config.make.in (gnu89-inline-CFLAGS): New variable.
2647         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
2648         -std=gnu99.
2649         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
2650         * argp/argp.h: Use it.
2651         * bits/mathinline.h: Likewise.
2652         * bits/sigset.h: Likewise.
2653         * bits/string.h: Likewise.
2654         * ctype/ctype.h: Likewise.
2655         * hurd/hurd.h: Likewise.
2656         * hurd/hurd/fd.h: Likewise.
2657         * hurd/hurd/port.h: Likewise.
2658         * hurd/hurd/signal.h: Likewise.
2659         * hurd/hurd/threadvar.h: Likewise.
2660         * hurd/hurd/userlink.h: Likewise.
2661         * io/sys/stat.h: Likewise.
2662         * libio/bits/stdio.h: Likewise.
2663         * libio/bits/stdio2.h: Likewise.
2664         * mach/lock-intern.h: Likewise.
2665         * mach/mach/mig_support.h: Likewise.
2666         * math/bits/cmathcalls.h: Likewise.
2667         * posix/bits/unistd.h: Likewise.
2668         * socket/bits/socket2.h: Likewise.
2669         * stdlib/bits/stdlib.h: Likewise.
2670         * stdlib/stdlib.h: Likewise.
2671         * string/argz.h: Likewise.
2672         * string/bits/string2.h: Likewise.
2673         * string/bits/string3.h: Likewise.
2674         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
2675         * sysdeps/generic/inttypes.h: Likewise.
2676         * sysdeps/generic/machine-lock.h: Likewise.
2677         * sysdeps/generic/machine-sp.h: Likewise.
2678         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
2679         * sysdeps/i386/i486/bits/string.h: Likewise.
2680         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
2681         * sysdeps/mach/alpha/machine-lock.h: Likewise.
2682         * sysdeps/mach/alpha/machine-sp.h: Likewise.
2683         * sysdeps/mach/i386/machine-lock.h: Likewise.
2684         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
2685         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2686         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
2687         * sysdeps/s390/bits/string.h: Likewise.
2688         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
2689         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
2690         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2691         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2692         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2693         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
2694         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
2695         * wcsmbs/bits/wchar2.h: Likewise.
2696         * wcsmbs/wchar.h: Likewise.
2697         * stdlib/gmp.h: Likewise.  Include <features.h> to get
2698         __extern_inline definition.
2700 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
2702         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
2703         NULL.
2705         [BZ #3919]
2706         * math/libm-test.inc (log_test): Test -Inf and NaN.
2707         (log10_test, log1p_test, log2_test): Test -Inf.
2708         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
2709         FE_INVALID when argument is qNaN.
2710         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
2711         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
2712         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2713         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
2714         andb $1, %ah with testb $1, %ah, don't test for parity, instead
2715         testb $4, %ah and jump if non-zero.
2716         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
2717         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
2719         [BZ #4101]
2720         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
2721         ancestors with the same depths.
2722         Patch by Niels Moeller <nisse@lysator.liu.se>.
2723         (filter_doc): Don't crash if argp is NULL.
2724         * argp/Makefile (tests): Add tst-argp2.
2725         * argp/tst-argp2.c: New test.
2727         [BZ #4130]
2728         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
2729         open_not_cancel_2.
2730         (updwtmp_file): Likewise.
2732         [BZ #4181]
2733         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
2734         (inet6_opt_append): Don't check extlen is big enough if extbuf
2735         is NULL.
2736         (inet6_opt_finish): Likewise.
2737         * inet/Makefile (tests): Add test-inet6_opt.
2738         * inet/test-inet6_opt.c: New test.
2740         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
2741         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
2742         NLMSG_ERR.  Instead use a page sized buffer.
2743         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
2744         buffer.
2746 2007-03-14  Richard Henderson  <rth@redhat.com>
2748         * sysdeps/alpha/fpu/s_llround.c: New file.
2749         * sysdeps/alpha/fpu/s_llroundf.c: New file.
2750         * sysdeps/alpha/fpu/s_lround.c: New file.
2751         * sysdeps/alpha/fpu/s_lroundf.c: New file.
2752         * sysdeps/alpha/fpu/s_round.c: New file.
2753         * sysdeps/alpha/fpu/s_roundf.c: New file.
2754         * sysdeps/alpha/fpu/s_trunc.c: New file.
2755         * sysdeps/alpha/fpu/s_truncf.c: New file.
2757         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
2758         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
2759         * sysdeps/alpha/fpu/s_floor.c: Likewise.
2760         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
2761         * sysdeps/alpha/fpu/s_rint.c: Likewise.
2762         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
2764         * sysdeps/alpha/fpu/s_fmax.S: New file.
2765         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
2766         * sysdeps/alpha/fpu/s_fmin.S: New file.
2767         * sysdeps/alpha/fpu/s_fminf.S: New file.
2768         * sysdeps/alpha/fpu/s_isnan.c: New file.
2769         * sysdeps/alpha/fpu/s_isnanf.c: New file.
2770         * sysdeps/alpha/fpu/s_llrint.c: New file.
2771         * sysdeps/alpha/fpu/s_llrintf.c: New file.
2772         * sysdeps/alpha/fpu/s_lrint.c: New file.
2773         * sysdeps/alpha/fpu/s_lrintf.c: New file.
2774         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
2775         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
2777         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
2778         (__fdimf, fdimf, __fdim, fdim): Remove.
2779         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
2780         (__isnanf, __isnan, __isnanl): New.
2782 2007-03-13  Richard Henderson  <rth@redhat.com>
2784         * sysdeps/ieee754/ldbl-128/Makefile: New file.
2786 2007-03-13  Richard Henderson  <rth@redhat.com>
2788         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
2789         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
2790         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2791         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
2792         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
2793         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
2795 2007-03-13  Richard Henderson  <rth@redhat.com>
2797         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
2798         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
2799         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
2800         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
2801         Move to dl-auxv.h; initialize instead of extern weak.
2802         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
2803         weak symbol.
2804         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
2805         Extern instead of initialized.
2807 2007-03-13  Richard Henderson  <rth@redhat.com>
2809         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
2810         __sigsuspend_nocancel.
2812 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
2814         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
2815         172.16/12 address range.
2817 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
2819         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
2820         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
2821         message.
2823 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
2825         [BZ #4069]
2826         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
2827         earlier.
2828         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
2830         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
2831         for x qNaN and y either +-inf or non-integer value.
2832         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
2833         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2834         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
2836 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
2838         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
2839         from sysdep_headers.
2841 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
2843         * time/tzfile.c (find_transition): Instead of a linear search try to
2844         guess the transition index, use a linear search if the result is at
2845         most 10 transitions away from the guess or binary search otherwise.
2847 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
2849         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
2850         memory reallocation.
2852 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
2854         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
2855         and fix some typos.
2856         Optimize use of TOLOWER.
2858         [BZ #3325]
2859         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
2860         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2861         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2863         [BZ #3458]
2864         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
2865         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
2867         [BZ #4076]
2868         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
2869         (open_dir_stream): Likewise.
2870         * io/Makefile (tests): Add bug-ftw5.
2871         * io/bug-ftw5.c: New file.
2873         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
2874         * nscd/servicescache.c (cache_addserv): Likewise.
2876         * nscd/grpcache.c (cache_addgr): In case a record changed on
2877         refresh, adjust key_copy.
2879         [BZ #4074]
2880         * nscd/pwdcache.c (cache_addpw): In case a record changed on
2881         refresh, adjust key_copy.
2883         [BZ #4070]
2884         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
2885         special cases.
2886         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
2888 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
2890         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
2891         optimization.
2893         * stdio-common/vfscanf.c: Small cleanups throughout.
2895 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2897         [BZ #3325]
2898         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
2899         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2900         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2901         Patch by Jared Casper <jaredcasper@gmail.com>.
2903         * sysdeps/unix/closedir.c: Outside libc don't use locking.
2904         * sysdeps/unix/opendir.c: Likewise.
2905         * sysdeps/unix/readdir.c: Likewise.
2907         [BZ #2211]
2908         * stdio-common/vfscanf.c: Handle localized digits etc for floating
2909         point numbers.
2910         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
2912         * stdio-common/vfscanf.c: Fix problems in width accounting.
2913         * stdio-common/tst-sscanf.c (double_tests): New tests.
2914         (main): Hook them up.
2916         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
2917         More simplifications of floating-point reader.
2919         * stdio-common/Makefile (tests): Add tst-swscanf.
2920         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
2921         testing.
2922         * stdio-common/tst-swscanf.c: New file.
2924 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2926         [BZ #2633]
2927         * libio/stdio.h: Define struct _IO_FILE in global namespace.
2928         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
2929         Remove using for __jmp_buf_tag.
2930         * locale/locale.h (struct lconv): Also define in std namespace.
2931         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
2933         [BZ #3842]
2934         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
2935         using __libc_enable_secure.
2937         [BZ #3818]
2938         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
2940         [BZ #3745]
2941         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
2942         of names for ellipsises.
2944         [BZ #3348]
2945         * malloc/memusage.sh: Cleanups.
2946         * debug/xtrace.sh: Quoting and trap changes.
2948 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2950         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
2952         * locale/iso-3166.def: Update entry for Serbia.
2953         * locale/iso-4217.def: Define RSD, remove CSD.
2955         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
2956         and 64-bit operations.
2958         [BZ #4040]
2959         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
2960         16-bit operations.
2962         * nscd/nscd.c (parse_opt): One more conversion to use send instead
2963         of writev.
2965 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
2967         [BZ #3991]
2968         * assert/assert.h (assert): Simplify.
2969         (assert_perror): Likewise.
2970         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
2972         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
2973         reqdata.
2975         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
2976         change: don't pass NULL in place of an integer.
2978 2007-02-02  Bruno Haible  <bruno@clisp.org>
2980         [BZ #3954]
2981         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
2982         Add mapping for U+327E.
2983         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
2984         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2985         mapping of 0xD9 0xE8.
2986         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
2987         mapping of U+327E.
2988         Reported by Jungshik Shin <jungshik@google.com>.
2990         [BZ #3955]
2991         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2992         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
2993         Reported by Jungshik Shin <jungshik@google.com>.
2995 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
2997         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
2998         byte variants.
3000         [BZ #4040]
3001         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
3002         byte variants.  Patch mostly be tom@tommay.net.
3004 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
3006         [BZ #3996]
3007         * posix/glob.c (attribute_hidden): Define if not defined.
3008         (glob): Unescape dirname, filename or username when needed and not
3009         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
3010         is NULL.  Handle unescaped [ in pattern without closing ].
3011         Don't pass GLOB_CHECK down to recursive glob for directories.
3012         (__glob_pattern_type): New function.
3013         (__glob_pattern_p): Implement using __glob_pattern_type.
3014         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
3015         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
3016         Remove unreachable code.
3017         * posix/globtest.sh: Add a couple of new tests.
3019 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
3021         * po/ru.po: Update from translation team.
3023 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
3025         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
3026         to the list of i486+ CPUs.
3027         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
3029 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
3031         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
3032         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
3033         references.
3035 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
3037         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
3039         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
3040         * resolv/res_mkquery.c: Define __res_nopt.
3041         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
3042         try adding EDNS0 record.
3043         * resolv/res_send.c (send_dg): If request failed with FORMERR and
3044         EDNS0 record was send make sure we don't try it again.
3045         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
3046         * include/resolv.h: Declare __res_nopt.
3048 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
3050         [BZ #3944]
3051         * time/strptime_l.c (__strptime_internal): Set have_mon for
3052         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
3053         have been computed from tm_yday and tm_year.  Don't crash
3054         in day_of_the_week or day_of_the_year if not have_mon
3055         and tm_mon contains bogus value.
3056         * time/Makefile (tests): Add tst-strptime3.
3057         * time/tst-strptime3.c: New test.
3059 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3061         [BZ #3957]
3062         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3063         bit for RE_HAT_LISTS_NOT_NEWLINE.
3064         (build_charclass_op): Remove bogus comment.
3065         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
3066         * posix/bug-regex27.c: New test.
3067         * posix/bug-regex28.c: New test.
3069 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
3071         * po/sv.po: Update from translation team.
3073 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
3075         * nscd/nscd_helper.c (open_socket): Minor size optimization.
3077 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
3079         * include/locale.h (__uselocale): Add libc_hidden_proto.
3080         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
3082         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
3083         gettimeofday.
3085 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
3087         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
3088         returning.
3089         (PTR_DEMANGLE): Real definition now that it's not the same as
3090         PRT_MANGLE anymore.
3091         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3093         * string/strerror_l.c: New file.
3094         * string/Makefile (routines): Add strerror_l.
3095         * string/string.h: Declare strerror_l.
3096         * string/Versions: Export strerror_l for GLIBC_2.6.
3098 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
3100         * nscd/nscd_helper.c (open_socket): Now takes request type and key
3101         as parameter.  Construct request record.  Try sending request
3102         before the first poll use, it usually succeeds.  Adjust all
3103         callers.
3104         * nscd/nscd-client.h: Define MAXKEYLEN.
3105         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
3107 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
3109         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
3110         from return value.
3111         * nscd/nscd_helper.c: Include string.h.
3112         (__nscd_cache_search): Remove const qualifier from return value.
3113         On strict alignment architectures check hash entry and data head
3114         alignment.
3115         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
3116         mmapped data during GC cycle contains garbage.  If
3117         __nscd_drop_map_ref fails, decrement mapped->counter when returning
3118         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
3119         dropped to 0.
3120         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3121         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3122         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3123         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3124         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3126 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
3128         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
3130 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
3132         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
3133         names not numbers in cfi_*.
3135 2007-01-26  Andreas Jaeger  <aj@suse.de>
3137         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
3138         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
3139         Correct values of PER_HPUX and PER_OSF4.
3141 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
3143         * elf/dl-minimal.c: Undefine _itoa first.
3144         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
3145         * malloc/mtrace.c: Revert last change.
3146         * posix/wordexp.c: Likewise.
3148 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
3150         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
3151         and __geode__ to the list of i486+ CPUs.
3152         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
3154 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
3156         * stdio-common/_itoa.c: Include <limits.h>.
3157         * stdio-common/_itowa.c: Likewise.
3159 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
3161         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
3162         platforms.
3163         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
3164         64-bit platforms.
3165         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
3166         possible.
3167         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
3168         if possible.
3170         [BZ #3902]
3171         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
3172         * stdio-common/Makefile (tests): Add bug17.
3173         * stdio-common/bug17.c: New file.
3175 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
3177         * iconvdata/brf.c: New file.
3178         * iconvdata/testdata/BRF: New file.
3179         * iconvdata/testdata/BRF..UTF8: New file.
3180         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3181         * iconvdata/Makefile: Add rules to build BRF.
3182         * iconvdata/TESTS: Add BRF entry.
3183         * iconvdata/gconv-modules: Likewise.
3184         * iconvdata/tst-tables.sh: Likewise.
3186 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
3188         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
3189         type `long long int', not `long int'.
3190         (wcstoq): Likewise.
3192 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
3194         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
3195         of values on 64-bit platforms which are too large.
3197 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
3198             Joe Kerian  <jkerian@us.us.ibm.com>
3200         [BZ #2749]
3201         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
3202         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
3203         (__copysignl): Use signbit() for comparison.
3204         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
3205         SET_LDOUBLE_WORDS64.
3207         [BZ #2423, #2749]
3208         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
3209         (__ceill): Remove calls to fegetround(), fesetround().
3210         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
3211         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
3212         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
3214 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
3216         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
3218         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
3220 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
3222         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
3223         demangle pointer.
3224         * csu/libc-start.c: Likewise.
3226 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
3228         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
3229         really work anyway.
3231 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3233         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
3234         users.
3235         (handle_request): Remove unnecessary tests.
3237         * nscd/cache.c (cache_add): Record the failure to add to the cache.
3239 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
3241         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
3242         workbits in semi-raw fraction.
3244         * math/test-misc.c: Add new tests.
3246 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3248         * math/basic-test.c: Include test-skeleton.c.
3249         (TEST_TRUNC): Define.
3250         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
3251         (main): Rename to ...
3252         (do_test): ...this.  Run new tests.
3253         (TEST_FUNCTION): Define.
3255 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
3256             Joe Kerian  <jkerian@us.us.ibm.com>
3258         [BZ #2749]
3259         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
3260         handling for high words.
3261         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
3262         and overflow for infinity.
3264 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3266         * nscd/connections.c (handle_request): Add a __builtin_expect.
3268         * nscd/connections.c (serv2db): Change type into structure which
3269         also says whether this is a request for data.  Renamed to
3270         servinfo.  All users changed.
3271         (handle_request): Much simpler test whether we should search the cache.
3273         * nscd/connections.c (handle_request): Fix thinko in selinux test
3274         invocation.
3276         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
3277         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
3278         it before getting dl_load_lock and then relock.
3279         (_dl_lookup_symbol_x): Pass flags to add_dependency.
3280         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
3281         case we unlocked the scope.
3282         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
3283         _dl_lookup_symbol_x in case we locked the scope.
3284         (_dl_profile_fixup): Likewise.
3285         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
3286         set DL_LOOKUP_SCOPE_LOCK.
3288 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
3290         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
3291         CFLAGS-getsrvbynpt_r.c.
3292         * nscd/getsrvbynm_r.c: New file.
3293         * nscd/getsrvbypt_r.c: New file.
3294         * nscd/nscd_getserv_r.c: New file.
3295         * nscd/servicescache.c: New file.
3296         * nscd/Makefile (routines): Add nscd_getserv_r.
3297         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
3298         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
3299         CFLAGS-getsrvbypt_r.c.
3300         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
3301         table.  Add entries for services database.
3302         * nscd/connections.c (serv2str): Mark as const.  Add entries for
3303         services database.
3304         (dbs): Add .reset_res and servdb initialization.
3305         (serv2db): Add entries for services database.
3306         (verify_persistent_db): Accept dbnr == servdb.
3307         (invalidate_cache): Rewrite database name recognition to use a table.
3308         Call res_init() if .reset_res is set for database.
3309         (handle_request): Add code to handle services database.
3310         * nscd/gai.c: Don't define __getservbyname_r.
3311         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
3312         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
3313         (serv_response_header): Define.
3314         (struct datahead): Add serv_response_header member.
3315         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
3316         using table.
3317         * nscd/nscd.conf: Add entries for services database.
3318         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
3319         Declare serv_iov_disabled.
3320         Declare addservbyname, readdservbyname, addservbyport, and
3321         readdservbyport.
3322         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
3323         (find_db): Fix error message.
3324         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
3325         __nscd_getservbyname_r, and __nscd_getservbyport_r.
3326         * nscd/selinux.c (perms): Add entries for services database.
3327         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
3328         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
3330         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
3331         * nscd/hstcache.c: Likewise.
3332         * nscd/pwdcache.c: Likewise.
3334         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
3335         computation of keylen.
3337         * include/string.h: Only redefine strndupa if this is really for
3338         libc code.
3340 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
3342         * nscd/nscd_gethst_r.c: Minor cleanups.
3344         * nscd/connections.c (handle_request): Check selinux permissions
3345         for all non-admin commands.
3347         * sysdeps/i386/i486/bits/atomic.h: Define
3348         atomic_compare_and_exchange_val_acq,
3349         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
3350         using __sync_* built-ins for gcc >= 4.1.
3351         * sysdeps/x86_64/bits/atomic.h: Likewise.
3353         [BZ #3840]
3354         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
3355         and .oS.d files.
3357 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
3359         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
3360         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
3361         (do_test): Check errno and exit(0) if ENOSYS.
3363 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3365         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
3366         thousands separators.
3367         * stdlib/Makefile: Add rules to build and run tst-strtod4.
3368         * stdlib/tst-strtod4.c: New test.
3370         [BZ #3855]
3371         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
3372         hexadecimal digit should accept just the initial 0.
3373         * stdlib/tst-strtod2.c (tests): New variable.
3374         (do_test): Run several tests rather than just one.
3376 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3378         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
3379         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
3381 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
3383         * io/fts.c: Make sure fts_cur is always valid after return from
3384         fts_read.
3385         Patch by Miloslav Trmac <mitr@redhat.com>.
3387 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
3389         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
3390         (R_MIPS_NUM): Bump by 1.
3392 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
3394         * posix/execvp.c: Include alloca.h.
3395         (allocate_scripts_argv): Renamed to...
3396         (scripts_argv): ... this.  Don't allocate buffer here nor count
3397         arguments.
3398         (execvp): Use alloca if possible.
3399         * posix/Makefile: Add rules to build and run tst-vfork3 test.
3400         * posix/tst-vfork3.c: New test.
3402 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
3404         * string/Makefile (tst-strxfrm2-ENV): Define.
3405         * stdlib/Makefile (tst-strtod3-ENV): Define.
3407 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
3409         * posix/getconf.c: Update copyright year.
3410         * nss/getent.c: Likewise.
3411         * iconv/iconvconfig.c: Likewise.
3412         * iconv/iconv_prog.c: Likewise.
3413         * elf/ldconfig.c: Likewise.
3414         * catgets/gencat.c: Likewise.
3415         * csu/version.c: Likewise.
3416         * elf/ldd.bash.in: Likewise.
3417         * elf/sprof.c (print_version): Likewise.
3418         * locale/programs/locale.c: Likewise.
3419         * locale/programs/localedef.c: Likewise.
3420         * nscd/nscd.c (print_version): Likewise.
3421         * debug/xtrace.sh: Likewise.
3422         * malloc/memusage.sh: Likewise.
3423         * malloc/mtrace.pl: Likewise.
3424         * debug/catchsegv.sh: Likewise.
3426 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
3428         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
3429         attempts.
3431 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
3433         * posix/wordexp.c: Remove some unnecessary tests.
3435 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
3437         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
3438         blacklist the group till after we look it up.
3440 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
3442         * include/atomic.h (atomic_forced_read): New macro.
3444 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3446         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
3448 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
3450         * nss/getXXbyYY_r.c: Include atomic.h.
3451         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
3452         add atomic_write_barrier () in between.
3454         * stdlib/Makefile (tests): Add tst-makecontext.
3455         * stdlib/tst-makecontext.c: New test.
3457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
3458         (__makecontext): Don't realign uc_mcontext.uc_regs.
3460 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
3462         * elf/dl-support.c: Include dl-procinfo.h.
3463         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
3464         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
3465         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
3466         Define.
3467         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
3468         hardcoded constants.
3469         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
3470         PPC_PLATFORM_* macros for array designators.
3472 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
3474         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
3475         names to the beginning.
3476         (_dl_powerpc_platforms): Add "power6x".
3477         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3478         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
3479         (_DL_PLATFORMS_COUNT): Increase.
3480         (_dl_string_platform): Handle power6x case.
3481         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
3482         PPC_FEATURE_POWER6_EXT): Define.
3483         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
3485 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
3487         [BZ #3747]
3488         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
3489         [-2^31 .. 2^31) range.
3490         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
3491         targets.
3492         * stdlib/tst-rand48-2.c: New test.
3493         * stdlib/Makefile (tests): Add tst-rand48-2.
3495 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
3497         * misc/tst-pselect.c (do_test): Fix sigblock argument.
3499 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
3501         * misc/tst-pselect.c (do_test): Make sure the helper process is
3502         terminating when the test is aborted.
3504 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
3506         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
3507         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3508         Handle relatime mount option.
3510         [BZ #2337]
3511         * libio/Makefile (tests): Add tst-setvbuf1.
3512         * libio/tst-setvbuf1.c: New file.
3514 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
3516         [BZ #2337]
3517         * libio/genops.c (__uflow): Fix a typo.
3518         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
3519         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
3520         the narrow buffer size.
3522 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
3524         [BZ #2337]
3525         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
3526         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
3527         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
3528         in _flags.
3529         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
3530         _IO_wstr_finish): Likewise.
3531         * libio/wmemstream.c (open_wmemstream): Likewise.
3532         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
3533         even for wide streams.
3535 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
3537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
3538         kernel-features.h.
3540 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
3542         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
3543         separators also if no non-zero digits found.
3544         * stdlib/Makefile (tests): Add tst-strtod3.
3546 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
3548         [BZ #3632]
3549         * include/features.h: Fix comment about default value for
3550         _POSIX_C_SOURCE.
3552         [BZ #3664]
3553         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
3554         empty parsed strings.
3555         * stdlib/Makefile (tests): Add tst-strtod2.
3556         * stdlib/tst-strtod2.c: New file.
3558         [BZ #3673]
3559         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
3560         computation.
3561         * stdlib/Makefile (tests): Add tst-atof2.
3562         * stdlib/tst-atof2.c: New file.
3564         [BZ #3674]
3565         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
3566         correctly if removing trailing zero of hex-float.
3567         * stdlib/Makefile (tests): Add tst-atof1.
3568         * stdlib/tst-atof1.c: New file.
3570 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
3572         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
3573         Start searching for next comma at p rather than rest.
3574         * misc/Makefile (tests): Add tst-mntent2.
3575         * misc/tst-mntent2.c: New test.
3577         * misc/getusershell.c (initshells): Check for integer overflows.
3578         Make strings buffer one bigger as fgets always succeeds when second
3579         argument is 1.  Don't use calloc for shells array.  Disallow
3580         / as shell.
3582 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
3584         * malloc/memusage.c: Handle realloc with new size of zero and
3585         non-NULL pointer correctly.
3586         (me): Really write first record twice.
3587         (struct entry): Make format bi-arch safe.
3588         (dest): Write out more realloc statistics.
3589         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
3591 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3593         * nis/nis_subr.c (nis_getnames): Revert last change.
3595 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
3597         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
3598         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
3599         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
3600         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
3601         ENOTTY.
3602         * io/Makefile: Add rules to build and run tst-ttyname_r test.
3603         * io/tst-ttyname_r.c: New test.
3605 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3607         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
3609 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
3611         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
3612         jump table entries.
3614 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3616         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
3617         `clone' function to ensure proper unwinding stop of gdb.
3618         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3620 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
3622         * nscd/nscd.init: Remove obsolete and commented-out -S option
3623         handling.
3625 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
3627         [BZ #3514]
3628         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
3630         [BZ #3515]
3631         * manual/string.texi (strtok): Remove duplicate paragraph.
3633 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3635         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
3636         libgcc not supporting `rflags' unwinding (register # >= 17).
3638 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
3640         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
3641         succeeded.
3643 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
3644             Jakub Jelinek  <jakub@redhat.com>
3645             Jan Kratochvil  <jan.kratochvil@redhat.com>
3647         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
3648         unwind information.
3649         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
3650         'restore_rt' even in the 'signal' directory.
3651         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
3653 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
3655         [BZ #3559]
3656         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
3657         malloc crashed.  Don't allocate memory unnecessarily in each
3658         loop.
3660 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
3662         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
3664 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
3666         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
3668 2006-11-18  Bruno Haible  <bruno@clisp.org>
3670         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
3671         __sysconf only after having tried to call getgroups32.
3673 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
3675         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
3676         addresses for IPv4 queries if they can be mapped.
3678 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
3680         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
3681         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
3682         (signmask): Add .size directive.
3683         (othermask): Add .type directive.
3685 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
3687         * po/nl.po: Update from translation team.
3689         * timezone/zdump.c: Redo fix for BZ #3137.
3691 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
3693         * nss/nss_files/files-alias.c (get_next_alias): Set line back
3694         to first_unused after parsing :include: file.
3696 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3698         * timezone/africa: Update from tzdata2006o.
3699         * timezone/antarctica: Likewise.
3700         * timezone/asia: Likewise.
3701         * timezone/australasia: Likewise.
3702         * timezone/backward: Likewise.
3703         * timezone/europe: Likewise.
3704         * timezone/iso3166.tab: Likewise.
3705         * timezone/northamerica: Likewise.
3706         * timezone/southamerica: Likewise.
3707         * timezone/zone.tab: Likewise.
3709         * time/tzfile.c (__tzfile_read): Extend to handle new file format
3710         on machines with 64-bit time_t.
3712         * timezone/checktab.awk: Update from tzcode2006o.
3713         * timezone/ialloc.c: Likewise.
3714         * timezone/private.h: Likewise.
3715         * timezone/scheck.c: Likewise.
3716         * timezone/tzfile.h: Likewise.
3717         * timezone/tzselect.ksh: Likewise.
3718         * timezone/zdump.c: Likewise.
3719         * timezone/zic.c: Likewise.
3721         [BZ #3483]
3722         * elf/ldconfig.c (main): Call setlocale and textdomain.
3723         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3725         [BZ #3480]
3726         * manual/argp.texi: Fix typos.
3727         * manual/charset.texi: Likewise.
3728         * manual/errno.texi: Likewise.
3729         * manual/filesys.texi: Likewise.
3730         * manual/lang.texi: Likewise.
3731         * manual/maint.texi: Likewise.
3732         * manual/memory.texi: Likewise.
3733         * manual/message.texi: Likewise.
3734         * manual/resource.texi: Likewise.
3735         * manual/search.texi: Likewise.
3736         * manual/signal.texi: Likewise.
3737         * manual/startup.texi: Likewise.
3738         * manual/stdio.texi: Likewise.
3739         * manual/sysinfo.texi: Likewise.
3740         * manual/syslog.texi: Likewise.
3741         * manual/time.texi: Likewise.
3742         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3744         [BZ #3465]
3745         * sunrpc/clnt_raw.c: Minimal message improvements.
3746         * sunrpc/pm_getmaps.c: Likewise.
3747         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3748         * nis/nis_print_group_entry.c: Likewise.
3749         * locale/programs/repertoire.c: Likewise.
3750         * locale/programs/charmap.c: Likewise.
3751         * malloc/memusage.sh: Likewise.
3752         * elf/dl-deps.c: Likewise.
3753         * locale/programs/ld-collate.c: Likewise.
3754         * libio/vswprintf.c: Likewise.
3755         * malloc/memusagestat.c: Likewise.
3756         * sunrpc/auth_unix.c: Likewise.
3757         * sunrpc/rpc_main.c: Likewise.
3758         * nscd/cache.c: Likewise.
3759         * locale/programs/repertoire.c: Unify output messages.
3760         * locale/programs/charmap.c: Likewise.
3761         * locale/programs/ld-ctype.c: Likewise.
3762         * locale/programs/ld-monetary.c: Likewise.
3763         * locale/programs/ld-numeric.c: Likewise.
3764         * locale/programs/ld-time.c: Likewise.
3765         * elf/ldconfig.c: Likewise.
3766         * nscd/selinux.c: Likewise.
3767         * elf/cache.c: Likewise.
3768         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3770         [BZ #3451]
3771         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
3772         change atomic.
3773         (ceil): Likewise.
3775 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3777         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
3778         if N is one bigger than return value.
3779         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
3780         and l1 last arguments, if buf is defined, verify the return value
3781         equals to strlen (buf) and verify no byte beyond passed length
3782         is modified.
3784 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3786         * po/sv.po: Update from translation team.
3788 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3790         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
3791         noinline attribute.
3793 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3795         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
3796         noinline attribute.
3798         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
3799         Use __new_sys_siglist instead of _sys_siglist_internal as
3800         second macro argument.
3801         (_old_sys_siglist): Use declare_symbol_alias macro instead of
3802         strong_alias.
3804 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3806         [BZ #3493]
3807         * posix/unistd.h (sysconf): Remove const attribute.
3809         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
3810         temporary or deprecated addresses.
3811         Patch by Sridhar Samudrala <sri@us.ibm.com>.
3813         * string/Makefile (tests): Add tst-strxfrm2.
3814         * string/tst-strxfrm2.c: New file.
3816 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
3818         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
3819         rather than r->r_brk.
3821 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
3823         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
3824         optimization even if needed > n.
3826         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
3827         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
3828         return false, otherwise return true.
3829         (cache_rpath): Return decompose_rpath return value.
3831 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
3833         * include/libc-symbols.h (declare_symbol): Rename to...
3834         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
3835         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
3836         .size directive.
3837         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
3838         changes.
3839         * sysdeps/gnu/siglist.c: Likewise.
3841 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
3843         * sysdeps/powerpc/fpu/bits/mathinline.h
3844         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
3845         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
3847 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
3849         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
3850         Update handling of cache descriptor 0x49 for new models.
3851         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
3852         Likewise.
3854 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
3856         * malloc/memusage.c (dest): Reset not_me back to false after
3857         printing statistics.
3859 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3861         * configure.in: Work around ld --help change and avoid -z relro
3862         test completely if the architecture doesn't care about security.
3864 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
3866         * po/sv.po: Update from translation team.
3868 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
3870         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
3871         generate compatibility version.
3873 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
3875         * configure.in: Relax -z relro requirement a bit.
3877         * po/sv.po: Update from translation team.
3879 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
3881         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
3882         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
3883         * elf/dl-close.c (_dl_close_worker): Likewise.
3884         * elf/dl-open.c (_dl_open_worker): Likewise.
3885         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
3887 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
3889         * configure.in: Require assembler support for visibility, compiler
3890         support for visibility and aliases, linker support for various -z
3891         options.
3892         * Makeconfig: Remove conditional code which now is unnecessary.
3893         * config.h.in: Likewise.
3894         * config.make.in: Likewise.
3895         * dlfcn/Makefile: Likewise.
3896         * elf/Makefile: Likewise.
3897         * elf/dl-load.c: Likewise.
3898         * elf/rtld.c: Likewise.
3899         * include/libc-symbols.h: Likewise.
3900         * include/stdio.h: Likewise.
3901         * io/Makefile: Likewise.
3902         * io/fstat.c: Likewise.
3903         * io/fstat64.c: Likewise.
3904         * io/fstatat.c: Likewise.
3905         * io/fstatat64.c: Likewise.
3906         * io/lstat.c: Likewise.
3907         * io/lstat64.c: Likewise.
3908         * io/mknod.c: Likewise.
3909         * io/mknodat.c: Likewise.
3910         * io/stat.c: Likewise.
3911         * io/stat64.c: Likewise.
3912         * libio/stdio.c: Likewise.
3913         * nscd/Makefile: Likewise.
3914         * stdlib/Makefile: Likewise.
3915         * stdlib/atexit.c: Likewise.
3916         * sysdeps/generic/ldsodefs.h: Likewise.
3917         * sysdeps/i386/dl-machine.h: Likewise.
3918         * sysdeps/i386/sysdep.h: Likewise.
3919         * sysdeps/i386/i686/memcmp.S: Likewise.
3920         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
3921         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3922         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3924         * Makerules: USE_TLS support is now default.
3925         * tls.make.c: Likewise.
3926         * csu/Versions: Likewise.
3927         * csu/libc-start.c: Likewise.
3928         * csu/libc-tls.c: Likewise.
3929         * csu/version.c: Likewise.
3930         * dlfcn/dlinfo.c: Likewise.
3931         * elf/dl-addr.c: Likewise.
3932         * elf/dl-cache.c: Likewise.
3933         * elf/dl-close.c: Likewise.
3934         * elf/dl-iteratephdr.c: Likewise.
3935         * elf/dl-load.c: Likewise.
3936         * elf/dl-lookup.c: Likewise.
3937         * elf/dl-object.c: Likewise.
3938         * elf/dl-open.c: Likewise.
3939         * elf/dl-reloc.c: Likewise.
3940         * elf/dl-support.c: Likewise.
3941         * elf/dl-sym.c: Likewise.
3942         * elf/dl-sysdep.c: Likewise.
3943         * elf/dl-tls.c: Likewise.
3944         * elf/ldconfig.c: Likewise.
3945         * elf/rtld.c: Likewise.
3946         * elf/tst-tls-dlinfo.c: Likewise.
3947         * elf/tst-tls1.c: Likewise.
3948         * elf/tst-tls10.h: Likewise.
3949         * elf/tst-tls14.c: Likewise.
3950         * elf/tst-tls2.c: Likewise.
3951         * elf/tst-tls3.c: Likewise.
3952         * elf/tst-tls4.c: Likewise.
3953         * elf/tst-tls5.c: Likewise.
3954         * elf/tst-tls6.c: Likewise.
3955         * elf/tst-tls7.c: Likewise.
3956         * elf/tst-tls8.c: Likewise.
3957         * elf/tst-tls9.c: Likewise.
3958         * elf/tst-tlsmod1.c: Likewise.
3959         * elf/tst-tlsmod13.c: Likewise.
3960         * elf/tst-tlsmod13a.c: Likewise.
3961         * elf/tst-tlsmod14a.c: Likewise.
3962         * elf/tst-tlsmod2.c: Likewise.
3963         * elf/tst-tlsmod3.c: Likewise.
3964         * elf/tst-tlsmod4.c: Likewise.
3965         * elf/tst-tlsmod5.c: Likewise.
3966         * elf/tst-tlsmod6.c: Likewise.
3967         * include/errno.h: Likewise.
3968         * include/link.h: Likewise.
3969         * include/tls.h: Likewise.
3970         * locale/global-locale.c: Likewise.
3971         * locale/localeinfo.h: Likewise.
3972         * malloc/arena.c: Likewise.
3973         * malloc/hooks.c: Likewise.
3974         * malloc/malloc.c: Likewise.
3975         * resolv/Versions: Likewise.
3976         * sysdeps/alpha/dl-machine.h: Likewise.
3977         * sysdeps/alpha/libc-tls.c: Likewise.
3978         * sysdeps/generic/ldsodefs.h: Likewise.
3979         * sysdeps/generic/tls.h: Likewise.
3980         * sysdeps/i386/dl-machine.h: Likewise.
3981         * sysdeps/ia64/dl-machine.h: Likewise.
3982         * sysdeps/ia64/libc-tls.c: Likewise.
3983         * sysdeps/mach/hurd/fork.c: Likewise.
3984         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3985         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
3986         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3987         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3988         * sysdeps/s390/libc-tls.c: Likewise.
3989         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3990         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3991         * sysdeps/sh/dl-machine.h: Likewise.
3992         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3993         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3994         * sysdeps/x86_64/dl-machine.h: Likewise.
3996         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
3997         split out locking and parameter checking.
3998         (_dl_close): Call _dl_close_worker after locking and checking.
3999         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
4000         _dl_close.
4001         * elf/Makefile: Add rules to build and run tst-thrlock.
4002         * elf/tst-thrlock.c:  New file.
4004         [BZ #3426]
4005         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
4006         reality.
4008         [BZ #3429]
4009         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
4010         we are sure we do not need it anymore for _dl_close.  Also move
4011         the asserts inside the lock region.
4012         Patch mostly by Suzuki <suzuki@in.ibm.com>.
4014 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
4016         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
4017         argument.
4018         (_dl_lookup_symbol_x): Adjust caller.
4020         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
4021         _ns_global_scope.
4022         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
4024         * elf/dl-libc.c: Revert l_scope name changes.
4025         * elf/dl-load.c: Likewise.
4026         * elf/dl-object.c: Likewise.
4027         * elf/rtld.c: Likewise.
4028         * elf/dl-close.c (_dl_close): Likewise.
4029         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
4030         always use __rtld_mrlock_{change,done}.  Always free old scope list
4031         here if not l_scope_mem.
4032         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
4033         change.  Never free scope list here.  Just __rtld_mrlock_lock before
4034         the lookup and __rtld_mrlock_unlock it after the lookup.
4035         * elf/dl-sym.c: Likewise.
4036         * include/link.h (struct r_scoperec): Remove.
4037         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
4038         with l_scope_mem and l_scoperec_lock with l_scope_lock.
4040 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
4042         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
4044 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
4046         * configure.in: Disable building profile libraries by default.
4048 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4050         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
4051         as signed longs, check for x_base + pos overflow.
4052         * sunrpc/Makefile (tests): Add tst-xdrmem2.
4053         * sunrpc/tst-xdrmem2.c: New test.
4055 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
4057         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
4058         _dl_lookup_symbol_x code.
4060 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4062         * elf/dl-runtime.c: Include sysdep-cancel.h.
4063         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
4064         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
4065         instead of catomic_* macros.
4066         * elf/dl-sym.c: Include sysdep-cancel.h.
4067         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
4068         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
4069         * elf/dl-close.c: Include sysdep-cancel.h.
4070         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
4071         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
4072         * elf/dl-open.c: Include sysdep-cancel.h.
4073         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
4074         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
4076 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4078         [BZ #3313]
4079         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
4080         fastbin rather than end of fastbin array.
4082 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
4084         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
4085         body macro.
4086         * sysdeps/x86_64/bits/atomic.h
4087         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
4088         (catomic_decrement): Use correct body macro.
4090 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
4092         * include/atomic.h: Add a unique prefix to all local variables
4093         in macros.
4094         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
4096 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
4098         [BZ #3369]
4099         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
4100         and 7.
4102 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
4104         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
4106 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
4108         [BZ #3313]
4109         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
4110         determine highest fast bin to consolidate, always look into all of
4111         them.
4112         (do_check_malloc_state): Only require for empty bins for large
4113         sizes in main arena.
4115         * libio/stdio.h: Add more __wur attributes.
4117         * elf/dl-minimal.c (realloc): Optimize last patch.
4119 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
4121         [BZ #3352]
4122         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
4123         and use memcpy() if it does.
4125 2006-11-12  Andreas Jaeger  <aj@suse.de>
4127         [BZ #2510]
4128         * manual/search.texi (Hash Search Function): Clarify.
4129         (Array Search Function): Clarify.
4131 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
4133         [BZ #2830]
4134         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
4135         shifting.
4136         * math/atest-exp2.c (read_mpn_hex): Likewise.
4137         * math/atest-sincos.c (main): Likewise.
4139 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
4141         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
4142         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
4143         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
4144         version GLIBC_2.6.
4145         * Versions.def: Add GLIBC_2.6 for libc.
4147         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
4149         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
4151 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
4153         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
4155         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
4157         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
4158         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
4160 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
4162         * include/atomic.c: Define catomic_* operations.
4163         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
4164         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
4165         * malloc/memusage.c: Likewise.
4166         * gmon/mcount.c: Likewise.
4167         * elf/dl-close.c: Likewise.
4168         * elf/dl-open.c: Likewise.
4169         * elf/dl-profile.c: Likewise.
4170         * elf/dl-sym.c: Likewise.
4171         * elf/dl-runtime.c: Likewise.
4172         * elf/dl-fptr.c: Likewise.
4173         * resolv/res_libc.c: Likewise.
4175 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
4177         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
4178         components which lack them.
4180         * nis/nis_subr.c (nis_getnames): Make sure that we always return
4181         at least one entry consisting of the parameter concatenated with
4182         the domain.
4184 2006-10-10  Roland McGrath  <roland@frob.com>
4186         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
4187         * sysdeps/mach/hurd/futimes.c: Likewise.
4188         * sysdeps/mach/hurd/lutimes.c: Likewise.
4190 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
4191             Jakub Jelinek  <jakub@redhat.com>
4193         Implement reference counting of scope records.
4194         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
4195         from the list in objects which remain.  Always allocate new scope
4196         record.
4197         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
4198         don't resize, allocate a new one.
4199         * elf/dl-runtime.c: Update reference counters before using a scope
4200         array.
4201         * elf/dl-sym.c: Likewise.
4202         * elf/dl-libc.c: Adjust for l_scope name change.
4203         * elf/dl-load.c: Likewise.
4204         * elf/dl-object.c: Likewise.
4205         * elf/rtld.c: Likewise.
4206         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
4207         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
4208         Add l_scoperec_lock.
4209         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
4210         * sysdeps/generic/rtld-lowlevel.h: New file.
4212         * include/atomic.h: Rename atomic_and to atomic_and_val and
4213         atomic_or to atomic_or_val.  Define new macros atomic_and and
4214         atomic_or which do not return values.
4215         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
4216         Various cleanups.
4217         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4219         * po/sv.po: Update from translation team.
4221 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
4223         * Versions.def: Add GLIBC_2.6 to libpthread.
4225         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
4226         (versioned_symbol): Likewise.
4227         (compat_symbol): Likewise.
4229         * po/tr.po: Update from translation team.
4231 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4233         * nis/Banner: Removed.  It's been integral part forever and the
4234         author info is incomplete anyway.
4235         * libio/Banner: Likewise.
4237         * nis/nis_table.c (nis_list): If __follow_path fails in the new
4238         code, make sure the nis_freeresult call doesn't crash and that the
4239         result is reported correctly.
4241 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
4243         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
4244         when callback is NULL.
4246         * nis/Versions (libnss_nisplus): Add
4247         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
4248         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
4249         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
4250         _nss_create_tablename): Rename to...
4251         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
4252         ... these.  No longer static.
4253         (internal_setgrent): Adjust users.
4254         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
4255         Don't use locking around _nss_grp_create_tablename call.
4256         * nis/nss_nisplus/nisplus-initgroups.c: New file.
4258 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4260         * version.h (VERSION): Bump to 2.5.90 for new development tree.
4262 2006-10-06  Andreas Jaeger  <aj@suse.de>
4264         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
4266 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4268         * po/pl.po: Update from translation team.
4270         * nscd/nscd.c (main): Fix typo in message.
4271         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
4273 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4275         [BZ #3291]
4276         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
4277         errno.h, signal.h, unistd.h and sysdep-cancel.h.
4278         (__sigprocmask): Define.
4280 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
4282         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
4283         used.
4285 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4287         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
4288         in oldtotal and newtotal calculation.
4289         * nscd/nscd-client.h (struct mapped_database): Add datasize
4290         field.
4291         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
4292         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
4293         increased.
4294         (__nscd_cache_search): Add checks to make sure we never reference
4295         data beyond the current mapping.
4297 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4299         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
4300         variables const to avoid compiler warnings.
4302         * io/fts.c (fts_close): Remove redundant checks.
4303         (fts_build): Likewise.
4304         (fts_palloc): Likewise.
4306         * manual/message.texi (Advanced gettext functions,
4307         Using gettextized software): Fix typos.
4309 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4311         * posix/glob.c (glob_in_dir): Add some comments and asserts to
4312         explain why there are no leaks.
4314 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
4316         * libio/wmemstream.c: Include <wchar.h>.
4317         * libio/bug-wmemstream1.c: Likewise.
4318         * libio/tst-wmemstream1.c: Likewise.
4319         * libio/tst-wmemstream2.c: Likewise.
4321         * version.h (RELEASE): Bump to 2.5.
4322         * README: Regenerated.
4324         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
4326         [BZ #3273]
4327         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
4328         found no group members.
4329         Patch by Petr Baudis.
4331 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
4333         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
4334         assert bootstrap_map.l_tls_modid is zero.
4335         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
4336         if USE___THREAD.
4338 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
4340         * libio/stdio.h: Move open_wmemstream prototype to ...
4341         * wcsmbs/wchar.h: ... here.
4343 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4345         [BZ #3252]
4346         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
4347         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
4348         __{,l}chown to handle the rest.
4349         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
4350         fchownat syscall and __ASSUME_32BITUIDS case inline, call
4351         __{,l}chown to handle the rest.
4352         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
4353         i386/fchownat.c.
4354         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
4355         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
4357         [BZ #3253]
4358         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4359         time, rather allocate increasingly bigger arrays of pointers, if
4360         possible with alloca, if too large with malloc.
4362 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
4364         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
4366         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
4368 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
4370         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
4371         home addresses.
4372         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
4373         IFA_F_HOMEADDRESS flag for interfaces.
4374         * include/ifaddrs.h (struct in6addrinfo): Define
4375         in6ai_homeaddress.
4377 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
4379         [BZ #3225]
4380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
4381         PTR_DEMANGLE3): Define.
4382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
4383         PTR_DEMANGLE3): Likewise.
4384         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
4385         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4386         Likewise.
4387         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
4389 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
4391         * po/libc.pot: Regenerated.
4392         * po/be.po: Updated.
4393         * po/ca.po: Likewise.
4394         * po/cs.po: Likewise.
4395         * po/da.po: Likewise.
4396         * po/de.po: Likewise.
4397         * po/el.po: Likewise.
4398         * po/en_GB.po: Likewise.
4399         * po/es.po: Likewise.
4400         * po/fi.po: Likewise.
4401         * po/fr.po: Likewise.
4402         * po/gl.po: Likewise.
4403         * po/hr.po: Likewise.
4404         * po/hu.po: Likewise.
4405         * po/ja.po: Likewise.
4406         * po/ko.po: Likewise.
4407         * po/nb.po: Likewise.
4408         * po/nl.po: Likewise.
4409         * po/pl.po: Likewise.
4410         * po/pt_BR.po: Likewise.
4411         * po/ru.po: Likewise.
4412         * po/rw.po: Likewise.
4413         * po/sk.po: Likewise.
4414         * po/sv.po: Likewise.
4415         * po/tr.po: Likewise.
4416         * po/zh_CN.po: Likewise.
4417         * po/zh_TW.po: Likewise.
4419         [BZ #3137]
4420         * iconv/iconv_prog.c (main): Fix spelling in error message.
4421         * iconv/iconvconfig.c (main): Likewise.
4422         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
4423         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
4424         * locale/programs/localedef.c (main): Likewise.
4425         * locale/programs/repertoire.c (repertoire_read): Likewise.
4426         * timezone/zdump.c (main): Likewise.
4427         * nscd/connections.c (handle_request): Fix spelling in log message.
4428         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
4430 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
4432         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
4433         interfaces.
4435 2006-09-20  Andreas Jaeger  <aj@suse.de>
4437         * math/libm-test.inc (lrint_test_upward): Fix typo.
4439 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
4441         [BZ #2592]
4442         * math/libm-test.inc (lrint_test_tonearest): New function.
4443         (lrint_test_towardzero): New function.
4444         (lrint_test_downward): New function.
4445         (lrint_test_upward): New function.
4446         (main): Run these new tests.
4447         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
4448         of values near to 0.
4449         (two52): Use double not long double.
4450         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
4451         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
4452         (two23): Use float not double.
4453         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
4454         (two23): Use float not double.
4455         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
4456         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
4457         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
4458         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
4460 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4462         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
4463         Cast sp to unsigned long to avoid compiler warning.
4464         Use __makecontext_ret function instead of a trampoline on the stack.
4465         (__makecontext_ret): New function.
4466         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
4468 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
4470         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
4471         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
4472         bits.
4474 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
4476         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
4477         sure no reference to the unloaded map's search list remains in the
4478         dependency's scope.
4480 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4482         * elf/Makefile: Add rules to build and run unload7 test.
4483         * elf/unload7.c: New test.
4484         * elf/unload7mod1.c: New file.
4485         * elf/unload7mod2.c: New file.
4487 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
4489         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
4490         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
4491         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4492         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
4493         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4494         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
4495         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4496         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
4497         PTRACE_GETEVENTMSG): Likewise.
4498         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
4499         values.
4501 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
4503         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
4504         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4505         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
4506         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
4508 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4510         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
4511         write '\0' to the fd.
4512         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
4513         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
4514         Change regs to unsigned long pointer from unsigned int, fix fscr
4515         offset.
4517 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4519         * io/Makefile (CFLAGS-fstatat.c): Set.
4520         (CFLAGS-fstatat64.c): Likewise.
4521         (CFLAGS-mknodat.c): Likewise.
4523         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
4524         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
4525         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
4526         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
4528 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4529             Steven Munroe  <sjmunroe@us.ibm.com>
4531         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
4532         names to the beginning.  Rename "cell" to "cellbe".
4533         (_dl_powerpc_platforms): New.
4534         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
4535         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
4536         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
4537         (_DL_HWCAP_PLATFORM): Define to new mask.
4538         (_dl_platform_string, _dl_string_platform): New functions.
4539         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
4540         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
4542 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
4544         [BZ #2526]
4545         * README.libm: Fix a thinko in sqrt algorithm description.
4547         [BZ #3143]
4548         * manual/string.texi (argz_delete): Fix prototype.
4549         Patch by <alpt@freaknet.org>.
4551 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
4553         [BZ #3138]
4554         * io/test-lfs.c (do_prepare): Give name_len type size_t.
4555         * io/tst-fcntl.c (do_prepare): Likewise.
4556         * posix/tst-exec.c (do_prepare): Likewise.
4557         * posix/tst-preadwrite.c (do_prepare): Likewise.
4558         * posix/tst-spawn.c (do_prepare): Likewise.
4559         * posix/tst-truncate.c (do_prepare): Likewise.
4560         * rt/tst-aio.c (do_prepare): Likewise.
4561         * rt/tst-aio64.c (do_prepare): Likewise.
4562         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
4563         size_t.
4565 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
4567         [BZ #2821]
4568         * time/mktime.c (guess_time_tm): Fix overflow detection.
4569         * time/Makefile (tests): Add bug-mktime1.
4570         * time/bug-mktime1.c: New file.
4572         [BZ #3189, #3188]
4573         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
4574         (mremap): Likewise.
4576 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
4578         [BZ #1006]
4579         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
4580         Ensure relocation doesn't clobber any bits outside of the
4581         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
4582         R_SPARC_HI22 and R_SPARC_H44.
4584         [BZ #2775]
4585         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
4586         (long) (MINSIZE + nb - old_size) is positive.
4588         * malloc/arena.c (grow_heap): When growing bail even if new_size
4589         is negative.
4591         [BZ #3155]
4592         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
4593         stack below r1.
4595 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4597         * posix/regex_internal.c (re_string_reconstruct): Handle
4598         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4599         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4600         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4601         re_string_context_at.
4602         * posix/Makefile: Add rules to build and run bug-regex26 test.
4603         * posix/bug-regex26.c: New test.
4605         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
4606         rather than col_sym_free.  Move seqp declaration earlier.
4608         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
4610 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
4612         * nscd/initgrcache.c (addinitgroupsX): Move any_success
4613         decl before first goto out.
4615 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4617         * Makerules (shlib.lds): If have-hash-style, put .hash section
4618         at the end of the RO segment.
4620 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
4622         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
4623         style hash table format is used.
4625 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4627         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
4628         randomization rather than before.
4629         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
4631 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
4633         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
4635         * malloc/malloc.c (_int_malloc): Use full list insert and not
4636         shortcut which assumes the list is empty for large requests
4637         too.
4639         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
4641 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
4643         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
4644         and offout arguments to the prototype.
4645         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
4646         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
4647         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
4648         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
4649         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
4650         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
4651         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
4652         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
4654 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
4656         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
4658         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
4659         dlopen parameters.
4661 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
4663         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
4664         only if herrno is NETDB_INTERNAL.  Handle errors other than
4665         ERANGE outside of the loops, handle TRY_AGAIN.
4667         * locale/programs/ld-ctype.c (translit_flatten): Issue error
4668         if other's ctype category was missing.
4669         * locale/programs/ld-collate.c (collate_read): Return if
4670         copy_locale's collate category is missing.
4672 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
4674         [BZ #2684]
4675         * malloc/malloc.c (public_rEALLOc): Try harder by using other
4676         arenas if allocation failed.
4677         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
4679 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
4681         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
4682         waste bins[0..1].
4683         (malloc_state): Reduce bins size by 2.
4684         (_int_malloc): Fix test for large enough buffer for early termination.
4685         When no unsorted block matches perfectly and an exiting block has
4686         to be split, use full list insert and not shortcut which assumes
4687         the list is empty.
4689         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
4690         failure.
4692 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4694         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
4695         do anything.
4697         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
4698         symbol require exact match (these are PLTs).
4699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
4700         (_dl_ppc64_addr_sym_match): Likewise.
4702         [BZ #2683]
4703         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
4704         If symbol has a value use it.
4705         * elf/tst-dladdr1.c: New file.
4706         * elf/Makefile: Add rules to build and run tst-addr1.
4708 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
4710         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
4711         keeps failing and heap growth or new heap creation isn't
4712         successful either.
4713         * malloc/tst-malloc.c (main): Add new tests.
4715 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4717         [BZ #2734]
4718         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
4719         as in the x86-64 code to use bswap.
4721 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
4723         [BZ #2680]
4724         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
4725         __USE_UNIX98.
4726         * posix/bits/unistd.h: Likewise.
4728 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
4730         [BZ #2751]
4731         * string/strchr.c: Add cast to avoid warning.
4733 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4735         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
4736         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
4737         limit is needed to avoid the exploding of the address space
4738         requirement for secondary heaps.
4739         * malloc/arena.c (HEAP_MAX_SIZE): Define using
4740         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
4742 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
4744         [BZ #3018]
4745         * Makerules (depfiles): Handle extra-test-objs the same as
4746         extra-objs.
4747         (common-mostlyclean): Likewise.
4748         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
4749         instead.
4750         * elf/Makefile (extra-objs): Likewise.
4751         * stdlib/Makefile (extra-objs): Likewise.
4753 2006-08-14  Eric Blake  <ebb9@byu.net>
4755         [BZ #3044]
4756         * misc/error.h: Assume C89 or better.
4757         * misc/error.c: Likewise.
4759 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4761         [BZ #3040]
4762         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
4763         __ASSUME_ATFCTS is defined.
4765 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
4767         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
4768         to sort in each call.
4770         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
4771         is empty simply return and use next service.
4772         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
4774         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
4775         tells us when not finding a charmap file is an error.
4776         * locale/programs/charmap.h: Adjust charmap_read prototype.
4777         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
4778         cannot find a charmap.
4779         * locale/programs/localedef.c (main): Adjust charmap_read call.
4781 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
4783         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
4784         sysdeps/posix/pause.c implementation instead.
4786 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
4788         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
4789         to EPERM.
4791 2006-08-13  Andreas Schwab  <schwab@suse.de>
4793         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
4794         Don't clobber caller's LRSAVE.
4795         (_dl_prof_resolve): Likewise.
4797 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
4799         [BZ #1996]
4800         * libio/memstream.c (open_memstream): Allocate initial buffer with
4801         calloc.
4802         * libio/wmemstream.c (open_wmemstream): Likewise.
4803         * libio/strops.c: Pretty printing.
4804         (_IO_str_overflow): Clear uninitialized part of the new buffer.
4805         (enlarge_userbuf): New function.
4806         (_IO_str_seekoff): Call it if seek position is larger than current
4807         buffer.
4808         * libio/wstrops.c: Likewise.
4809         * libio/vasprintf.c: Add comment as to why we do not have to use
4810         calloc instead of malloc to allocate initial buffer.
4811         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
4812         * libio/bug-memstream1.c: New file.
4813         * libio/bug-wmemstream1.c: New file.
4815 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4817         * libio/wstrops.c: Remove dead macro definitions and comments.
4818         * libio/strops.c: Likewise.
4820         [BZ #2764]
4821         * login/utmpname.c (__utmpname): Remove unnecessary test.
4823 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
4825         [BZ #2832]
4826         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
4827         0s from integers.
4829 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4831         [BZ #2987]
4832         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
4833         for CPU clocks.
4834         * sysdeps/unix/clock_settime.c: Add support for platform-specific
4835         setting of CPU clocks.
4837 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4839         [BZ #2841]
4840         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
4841         since C99 requires the result to promote to 'int' when uint_least8_t
4842         and uint_least16_t promote to 'int'.
4844 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4846         [BZ #3013]
4847         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
4848         lenght of one output field, correct bitmask creation.
4849         * locale/programs/ld-time.c: Add alignment.
4851         [BZ #2997]
4852         * misc/error.c: Add space between program name and message if file
4853         name is missing.
4855 2006-08-03  Eric Blake  <ebb9@byu.net>
4857         [BZ #2998]
4858         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
4860 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
4862         * malloc/memusagestat.c: Silence warnings.
4864         * malloc/malloc.c: Dynamically size mmap treshold if the program
4865         frees mmaped blocks.
4866         Patch by Valerie Henson and Arjan van de Ven.
4868 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
4870         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
4871         __USE_GNU.
4873         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
4874         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
4875         (DEF): Don't put the var into .gnu.linkonce.r.* section.
4876         Only provide var definitions in strtol_l (or for *ull*
4877         in strtoll_l).
4879         * stdio-common/bug16.c (tests): New array.
4880         (do_tests): Allow the first hexadecimal digit
4881         to be 1, 2, 4 or 8.  Do 3 additional tests.
4883         * sysdeps/s390/fpu/libm-test-ulps: Update.
4885         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
4886         fchownat syscall if available.
4887         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
4888         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
4889         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
4891 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4893         * nis/nis_xdr.c: Avoid some function calls.
4895 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
4896             Ulrich Drepper  <drepper@redhat.com>
4898         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
4899         short cut if only one name component is stripped away.
4901 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4903         * nis/nis_call.c: Minor cleanups throughout.
4904         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
4905         (first_shoot): Add search_parent_first parameter.  Only if it is set
4906         search parent server first.
4907         If directory for table found through cold start cache is not the same
4908         as referenced in the cache, don't use it.
4909         (__nisfind_server): Take additional parameter.  Pass it on to
4910         first_shoot.
4911         (__prepare_niscall): Adjust __nisfind_server call.
4912         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
4913         * nis/nis_table.c: Adjust __nisfind_server call.
4914         * nis/nis_lookup.c: Likewise.
4915         (nis_lookup): Don't loop endlessly if name is reduced to ".".
4917 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
4919         [BZ #2182]
4920         * math/s_cacosh.c: Return values from positive branch.
4921         * math/s_cacoshf.c: Likewise.
4922         * math/s_cacoshl.c: Likewise.
4924         [BZ #2883]
4925         * sysvipc/sys/msg.h: Change return value to ssize_t.
4926         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4927         * sysvipc/msgrcv.c: Likewise.
4928         * include/sys/msg.h: Likewise.
4930         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
4931         test introduced in patch for bz #661.
4932         (getgrouplist): Simplify code a bit.  Don't allocate one additional
4933         element for NEWGROUPS.
4935         [BZ #2908]
4936         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
4937         'f', use '1' as leading digit not '\1'.
4938         * stdio-common/Makefile (tests): Add bug16.
4939         * stdio-common/bug16.c: New file.
4941         [BZ #2914]
4942         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
4943         and don't try to open it.  The patch introducing the macro
4944         contained a bug and used the same file name as the new file
4945         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
4946         this out completely.
4948         [BZ #2926]
4949         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
4950         Patch by Jerry James <Jerry.James@usu.edu>.
4952         * rt/Makefile (tests): Add tst-clock2.
4953         * rt/tst-clock2.c: New file.
4955         [BZ #2978]
4956         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
4957         function and its parameters and pass it to new thread.
4958         (__gai_notify): Add support for alternative waiting for completion.
4959         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
4960         waiting for completion.
4961         * resolv/getaddrinfo_a.c: Likewise.
4962         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
4963         waiting for completion is used.
4964         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
4965         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
4966         * resolv/gai_error.c: Likewise.
4967         * resolv/gai_sigqueue.c: Likewise.
4969 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
4971         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
4972         errno to EBADF and return MACH_PORT_NULL.
4974 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
4976         [BZ #2980]
4977         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
4979 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
4981         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
4982         walk them instead of the symbol table.
4984 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
4986         [BZ #2098]
4987         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
4988         status of NSS calls, not the number of returned entries.
4990         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
4991         request_key, keyctl.
4993 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4995         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
4997 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
4999         * elf/tst-auditmod1.c: Fix typo in #error.
5001 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
5003         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
5005         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
5007 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
5009         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
5010         that the directory is empty even on non-POSIX filesystems.
5012 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
5014         * elf/dl-open.c (dl_open_worker): Add branch prediction.
5016         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
5017         the backend NSS module.  If backend setgrent call failed, don't have
5018         internal_setgrent fail.  Just remember this until it is needed.
5019         * nis/nss_compat/compat-pwd.c: Likewise.
5020         * nis/nss_compat/compat-spwd.c: Likewise.
5022 2006-07-30  Roland McGrath  <roland@redhat.com>
5024         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
5025         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
5026         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
5027         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
5029         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
5030         (nanosleep_not_cancel): New macro.
5031         (sigsuspend_not_cancel): new macro.
5032         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
5033         (do_sigsuspend): Define as inline.
5034         (__sigsuspend): Always use do_sigsuspend.
5035         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
5036         * include/signal.h: Declare __sigsuspend_nocancel.
5037         * sysdeps/posix/pause.c
5038         [! NO_CANCELLATION] (__pause_nocancel): New function.
5040         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
5041         * include/time.h (__nanosleep_nocancel): Likewise.
5043 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
5045         * locale/programs/localedef.c (add_to_readlist): Rename local
5046         variables to avoid confusion.
5048         * locale/programs/charmap.c (charmap_read): Emit error message if
5049         charmap couldn't be found or read.
5051 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
5053         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5054         __ASSUME_FUTEX_LOCK_PI.
5055         * include/time.h: Declare __nanosleep_nocancel.
5056         * include/unistd.h: Declare __pause_nocancel.
5058         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
5059         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
5060         get the __stack_chk_fail_local definition when it's needed.
5062 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
5064         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
5065         * dlfcn/bug-atexit3.c: New file.
5066         * dlfcn/bug-atexit3-lib.cc: New file.
5068         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
5069         used when the namespace is not the base namespace.
5071 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
5073         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
5074         (__new_exitfn): Bump it in every successful call.
5075         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
5076         more exit handlers, call them right away.
5077         * stdlib/exit.h: Declare __new_exitfn_called.
5079 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
5081         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
5082         calling registered handler.
5084         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
5085         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5086         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5087         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5088         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5089         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5090         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5091         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5093 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
5095         * elf/dl-lookup.c (dl_new_hash): New functions.
5096         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
5097         value here.  Compute new-style hash value.  Pass new hash value
5098         and reference to variable with the old value to do_lookup_x.
5099         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
5100         old-style hash table.
5101         (_dl_debug_bindings): Pass new hash value and reference to variable
5102         with the old value to do_lookup_x.
5103         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
5104         new-style hash value and change old-style hash value parameter to
5105         be a reference.  Reoganize functions to determine whether
5106         new-style hash table is available.  Only fall back on old-style
5107         table.  If old-style hash value is needed, compute it here.
5108         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
5109         entry.
5110         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
5111         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
5112         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
5113         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
5114         * Makeconfig: If linker supports --hash-style option add it to all
5115         linker command lines to build DSOs.
5116         * config.make.in: Define have-hash-style.
5117         * configure.in: Test whether linker supports --hash-style option.
5119         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
5120         * sysdeps/generic/ldsodefs.h: Adjust prototype.
5122 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
5124         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
5125         auditing.
5127         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
5128         RPATH of main map twice.
5130 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
5132         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
5133         look further, return original strings.
5134         (_nl_find_msg): Do not return found translation if the conversion
5135         failed.  Either signal the string is unusable or that something went
5136         wrong and the original should be used.
5138 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
5140         * string/_strerror.c (__strerror_r): Add __builtin_expect.
5142 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
5144         [BZ #2766]
5145         * misc/insremque.c (insque): Handle prev == NULL.
5146         * misc/Makefile (tests): Add tst-insremque.
5147         * misc/tst-insremque.c: New test.
5149 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
5151         [BZ #2792]
5152         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
5153         conflict with DL_DST_REQUIRED.
5155 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
5157         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
5158         match what Solaris does.
5160 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
5162         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
5163         local_setegid instead of seteuid and setegid.
5164         * sysdeps/generic/local-setxid.h: New file.
5165         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
5167         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
5169         * string/Makefile (tests): Add bug-envz1.
5170         * string/bug-envz1.c: New file.
5172 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5174         * posix/regex_internal.c (re_string_skip_chars): If no character has
5175         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
5176         to the byte which couldn't be converted.
5177         (re_string_reconstruct): Don't clear valid_raw_len before calling
5178         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5179         tip_context using re_string_context_at.
5180         * posix/Makefile: Add rules to build and run bug-regex25 test.
5181         * posix/bug-regex25.c: New test.
5183 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
5185         [BZ #2703]
5186         * string/envz.c (envz_strip): Correct erroneously reversed src
5187         and dest parameters to memmove() invocation.
5189 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
5191         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
5192         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
5193         to make sure the database has been already invalidated.
5194         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
5195         after the cache has been invalidated.  Use pthread_mutex_lock rather
5196         than pthread_mutex_trylock if fd != -1.
5197         * nscd/connections.c (invalidate_cache): Add fd argument, write
5198         response to fd if not calling prune_cache, pass fd to prune_cache.
5199         (handle_request): Adjust invalidate_cache caller.
5200         (nscd_run): Pass -1 as fd to prune_cache.
5202 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
5204         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
5205         the correct place.
5207 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
5209         * nscd/nscd.h (struct database_dyn): Add prunelock field.
5210         * nscd/cache.c (prune_cache): Take prunelock before starting the
5211         work.  Just return in case it is already taken.
5212         * nscd/connections.c (dbs): Initialize .prunelock.
5214 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
5216         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
5217         copying.  No need to allocate new array for group members.  Just
5218         move the pointers and update the size.
5220         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
5221         Avoid memory leak in case realloc fails.  Simplification for
5222         better code generation.
5224         Avoid deprecation warning because of libc_hidden_proto for
5225         inet6_option_alloc.
5226         * inet/inet6_option.c (option_alloc): Renamed from
5227         inet6_option_alloc.  Made static.
5228         (inet6_option_alloc): Now a simple wrapper around option_alloc.
5229         (inet6_option_append): Call option_alloc.
5230         * include/netinet/in.h: Remove libc_hidden_proto for
5231         inet6_option_alloc.
5233         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
5234         for cleanup when cb!=NULL [Coverity CID 233].
5236 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
5238         [BZ #2693]
5239         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
5240         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
5241         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
5242         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
5243         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
5244         and inet6_rth_getaddr.
5245         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
5246         array.
5247         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
5248         Mark inet6_option_* interfaces as deprecated.
5249         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
5250         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
5251         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
5252         inet6_rth_segments, and inet6_rth_getaddr.
5253         * inet/inet6_opt.c: New file.
5254         * inet/inet6_rth.c: New file.
5256         * inet/netinet/icmp6.h: Pretty printing.
5258         [BZ #2683]
5259         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
5261 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
5263         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
5264         doing it all here.  When server does not know the answer do not
5265         fail immediate, try parent first.
5267         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
5268         overflow test.
5270 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
5272         * nis/nis_call.c (__prepare_niscall): New function.  Split out
5273         from __do_niscall.
5274         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
5275         and exported.
5276         (__follow_path): New function.  Split out from nis_list.
5277         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
5278         _xdr_nis_result.
5279         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
5280         _xdr_nis_result.
5281         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
5282         and __follow_path.
5283         * nis/Versions: Export __prepare_niscall, __create_ib_request,
5284         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
5285         from libnsl for version GLIBC_PRIVATE.
5286         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
5287         Remove entry parameter from _nss_nisplus_parse_pwent and
5288         _nss_nisplus_parse_grent.
5289         * nis/nss_nisplus/nisplus-parser.c: Likewise.
5290         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
5291         again.  Rewrite getpwent handling to not use nis_first_entry and
5292         nis_next_entry.  Roll out own niscall handling.
5293         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5295         * sunrpc/xdr_rec.c: Fix typo in comment.
5297 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
5299         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
5300         handling.
5302         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
5303         to allocate memory for my_pollfd.  Better initialization of
5304         cb_is_running.  Use TEMP_FAILURE_RETRY.
5306         * malloc/memusage.sh (memusageso): Add quotes.
5307         (memusagestat): Likewise.
5308         * debug/xtrace.sh (pcprofileso): Likewise.
5309         (pcprofiledump): Likewise.
5310         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
5311         replacement.
5312         * malloc/Makefile ($(objpfx)memusage): Likewise.
5314         * nis/nis_callback.c (__nis_create_callback): Calls to
5315         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
5316         asprintf call fails.
5318         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
5319         no uninitialized memory is passed to sendto.
5321 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5323         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
5324         of snprintf+strdup.  Handle OOM.
5325         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
5326         cb->serv together.  Remove now obsolete free calls.
5327         (__nis_destroy_callback): Remove now obsolete free call.
5329 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
5331         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
5332         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
5333         and ULA respectively). Set precedence for IPv4 address to 10 as
5334         defined in RFC3484 for preferring IPv6.
5335         * posix/gai.conf: Update to match the new default tables.
5337 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
5339         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
5340         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
5341         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
5342         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
5344         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
5345         Removed.
5346         (init_nss_interface): Remove initialization of these variables.
5348 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5350         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
5351         nis_free_directory forward to avoid duplication.
5353 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
5355         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
5356         rec_dirsearch returning NULL.
5357         (first_shoot): Handle __nis_finddirectory returning NULL.
5358         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
5360         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
5361         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
5363 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
5365         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
5366         pid changed.
5368 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
5370         * include/rpc/pmap_prot.h: Mark all functions as hidden.
5372         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
5373         * nscd/nscd_getgr_r.c: Likewise.
5375         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
5377         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
5378         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
5380         * stdlib/longlong.h (__clz_tab): Mark as hidden.
5382         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
5384         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
5386         * include/rpc/auth.h: Mark xdr_des_block_internal and
5387         xdr_opaque_auth_internal as hidden.
5389         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
5390         hidden.
5392         * include/rpc/xdr.h: Mark all _internal functions as hidden.
5394         * misc/getusershell.c (okshells): Don't use static initializers,
5395         do it dynamically.
5397         * stdlib/fmtmsg.c (keywords): Change type of len element to
5398         uint32_t to not waste space on 64bit machines.
5400         * locale/setlocale.c: Change _nl_category_names into a string.
5401         Add new _nl_category_name_idxs.  Change all users.
5402         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
5403         Declare _nl_category_name_idxs.
5404         * locale/findlocale.c: Adjust for _nl_category_names change.
5405         * locale/loadlocale.c: Likewise.
5406         * locale/newlocale.c: Likewise.
5407         * intl/dcigettext.c: Likewise.
5409         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
5410         (add_alias2): ...here.  New function.
5411         (__gconv_read_conf): Simplify builtin alias handling.
5412         (builtin_aliases): Convert to string to avoid relocations.
5413         * iconv/gconv_builtin.h: Add comment about correct formatting.
5415 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
5417         * resolv/res_debug.c (loc_ntoa): Make error const.
5419 2006-05-14  Andreas Schwab  <schwab@suse.de>
5421         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
5423 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
5425         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
5426         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
5427         sizeof (cpu_set_t).
5429 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
5431         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
5433         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
5435         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
5436         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
5438         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
5439         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
5441         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
5442         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
5443         xdr_cback_data.
5445         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
5446         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5447         xdr_ypupdate_args.
5449         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
5450         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
5452         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
5453         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
5455         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
5456         * include/rpcsvc/nis_callback.h: New file.
5458         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
5459         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
5461         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5462         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5464         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
5465         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
5467         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5468         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5470         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
5471         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5472         xdr_ypdelete_args.
5474         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
5475         __BEGIN_DECLS and __END_DECLS, the header is not installed.
5477         * nis/nis_error.c: Remove table of strings.  Use position
5478         independent mechanism.
5479         * nis/nis_error.h: New file.
5481 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
5483         * locale/programs/ld-time.c (time_finish): If wide era name or
5484         format aren't provided, set both wname and wformat to L"".
5486 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5488         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
5489         results if the call was succesful.
5491         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
5493         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
5494         as hidden.
5496 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
5498         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
5500 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5502         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
5503         caller makes sure this is not the case.
5504         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
5506 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
5508         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
5509         calls.
5511         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
5512         [Coverity CID 229, 230]
5514         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
5515         DGETTEXT calls.
5516         (hol_help): Likewise.  [Coverity CID 226, 227]
5518         * string/argz-replace.c (__argz_replace): Unconditionally call
5519         free on SRC.  [Coverity CID 225]
5521         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
5522         the return value of __nis_default_owner and __nis_default_group,
5523         it has been especially allocated.  [Coverity CID 224]
5525         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
5526         searchgroup and searchowner.  Significantly simplified.
5527         (__nis_default_owner): Remove duplication.  Do not locally copy the
5528         string before duplicating it.
5529         (__nis_default_group): Likewise.
5531         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
5532         we must clear the variable before calling __nisfind_server.
5534         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
5535         nis_getnames.  [Coverity CID 223]
5537         * locale/programs/locfile.c (locfile_read): Use alloca instead of
5538         xmalloc to allocate local repertoire name.  [Coverity CID 222]
5540         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
5541         allocate memory for the input to add_bytes.  [Coverity CID 221]
5543         * posix/wordexp.c (w_addword): Free word if realloc fails and it
5544         was allocated here.  [Coverity CID 219, 220]
5546         * posix/getconf.c (print_all): Free confstr data after printing.
5547         [Coverity CID 218]
5549         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
5550         list allocation fails.  [Coverity CID 215]
5552         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
5553         [Coverity CID 213]
5555         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
5556         string is NULL.  [Coverity CID 212]
5557         * argp/Makefile: Add rules to build and run bug-argp1.
5558         * argp/bug-argp1.c: New file.
5560         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
5561         end of string.
5562         * stdlib/canonicalize.c (__realpath): Likewise.
5564         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
5565         pointer.  [Coverity CID 206]
5567         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
5568         in statically linked code.
5569         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
5570         statically built code, be prepared to have no link map.
5571         [Coverity CID 205]
5573         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
5574         dgettext calls. [Coverity CID 204]
5576         * argp/argp-help.c (struct uparams): Remove valid member.  Change
5577         the one user.
5578         (uparam_names): Reduce size.  Avoid relative relocations.
5579         Moved to read-only segment.
5580         (fill_in_uparams): Update for new layout.
5582         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
5583         assumed to always be != NULL. [Coverity CID 202]
5585         * argp/argp-help.c (hol_entry_help): Remove some dead code
5586         [Coverity CID 200].
5588         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
5589         away a few more unconditional yperr2nss calls.
5590         (_nss_nis_getservbyname_r): Likewise.
5592 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
5594         * sysdeps/generic/ldsodefs.h: Remove support for non-core
5595         architectures.
5597         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
5598         that unused memory passed to sendto is nevertheless initialized.
5600         [BZ #2499]
5601         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
5602         possibly unaligned memory accesses.
5604         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
5605         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
5606         and __putlong respectively.  Correct buffer overflow check for
5607         NS_NOTIFY_OP.
5609         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
5611         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
5612         (send_dg): Rewrite error handling to be more compact and avoid
5613         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
5615         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
5617         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
5618         instead of ns_get16.
5619         (res_queriesmatch): Likewise.  Minor optimization.
5621         [BZ #2499]
5622         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
5623         __libc_res_nsend might reallocate the buffer for the answer.  In
5624         this case we have to reload the HP pointer.
5626 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5628         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
5629         some branch prediction hints.
5631         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
5632         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5633         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5634         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5635         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5636         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5637         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5638         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5640 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5642         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
5643         by a GOT relocation to make Scrt1.o position independent.
5644         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5646         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
5647         six system call parameters.
5648         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5650 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5652         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
5653         malloc&bzero.
5655         * sunrpc/svc_udp.c (BZERO): Remove definition.
5656         (CALLOC): Define.
5657         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
5659         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
5660         (des_SPtrans): Use uint32_t type.
5661         (des_skb): Likewise.
5663         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
5665 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
5667         [BZ #2509]
5668         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
5669         on 32-bit arches.
5671 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5673         * locale/programs/ld-address.c (address_finish): Fix one more
5674         place where the iso639 array might be accessed beyond the limits.
5676 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
5678         * nis/nis_table.c (nis_list): Avoid clearing res twice before
5679         filling it for the first time.
5681         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
5682         Adjust all callers.
5683         Free res object content before returning.
5685         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
5687         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
5688         client->cl_auth.
5690         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
5691         cleanup for initial thread, just the free call on TVP.
5693         * nscd/gai.c (__getline): Define.
5696 See ChangeLog.16 for earlier changes.