Update.
[glibc.git] / ChangeLog
blobe71e752bfb45ec2c3264d9ee8ae6fd8861771f88
1 2004-10-14  Jakub Jelinek  <jakub@redhat.com>
3         * elf/rtld.c (_dl_start): Fix one last dl_loaded.
4         * elf/dl-load.c (_dl_map_object_from_fd): Avoid definition of
5         label when it is not needed.
6         * elf/dl-close.c (_dl_close): Typo: & -> &&.
8 2004-10-12  Jakub Jelinek  <jakub@redhat.com>
10         * sysdeps/generic/segfault.c: Include alloca.h and stdint.h.
11         Don't include frame.h.
12         (CURRENT_STACK_FRAME, INNER_THAN, ADVANCE_STACK_FRAME): Remove.
13         (catch_segfault): Use backtrace function.
15         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Fix comment.
16         * sysdeps/unix/sysv/linux/ia64/register-dump.h: New file.
17         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h (GET_PC): Return sc_ip
18         field.
20 2004-10-13  Ulrich Drepper  <drepper@redhat.com>
22         Add support for namespaces in the dynamic linker.
23         * dlfcn/Makefile (libdl-routines): Add dlmopen.
24         * dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen.
25         * dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM.
26         Declare dlmopen.  Document RTLD_DI_LMID.
27         * dlfcn/dlinfo.c: Handle RTLD_DI_LMID.
28         * dlfcn/dlmopen.c: New file.
29         * dlfcn/dlopen.c: Pass new parameter to _dl_open.
30         * dlfcn/dlopenold.c: Likewise.
31         * elf/dl-addr.c: Adjust for removal of GL(dl_loaded).
32         * elf/dl-caller.c: Likewise.
33         * elf/dl-close.c: Likewise.
34         * elf/dl-conflict.c: Likewise.
35         * elf/dl-debug.c: Likewise.
36         * elf/dl-lookup.c: Likewise.
37         * elf/dl-sym.c: Likewise.
38         * elf/dl-version.c: Likewise.
39         * elf/do-lookup.h: Likewise.
40         * elf/rtld.c: Likewise.
41         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
42         * elf/dl-depsc: Likewise.  Add new parameter to _dl_map_object.
43         * elf/dl-fini.c: Call destructors in all namespaces.
44         * elf/dl-iteratephdr.c: Compute total nloaded.  Adjust for removal of
45         GL(dl_loaded).
46         * elf/dl-libc.c: Pass new parameter to _dl_open.  Adjust for removal
47         of GL(dl_loaded).
48         * elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second
49         time.  Reuse the one from the main namespace in all others.
50         Pass new parameter to _dl_new_object.
51         Adjust for removal of GL(dl_loaded).
52         * elf/dl-object.c: Take new parameter.  Use it to initialize l_ns.
53         Adjust for removal of GL(dl_loaded).
54         * elf/dl-open.c (_dl_open): Take new parameter.
55         Adjust for removal of GL(dl_loaded).
56         * elf/dl-support.c: Replace global _dl_loaded etc variables with
57         _dl_ns variable.
58         * include/dlfcn.h: Adjust prototype of _dl_open.
59         Define __LM_ID_CALLER.
60         * include/link.h: Add l_real, l_ns, and l_direct_opencount elements.
61         * sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS.  Since libc is
62         using TLS we need memory appropriate to the number of namespaces.
63         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded,
64         _dl_nloaded, _dl_global_scope, _dl_main_searchlist, and
65         _dl_global_scope_alloc with _dl_ns element.  Define DL_NNS.
66         Adjust prototypes of _dl_map_object and member in rtld_global_ro.
67         * malloc/malloc.c: Include <dlfcn.h>.
68         * malloc/arena.c (ptmalloc_init): If libc is not in primary namespace,
69         never use brk.
70         * elf/Makefile: Add rules to build and run tst-dlmopen1 and
71         tst-dlmopen2.
72         * elf/tst-dlmopen1.c: New file.
73         * elf/tst-dlmopen1mod.c: New file.
74         * elf/tst-dlmopen2.c: New file.
76         * elf/dl-close.c: Improve reference counting by tracking direct loads.
77         * elf/dl-lookup.c (add_dependency): Likewise.
78         * elf/dl-open.c (dl_open_worker): Likewise.
79         * elf/rtld.c (dl_main): Likewise.
81 2004-09-09  GOTO Masanori  <gotom@debian.or.jp>
83         [BZ #77]
84         * elf/dl-close.c: Count down l_opencount to check not only for
85         l_reldeps, but also l_initfini.
87 2004-10-13  Ulrich Drepper  <drepper@redhat.com>
89         * elf/dl-close.c (_dl_close): Update bug reporting instructions.
91 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
93         * timezone/asia: Update from tzdata2004e.
94         * timezone/southamerica: Likewise.
95         * timezone/private.h: Update from tzcode2004e.
96         * timezone/zdump.c: Likewise.
98         * stdio-common/vfscanf.c: Add support for reading localized
99         digits.  Patch mainly by Hamed Malek <hamed@bamdad.org>.
101         * resolv/res_init.c (res_thread_freeres): Reset _res.options.
102         [BZ #434]
104         * resolv/res_send.c (send_dg): Use nonblocking sockets.  Add
105         appropriate poll/select calls and restart operation if necessary.
106         Also handle EINTR.
108         * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
109         for debugging.
111         * elf/dl-sym.c (do_sym): Avoid using global variable.
113         * elf/dl-addr.c (_dl_addr): Really use match everywhere.
115 2004-10-09  Andreas Schwab  <schwab@suse.de>
117         * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Remove use of cast as
118         lvalue.
120         * sysdeps/m68k/fpu/bits/mathinline.h: Remove __THROW from inline
121         definitions.
123 2004-10-07  Andreas Schwab  <schwab@suse.de>
125         * misc/sys/uio.h: Change __vector to __iovec to avoid clash with
126         altivec.
128 2004-10-06  Alan Modra  <amodra@bigpond.net.au>
130         * gmon/Makefile (CFLAGS-mcount.c): Move before inclusion of "Rules".
131         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-mcount.c): Add
132         -msoft-float.
133         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): New macros.
134         (CALL_MCOUNT): Replace with a gas macro implementation.
135         (EALIGN): Delete PROF version.
136         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Invoke CALL_MCOUNT.
137         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Likewise.
138         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
139         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
140         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
141         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
142         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
143         * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
144         * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
145         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
146         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
147         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
148         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise.
149         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise.
150         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
151         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
152         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
153         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
154         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
155         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
156         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
157         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
158         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
159         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
160         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
161         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
162         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
164         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add extra entry point
165         past _mcount call.
166         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Use it.
167         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
169 2004-10-06  Ulrich Drepper  <drepper@redhat.com>
171         * resolv/res_mkquery.c (res_nmkquery): Reject randombits value if
172         low 16 bits are zero.
174 2004-10-06  Jakub Jelinek  <jakub@redhat.com>
176         * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h.
177         (do_test): Use %p instead of 0x%08X to print a pointer.
179         * malloc/malloc.c: Include stdio-common/_itoa.h.
181 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
183         * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
184         for prelink message.
186 2004-10-05  Jakub Jelinek  <jakub@redhat.com>
188         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
189         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
191 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
193         * grp/initgroups.c: Remove duplicate group IDs.
194         * grp/compat-initgroups.c: Likewise.
195         * nscd/initgrcache.c: Likewise.
197 2004-10-05  Jakub Jelinek  <jakub@redhat.com>
199         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L
200         for _SC_CPUTIME or _SC_THREAD_CPUTIME.
202         * nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus
203         -fpie if building PIE.
204         (CFLAGS-*.c): Use it.
206         * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro.
207         ($(objpfx)nscd): Add $(relro-LDFLAGS).
209         * sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h.
210         (__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if
211         !HP_TIMING_AVAIL.
213 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
215         * nscd/Makefile (distribute): Remove TODO.
216         * nscd/TODO: Removed.
218 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
220         * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
221         defined and __ASSUME_NETLINK_SUPPORT is zero.
222         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
223         -DNEED_NETLINK.
225         * malloc/mtrace.pl: Avoid calling location unless it is needed for
226         output.  Patch by Edward Bishop <binutils@gmail.com>.
228         * nscd/Makefile (CFLAGS-gai.c): Add -fpie.
230 2004-10-04  H.J. Lu  <hongjiu.lu@intel.com>
232         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
233         (clock_getcpuclockid): Add missing retval.
235         * sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.
237 2004-10-04  Roland McGrath  <roland@redhat.com>
239         * include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
240         to rtld_errno.
241         * sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it,
242         and don't define any other errno names.
243         * sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in
244         place of errno.
245         * sysdeps/unix/i386/sysdep.S: Likewise.
246         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
247         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
248         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
249         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
250         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
251         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
252         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
253         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
254         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
255         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
256         * sysdeps/unix/x86_64/sysdep.S: Likewise.
258         * sysdeps/generic/errno.c [! USE___THREAD] (errno): Use `nocommon'
259         attribute instead of `section'.
261 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
263         * sysdeps/unix/sysv/linux/ia64/sysconf.c: New file.
264         * sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c.
265         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual
266         testing code to...
267         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here.  New file.
268         * sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for
269         _SC_CPUTIME and _SC_THREAD_CPUTIME.
271         * nscd/connections.c (start_threads): Use sysconf in case
272         _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero.
274         * nscd/Makefile (nscd-modules): Add gai.
275         * nscd/gai.c: New file.
276         * nscd/nscd.c: Remove getaddrinfo stub definition.
278         * assert/assert.h: Give up on using __builtin_expect.
280         * elf/rtld.c (dl_main): Only skip => output in ldd mode if both
281         strings are identical.
283 2004-03-18  Jakub Jelinek  <jakub@redhat.com>
285         * malloc/arena.c (aligned_heap_area): New variable.
286         (new_heap): If aligned_heap_area != NULL, attempt to use that
287         first.  If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes
288         aligned, remember the second half in aligned_heap_area.
289         (delete_heap): Clear aligned_heap_area if deleting the area right
290         before aligned_heap_area.
292 2004-10-03  Juerg Billeter  <j@bitron.ch>
294         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd
295         can't be used.  [BZ #424]
297 2004-10-03  Ulrich Drepper  <drepper@redhat.com>
299         Dynamically create new threads if necessary.
300         * nscd/connections.c (fd_ready): If no thread available for processing
301         the request, create a new one unless the limit is reached.
302         (start_threads): Check errors from pthread_create.
303         * nscd/nscd.h: Declare max_nthreads.
304         * nscd/nscd_conf.c: Parse max-nthreads entry.
305         * nscd/nscd.conf: Add max-threads entry.
306         * nscd/nscd_stat.c: Print current and maximum number of threads.
308         Implement paranoia mode.
309         * nscd/connections.c (nscd_init): Mark database and socket descriptors
310         as close on exec.
311         (restart): New function.
312         (restart_p): New function.
313         (nscd_run): Add missing descrement of nready in case readylist is
314         empty.
315         (main_loop_poll): Call restart_p and restart.
316         (main_loop_epoll): Likewise.
317         (begin_drop_privileges): Save original UID and GID.
318         * nscd/nscd.c: Define new variables paranoia, restart_time,
319         restart_interval, oldcwd, old_gid, old_uid.
320         (main): Disable paranoia mode if we are not forking.
321         (check_pid): When re-execing, the PID file contains the same PID as
322         the current process.  Do not fail in this case.
323         * nscd/nscd.conf: Add paranoia and restart-interval entries.
324         * nscd/nscd.h: Define RESTART_INTERVAL.  Declare new variables.
325         * nscd/nscd_conf.c: Parse paranoia and restart-internal configurations.
326         * nscd/nscd_stat.c: Print paranoia and restart-internal values.
328         * nscd/connections.c: Implement alternative loop for main thread
329         which uses epoll.
330         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
331         (CFLAGS-connections.c): Add -DHAVE_EPOLL.
333 2004-10-02  Ulrich Drepper  <drepper@redhat.com>
335         * nscd/Makefile (CFLAGS-initgrcache.c): Add to CFLAGS-* variables,
336         don't replace old content.
338         * nscd/connections.c: Rewrite handling of incoming connections.  All
339         are handled by one thread which then hands off the descriptors for the
340         real work to the worker threads.
341         * nscd/Makefile: Link nscd with librt.
343         * nscd/selinux.c: Pretty printing.
345         * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to
346         output.  Let syslog do the formatting if debug_level == 0.
348         * nscd/nscd_helper.c (get_mapping): No need to check timestamp if
349         nscd_certainly_running is nonzero.
351 2004-10-02  Simon Josefsson  <jas@extundo.com>
353         [BZ #420]
354         * sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to
355         make the file usable inside gnulib.
357 2004-10-01  Ulrich Drepper  <drepper@redhat.com>
359         * malloc/malloc.c (public_vALLOc): Add missing use of hooks.
360         (public_pVALLOc): Likewise.
362         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the
363         group the caller provided unless there is a real problem.
365         * posix/bug-glob1.c (prepare): Fix creation of symlink.
367 2004-09-30  Ulrich Drepper  <drepper@redhat.com>
369         * posix/Makefile: Add rules to build and run bug-glob1.
370         * posix/bug-glob1.c: New file.
372         * iconv/iconv_prog.c (main): Print progress information to stderr.
374         * nscd/nscd.c (termination_handler): Reset timestamp so that
375         clients immediately stop using the database.
377         * nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last
378         parameter.
379         (__nscd_drop_map_ref): Change second parameter to be a reference to
380         a variable.  Update variable when cycle count changed.
381         * nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too.
382         * nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref.  Reinitialize
383         all variables and avoid memory leak in case of retries.
384         * nscd/nscd_getgr_r.c: Likewise.
385         * nscd/nscd_gethst_r.c: Likewise.
386         * nscd/nscd_getpw_r.c: Likewise.
387         * nscd/nscd_initgroups.c: Likewise.
389         * nscd/nscd.h: Add declaration of addinitgroups and
390         readdinitgroups.
392 2004-09-30  Andreas Jaeger  <aj@suse.de>
394         * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie.
395         (CFLAGS-initgrcache.c): Set to -fexceptions.
397 2004-09-29  Ulrich Drepper  <drepper@redhat.com>
399         * sysdeps/generic/glob.c (glob_in_dir): Don't blindly trust
400         readdir results; for symlinks or files of unknown type check using
401         stat whether the file exists.
403         * posix/tst-gnuglob.c (find_file): Handle leading "./".  Fix
404         recognition of files.
406 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
408         * time/tzfile.c (tzfile_mtime): New variable.
409         (__tzfile_read): Reread the file if mtime is different.
411 2004-09-28  Jakub Jelinek  <jakub@redhat.com>
413         * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf, __fdim, fdimf, fdim):
414         Handle +inf/+inf.
415         * sysdeps/powerpc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
416         * sysdeps/sparc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
418 2004-09-29  Ulrich Drepper  <drepper@redhat.com>
420         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use correct constant for
421         testing result of __nscd_get_map_ref.
423 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
425         * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.
426         * sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise.
427         * sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise.
429 004-09-29  Ulrich Drepper  <drepper@redhat.com>
431         * grp/initgroups.c: Move compat_call implementation...
432         * grp/compat-initgroups.c: ...to here.  New file.
433         * grp/Makefile (distribute): Add compat-initgroups.c.
434         (CFLAGS-initgroups.c): Add -DUSE_NSCD=1.
435         * mscd/initgrcache.c: New file.
436         * nscd/nscd_initgroups.c: New file.
437         * nscd/Makefile (routines): Add nscd_initgroups.
438         (nscd-modules): Add initgrcache.
439         * nscd/cache.c (prune_cache): Add support for INITGROUPS entries.
440         * nscd/connections.c: Handle INITGROUPS requests.
441         * nscd/nscd-client.h: Define INITGROUPS, initgr_response_header.
442         Add initgrdata element to struct datahead.  Fix typo in comment.
443         * nscd/nscd_proto.h: Declare __nscd_getgrouplist.  Fix parameter
444         type in __nscd_getgrgrid_r.
445         * nscd/selinux.c (perms): Add INITGROUPS entry.
447         * nscd/nscd_getai.c: No need to include <sys/mman.h>.
449         * sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without
450         assigned addresses.
451         * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
452         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
453         * sunrpc/clnt_udp.c (is_network_up): Likewise.
455         * nscd/nscd.c: Define getaddrinfo hidden so that it is never found
456         outside.
458         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_segvflags):
459         Renamed from si_flags due to conflict with si_flags from <elf.h>.
461 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
463         * nscd/nscd_getai.c: Use NO_MAPPING instead of MAP_FAILED for test
464         of failing __nscd_get_map_ref.  Fix a few typos.
466         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Make sure
467         SIGSETXID is not blocked.
468         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Likewise.
469         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Likewise.
470         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
471         * sysdeps/generic/sigfillset.c (sigfillset): Don't set SIGSETXID.
473         * sunrpc/get_myaddr.c (get_myaddress): Fix test for failing
474         getifaddrs call.
475         * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
476         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
477         * sunrpc/Makefile (xtests): Add tst-getmyaddr.
478         * sunrpc/tst-getmyaddr.c: New file.
480         * malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to
481         disable all checking.
483         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_flags): Add
484         support to get this value.
486 2004-09-28  Jakub Jelinek  <jakub@redhat.com>
488         * io/utime.h (utime): Allow second argument to be NULL.
490 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
492         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP
493         address and AI_CANONNAME is set, return copy of NAME as ai_canonname.
495 2004-09-27  Andreas Jaeger  <aj@suse.de>
497         * sysdeps/i386/dl-machine.h (elf_machine_rela_relative): Replace
498         static inline by auto inline, add always_inline attribute.
499         (elf_machine_rel): Likewise.
500         (elf_machine_rela): Likewise.
501         (elf_machine_lazy_rel): Likewise.
502         (elf_machine_lazy_rela): Likewise.
503         (elf_machine_rel_relative): Likewise.
505 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
507         * sunrpc/xdr_intXX_t.c: Add xdr_quad_t and xdr_u_quad_t aliases.
508         * sunrpc/rpc/xdr.h: Declare xdr_quad_t and xdr_u_quad_t.
509         * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER.
510         Otherwise isvectordef will loop infinitely if typedef hyper int64_t
511         is seen.
512         (unsigned_dec): Use "u_quad_t" for similar reasons.
513         * sunrpc/Versions: Export xdr_quad_t and xdr_u_quad_t.
515 2004-09-27  Roland McGrath  <roland@redhat.com>
517         * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
518         twiddling in last change.
520         * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.
522         [BZ #409]
523         * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
524         * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
525         * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro.
526         [WCONTINUED] (__WIFCONTINUED): New macro.
527         (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no
528         branches.
530         * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to
531         all three syscall uses, not just one!
533 2004-09-26  Richard Henderson  <rth@redhat.com>
535         * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue.
536         * sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points
537         to 16 byte boundaries.
539 2004-09-26  Ulrich Drepper  <drepper@redhat.com>
541         * elf/readlib.c (process_file): Before complaining about too-short
542         file, check that it potentially be an ELF file.  Also complain about
543         empty files.  [BZ #151].
545         * scripts/test-installation.pl: Fix ld.so recognition for new
546         LD_TRACE_LOADED_OBJECTS output format.
547         Patch by <jsberg04+computing.glibc@ftml.net>  [BZ #407].
549         * elf/dl-support.c (_dl_non_dynamic_init): Fix cleaning of
550         environment.  [BZ #384]
552         * sunrpc/clnt_udp.c (is_network_up): Use getifaddrs instead of ioctl.
553         * sunrpc/get_myaddr.c (get_myaddress): Likewise.
554         * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
555         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.  Change interface
556         to avoid buffer overrun and remove now useless parameters.
557         (clnt_broadcast): Adjust caller.  [BZ #381].
559         * sysdeps/generic/s_fdim.c: Handle +inf/+inf
560         * sysdeps/generic/s_fdimf.c: Likewise.
561         * sysdeps/generic/s_fdiml.c: Likewise.
562         * sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
563         * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
564         * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
565         * sysdeps/powerpc/fpu/s_fdim.c: Likewise.
566         * sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
567         * sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
568         * math/libm-test.inc (fdim_test): Add test case.  [BZ #376].
570         * sysdeps/generic/bits/types.h: Fix __SQUAD_TYPE and __UQUAD_TYPE
571         for compilers without __GLIBC_HAVE_LONG_LONG.  [BZ #362]
573         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect
574         requirement on socktype and protocol.
575         (gaih_inet): If numeric port number is given, return records for all
576         possible socket types.
577         * posix/tst-getaddrinfo2.c: New file.
578         * posix/Makefile (tests): Add tst-getaddrinfo2.  [BZ #358]
580 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
582         * locale/loadlocale.c (_nl_intern_locale_data): Recognize LC_CTYPE
583         data where _nl_value_type_LC_CTYPE does not contain the type
584         information.  Add range checks.
585         Reported by John Lumby <johnlumby@hotmail.com> [BZ #356].
587         * libio/vasprintf.c (_IO_vasprintf): Fix condition to decide
588         whether to realloc or not.
589         Reported by Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> [BZ #346].
591         * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
592         * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if
593         decided < 0.
594         * intl/finddomain.c (_nl_find_domain): Likewise.
595         * intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we
596         are done.  First set to -1 to signal initialization is ongoing.
597         Protect against concurrent callers with recursive lock.
598         * intl/finddomain.c (_nl_find_domain): Protect calls to
599         _nl_make_l10nflist.  [BZ #322]
601         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of
602         source address fails, initialized source_addr_len field so that
603         duplicate address recognition does not copy junk.
605 2004-09-25  Jakub Jelinek  <jakub@redhat.com>
607         * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second
608         result declaration.
610 2004-09-22  Andreas Schwab  <schwab@suse.de>
612         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace.
614 2004-09-24  Ulrich Drepper  <drepper@redhat.com>
616         * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be
617         opened.
619         * nis/ypclnt.c (do_ypcall): Add one missing unlock.  Simplify the
620         code a bit.
622         * misc/daemon.c (daemon): Define errno in case /dev/null is not
623         the correct device.
625         * nis/ypclnt.c (yp_bind_file): Optimize a bit.  Minimal cleanups.
627 2004-09-23  Andreas Jaeger  <aj@suse.de>
629         * locale/weight.h (findidx): Remove static, it's not supported
630         anymore with GCC 4.0 in a block scope.
631         * locale/weightwc.h (findidx): Likewise.
632         * posix/regcomp.c (seek_collating_symbol_entry): Likewise.
633         (lookup_collation_sequence_value): Likewise.
634         (build_range_exp): Likewise.
635         (build_collating_symbol): Likewise.
636         * iconv/iconvconfig.c (write_output): Likewise.
637         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
639         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove
640         static, add always_inline attribute.
641         (elf_machine_rela): Likewise.
642         (elf_machine_lazy_rel): Likewise.
644         * elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend
645         on !RESOLVE so that it's not defined in local scope.
647 2004-09-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
649         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define.
651 2004-09-23  Thorsten Kukuk  <kukuk@suse.de>
653         * sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag
654         and BLK* ioctls with linux kernel headers.
656 2004-09-23  Ulrich Drepper  <drepper@redhat.com>
658         * sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND.
659         * elf/dl-object.c (_dl_new_object): Add new parameter mode.  If mode
660         has RTLD_DEEPBIND set add local searchlist before global scope.
661         * sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype.
662         * elf/rtld.c: Adjust callers of _dl_new_object.
663         * elf/dl-load.c: Likewise.
664         (_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything
665         for DF_SYMBOLIC.
666         * elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to
667         _dl_map_object_deps.
668         * elf/tst-deep1.c: New file.
669         * elf/tst-deep1mod1.c: New file.
670         * elf/tst-deep1mod2.c: New file.
671         * elf/tst-deep1mod3.c: New file.
672         * elf/Makefile: Add rules to build and run new tests.
674         * elf/dl-deps.c: Pretty printing.
676 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
678         * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
679         argument to numbers from syscall names.
680         (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
681         (INTERNAL_SYSCALL_NCS): Renamed from...
682         (INTERNAL_SYSCALL_1): ... this.  Use INTERNAL_SYSCALL_NCS.
683         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
684         (INTERNAL_SYSCALL_NCS): Define.
685         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
686         (INTERNAL_SYSCALL_NCS): Likewise.
687         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
688         Change name argument to numbers from syscall names.
689         (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
690         (INTERNAL_SYSCALL_NCS): Define.
692 2004-09-22  Ulrich Drepper  <drepper@redhat.com>
694         * malloc/malloc.c (malloc_printerr): Use syslog if writev failed.
696         * string/string.h: Add __nonnull annotations.
697         * stdlib/stdlib.h: Likewise.
699 2004-09-20  H.J. Lu  <hongjiu.lu@intel.com>
701         * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL):
702         Renamed to ...
703         (DO_INLINE_SYSCALL_NCS): This.
704         (DO_INLINE_SYSCALL): New.
705         (INLINE_SYSCALL): Updated.
706         (INTERNAL_SYSCALL_NCS): Updated.
708 2004-09-21  Ulrich Drepper  <drepper@redhat.com>
710         * elf/sprof.c (load_shobj): Add support for reading symbol table
711         from debuginfo file.
713         * elf/ldd.bash.in: Fix syntax errors.
715 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
717         * sysdeps/unix/sysv/linux/dl-execstack.c
718         (_dl_make_stack_executable): Remove some duplication.
720         * nscd/nscd.c (options): Mark S option as hidden.
721         (parse_opt): When S option is used, print warning message.
722         * nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
723         * nscd/hstcache.c (addhstbyX): Don't handle secure mode.
724         * nscd/aicache.c (addhstaiX): Don't handle secure mode.
725         * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
727 2004-09-20  Roland McGrath  <roland@frob.com>
729         * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
730         in initializer #if defined.
732 2004-09-18  Paul Eggert  <eggert@cs.ucla.edu>
734         [BZ #391]
735         * stdlib/getsubopt.c: Merge fixes from gnulib.
736         (__strchrnul) [!_LIBC]: Define and include "strchrnul.c".
737         (getsubopt): Use prototypes, not K&R style.
738         Fix bug: memcmp(A,B,N) was being invoked on a memory block B
739         whose size might be smaller than N.  Use strncmp to avoid the bug.
741 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
743         * configure.in: If selinux has not explictly been requested, don't
744         comment on it missing.
746         * elf/dl-load.c: Define __stack_prot.
747         * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define
748         __stack_prot here, just declare it.
750 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
752         * configure.in (libc_cv_z_relro): Only set to yes if linker script
753         contains DATA_SEGMENT_RELRO_END.
755 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
757         * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking.
758         Reorder code slightly.
759         * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
760         is non-null, _dl_setup_hash will do that.
762 2004-09-19  Ulrich Drepper  <drepper@redhat.com>
764         * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call
765         callback to set IDs in all other threads as well.
766         * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
767         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
768         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
769         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
770         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
771         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
772         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
773         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
774         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
775         * sysdeps/unix/sysv/linux/setuid.c: New file.
776         * sysdeps/unix/sysv/linux/setgid.c: New file.
777         * sysdeps/unix/sysv/linux/setreuid.c: New file.
778         * sysdeps/unix/sysv/linux/setregid.c: New file.
779         * sysdeps/unix/sysv/linux/setresuid.c: New file.
780         * sysdeps/unix/sysv/linux/setresgid.c: New file.
781         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS.
782         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
785         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
786         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version.
787         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
788         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
789         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
790         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid
791         and setresuid.
792         * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid.
793         * nscd/grpcache.c: Likewise.
794         * nscd/hstcache.c: Likewise.
795         * nscd/pwdcache.c: Likewise.
797         * resolv/res_mkquery.c (res_nmkquery): Fix typo.
799 2004-09-18  Ulrich Drepper  <drepper@redhat.com>
801         * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
802         from memory.
803         * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
804         __stack_flags.
806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use
807         gethostbyname3_r if we are not looking for the canonical name.
809         * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every
810         time.
812 2004-09-18  Roland McGrath  <roland@redhat.com>
814         * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
815         system call.
817 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
819         * include/link.h (struct link_map): Add l_used element.
820         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED.
821         * elf/rtld.c (process_dl_debug): Recognize unused.
822         (dl_main): When unused debug flag is set check for unused direct
823         dependencies.
824         When printing dependencies and SONAME starts with /, omit the SONAME =>
825         part.
826         * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the
827         symbol has been found as used.
828         * elf/ldd.bash.in: Add -u option.
830 2004-09-18  Jakub Jelinek  <jakub@redhat.com>
832         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
833         Do nothing if __NR_set_tid_address is not defined.  [BZ #390]
835 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
837         * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
838         in case it is available.
840 2004-09-17  Jakub Jelinek  <jakub@redhat.com>
842         * nscd/nscd.c (parse_opt): Write arg string instead of (void *)
843         key to the socket.
845 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
847         * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute
848         for gcc 3.3 and higher.
849         * io/fcntl.h: Add __nonnull where appropriate.
850         * io/ftw.h: Likewise.
851         * io/utime.h: Likewise.
852         * io/sys/poll.h: Likewise.
853         * io/sys/sendfile.h: Likewise.
854         * io/sys/stat.h: Likewise.
855         * io/sys/statfs.h: Likewise.
856         * io/sys/statvfs.h: Likewise.
857         * posix/unistd.h: Likewise.
858         * catgets/nl_types.h: Likewise.
859         * crypt/crypt.h: Likewise.
860         * debug/execinfo.h: Likewise.
862 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
864         * posix/glob.h: Remove cruft to make header usable outside glibc.
865         The maintenance headache is too big.
867         * configure.in: Add test for required SELinux features.
868         * config.make.in: Add have-selinux entry.
869         * config.h.in: Add HAVE_SELINUX entry.
870         * nscd/Makefile (nscd-modules): Add selinux.
871         (CFLAGS-selinux.c): Add -fpie.
872         Define selinux-LIBS and use in link line.
873         * nscd/connections.c (handle_request): Check access SELinux permissions
874         before processing request.
875         * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread.
876         * nscd/nscd_stat.c: Transmit and print AVC statistics.
877         * nscd/selinux.c: New file.
878         * nscd/selinux.h: New file.
879         Patch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.
881 2004-09-16  Jakub Jelinek  <jakub@redhat.com>
883         * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap
884         instead of munmap.
886         * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie.
888 2004-09-16  Thorsten Kukuk  <kukuk@suse.de>
890         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check
891         __nss_not_use_nscd_hosts variable if nscd should be used or not.
893 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
895         * nscd/nscd_proto.h: Define NSS_NSCD_RETRY.
896         Add __nscd_getai prototype.
897         * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY.
898         * nscd/nscd-client.h: Remove __nscd_getai prototype.
899         * nscd/nscd_getai.c: Include nscd_proto.h.
901         * elf/ldd.bash.in: Add support for SELinux environments.
902         Patch by Stephen Smalley <sds@epoch.ncsc.mil>.
904 2004-09-16  Roland McGrath  <roland@redhat.com>
906         * configure.in (--with-headers): Let argument contain a : separated
907         list of directories to use, not just one.
908         * configure: Regenerated.
910 2004-09-15  Richard Henderson  <rth@redhat.com>
912         * sysdeps/alpha/fpu/libm-test-ulps: Update.
913         * scripts/data/c++-types-alpha-linux-gnu.data: New file.
915 2004-09-15  Ulrich Drepper  <drepper@redhat.com>
917         * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also
918         get ttl and canonical name.  Use these two values.
919         * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns.
920         * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters.
921         If nonnull fill with TTL and pointer to canonical name respectively.
922         (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r.
923         (_nss_dns_gethostbyname2_r): Just wrapper around
924         _nss_dns_gethostbyname3_r.
925         (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r.
926         Take two new parameters which as passed to getanswer_r.
928         * nscd/Makefile (rountines): Add nscd_getai.
929         (nscd-modules): Add aicache.
930         * nscd/aicache.c: New file.
931         * nscd/nscd_getai.c: New file.
932         * nscd/cache.c (prune_cache): Handle GETAI request type.
933         * nscd/connections.c: Add GETAI support in request handling.
934         * nscd/nscd-client.h (request_type): Add GETAI.
935         Define ai_response_header and struct nscd_ai_result types.
936         (struct datahead): Add aidata field.
937         Declare __nscd_getai.
938         * nscd/nscd.c: Add getaddrinfo definition to catch problems.
939         * nscd/nscd.h: Declare addhstai and readdhstai.
941         * sysdeps/posix/getaddrinfo.c: Add support for using cached results.
942         * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
944         * nscd/nscd-client.h  (struct datahead): Use uint8_t instead of bool.
946 2004-09-14  Ulrich Drepper  <drepper@redhat.com>
948         * misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
950 2004-09-13  Ulrich Drepper  <drepper@redhat.com>
952         * misc/sys/cdefs.h: Restore old definition of __P.
953         * csu/munch.awk: Remove uses of __P and __PMT.
954         * gmon/gmon.c: Likewise.
955         * hesiod/hesiod.h: Likewise.
956         * include/stdio.h: Likewise.
957         * io/fts.c: Likewise.
958         * libio/genops.c: Likewise.
959         * libio/libioP.h: Likewise.
960         * libio/fileops.c: Likewise.
961         * libio/iolibio.h: Likewise.
962         * libio/libio.h: Likewise.
963         * libio/memstream.c: Likewise.
964         * libio/oldfileops.c: Likewise.
965         * libio/oldstdfiles.c: Likewise.
966         * libio/iopopen.c: Likewise.
967         * libio/vsnprintf.c: Likewise.
968         * libio/vswprintf.c: Likewise.
969         * libio/wgenops.c: Likewise.
970         * libio/oldiopopen.c: Likewise.
971         * locale/programs/xmalloc.c: Likewise.
972         * locale/programs/xstrdup.c: Likewise.
973         * malloc/mtrace.c: Likewise.
974         * misc/getttyent.c: Likewise.
975         * misc/getusershell.c: Likewise.
976         * nis/rpcsvc/ypupd.h: Likewise.
977         * posix/fnmatch.h: Likewise.
978         * posix/glob.h: Likewise.
979         * resolv/arpa/nameser.h: Likewise.
980         * resolv/gethnamaddr.c: Likewise.
981         * resolv/resolv.h: Likewise.
982         * resolv/inet_net_ntop.c: Likewise.
983         * resolv/inet_net_pton.c: Likewise.
984         * resolv/res_init.c: Likewise.
985         * resolv/nss_dns/dns-network.c: Likewise.
986         * stdio-common/vfprintf.c: Likewise.
987         * stdio-common/reg-printf.c: Likewise.
988         * sysdeps/generic/chflags.c: Likewise.
989         * sysdeps/generic/fchflags.c: Likewise.
990         * sysdeps/generic/glob.c: Likewise.
991         * sysdeps/generic/printf_fphex.c: Likewise.
992         * sysdeps/generic/memcmp.c: Likewise.
993         * sysdeps/generic/memcopy.h: Likewise.
994         * sysdeps/generic/morecore.c: Likewise.
995         * sysdeps/generic/sstk.c: Likewise.
996         * sysdeps/posix/sigvec.c: Likewise.
997         * sysdeps/posix/ttyname_r.c: Likewise.
998         * sysdeps/standalone/arm/bits/errno.h: Likewise.
999         * sysdeps/standalone/standalone.h: Likewise.
1000         * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise.
1001         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
1002         * sysdeps/unix/arm/start.c: Likewise.
1003         * sysdeps/unix/bsd/sigaction.c: Likewise.
1004         * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise.
1005         * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise.
1006         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise.
1007         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise.
1008         * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise.
1009         * sysdeps/unix/sparc/start.c: Likewise.
1010         * sysdeps/unix/sysv/getdents.c: Likewise.
1011         * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise.
1012         * sysdeps/unix/sysv/irix4/getgroups.c: Likewise.
1013         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
1014         * sysdeps/unix/sysv/irix4/getrusage.c: Likewise.
1015         * sysdeps/unix/sysv/irix4/pathconf.c: Likewise.
1016         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1017         * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise.
1018         * sysdeps/unix/sysv/irix4/start.c: Likewise.
1019         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
1020         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise.
1021         * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise.
1022         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
1023         * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise.
1024         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
1025         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
1026         * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise.
1027         * sysdeps/unix/sysv/sysv4/setsid.c: Likewise.
1028         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
1029         * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise.
1030         * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise.
1031         * time/tzset.c: Likewise.
1032         * time/strftime_l.c: Likewise.
1033         * time/strptime_l.c: Likewise.
1034         * crypt/md5.h: Likewise.
1036 2004-09-13  Andreas Jaeger  <aj@suse.de>
1038         * configure.in: Support GCC 4.x.
1039         * configure: Regenerated.
1041 2004-09-13  Thorsten Kukuk  <kukuk@suse.de>
1043         * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services.
1045         * nscd/nscd.init: Fix path to socket.
1047 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
1049         * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length.
1050         Avoid file descriptor leak in case of size mismatch.
1052         * nscd/nscd-client.h: Fix database structure layout for biarch.
1053         * nscd/mem.c (gc): Add casts to avoid warnings.
1055         * nss/getent.c: Don't preconstruct help message.  Do it only when
1056         needed.
1058         * locale/programs/locale.c: Simplify help message printing.
1060 2004-09-12  Roland McGrath  <roland@frob.com>
1062         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
1063         missing in last change.
1065 2004-09-11  Thorsten Kukuk  <kukuk@suse.de>
1067         * nis/nss_compat/compat-grp.c: Check that buflen is greater zero
1068         before writing data into the buffer with negative offset.
1069         * nis/nss_compat/compat-initgroups.c: Likewise.
1070         * nis/nss_compat/compat-pwd.c: Likewise.
1071         * nis/nss_compat/compat-spwd.c Likewise.
1073 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
1075         * misc/syslog.c (vsyslog): Fix copying of PID in case of
1076         out-of-memory situation.  [BZ #365].
1078         * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of
1079         __THROW in inline function definitions.
1081         * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK.
1082         * posix/spawnattr_setflags.c: Check whether any unknown bit is set
1083         in FLAGS parameter and fail if this is the case.
1084         * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is
1085         set.
1087         * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk.
1088         * nscd/grpcache.c (cache_addgr): Likewise.
1089         * nscd/hstcache.c (cache_addhst): Likewise.
1091 2004-09-11  Roland McGrath  <roland@frob.com>
1093         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]:
1094         Set _dl_phdr and _dl_phnum.
1095         (init1): When bootstrap task, bail early and never examine *D.
1097 2004-09-11  Alfred M. Szmidt  <ams@kemisten.nu>
1099         * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
1100         Cast THR, SEL and DESC to `void'.
1102 2004-09-11  Ulrich Drepper  <drepper@redhat.com>
1104         * nscd/connections.c (nscd_run): Call setup_thread only for enabled
1105         databases.
1107         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.
1109 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
1111         * nscd/nscd.c (pagesize_m1): New variable.
1112         (main): Initialize it.
1113         * nscd/nscd.h: Declare pagesize_m1.
1114         * nscd/hstcache.c: Pass correctly aligned address to msync.
1115         * nscd/grpcache.c: Likewise.
1116         * nscd/pwdcache.c: Likewise.
1118 2004-09-10  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1120         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement
1121         __nwaiters.  If pthread_cond_destroy has been called and this is
1122         the last waiter, signal pthread_cond_destroy caller and avoid
1123         using the pthread_cond_t structure after unlock.
1124         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1126 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
1128         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1129         __ASSUME_CLONE_STOPPED.
1131 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
1133         * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
1134         __asm__ for C++.  [BZ #377]
1136 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
1138         * nscd/nscd_stat.c: Improve output by also printing .shared and
1139         .persistent.
1141         * nscd/connections.c: Allow cache sharing to be really disabled.
1143 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
1145         * malloc/malloc.c (_int_free): Only do arena boundary check for
1146         contiguous arenas.
1148 2004-09-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1150         * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken
1151         instruct operands.
1152         * elf/elf.h: Add R_M32R_* relocs.
1154 2004-09-09  Ulrich Drepper  <drepper@redhat.com>
1156         * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
1157         seems not to support the nothrow attribute.  Use it only for gcc
1158         3.3 and higher.
1160         * malloc/hooks.c (top_check): Print top chunk corruption as normal
1161         error message.
1163         * malloc/malloc.c (malloc_printerr): Don't make informational
1164         message look like error message.
1166 2004-09-09  Andreas Jaeger  <aj@suse.de>
1168         * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
1170 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
1172         * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
1174         * malloc/malloc.c (_int_free): Add inexpensive double free and
1175         memory corruption tests.
1176         (malloc_printf_nc): Renamed to malloc_printerr.  Second parameter
1177         is no format string anymore.  Don't use stdio.  Adjust all callers.
1178         * malloc/hooks.c: Adjust malloc_printf_nc callers.
1180 2004-09-08  Roland McGrath  <roland@redhat.com>
1182         * malloc/mcheck.c: Don't use __P.
1183         Use prototypes definitions for static functions.
1185 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
1187         * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
1189 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
1190             Jakub Jelinek  <jakub@redhat.com>
1192         * nscd/nscd-client.h: Add a few #includes.
1194         * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
1195         * nscd/connections.c (nscd_run): Call setup_thread for maintenance
1196         threads.
1197         * nscd/nscd-client.h (struct database_pers_head): Add
1198         nscd_certainly_running field.
1199         * nscd/nscd.h: Declare setup_thread.
1200         * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
1201         nscd_certainly_running is nonzero.
1202         * sysdeps/generic/nscd_setup_thread.c: New file.
1203         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
1205 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
1207         * nscd/connections.c: Implement r/o sharing of nscd's cache with client
1208         processes via shared memory.
1209         * nscd/nscd-client.h: Likewise.
1210         * nscd/nscd.h: Likewise.
1211         * nscd/nscd_conf.c: Likewise.
1212         * nscd/nscd_getgr_r.c: Likewise.
1213         * nscd/nscd_getpw_r.c: Likewise.
1214         * nscd/nscd_gethst_r.c: Likewise.
1215         * nscd/nscd.conf: Add new config parameters.
1216         * nscd/Makefile (aux): Add nscd_helper.
1217         * nscd/nscd_helper.c: New file.
1218         * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
1220         * nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
1221         no derived information.
1222         * connections.c (nscd_init): Fix bug in testing size of the persistent.
1224         * nis/Makefile (aux): Add nis_hash.
1225         * nis/nis_hash.c: New file.  Split out from nis_util.c.
1226         * nis/nis_util.c: Move __nis_hash code in separate file.
1228         * csu/tst-atomic.c: Improve atomic_increment_val test which would
1229         not have found a ppc bug.
1231         * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
1233         * malloc/arena.c: Remove __MALLOC_P uses.
1234         * malloc/malloc.c: Likewise.
1236         * malloc/mtrace.c: Remove __P uses.
1237         * malloc/mcheck-init.c: Likewise.
1239 2004-09-07  Jakub Jelinek  <jakub@redhat.com>
1241         * sysdeps/powerpc/powerpc64/configure.in: New file.
1242         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
1243         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
1244         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
1245         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
1246         BODY_PREFIX): Define.
1247         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
1248         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
1249         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
1250         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
1251         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
1253 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
1255         * malloc/malloc.h: Don't define __THROW if it is already defined.
1257         * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
1258         (atomic_decrement): Define.
1260         * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
1261         atomic_decrement_val.
1262         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
1263         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
1265         * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
1266         and atomic_decrement_val.
1268         * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
1269         and atomic_delay is not already defined.
1270         * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
1271         * sysdeps/x86_64/bits/atomic.h: Likewise.
1273         * miscd/sys/cdefs.h (__NTH): New macro.
1274         (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
1275         (__REDIRECT_NTH): New macro.
1276         * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
1277         * ctype/ctype.h: Likewise.
1278         * dirent/dirent.h: Likewise.
1279         * io/fcntl.h: Likewise.
1280         * io/sys/sendfile.h: Likewise.
1281         * io/sys/stat.h: Likewise.
1282         * io/sys/statfs.h: Likewise.
1283         * io/sys/statvfs.h: Likewise.
1284         * libio/bits/stdio.h: Likewise.
1285         * misc/sys/mman.h: Likewise.
1286         * posix/unistd.h: Likewise.
1287         * resource/sys/resource.h: Likewise.
1288         * rt/aio.h: Likewise.
1289         * signal/signal.h: Likewise.
1290         * stdlib/stdlib.h: Likewise.
1291         * string/argz.h: Likewise.
1292         * string/string.h: Likewise.
1293         * sysdeps/generic/inttypes.h: Likewise.
1294         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1295         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
1296         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
1297         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
1298         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1299         * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
1300         * wcsmbs/wchar.h: Likewise.
1302         * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
1304         * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
1305         definition.
1307         * io/sys/poll.h: Remove __THROW from poll prototype, it's a
1308         cancellation point.
1310         * io/fts.c (fts_open): Remove uses of __P.
1312         * include/stdlib.h: No need to use __THROW in this header.
1314 2004-09-06  Roland McGrath  <roland@frob.com>
1316         * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
1317         validity, since __assert_fail gets to here anyway.  Just fail.
1319 2004-09-06  Ulrich Drepper  <drepper@redhat.com>
1321         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
1322         AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
1323         addresses.
1325 2004-09-05  Richard Henderson  <rth@redhat.com>
1327         * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
1328         * sysdeps/unix/sysv/linux/kernel-features.h
1329         (__ASSUME_IEEE_RAISE_EXCEPTION): New.
1330         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
1331         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
1332         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
1333         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1335 2004-09-05  Richard Henderson  <rth@redhat.com>
1337         * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
1338         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
1339         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
1340         sysdeps/alpha/remqu.S: Likewise.
1341         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
1343 2004-09-05  Ulrich Drepper  <drepper@redhat.com>
1345         * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
1346         GETHOSTBYADDRv6 requests.
1348 2004-09-04  Ulrich Drepper  <drepper@redhat.com>
1350         * nscd/pwdcache.c (cache_addpw): Use correct key length in
1351         cache_add calls.
1352         * nscd/grpcache.c (cache_addgr): Likewise.
1354 2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>
1356         * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
1357         to `dtv_t *'.
1359 2004-09-03  Ulrich Drepper  <drepper@redhat.com>
1361         * nscd/nscd.c (parse_opt): Use writev instead of two write for
1362         invalidate command.
1364 2004-09-02  Ulrich Drepper  <drepper@redhat.com>
1366         * nscd/connections.c (nscd_run): Check early for invalid request types.
1368 2004-09-02  Roland McGrath  <roland@frob.com>
1370         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
1371         (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
1372         (THREAD_SELF): New macro.
1374 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
1376         [BZ #357]
1377         * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
1378         (main): Call test_stack.
1379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1380         (__getcontext): Push stack frame then save parms in local frame.
1381         Improve instruction scheduling.
1382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1383         (__swapcontext): Likewise.
1385 2004-09-01  Andreas Schwab  <schwab@suse.de>
1387         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
1388         __builtin_offsetof.
1390 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1392         [BZ #361]
1393         * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
1394         to normal_bracket after fetching the next character.
1395         * posix/tst-fnmatch.input: Add 25 new tests.
1396         Reported by Markus Oberhumer <markus@oberhumer.com>.
1398 2004-09-01  Ulrich Drepper  <drepper@redhat.com>
1400         * elf/rtld.c (dl_main): First check existence of ld.so.preload
1401         with access.
1403 2004-09-01  Roland McGrath  <roland@redhat.com>
1405         * sysdeps/unix/sysv/linux/bits/waitflags.h
1406         (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
1407         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
1408         New macro.
1409         * sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
1410         available, or fall back to the waitpid-based generic code.
1412 2004-08-14  Alfred M. Szmidt  <ams@kemisten.nu>
1414         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
1415         clobber the `ebp' register.
1416         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
1417         Reverts change from 2004-05-07 by Jeroen Dekkers.
1419         * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
1420         NEWSP from `void *' to `int *'.  Changed all casts accordingly.
1422 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
1424         * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
1425         before return type.
1426         * locale/localename.c (__current_locale_name): Likewise.
1428 2004-08-30  Roland McGrath  <roland@frob.com>
1430         * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
1431         later sets from output.
1432         * Makerules (check-abi): Pass option to set that with value of
1433         LIB-abi-frozen variable if one is set.
1435         * abilist/libcidn.abilist: New file (empty).
1437 2004-08-30  Jakub Jelinek  <jakub@redhat.com>
1439         * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
1440         not __USE_XOPEN2K, use the Unix98 mandated values.
1442 2004-08-27  Roland McGrath  <roland@redhat.com>
1444         * configure.in (usetls): Default to yes.
1445         * configure: Regenerated.
1447 2004-08-26  Roland McGrath  <roland@redhat.com>
1449         * configure.in (add_ons_automatic): New variable, set to yes or no
1450         indicating --enable-add-ons with no explicit list.
1451         (running add-on fragments): Allow a fragment to modify $libc_add_on
1452         and have that affect its place in the list of add-ons to use.
1453         * configure: Regenerated.
1455 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
1457         * nscd/cache.c: Major rewrite.  The data is now optionally kept in
1458         a mmaped memory region which is automatically mirrored on disk.
1459         This implements persistent data storage.  The Memory handled
1460         needed to be completely revamped, it now uses a garbage collection
1461         mechanism instead of malloc.
1462         * nscd/connections.c: Likewise.
1463         * nscd/nscd.c: Likewise.
1464         * nscd/nscd.h: Likewise.
1465         * nscd/nscd_conf.c: Likewise.
1466         * nscd/nscd_stat.c: Likewise.
1467         * nscd/grpcache.c: Likewise.
1468         * nscd/hstcache.c:: Likewise.
1469         * nscd/pwdcache.c:: Likewise.
1470         * nscd/Makefile: Add rules to build mem.c.
1471         * nscd/mem.c: New file.
1472         * nscd/nscd.conf: Describe new configuration options.
1474 2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1476         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
1477         NO_SGIDEFS_H isn't defined.
1478         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1479         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1481         * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
1482         _MIPS_SIM.
1483         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1484         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1485         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1487 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
1489         * nscd/connections.c (nscd_run): atomic_increment was not missing.
1491         * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
1492         Patch by Greg Schafer.
1494 2004-08-25  Richard Henderson  <rth@redhat.com>
1496         * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
1497         instead of $31.  Zero $15.
1498         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
1500 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
1502         * sysdeps/powerpc/powerpc64/bits/atomic.h
1503         (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
1504         is negative.
1505         (__arch_compare_and_exchange_bool_32_rel): Likewise.
1507         * nscd/connections.c: Make socket nonblocking so that threads
1508         don't get stuck on accept.  Fix locking.
1510         * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
1511         entry with alternative key.
1512         * nscd/pwdcache.c (cache_addpw): Likewise.
1514 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
1516         * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
1517         __libc_stack_end.
1519 2004-08-23  Ulrich Drepper  <drepper@redhat.com>
1521         * sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
1522         __BEGIN_DECLS/__END_DECLS.
1524 2004-08-23  Andreas Jaeger  <aj@suse.de>
1526         [BZ #341]
1527         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
1528         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
1529         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
1530         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
1531         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
1532         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
1533         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
1534         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
1535         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
1536         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
1537         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
1538         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
1539         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
1541 2004-08-21  Ulrich Drepper  <drepper@redhat.com>
1543         * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
1544         (check_action): Likewise.
1545         When printing error messages, use malloc_printf_nc now instead of
1546         fiddling with the streams cancellation flag in every place.
1547         * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
1548         default to 3.
1549         (check_action): New variable.
1550         (unlink): Print error message and eventually terminate in case list
1551         is corrupted.
1552         (malloc_printf_nc): New function.  Use it in _int_free.
1553         Change proposed by Arjan van de Ven.
1555         * dlfcn/Makefile: Don't build eval.c anymore.
1557 2004-08-20  Roland McGrath  <roland@frob.com>
1559         * csu/Makefile ($(objpfx)version-info.h): Use printf in place
1560         of echo -e for POSIX.2 portability.
1561         Reported by Paul Jarc <prj@po.cwru.edu>.
1563 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
1565         * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
1566         list generation.
1568         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
1569         getcanonname_r function if AI_CANONNAME flag is not set in
1570         request.
1572         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
1573         Initialize mysize with limits only if latter is >= 0.  Use mysize
1574         in malloc call.
1576 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
1578         * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
1579         to avoid warning.
1581         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
1582         status to NSS_STATUS_UNAVAIL.
1584 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
1586         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
1587         cannoname lookup since it has the FQDN even if the original NAME
1588         value has not.
1590 2004-08-18  Ulrich Drepper  <drepper@redhat.com>
1592         * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
1593         pointer in new variable ORIG_NAME and use this pointer when
1594         determination of canonical name failed, not the possibly IDN
1595         translated value of NAME.
1597 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
1599         * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
1600         * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
1601         Reset RES_NOIP6DOTINT flag in this case..
1603         * sysdeps/posix/getaddrinfo.c: Fix memory handling of
1604         ai_canonname.
1606 2004-08-16  Ulrich Drepper  <drepper@redhat.com>
1608         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
1609         CNAME records, we better follow the chain of CNAME records which
1610         can be accomplished with A/AAAA lookups.
1612 2004-08-15  Roland McGrath  <roland@redhat.com>
1614         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
1615         Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
1616         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1617         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1618         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1620 2004-08-15  Roland McGrath  <roland@frob.com>
1622         * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
1623         this, not ...
1624         (static-only-routines): ... this.
1625         * sysdeps/ia64/Makefile: Likewise.
1626         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
1627         * sysdeps/sparc/sparc64/Makefile: Likewise.
1628         * sysdeps/x86_64/Makefile: Likewise.
1629         * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
1630         * sysdeps/ia64/hp-timing.c: Likewise.
1631         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1632         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1634         * csu/elf-init.c: Update copyright terms including special exception
1635         for these trivial files, which are statically linked into executables
1636         that use dynamic linking for the significant library code.
1637         * io/fstat.c: Likewise.
1638         * io/fstat64.c: Likewise.
1639         * io/lstat.c: Likewise.
1640         * io/lstat64.c: Likewise.
1641         * io/stat.c: Likewise.
1642         * io/stat64.c: Likewise.
1643         * stdlib/atexit.c: Likewise.
1644         * sysdeps/alpha/elf/initfini.c: Likewise.
1645         * sysdeps/alpha/elf/start.S: Likewise.
1646         * sysdeps/arm/elf/start.S: Likewise.
1647         * sysdeps/cris/elf/start.S: Likewise.
1648         * sysdeps/generic/initfini.c: Likewise.
1649         * sysdeps/generic/mknod.c: Likewise.
1650         * sysdeps/hppa/elf/initfini.c: Likewise.
1651         * sysdeps/hppa/elf/start.S: Likewise.
1652         * sysdeps/i386/elf/start.S: Likewise.
1653         * sysdeps/i386/i686/hp-timing.c: Likewise.
1654         * sysdeps/ia64/elf/initfini.c: Likewise.
1655         * sysdeps/ia64/elf/start.S: Likewise.
1656         * sysdeps/ia64/hp-timing.c: Likewise.
1657         * sysdeps/m68k/elf/start.S: Likewise.
1658         * sysdeps/mach/start.c: Likewise.
1659         * sysdeps/mips/elf/start.S: Likewise.
1660         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
1661         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
1662         * sysdeps/s390/s390-32/elf/start.S: Likewise.
1663         * sysdeps/s390/s390-32/initfini.c: Likewise.
1664         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1665         * sysdeps/s390/s390-64/initfini.c: Likewise.
1666         * sysdeps/sh/elf/initfini.c: Likewise.
1667         * sysdeps/sh/elf/start.S: Likewise.
1668         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1669         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1670         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1671         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1672         * sysdeps/standalone/i386/start.S: Likewise.
1673         * sysdeps/standalone/i960/start.S: Likewise.
1674         * sysdeps/standalone/m68k/m68020/start.S: Likewise.
1675         * sysdeps/unix/arm/start.c: Likewise.
1676         * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
1677         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1678         * sysdeps/unix/sparc/start.c: Likewise.
1679         * sysdeps/unix/start.c: Likewise.
1680         * sysdeps/unix/sysv/aix/start.s: Likewise.
1681         * sysdeps/unix/sysv/irix4/start.c: Likewise.
1682         * sysdeps/x86_64/elf/initfini.c: Likewise.
1683         * sysdeps/x86_64/elf/start.S: Likewise.
1685 2004-08-15  Roland McGrath  <roland@redhat.com>
1687         [BZ #227]
1688         * sysdeps/unix/sysv/linux/kernel-features.h
1689         (__ASSUME_BRK_PAGE_ROUNDED): New macro.
1690         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1691         [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
1692         the partial page after the dynamic linker's own data segment.
1694 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
1696         * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
1697         v4-mapped addresses a bit.
1698         (gethosts): Move alloca out of macro, so that it is done only once.
1700         * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
1701         addr to avoid casts.
1702         (gethosts): Removed.
1703         (gethosts2): Renamed to gethosts.  Make it usable for family !=
1704         AF_UNSPEC.  Fix AI_V4MAPPED.
1705         (gaih_inet): Remove use of old gethosts.  Always use what used to be
1706         gethosts2.  If entry is found, try to use the same NSS module's
1707         getcanonname_r function.  Use gethostbyaddr for AI_CANONNAME only
1708         if getcanonname_r was not available.  Fix filtering of AI_V4MAPPED
1709         addresses.  Numerous cleanups.
1710         * resolv/nss_dns/dns-canon.c: New file.
1711         * resolv/Makefile (libnss_dns-routines): Add dns-canon.
1712         * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
1714         * elf/Makefile: Add rules to build and run tst-dlopenrpath.
1715         * elf/tst-dlopenrpath.c: New file.
1716         * elf/tst-dlopenrpathmod.c: New file.
1718         * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
1719         * intl/tst-gettext.c: Likewise.
1721         * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
1723         * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
1724         AF_INET6.
1726 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
1728         * po/de.po: Update from translation team.
1730 2004-08-14  Roland McGrath  <roland@frob.com>
1732         * sysdeps/mach/configure: Regenerated.
1733         * sysdeps/mach/hurd/configure: Regenerated.
1735 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
1737         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
1738         performed, make sure it is still the first entry after sorting
1739         that has the ai_canonname information.
1741         * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
1742         only in one entry.
1744 2004-08-13  Daniel Jacobowitz  <dan@debian.org>
1746         * scripts/output-format.sed: Handle default case of three-argument
1747         OUTPUT_FORMAT.
1749         * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
1750         __attribute_used__.
1752 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
1754         * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
1755         first returned entry.  Print name only if not NULL.
1757         * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
1758         __netgrent object passed in instead of global variables.
1759         Optimize.
1760         * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
1761         in struct __netgrent object passed in instead of global variables.
1762         * inet/netgroup.h (struct __netgrent): Add service_user field.
1763         Move cursor in anonymous union, add new field location to that
1764         union.
1765         * inet/getnetgrent_r.c: Extensive rewrite to really enable
1766         concurrent uset of set/get/endnetgrent and innetgr.
1767         Reported by Chuck Simmons.
1769         * inet/netgroup.h (struct name_list): Replace name pointer with
1770         zero-sized array.
1771         * inet/getnetgrent_r.c: Adjust code for change in name_list
1772         layout.  Numerous strdup and free calls removed.
1774         * elf/sprof.c (read_symbols): When comparing aliases, prefer
1775         non-hidden over hidden symbols and strong over weak symbols
1776         if both don't start with '_'.
1778         * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
1779         possible.
1781 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1783         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1784         RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
1785         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1786         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1787         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1788         Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
1789         accordingly.
1791 2004-08-11  Andreas Schwab  <schwab@suse.de>
1793         * resolv/res_libc.c: Move definition of __res_initstamp ...
1794         * resolv/res_init.c: ... here.
1796 2004-08-10  GOTO Masanori  <gotom@debian.or.jp>
1798         * locale/C-time.c: Change default ERA value from NULL to "".
1799         * locale/tst-C-locale.c: Add test case for ERA keywords.
1801 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
1803         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1804         RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
1805         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1806         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1808 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1810         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
1811         RLIMIT_MSGQUEUE): Add.
1812         (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
1813         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
1814         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1815         (RLIM_NLIMITS): Adjust.
1816         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
1817         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1818         (RLIM_NLIMITS): Adjust.
1819         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
1820         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1821         (RLIM_NLIMITS): Adjust.
1823 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1825         * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
1826         printf with #ifdef DEBUG and RES_DEBUG check.
1828         * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
1829         __USE_MISC #endif.
1830         * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
1831         declaration.
1832         * sysdeps/gnu/bits/shm.h: Likewise.
1833         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1834         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1835         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1836         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1837         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1839 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
1841         * po/ca.po: Update from translation team.
1843 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
1845         * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
1846         __getpagesize declaration.
1848 2004-08-11  Roland McGrath  <roland@redhat.com>
1850         * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
1851         commands inside &&.
1852         Reported by Andreas Schwab <schwab@suse.de>.
1853         * configure: Regenerated.
1855         * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
1857 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
1859         * time/tzset.c (tzset_internal): Add new parameter which is
1860         nonzero if called through tzset.  Use TZDEFAULT name including
1861         name comparison if the new parameter is zero.  This means implicit
1862         tzset calls will not cause files to be opened and read by tzfile.c
1863         all the time.
1865 2004-08-11  Jakub Jelinek  <jakub@redhat.com>
1867         * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
1868         * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
1869         return 1 immediately.
1871         * time/tzfile.c (__tzfile_read): Free transitions only if it will
1872         not be reused.
1874         * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
1875         * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
1877         * stdio-common/tst-popen.c: Include <string.h>.
1879         * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
1881         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
1882         attribute.  Return NULL instead of calling pthread_exit at the end.
1884 2004-08-11  Roland McGrath  <roland@redhat.com>
1886         * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
1888 2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
1890         * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
1892 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
1894         * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
1895         (fwrite_unlocked): When checking if size * n is <= 8, cast each
1896         argument to size_t individually.  Cast n to (void) instead of
1897         (size_t), surround with (), return (size_t) 0 if one of n or size
1898         is 0.  [BZ #316]
1899         * stdio-common/Makefile (tests): Add tst-unlockedio.
1900         * stdio-common/tst-unlockedio.c: New test.
1902 2004-08-09  Roland McGrath  <roland@frob.com>
1904         * manual/install.texi (Supported Configurations): Replace bug-glibc
1905         mention with web URL.
1906         * INSTALL: Regenerated.
1907         * locale/iso-3166.def: Likewise, in comment.
1908         * locale/iso-4217.def: Likewise.
1909         * locale/iso-639.def: Likewise.
1910         * posix/cpio.h: Remove bug reporting comment.
1912 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
1914         * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
1915         casts to handle funny calls with floating point argument values
1916         and signed values correctly and without warning.
1917         (fwrite_unlocked): Likewise.  [BZ #309]
1919         * malloc/memusage.c (me): Use creat64, not creat.
1920         * malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
1921         Patch by Guy Maor <guymaor@yahoo.com>.
1923         * elf/ldconfig.c (options): Mark parameter option names as
1924         translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1926         * iconv/gconv_charset.h (strip): Also allow comma which is what is
1927         used to separate options.  [BZ #194]
1929 2004-08-09  Roland McGrath  <roland@redhat.com>
1931         * FAQ.in: Refer to web pages instead of bug-glibc.
1932         * FAQ: Regenerated.
1934         * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
1936 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
1938         * time/tzset.c (tzset_internal): If TZ is not set do not compare
1939         old and new tz value since it might be /etc/localtime in both
1940         cases although the file changed.  [BZ #154]
1941         Patch by Christian Franke <franke@computer.org>.
1943         * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
1944         Compare with values of previously opened file.  Don't do anything
1945         is they match.
1947 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
1949         * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
1950         reset loader before the actual loading.
1951         * elf/dl-open.c (dl_open_worker): If file name contains no path
1952         element determine map of caller.  Pass caller map in this case to
1953         _dl_map_object.  Set __RTLD_CALLMAP in mode.
1954         * include/dlfcn.h (__RTLD_CALLMAP): Define.  [BZ #116]
1955         Patch by Greg Wolodkin <greg@mathworks.com>.
1957         * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
1958         [BZ #108]  Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
1960         * configure.in: Also recognize i786. [BZ #106]
1961         Patch by <pluto@pld-linux.org>.
1963         * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
1964         name contains any dots. [BZ #95]
1966         * resolv/res_send.c: Compiling with DEBUG defined works again.
1967         * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
1968         callers.
1970         * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
1971         available the process is not killed. [BZ #41]
1973         * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
1975         * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
1976         [BZ #28]
1978         * po/sv.po: Update from translation team.
1980 2004-08-07  Ulrich Drepper  <drepper@redhat.com>
1982         * inet/netinet/in.h: Add more const to the setipv4soucefilter,
1983         getsourcefilter, and setsourcefilter parameter list.
1984         * sysdeps/generic/setipv4sourcefilter.c: Likewise.
1985         * sysdeps/generic/getsourcefilter.c: Likewise.
1986         * sysdeps/generic/setsourcefilter.c: Likewise.
1987         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
1988         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
1989         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
1991         * po/tr.po: Update from translation team.
1993 2004-08-06  Ulrich Drepper  <drepper@redhat.com>
1995         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
1996         Reported by Paolo Bonzini.
1998 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
2000         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
2001         always_inline.
2002         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
2003         elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
2005         * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
2006         before including linux/atalk.h.
2008         * resolv/res_libc.c: Include atomic.h.
2010         * intl/finddomain.c (free_mem): Rename to...
2011         (_nl_finddomain_subfreeres): ... this.  Add
2012         __libc_freeres_fn_section.
2013         * intl/loadmsgcat.c (_nl_unload_domain): Add
2014         __libc_freeres_fn_section.
2015         * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
2016         Add attribute_hidden.
2017         (_nl_findomain_subfreeres): New prototype.
2018         * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
2020 2004-07-30  Guido Guenther  <agx@sigxcpu.org>
2022         * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
2023         test if the key is numeric or not.
2024         (group_keys): Likewise.
2026 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
2028         * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
2029         struct group_filter, and GROUP_FILTER_SIZE.
2030         * include/sys/socket.h: Declare __getsockopt.
2031         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
2032         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
2033         * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
2034         * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
2036         * po/ko.po: Update from translation team.
2038 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
2040         * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
2041         memset.
2042         (__hesiod_res_set): Free nsaddrs.
2044         * include/resolv.h (__res_maybe_init): Add prototype.
2045         * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
2046         * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
2047         * resolv/res_libc.c (__res_initstamp, lock): New variables.
2048         (res_init): Increase __res_initstamp.
2049         (__res_maybe_init): New function.
2050         * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
2051         * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
2052         of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
2053         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2054         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
2055         _nss_dns_gethostbyaddr_r): Likewise.
2056         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
2057         _nss_dns_getnetbyaddr_r): Likewise.
2058         * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
2059         gethostbyaddr): Likewise.
2060         * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
2061         res_isourserver, res_sendsigned, res_update, res_search,
2062         res_querydomain): Likewise.
2063         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
2064         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
2065         * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
2066         Likewise.
2068 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
2070         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
2071         V4-mapped IPv6 addresses and req->ai_family==AF_INET.
2072         Reported by A. Guru <a.guru@sympatico.ca>.
2074         * po/sv.po: Update from translation team.
2075         * po/sk.po: Likewise.
2076         * po/pl.po: Likewise.
2078 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
2079             Ulrich Drepper  <drepper@redhat.com>
2081         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
2082         characters than necessary.
2084 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
2086         * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
2087         * wcsmbs/tst-mbsrtowcs.c: New file.
2089         * po/fr.po: Update from translation team.
2091 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
2093         * resolv/inet_pton.c (inet_pton4): Disallow octal numbers.  Reported
2094         by A. Guru <a.guru@sympatico.ca>.  [BZ #295]
2096 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
2098         * po/nl.po: Update from translation team.
2100         * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
2101         numeric address formats inet_addr knows.
2102         (getaddrinfo): Allow AI_NUMERICSERV flag.
2103         If neither IPv4 nor IPv6 interface is present we cannot make any
2104         decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
2105         string is not just a number.  Remove useless freeaddrinfo call.
2106         * resolv/netdb.h (AI_NUMERICSERV): Define.
2107         Based on a patch by a.guru@sympatico.ca.
2109 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
2111         * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
2112         instead of trying to initialize some, but not all, fields one by
2113         one.
2114         * stdio-common/printf_size.c (printf_size): Initialize fb_info
2115         structure with *info instead of trying to initialize some, but not
2116         all, fields from it.
2118         * nscd/connections.c (handle_request): Check if req->type is in
2119         LASTDBREQ .. LASTREQ range instead of req.
2121         * locale/programs/linereader.c (lr_create): Initialize
2122         lr->return_widestr to 0.
2124         * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
2125         (free_mem): Call free_slotinfo just once.
2127         * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
2128         of NULL.
2130         * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
2131         * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
2132         (free_mem): Rename to _nl_locale_subfreeres.
2133         * iconv/gconv_db.c: Include locale/localeinfo.h.
2134         (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
2135         (free_mem): Call _nl_locale_subfreeres.
2136         * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
2138 2004-08-04  Roland McGrath  <roland@frob.com>
2140         * Makeconfig ($(common-objpfx)config.status):
2141         Fix typo: $(add_ons) -> $(add-ons).
2142         (Makeconfig-add-on): New variable.  When doing $(sysdep-makeconfigs)
2143         include, use black magic to get it set to an add-on's name during the
2144         include of the add-on's Makeconfig.
2146         * configure.in: Use variable name `libc_add_on' when sourcing add-on
2147         configure fragments, so they can refer to this.
2148         * configure: Regenerated.
2150 2004-08-04  Roland McGrath  <roland@redhat.com>
2152         * posix/tst-waitid.c (test_child): Sleep a second before stopping.
2153         (do_test): Bump sleep to three seconds.
2154         (sigchld, check_sigchld): New functions.
2155         (do_test): Handle SIGCHLD and check for getting the right details.
2157         * posix/tst-waitid.c (do_test): Kill the child process when bailing
2158         out early on some failure.
2159         [WCONTINUED]: Test WCONTINUED functionality.
2161 2004-08-03  Ulrich Drepper  <drepper@redhat.com>
2163         * nscd/connections.c (handle_request): Print more descriptive
2164         message for invalid request types.
2166 2004-08-02  Jakub Jelinek  <jakub@redhat.com>
2168         * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
2169         Always treat high as highest number in range + 1.
2170         * iconvdata/ibm943.c (BODY): Likewise.
2172 2004-07-31  Bruno Haible  <bruno@clisp.org>
2174         * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
2175         * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
2176         __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
2177         __jisx0213_from_ucs_level2): Regenerated.
2178         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
2179         * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
2180         JISX0213_1_set.
2181         (JISX0213_1_2004_set): New enum value.
2182         (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
2183         (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
2184         when possible, ESC $ ( Q when needed.
2185         * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
2186         * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
2187         * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
2188         * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
2189         * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
2190         * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
2192 2004-07-22  Bruno Haible  <bruno@clisp.org>
2194         * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
2196 2004-07-29  David S. Miller  <davem@redhat.com>
2198         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
2199         better for smaller than 256 byte copies.  Also, use only one
2200         unrolled loop instead of two for the large copy case.
2202 2004-07-30  Richard Henderson  <rth@redhat.com>
2204         * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
2205         * sysdeps/alpha/remq.S: Likewise.
2206         * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
2207         new division algorithms in divl.S and divq.S respectively.
2209 2004-07-28  GOTO Masanori  <gotom@debian.or.jp>
2211         * timezone/asia: Update from tzdata2004b.
2212         * timezone/backward: Likewise.
2213         * timezone/europe: Likewise.
2214         * timezone/iso3166.tab: Likewise.
2215         * timezone/leapseconds: Likewise.
2216         * timezone/northamerica: Likewise.
2217         * timezone/southamerica: Likewise.
2218         * timezone/zone.tab: Likewise.
2220         * timezone/private.h: Update from tzcode2004b.
2221         * timezone/zic.c: Likewise.
2223 2004-07-27  Ulrich Drepper  <drepper@redhat.com>
2225         * nscd/grpcache.c (cache_addgr): If necessary, add entry also
2226         under the name the user provided.
2227         * nscd/pwdcache.c (cache_addpw): Likewise.
2229 2004-07-26  Roland McGrath  <roland@redhat.com>
2231         * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
2232         call to __waitpid.
2234 2004-07-26  Ulrich Drepper  <drepper@redhat.com>
2236         * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
2237         memory leaks.
2239         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
2240         new buffer at the right time.
2241         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
2243 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
2245         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
2246         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
2247         * inet/Makefile (routines): Likewise.
2248         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
2249         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
2250         * sysdeps/generic/getipv4sourcefilter.c: New file.
2251         * sysdeps/generic/setipv4sourcefilter.c: New file.
2252         * sysdeps/generic/getsourcefilter.c: New file.
2253         * sysdeps/generic/setsourcefilter.c: New file.
2255 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
2257         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
2258         for POWER4 machines.
2260 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
2262         [BZ #274]
2263         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
2264         BITS_PER_MP_LIMB shifting up.
2265         * stdlib/tst-strtod.c (main): Add new tests.
2267 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
2269         [BZ #282]
2270         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
2271         _IO_no_init.  Remove wd from struct locked_FILE.
2272         (_IO_wproc_jumps): Remove.
2273         Reported by Andrew Josey <a.josey@opengroup.org>.
2274         * stdio-common/Makefile (tests): Add tst-popen.
2275         * stdio-common/tst-popen.c: New test.
2277 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
2279         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
2280         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
2281         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
2282         Reported by Andrew Josey.
2284         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
2286         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
2287         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
2288         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
2289         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
2290         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
2291         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
2292         useconds_t if __USE_XOPEN2K is defined.
2293         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
2294         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
2296 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
2298         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
2299         allocate memory for large temporary variables with alloca.
2301 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
2303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
2304         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
2306         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
2307         pointer and zero length.
2309 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
2311         * nscd/cache.c (prune_cache): Print correct list when debugging.
2313 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
2315         * resolv/res_libc.c (res_init): If RES_INIT is set and
2316         _res.nscount > 0, call __res_nclose and free nsaddrs.
2317         * resolv/Makefile: Add rules to build and run tst-leaks2.
2318         * resolv/tst-leaks2.c: New test.
2320 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
2322         * intl/libintl.h: Don't define macros for C++.
2323         Patch by Goto Masanori.
2325 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
2327         [BZ #276]
2328         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
2329         * inet/arpa/inet.h: Likewise.
2330         * resolv/inet_addr.c: Likewise.
2332 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
2334         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
2336 2004-07-20  Roland McGrath  <roland@redhat.com>
2338         * configure.in (add_ons): Substitute this.  Move $add_ons handling
2339         after AC_CANONICAL_HOST and default setting of $machine et al.
2340         Don't set $subdirs from $add_ons.
2341         Instead, source add-on/configure fragments early on.
2342         (base_machine): If it's already set, don't set it based on $machine.
2343         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
2344         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
2345         (sysnames): Try appending add-on names after machine as well.
2346         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
2347         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
2348         files in $(add_ons) dirs.
2350         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
2351         definition, now in netinet/in.h proper.
2353 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
2355         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
2356         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
2357         the build tree before just-installed ones.
2359         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
2360         include sgidefs.h where appropriate.
2361         * sysdeps/mips/dl-machine.h: Likewise.
2362         * sysdeps/mips/machine-gmon.h: Likewise.
2363         * sysdeps/mips/bits/setjmp.h: Likewise.
2364         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
2365         * sysdeps/mips/mips64/__longjmp.c: Likewise.
2366         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
2367         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
2368         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2369         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2370         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
2371         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2372         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2373         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2374         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
2375         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2376         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
2377         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
2378         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
2379         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
2380         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
2381         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
2382         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
2383         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
2384         Likewise.
2385         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
2386         Likewise.
2388         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
2389         _dl_lookup_symbol_x.
2390         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
2392 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
2394         * inet/netinet/in.h: Define struct ip_mreq and struct
2395         ip_mreq_source.
2396         Define struct group_req and struct group_source_req.
2397         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
2398         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
2399         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
2400         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
2401         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
2402         MCAST_MSFILTER.
2403         Define MCAST_INCLUDE and MCAST_EXCLUDE.
2405         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
2407 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
2409         [BZ #258]
2410         * math/libm-test.inc (max_value, min_value): New variables.
2411         (initialize): Initialize them.
2412         (pow_test): Add a couple of new tests.
2413         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
2414         exception if |y| >= 1U<<31.
2415         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
2416         exception if |y| >= 1L<<63.
2417         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2418         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
2419         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
2421 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
2423         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
2424         lookup a bit.
2425         * nscd/grpcache.c (cache_addgr): Likewise.
2426         * nscd/hstcache.c (cache_addhst): Likewise.
2428 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
2430         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
2431         * sysdeps/s390/s390-64/elf/start.S: Likewise.
2433 2004-04-16  Andreas Schwab  <schwab@suse.de>
2435         * sysdeps/ia64/bits/atomic.h: Cast first argument of
2436         __sync_bool_compare_and_swap_si correct to void*.
2438 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
2440         * iconv/iconv_prog.c (print_known_names): Make machine-readable
2441         output even less cluttered.
2443 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
2445         [BZ #269]
2446         * setjmp/Makefile (tests): Add bug269-setjmp.
2447         * setjmp/bug269-setjmp.c: New file.
2448         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
2449         Store R2 from jmpbuf in callers TOC save area.
2450         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
2451         Store R2 in TOC save area.
2452         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
2453         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
2455 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
2457         * locale/newlocale.c: Include bits/libc-lock.h.
2458         (__libc_setlocale_lock): Extern decl.
2459         (__newlocale): Use it.
2460         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
2462 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
2464         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
2465         static inline __attribute ((always_inline)).  Don't define if
2466         NO_CANCELLATION.
2467         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
2468         __fcntl_nocancel.
2469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
2470         Remove static inline __attribute ((always_inline)).  Don't define
2471         if NO_CANCELLATION.
2472         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
2473         __fcntl_nocancel.
2474         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
2475         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
2476         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
2477         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
2479         [BZ #262]
2480         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
2481         for main.
2482         * elf/Makefile: Add rules to build and run tst-pie1.
2483         * elf/tst-pie1.c: New test.
2484         * elf/tst-piemod1.c: New file.
2486 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
2488         [BZ #266]
2489         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
2490         long.  Rewrite example code so that it takes into account l64a output
2491         shorter than 6 characters.
2492         Reported by Julian Graham <julian.graham@aya.yale.edu>.
2494 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
2496         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
2497         (elf_machine_rela_relative): Remove unused valiable.
2499 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
2501         [BZ #263]
2502         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
2503         outside the buffer if the read returns 0.  __strtod_l can't set
2504         endp to NULL, so remove a test for that case.
2506 2004-07-12  Roland McGrath  <roland@redhat.com>
2508         * manual/signal.texi (Interrupted Primitives): Make clear that
2509         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
2510         it to -1 to define "failure".
2512 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
2514         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
2515         ldsodefs.h.
2516         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
2517         already defined.
2518         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
2519         already defined.
2521         * elf/rtld.c (print_statistics): Mark with noinline attribute.
2522         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
2523         attribute.
2524         (elf_machine_rel_relative): Likewise.
2526         * include/string.h: Add libc_hidden_proto for __strtok_r and
2527         __strsep_g.
2528         * sysdeps/generic/strsep.c: Add libc_hidden_def.
2529         * sysdeps/generic/strtok_r.c: Likewise.
2530         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
2531         * sysdeps/i386/i686/strtok_r.S: Likewise.
2532         * sysdeps/x86_64/strtok_r.S: Likewise.
2534 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
2536         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
2537         instead of internal-linkage, such that we can alias to it.
2538         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
2540 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
2542         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
2543         to the front for gcc 3.5+.
2544         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
2546         * include/fcntl.h: Don't declare __fcntl_nocancel here if
2547         NO_CANCELLATION is defined.
2549 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
2551         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
2552         GL(dl_nloaded) into it while still in critical section.
2554 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
2556         * nss/getent.c (print_group, print_passwd): Use %lu format for
2557         `unsigned long int' values.
2559         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
2560         error typos in goto statements.
2562 2004-07-07  Roland McGrath  <roland@frob.com>
2564         * Makefile (dist-separate): New variable.
2565         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
2566         Depend on their configure files.
2567         (dist-do-separate-dirs): New canned sequence to do that.
2568         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
2569         (dist): Depend on add-on tar files based on $(dist-separate).
2570         (dist-version): New variable, default to $(version).
2571         (tag-for-dist, dist): Use that in place of $(version) in deps.
2573 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
2575         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
2576         before the loop running the destructors.
2578 2004-05-18  Andreas Schwab  <schwab@suse.de>
2580         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
2581         the first segment for mprotect, not l_text_end.
2583 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
2585         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
2586         Remove hashfraction variable.  Make kcount and kcountsize local
2587         variables.
2589         * elf/dl-init.c: Don't define and use _dl_starting_up if
2590         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
2591         * elf/dl-support.c: Likewise.
2592         * elf/rtld.c: Likewise.
2593         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
2594         if HAVE_INLINED_SYSCALLS is defined.
2595         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
2596         here.
2597         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
2598         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
2599         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
2601         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
2602         is needed to stop profiling.
2603         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
2604         profile make sure it cannot be unloaded.
2606         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
2608         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
2609         support, make sure the helper function is inlined.
2610         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2611         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2612         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
2615 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
2617         * include/string.h (ffs): Add libc_hidden_builtin_proto.
2618         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
2619         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
2620         * sysdeps/alpha/ffs.S (ffs): Likewise.
2621         * sysdeps/s390/ffs.c (ffs): Likewise.
2622         * sysdeps/powerpc/ffs.c (ffs): Likewise.
2623         * sysdeps/i386/ffs.c (ffs): Likewise.
2624         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
2625         * sysdeps/m68k/ffs.c (ffs): Likewise.
2626         * sysdeps/generic/ffs.c (ffs): Likewise.
2627         * sysdeps/m88k/ffs.c (ffs): Likewise.
2628         * sysdeps/am29k/ffs.c (ffs): Likewise.
2629         * sysdeps/i960/ffs.c (ffs): Likewise.
2630         * sysdeps/x86_64/ffs.c (ffs): Likewise.
2632         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
2634         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
2635         __libc_siglongjmp): Remove symbol_version.
2636         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
2637         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
2638         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
2639         unconditionally.
2640         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
2641         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
2642         strong_alias instead of default_symbol_version, remove
2643         symbol_version.
2644         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
2645         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
2646         into strong_alias to __novmxsetjmp.
2647         (__vmx__setjmp): Similarly with __vmxsetjmp.
2648         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2649         default_symbol_version and symbol_version.
2650         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
2651         into strong_alias to __novmxsetjmp.
2652         (__vmx__setjmp): Similarly with __vmxsetjmp.
2653         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2654         default_symbol_version and symbol_version.
2656         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
2658 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
2660         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
2662 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
2664         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
2665         instead of libc_hidden_def.
2667 2004-07-01  Roland McGrath  <roland@redhat.com>
2669         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
2671         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
2672         $(..)shlib-versions file to last in deps list.  This lets add-ons give
2673         more-specific matches that override defaults in the top-level file.
2675         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
2676         already set, don't set it or libc_cv_gcc_unwind_find_fde.
2677         * sysdeps/unix/sysv/linux/configure: Regenerated.
2679 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2681         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
2682         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
2683         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
2684         * sysdeps/s390/fpu/e_sqrt.c: New file.
2685         * sysdeps/s390/fpu/e_sqrtf.c: New file.
2686         * sysdeps/s390/Implies: New file.
2687         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
2688         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
2689         * sysdeps/s390/s390-64/Implies: Likewise.
2691 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
2693         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
2694         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2696         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
2697         DO_CALL (exit, 1) instead of branching to _exit.
2698         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
2699         Likewise.
2701         * sysdeps/s390/fpu/bits/mathinline.h: New file.
2703         * include/glob.h (glob64): Add libc_hidden_proto.
2704         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
2705         * sysdeps/gnu/glob64.c (glob64): Likewise.
2706         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
2708 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
2710         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
2711         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2713 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
2715         * sysdeps/powerpc/fpu/s_lround.c: Removed.
2716         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
2717         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
2718         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
2719         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
2720         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
2721         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
2722         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
2723         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
2724         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
2725         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
2726         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
2727         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
2728         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
2729         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
2730         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
2732 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
2734         * include/net/if.h: Handle if_nameindex and if_freenameindex with
2735         libc_proto_hidden.
2736         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
2737         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
2738         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
2739         netlink if possible.  Fall back on ioctl method if necessary.
2740         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
2742         * include/unistd.h: Declare __truncate.
2743         * sysdeps/generic/truncate.c: Also define __truncate.
2744         * sysdeps/mach/hurd/truncate.c: Likewise.
2745         * sysdeps/unix/common/syscalls.list: Likewise.
2746         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
2748 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
2750         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
2751         info.extra.  Patch by Marcus Meissner.
2753 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2755         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2756         Fix branch offset for a PLT entry.
2758 2004-06-20  Jim Meyering  <jim@meyering.net>
2760         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
2761         documentation.
2763 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
2765         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
2766         Workaround for [BZ #232].
2768         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
2770 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
2772         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
2773         in ucs2/ucs2reverse when unaligned memory access is attempted.
2774         * iconv/tst-iconv5.c: New file.
2775         * iconv/Makefile (tests): Add tst-iconv5.
2777 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
2779         * inet/bug-if1.c: Include <string.h>.
2781 2004-06-19  Roland McGrath  <roland@redhat.com>
2783         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
2784         under this macro name instead.
2785         [NO_DO_WAITID]: Don't define it at all.
2786         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
2787         defined, then return ENOTSUP for combinations of selection bits other
2788         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
2790         * posix/tst-waitid.c: New file.
2791         * posix/Makefile (tests): Add it.
2793 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
2795         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
2797         [BZ #231]
2798         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
2799         relocation in librt.so.
2801         [BZ #230]
2802         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
2803         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
2805 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
2807         * elf/ldconfig.c (add_dir): Take chroot into account.
2808         Based on changes by HJ Lu and Hideki Iwamoto.
2810         * nscd/connections.c (invalidate_cache): If the host cache has to
2811         be invalidated, re-read resolv.conf.
2813         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
2814         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
2815         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
2816         if RES_NOIP6DOTINT flag is set.
2817         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
2819 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
2821         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
2822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
2823         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
2824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
2825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
2827         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
2828         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
2830 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
2832         [BZ #231]
2833         * sysdeps/unix/alpha/Makefile: New file.
2834         * sysdeps/unix/alpha/rt-sysdep.S: New file.
2835         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
2837 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
2839         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
2840         determine the canonical name only for the first returned entry.
2842         * inet/bug-if1.c: New file.
2843         * inet/Makefile (tests): Add bug-if1.
2845 2004-06-18  Roland McGrath  <roland@frob.com>
2847         * Makerules (compile-mkdep-flags): Add -MT $@.
2849         * Makefile (dist, tag-for-dist): New targets.
2850         (files-for-dist, tag-of-stem): New variables.
2851         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
2852         Make tar files using cvs export.
2853         (%.bz2, %.gz, tag-%): New pattern rules.
2854         (distribute): Variable removed.
2855         (+subdir_targets): Remove distinfo targets.
2856         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
2857         (rpm/%): Pattern rule removed.
2858         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
2859         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
2860         Targets removed.
2861         * Makerules (dist, subdir_distinfo): Targets removed.
2862         ($(objpfx)distinfo): Depend on $(distribute).
2863         * Make-dist: File removed.
2865         * NEWS: Fix a typo.  Update bug-reporting instructions.
2867 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
2869         * sysdeps/unix/sysv/linux/sched_setaffinity.c
2870         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
2871         cpuset is wrongly set.
2873 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2875         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
2876         for POWER4 machines.
2878 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
2880         [BZ #218]
2881         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
2882         in a local variable, point rp to that local variable afterwards.
2884 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
2886         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
2887         cases properly.
2889 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
2891         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
2892         error value for unknown interface. [BZ #198]
2894 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
2896         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
2897         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
2898         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
2899         the asm uses as its input, either of size __n where __n is known or
2900         0xfffffff.
2901         (strstr): Add "memory" clobber.
2903 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
2905         [BZ #219]
2906         * nss/nsswitch.c (free_mem): Don't try to close a library handle
2907         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
2909 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
2911         [BZ #217]
2912         * debug/xtrace.sh: Fix typo in error diagnostics.
2914 2004-06-14  Andreas Schwab  <schwab@suse.de>
2916         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
2917         failed.
2919 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
2922         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
2923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
2924         that clobbers r19.
2925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
2926         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
2927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
2928         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
2929         Fix pasto that overflowed sigcontext.v_reserve.
2930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
2931         Fix pasto that clobbers r19.
2932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
2933         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
2934         overflowed sigcontext.v_reserve.
2936 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
2938         [BZ #150]
2939         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
2940         instead of ".gnu.linkonce.ro." as the prefix for linkonce
2941         read-only section name.
2943 2004-06-14  Richard Henderson  <rth@redhat.com>
2945         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
2946         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
2948 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
2950         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
2951         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2952         (__backtrace): Don't call init #ifndef SHARED.
2953         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
2954         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2955         (__backtrace): Don't call init #ifndef SHARED.
2956         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
2957         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2958         (__backtrace): Don't call init #ifndef SHARED.
2960 2004-06-11  Roland McGrath  <roland@redhat.com>
2962         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
2963         From Krzysztof Halasa <khc@pm.waw.pl>.
2965 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
2967         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
2969 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
2971         [BZ #199]
2972         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
2973         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
2975         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
2976         fails.  Avoid memory leak if realloc fails.
2978 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
2980         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
2981         NULL, "" or contains '=' character in it.  Reported by
2982         Michael T Kerrisk <mtk-lists@gmx.net>.
2983         * stdlib/tst-environ.c: Include errno.h.
2984         (main): Add tests for these arguments to setenv/unsetenv.
2986 2004-06-07  Roland McGrath  <roland@frob.com>
2988         * NEWS: Update bug reporting instructions.  Fix some typos.
2990 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
2992         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
2993         * stdio-common/_itoa.c: Add _itoa implementation.
2995         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
2996         to also send request.  Add parameter to allow this.
2997         Change callers.
2998         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
2999         * nscd/nscd_getpw_r.c: Likewise.
3000         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
3002 2004-06-05  Andreas Jaeger  <aj@suse.de>
3004         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3005         Handle more than 6 args correctly.  Based on a patch by Masahide
3006         Washizawa <washi@jp.ibm.com>.
3008 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
3010         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
3011         in all places, not __nss_not_use_nscd_group.
3012         Reported by Philippe Gregoire.
3014 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
3016         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
3018 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
3020         * argp/argp-help.c (__argp_error, __argp_failure): Check result
3021         of __asprintf call and don't use string if it failed.
3022         * stdio-common/psignal.c (psignal): Likewise.
3023         * locale/programs/localedef.c (more_help): Likewise.
3024         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
3025         arg_bool, parse_line): Check result of __asprintf calls and
3026         don't use string if they failed.
3027         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
3028         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
3029         call and exit if it failed.
3031 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
3033         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
3034         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
3035         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
3036         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
3037         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
3038         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
3039         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
3040         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
3041         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
3042         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
3043         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
3045 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
3047         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
3048         -momit-leaf-frame-pointer.
3050         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
3051         #ifdef AF_PACKET.
3053         * sysdeps/mach/hurd/getcwd.c
3054         (_hurd_canonicalize_directory_name_intern): Only realloc when
3055         size is <= 0.
3057         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
3058         isn't page aligned.
3060         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
3061         new size.
3063         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
3064         __libc_write and __libc_lseek64.
3066 2004-05-29  Roland McGrath  <roland@redhat.com>
3068         * elf/Makefile (shared-only-routines): Add dl-caller.
3070 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
3072         * sysdeps/powerpc/configure.in: New file.
3074 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
3076         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
3077         "altivec" to enable VMX instructions.
3078         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3079         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3080         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3088 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
3090         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
3091         __builtin_expm1l for GCC 3.5+.
3092         (__expl): Define using __builtin_expl for GCC 3.4+.
3093         (exp, expf, expl): Don't define for GCC 3.4+.
3094         (tan, tanf, tanl): Don't define for GCC 3.5+.
3095         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
3096         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
3097         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
3098         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
3099         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
3100         for GCC 3.4+.
3101         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
3102         Don't define for GCC 3.5+.
3103         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
3104         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
3105         define for GCC 3.5+.
3106         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
3107         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
3108         define for GCC 3.2+.
3110 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
3112         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
3113         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
3114         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
3115         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
3116         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
3117         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
3118         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
3119         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
3120         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
3121         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
3122         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
3123         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
3124         libc_hidden_builtin_def if MEMPCPY_P.
3125         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
3126         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
3127         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
3128         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
3129         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
3131 2004-05-26  Roland McGrath  <roland@frob.com>
3133         * sysdeps/generic/bits/in.h
3134         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
3135         These are long obsolete in BSD systems where they originated.
3136         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
3138 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
3140         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
3141         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
3142         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
3143         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
3144         constant '\0' and first argument is not constant.
3145         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
3146         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
3147         For GCC 3.2+ use __builtin_strncpy.
3148         (strncat): For GCC 3.2+ use __builtin_strncat.
3149         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
3150         constant.
3151         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
3152         if both arguments are constant.
3154 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
3156         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
3157         mapped addresses in gethostbyaddr.
3159 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
3161         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
3162         flags parameter, convert afp to simple int parameter.  Adjust code.
3163         typep was never != NULL and flags therefore also unused.  *afp is
3164         never modified.
3165         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
3166         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
3167         handling for __nss_hostname_digits_dots calls.
3168         * nss/getXXbyYY_r.c: Likewise.
3170         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
3172 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
3174         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
3175         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
3176         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
3177         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
3178         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
3179         implementation from w_sqrt.c.
3180         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
3181         implementation from w_sqrtf.c.
3182         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
3183         using inline __ieee754_sqrt().
3184         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
3185         using inline __ieee754_sqrtf().
3186         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
3187         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
3188         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
3189         PPC_FEATURE_*  independent of __ASSEMBLER__.
3191 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
3193         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
3194         include.
3195         (aio_start_notify_thread): Define if not defined.
3196         (notify_func_wrapper): Use it.
3197         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
3198         include.
3199         (aio_create_helper_thread): Define if not defined.
3200         (__aio_create_helper_thread): New function.
3201         (__aio_enqueue_request): Use aio_create_helper_thread.
3203         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
3204         (struct ypresp_all_data): New type.
3205         (__xdr_ypresp_all): Change second argument to
3206         struct ypresp_all_data *.  Replace ypall_foreach and
3207         ypall_data with objp->foreach and objp->data.
3208         (yp_all): Remove status variable, add data.  Replace
3209         all uses of status with data.status.  Initialize data.foreach
3210         and data.data instead of ypall_foreach and ypall_data.
3212 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
3214         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
3215         in l_flags_1, not in l_flags.
3217 2004-04-10  Robert Millan  <robertmh@gnu.org>
3219         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
3220         with sysdeps/generic/bits/in.h.
3222 2004-05-25  Roland McGrath  <roland@frob.com>
3224         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
3225         GCC GPL to standard glibc LGPL.
3227 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
3229         * manual/string.texi (Copying and Concatenation): Fixed second
3230         concat example.
3231         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
3233 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
3235         * malloc/obstack.c: Don't allow linking with _obstack.
3237 2004-05-23  Andreas Schwab  <schwab@suse.de>
3239         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
3240         of separate "m" constraints.
3242 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
3244         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
3245         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
3246         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
3248 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
3250         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
3251         Add comment explaining why libc still defines it.
3253 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
3255         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
3256         obstack_alignment_mask, obstack_alloc, obstack_base,
3257         obstack_blank, obstack_blank_fast, obstack_chunk_size,
3258         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
3259         obstack_grow0, obstack_init, obstack_int_grow,
3260         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
3261         obstack_next_free, obstack_object_size, obstack_ptr_grow,
3262         obstack_ptr_grow_fast, obstack_room): Remove declarations of
3263         nonexistent functions.
3265 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
3267         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
3268         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
3269         [PIC]: Redundent for powerpc64, removed.
3270         (ENTRY): Generate size and alignment for opd entry.
3271         (EALIGN): Generate size and alignment for opd entry.
3272         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
3273         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
3275 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
3277         * misc/regexp.h: Say the functions have been withdrawn.
3279         * wcsmbs/tst-wcpncpy.c: Add more tests.
3281 2004-05-18  Roland McGrath  <roland@frob.com>
3283         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
3284         standard glibc LGPL.
3285         * sysdeps/generic/unwind-dw2.c: Likewise.
3286         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
3287         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
3288         * sysdeps/generic/unwind-pe.h: Likewise.
3290 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
3292         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
3293         MONTENEGRO" which have taken over the code 819.  Patch from
3294         Danilo Segan. [BZ #40]
3296 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
3298         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
3299         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
3300         __sparc_get_pic_l7.
3302 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3304         * catgets/gencat.c: Update bug reporting instructions.
3305         * csu/version.c: Likewise.
3306         * debug/catchsegv.sh: Likewise.
3307         * debug/pcprofiledump.c: Likewise.
3308         * debug/xtrace.sh: Likewise.
3309         * elf/ldd.bash.in: Likewise.
3310         * iconv/iconv_prog.c: Likewise.
3311         * iconv/iconvconfig.c: Likewise.
3312         * locale/programs/locale.c: Likewise.
3313         * locale/programs/localedef.c: Likewise.
3314         * login/programs/pt_chown.c: Likewise.
3315         * malloc/memusage.sh: Likewise.
3316         * malloc/memusagestat.c: Likewise.
3317         * malloc/mtrace.pl: Likewise.
3318         * manual/crypt.texi: Likewise.
3319         * manual/install.texi: Likewise.
3320         * nss/makedb.c: Likewise.
3322 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
3324         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
3325         CHECK_STATIC_TLS if sym != NULL.
3326         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3327         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
3329 2004-05-12  Andreas Schwab  <schwab@suse.de>
3331         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
3332         when translating.
3334 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
3336         * Rules (xtests): Depend on tests.
3338 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
3340         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
3341         count is negative, yet write_ptr < write_end.
3342         (_IO_default_xsgetn): Avoid one underflow per char if count is
3343         negative, yet read_ptr < read_end.
3345 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
3347         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
3348         equal to TAB3.
3350 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
3352         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
3353         call.
3355 2004-05-10  Roland McGrath  <roland@frob.com>
3357         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
3358         (__hurd_directory_name_split): Likewise.
3360 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
3362         * po/fr.po: Update from translation team.
3364 2004-05-10  Andreas Jaeger  <aj@suse.de>
3366         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3367         Correctly compute alignment.
3368         Patch by Michael Matz <matz@suse.de>.
3370 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
3372         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
3373         * sysdeps/posix/sigpause.c: Likewise.
3374         * signal/signal.h: Don't define sigpause macro unless needed.
3376 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
3378         * configure.in (libc_cv_libgcc_s_suffix): New check.
3379         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
3380         * config.make.in (libgcc_s_suffix): Set.
3381         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
3383 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
3385         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
3387 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
3389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
3390         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
3391         Load argument values into temporary variables.
3392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
3393         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
3394         Likewise.
3396 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
3398         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
3399         need to be compiled with exceptions.
3401 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
3403         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
3404         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
3406         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
3407         realloc cannot fail.
3409         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
3410         be expanded.
3412         * nis/nis_table.c: Clean up memory handling.
3413         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
3414         * nis/nis_removemember.c (nis_removemember): Add comment
3415         explaining use of realloc.
3417         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
3418         (carg): Likewise.
3419         Patch by Lev S Bishop <lev.bishop@yale.edu>.
3421         * math/bug-tgmath1.c (main): Test fabs and carg as well.
3423 2004-05-06  Richard Henderson  <rth@redhat.com>
3425         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
3426         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
3427         * sysdeps/unix/sysv/linux/alpha/Versions: Export
3428         __libc_alpha_cache_shape as a private symbol.
3429         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
3430         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
3432 2004-05-06  Richard Henderson  <rth@redhat.com>
3434         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
3435         * sysdeps/alpha/divl.S: Use them.
3436         * sysdeps/alpha/divq.S: Likewise.
3437         * sysdeps/alpha/divqu.S: Likewise.
3438         * sysdeps/alpha/reml.S: Likewise.
3439         * sysdeps/alpha/remq.S: Likewise.
3440         * sysdeps/alpha/remqu.S: Likewise.
3442 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
3444         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
3445         (cimag): Use it.
3446         (creal): Likewise.
3447         * math/Makefile (tests): Add bug-tgmath1.
3448         * math/bug-tgmath1.c: New file.
3450 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
3452         * sysdeps/alpha/atomicity.h: Remove.
3453         * sysdeps/generic/atomicity.h: Remove.
3455 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
3457         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
3458         char *.
3460 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
3462         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
3463           rt-sysdep.
3464         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
3466         * sysdeps/ia64/strcat.c: New file.
3467         * sysdeps/ia64/strcat.S: Delete.
3469 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
3471         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
3472         defined.
3474 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
3476         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
3477         libc_hidden_proto.  Define to __GI___libm_error_support for
3478         assembly going into libc.so.
3479         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
3480         libc_hidden_def.
3482         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
3483         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
3485         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
3486         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
3487         if USE___THREAD.
3489 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
3491         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
3492         __USE_BSD or __USE_UNIX98.
3493         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3494         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3495         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
3496         Likewise.
3497         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3498         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3499         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3500         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
3501         Likewise.
3502         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
3503         Likewise.
3504         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
3505         Likewise.
3506         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
3507         Likewise.
3508         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
3509         Likewise.
3510         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
3511         Likewise.
3512         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
3513         Likewise.
3514         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
3515         Likewise.
3516         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
3517         Likewise.
3518         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
3519         Likewise.
3520         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
3521         Likewise.
3522         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
3523         Likewise.
3524         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
3525         Likewise.
3526         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3527         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
3528         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
3530 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
3532         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
3533         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
3534         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
3535         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
3536         * sysdeps/unix/sysv/linux/Versions (libc): Remove
3537         __libc_sigaction@@GLIBC_PRIVATE.
3538         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
3539         __modify_ldt@@GLIBC_PRIVATE.
3540         * socket/Versions (libc): Remove __libc_accept, __libc_send,
3541         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
3542         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
3543         * stdio-common/Versions (libc): Remove
3544         _itoa_upper_digits@@GLIBC_PRIVATE.
3545         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
3546         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
3547         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
3548         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
3549         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
3550         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
3551         __libc_lseek64 @@GLIBC_PRIVATE.
3553 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
3555         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
3556         check.
3558 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
3560         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
3561         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
3562         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
3563         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
3564         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
3565         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
3566         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
3567         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
3568         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
3569         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
3570         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
3571         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
3572         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
3573         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
3574         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
3575         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
3576         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
3577         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
3579         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
3580         mantissa for AIX long double format.
3581         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
3582         long double format.
3583         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
3584         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
3585         (_fpioconst_pow10): AIX long double format has same exponent range as
3586         double.
3587         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
3588         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
3589         as double.
3591 2004-04-23  Art Haas  <ahaas@airmail.net>
3593         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
3595 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
3597         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
3598         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
3599         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
3600         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
3601         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
3603 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
3605         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
3606         entries.
3608 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
3610         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
3611         prototypes and description [BZ #131].
3613         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
3614         Patch by Ed Catmur <ed@catmur.co.uk>.
3615         * string/tst-inlcall.c (main): Add test for strpbrk.
3617         [BZ #140]
3618         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
3619         include.
3620         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
3621         yet defined, #undef back after including linux/sysctl.h if defined
3622         here.
3623         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
3624         back after including linux/sysctl.h if defined here.
3626         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
3627         for single precision register, add it to __asm clobbers [BZ #139].
3628         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
3629         for single precision register, add it to __asm clobbers.
3630         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
3631         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
3632         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
3633         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
3635 2004-04-23  Andreas Schwab  <schwab@suse.de>
3637         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
3638         __attribute_used__.
3640 2004-04-22  Philip Blundell  <philb@gnu.org>
3642         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
3643         when calling _dl_signal_error.
3644         (elf_machine_rel): Likewise.
3646 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
3648         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
3649         and use it internally instead of __sigsetjmp.
3650         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
3651         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
3652         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
3653         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
3654         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
3655         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
3656         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
3657         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
3658         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
3659         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
3660         HIDDEN_JUMPTARGET for exit call.
3661         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
3662         _exit call.
3663         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
3664         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
3665         strcpy calls.
3667 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
3669         * posix/tst-chmod.c (do_test): Fix a typo.
3671         * elf/lateglobal.c (main): Fix error checks.
3672         Patch by Stephen Clarke <stephen.clarke@st.com>.
3674         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
3675         mention they have been added in ISO C99.
3676         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3678 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3680         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
3682 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3684         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
3685         EACCES.
3687 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3689         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
3690         handling change.
3691         * stdio-common/tst-sscanf.c (int_tests): Adjust.
3693         * nis/nss-nis.c: Include stdlib.h.
3695         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
3696         warning.
3697         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
3698         libc_hidden_builtin_def.
3700 2004-04-20  Jim Meyering  <jim@meyering.net>
3702         * misc/error.c (error_tail): Don't leak upon realloc failure.
3704 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3706         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
3707         Use RETURN_ADDRESS instead of __builtin_return_address.
3709 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
3711         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
3712         compact code.
3714 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3716         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
3717         do input_error () instead of conv_error () and don't look at errno.
3718         Don't eat any whitespace before %% if skip_space == 0.
3719         * stdio-common/tst-sscanf.c (int_tests): New array.
3720         (main): Run int_tests.
3723 See ChangeLog.14 for earlier changes.