2.3.3-57
[glibc.git] / ChangeLog
blobdcbab5ec5c07c94f9bb899f290dcaeedacf3f4a5
1 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
3         * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
4         * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if
5         decided < 0.
6         * intl/finddomain.c (_nl_find_domain): Likewise.
7         * intl/l10nflist.c (_nl_make_l10nflist): Initialize lock.
8         * intl/loadinfo.h (struct loaded_l10nfile): Add lock element.
9         * intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we
10         are done.  First set to -1 to signal initialization is ongoing.
11         Protect against concurrent callers with recursive lock.
12         * intl/finddomain.c (_nl_find_domain): Protect calls to
13         _nl_make_l10nflist.
14         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of
15         source address fails, initialized source_addr_len field so that
16         duplicate address recognition does not copy junk.  [BZ #322]
18 2004-09-25  Jakub Jelinek  <jakub@redhat.com>
20         * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second
21         result declaration.
23 2004-09-22  Andreas Schwab  <schwab@suse.de>
25         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace.
27 2004-09-24  Ulrich Drepper  <drepper@redhat.com>
29         * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be
30         opened.
32         * nis/ypclnt.c (do_ypcall): Add one missing unlock.  Simplify the
33         code a bit.
35         * misc/daemon.c (daemon): Define errno in case /dev/null is not
36         the correct device.
38         * nis/ypclnt.c (yp_bind_file): Optimize a bit.  Minimal cleanups.
40 2004-09-23  Andreas Jaeger  <aj@suse.de>
42         * locale/weight.h (findidx): Remove static, it's not supported
43         anymore with GCC 4.0 in a block scope.
44         * locale/weightwc.h (findidx): Likewise.
45         * posix/regcomp.c (seek_collating_symbol_entry): Likewise.
46         (lookup_collation_sequence_value): Likewise.
47         (build_range_exp): Likewise.
48         (build_collating_symbol): Likewise.
49         * iconv/iconvconfig.c (write_output): Likewise.
50         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
52         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove
53         static, add always_inline attribute.
54         (elf_machine_rela): Likewise.
55         (elf_machine_lazy_rel): Likewise.
57         * elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend
58         on !RESOLVE so that it's not defined in local scope.
60 2004-09-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
62         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define.
64 2004-09-23  Thorsten Kukuk  <kukuk@suse.de>
66         * sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag
67         and BLK* ioctls with linux kernel headers.
69 2004-09-23  Ulrich Drepper  <drepper@redhat.com>
71         * sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND.
72         * elf/dl-object.c (_dl_new_object): Add new parameter mode.  If mode
73         has RTLD_DEEPBIND set add local searchlist before global scope.
74         * sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype.
75         * elf/rtld.c: Adjust callers of _dl_new_object.
76         * elf/dl-load.c: Likewise.
77         (_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything
78         for DF_SYMBOLIC.
79         * elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to
80         _dl_map_object_deps.
81         * elf/tst-deep1.c: New file.
82         * elf/tst-deep1mod1.c: New file.
83         * elf/tst-deep1mod2.c: New file.
84         * elf/tst-deep1mod3.c: New file.
85         * elf/Makefile: Add rules to build and run new tests.
87         * elf/dl-deps.c: Pretty printing.
89 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
91         * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
92         argument to numbers from syscall names.
93         (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
94         (INTERNAL_SYSCALL_NCS): Renamed from...
95         (INTERNAL_SYSCALL_1): ... this.  Use INTERNAL_SYSCALL_NCS.
96         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
97         (INTERNAL_SYSCALL_NCS): Define.
98         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
99         (INTERNAL_SYSCALL_NCS): Likewise.
100         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
101         Change name argument to numbers from syscall names.
102         (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
103         (INTERNAL_SYSCALL_NCS): Define.
105 2004-09-22  Ulrich Drepper  <drepper@redhat.com>
107         * malloc/malloc.c (malloc_printerr): Use syslog if writev failed.
109         * string/string.h: Add __nonnull annotations.
110         * stdlib/stdlib.h: Likewise.
112 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
114         * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
115         argument to numbers from syscall names.
116         (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
117         (INTERNAL_SYSCALL_NCS): Renamed from...
118         (INTERNAL_SYSCALL_1): ... this.  Use INTERNAL_SYSCALL_NCS.
119         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
120         (INTERNAL_SYSCALL_NCS): Define.
121         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
122         (INTERNAL_SYSCALL_NCS): Likewise.
123         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
124         Change name argument to numbers from syscall names.
125         (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
126         (INTERNAL_SYSCALL_NCS): Define.
128 2004-09-20  H.J. Lu  <hongjiu.lu@intel.com>
130         * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL):
131         Renamed to ...
132         (DO_INLINE_SYSCALL_NCS): This.
133         (DO_INLINE_SYSCALL): New.
134         (INLINE_SYSCALL): Updated.
135         (INTERNAL_SYSCALL_NCS): Updated.
137 2004-09-21  Ulrich Drepper  <drepper@redhat.com>
139         * elf/sprof.c (load_shobj): Add support for reading symbol table
140         from debuginfo file.
142         * elf/ldd.bash.in: Fix syntax errors.
144 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
146         * sysdeps/unix/sysv/linux/dl-execstack.c
147         (_dl_make_stack_executable): Remove some duplication.
149         * nscd/nscd.c (options): Mark S option as hidden.
150         (parse_opt): When S option is used, print warning message.
151         * nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
152         * nscd/hstcache.c (addhstbyX): Don't handle secure mode.
153         * nscd/aicache.c (addhstaiX): Don't handle secure mode.
154         * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
156 2004-09-20  Roland McGrath  <roland@frob.com>
158         * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
159         in initializer #if defined.
161 2004-09-18  Paul Eggert  <eggert@cs.ucla.edu>
163         [BZ #391]
164         * stdlib/getsubopt.c: Merge fixes from gnulib.
165         (__strchrnul) [!_LIBC]: Define and include "strchrnul.c".
166         (getsubopt): Use prototypes, not K&R style.
167         Fix bug: memcmp(A,B,N) was being invoked on a memory block B
168         whose size might be smaller than N.  Use strncmp to avoid the bug.
170 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
172         * configure.in: If selinux has not explictly been requested, don't
173         comment on it missing.
175         * elf/dl-load.c: Define __stack_prot.
176         * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define
177         __stack_prot here, just declare it.
179 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
181         * configure.in (libc_cv_z_relro): Only set to yes if linker script
182         contains DATA_SEGMENT_RELRO_END.
184 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
186         * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking.
187         Reorder code slightly.
188         * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
189         is non-null, _dl_setup_hash will do that.
191 2004-09-19  Ulrich Drepper  <drepper@redhat.com>
193         * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call
194         callback to set IDs in all other threads as well.
195         * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
196         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
197         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
198         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
199         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
200         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
201         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
202         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
203         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
204         * sysdeps/unix/sysv/linux/setuid.c: New file.
205         * sysdeps/unix/sysv/linux/setgid.c: New file.
206         * sysdeps/unix/sysv/linux/setreuid.c: New file.
207         * sysdeps/unix/sysv/linux/setregid.c: New file.
208         * sysdeps/unix/sysv/linux/setresuid.c: New file.
209         * sysdeps/unix/sysv/linux/setresgid.c: New file.
210         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS.
211         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
214         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
215         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version.
216         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
217         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
218         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
219         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid
220         and setresuid.
221         * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid.
222         * nscd/grpcache.c: Likewise.
223         * nscd/hstcache.c: Likewise.
224         * nscd/pwdcache.c: Likewise.
226         * resolv/res_mkquery.c (res_nmkquery): Fix typo.
228 2004-09-18  Ulrich Drepper  <drepper@redhat.com>
230         * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
231         from memory.
232         * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
233         __stack_flags.
235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use
236         gethostbyname3_r if we are not looking for the canonical name.
238         * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every
239         time.
241 2004-09-18  Roland McGrath  <roland@redhat.com>
243         * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
244         system call.
246 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
248         * include/link.h (struct link_map): Add l_used element.
249         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED.
250         * elf/rtld.c (process_dl_debug): Recognize unused.
251         (dl_main): When unused debug flag is set check for unused direct
252         dependencies.
253         When printing dependencies and SONAME starts with /, omit the SONAME =>
254         part.
255         * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the
256         symbol has been found as used.
257         * elf/ldd.bash.in: Add -u option.
259 2004-09-18  Jakub Jelinek  <jakub@redhat.com>
261         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
262         Do nothing if __NR_set_tid_address is not defined.  [BZ #390]
264 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
266         * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
267         in case it is available.
269 2004-09-17  Jakub Jelinek  <jakub@redhat.com>
271         * nscd/nscd.c (parse_opt): Write arg string instead of (void *)
272         key to the socket.
274 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
276         * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute
277         for gcc 3.3 and higher.
278         * io/fcntl.h: Add __nonnull where appropriate.
279         * io/ftw.h: Likewise.
280         * io/utime.h: Likewise.
281         * io/sys/poll.h: Likewise.
282         * io/sys/sendfile.h: Likewise.
283         * io/sys/stat.h: Likewise.
284         * io/sys/statfs.h: Likewise.
285         * io/sys/statvfs.h: Likewise.
286         * posix/unistd.h: Likewise.
287         * catgets/nl_types.h: Likewise.
288         * crypt/crypt.h: Likewise.
289         * debug/execinfo.h: Likewise.
291 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
293         * posix/glob.h: Remove cruft to make header usable outside glibc.
294         The maintenance headache is too big.
296         * configure.in: Add test for required SELinux features.
297         * config.make.in: Add have-selinux entry.
298         * config.h.in: Add HAVE_SELINUX entry.
299         * nscd/Makefile (nscd-modules): Add selinux.
300         (CFLAGS-selinux.c): Add -fpie.
301         Define selinux-LIBS and use in link line.
302         * nscd/connections.c (handle_request): Check access SELinux permissions
303         before processing request.
304         * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread.
305         * nscd/nscd_stat.c: Transmit and print AVC statistics.
306         * nscd/selinux.c: New file.
307         * nscd/selinux.h: New file.
308         Patch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.
310 2004-09-16  Jakub Jelinek  <jakub@redhat.com>
312         * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap
313         instead of munmap.
315         * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie.
317 2004-09-16  Thorsten Kukuk  <kukuk@suse.de>
319         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check
320         __nss_not_use_nscd_hosts variable if nscd should be used or not.
322 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
324         * nscd/nscd_proto.h: Define NSS_NSCD_RETRY.
325         Add __nscd_getai prototype.
326         * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY.
327         * nscd/nscd-client.h: Remove __nscd_getai prototype.
328         * nscd/nscd_getai.c: Include nscd_proto.h.
330         * elf/ldd.bash.in: Add support for SELinux environments.
331         Patch by Stephen Smalley <sds@epoch.ncsc.mil>.
333 2004-09-16  Roland McGrath  <roland@redhat.com>
335         * configure.in (--with-headers): Let argument contain a : separated
336         list of directories to use, not just one.
337         * configure: Regenerated.
339 2004-09-15  Richard Henderson  <rth@redhat.com>
341         * sysdeps/alpha/fpu/libm-test-ulps: Update.
342         * scripts/data/c++-types-alpha-linux-gnu.data: New file.
344 2004-09-15  Ulrich Drepper  <drepper@redhat.com>
346         * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also
347         get ttl and canonical name.  Use these two values.
348         * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns.
349         * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters.
350         If nonnull fill with TTL and pointer to canonical name respectively.
351         (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r.
352         (_nss_dns_gethostbyname2_r): Just wrapper around
353         _nss_dns_gethostbyname3_r.
354         (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r.
355         Take two new parameters which as passed to getanswer_r.
357         * nscd/Makefile (rountines): Add nscd_getai.
358         (nscd-modules): Add aicache.
359         * nscd/aicache.c: New file.
360         * nscd/nscd_getai.c: New file.
361         * nscd/cache.c (prune_cache): Handle GETAI request type.
362         * nscd/connections.c: Add GETAI support in request handling.
363         * nscd/nscd-client.h (request_type): Add GETAI.
364         Define ai_response_header and struct nscd_ai_result types.
365         (struct datahead): Add aidata field.
366         Declare __nscd_getai.
367         * nscd/nscd.c: Add getaddrinfo definition to catch problems.
368         * nscd/nscd.h: Declare addhstai and readdhstai.
370         * sysdeps/posix/getaddrinfo.c: Add support for using cached results.
371         * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
373         * nscd/nscd-client.h  (struct datahead): Use uint8_t instead of bool.
375 2004-09-14  Ulrich Drepper  <drepper@redhat.com>
377         * misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
379 2004-09-13  Ulrich Drepper  <drepper@redhat.com>
381         * misc/sys/cdefs.h: Restore old definition of __P.
382         * csu/munch.awk: Remove uses of __P and __PMT.
383         * gmon/gmon.c: Likewise.
384         * hesiod/hesiod.h: Likewise.
385         * include/stdio.h: Likewise.
386         * io/fts.c: Likewise.
387         * libio/genops.c: Likewise.
388         * libio/libioP.h: Likewise.
389         * libio/fileops.c: Likewise.
390         * libio/iolibio.h: Likewise.
391         * libio/libio.h: Likewise.
392         * libio/memstream.c: Likewise.
393         * libio/oldfileops.c: Likewise.
394         * libio/oldstdfiles.c: Likewise.
395         * libio/iopopen.c: Likewise.
396         * libio/vsnprintf.c: Likewise.
397         * libio/vswprintf.c: Likewise.
398         * libio/wgenops.c: Likewise.
399         * libio/oldiopopen.c: Likewise.
400         * locale/programs/xmalloc.c: Likewise.
401         * locale/programs/xstrdup.c: Likewise.
402         * malloc/mtrace.c: Likewise.
403         * misc/getttyent.c: Likewise.
404         * misc/getusershell.c: Likewise.
405         * nis/rpcsvc/ypupd.h: Likewise.
406         * posix/fnmatch.h: Likewise.
407         * posix/glob.h: Likewise.
408         * resolv/arpa/nameser.h: Likewise.
409         * resolv/gethnamaddr.c: Likewise.
410         * resolv/resolv.h: Likewise.
411         * resolv/inet_net_ntop.c: Likewise.
412         * resolv/inet_net_pton.c: Likewise.
413         * resolv/res_init.c: Likewise.
414         * resolv/nss_dns/dns-network.c: Likewise.
415         * stdio-common/vfprintf.c: Likewise.
416         * stdio-common/reg-printf.c: Likewise.
417         * sysdeps/generic/chflags.c: Likewise.
418         * sysdeps/generic/fchflags.c: Likewise.
419         * sysdeps/generic/glob.c: Likewise.
420         * sysdeps/generic/printf_fphex.c: Likewise.
421         * sysdeps/generic/memcmp.c: Likewise.
422         * sysdeps/generic/memcopy.h: Likewise.
423         * sysdeps/generic/morecore.c: Likewise.
424         * sysdeps/generic/sstk.c: Likewise.
425         * sysdeps/posix/sigvec.c: Likewise.
426         * sysdeps/posix/ttyname_r.c: Likewise.
427         * sysdeps/standalone/arm/bits/errno.h: Likewise.
428         * sysdeps/standalone/standalone.h: Likewise.
429         * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise.
430         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
431         * sysdeps/unix/arm/start.c: Likewise.
432         * sysdeps/unix/bsd/sigaction.c: Likewise.
433         * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise.
434         * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise.
435         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise.
436         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise.
437         * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise.
438         * sysdeps/unix/sparc/start.c: Likewise.
439         * sysdeps/unix/sysv/getdents.c: Likewise.
440         * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise.
441         * sysdeps/unix/sysv/irix4/getgroups.c: Likewise.
442         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
443         * sysdeps/unix/sysv/irix4/getrusage.c: Likewise.
444         * sysdeps/unix/sysv/irix4/pathconf.c: Likewise.
445         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
446         * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise.
447         * sysdeps/unix/sysv/irix4/start.c: Likewise.
448         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
449         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise.
450         * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise.
451         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
452         * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise.
453         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
454         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
455         * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise.
456         * sysdeps/unix/sysv/sysv4/setsid.c: Likewise.
457         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
458         * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise.
459         * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise.
460         * time/tzset.c: Likewise.
461         * time/strftime_l.c: Likewise.
462         * time/strptime_l.c: Likewise.
463         * crypt/md5.h: Likewise.
465 2004-09-13  Andreas Jaeger  <aj@suse.de>
467         * configure.in: Support GCC 4.x.
468         * configure: Regenerated.
470 2004-09-13  Thorsten Kukuk  <kukuk@suse.de>
472         * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services.
474         * nscd/nscd.init: Fix path to socket.
476 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
478         * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length.
479         Avoid file descriptor leak in case of size mismatch.
481         * nscd/nscd-client.h: Fix database structure layout for biarch.
482         * nscd/mem.c (gc): Add casts to avoid warnings.
484         * nss/getent.c: Don't preconstruct help message.  Do it only when
485         needed.
487         * locale/programs/locale.c: Simplify help message printing.
489 2004-09-12  Roland McGrath  <roland@frob.com>
491         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
492         missing in last change.
494 2004-09-11  Thorsten Kukuk  <kukuk@suse.de>
496         * nis/nss_compat/compat-grp.c: Check that buflen is greater zero
497         before writing data into the buffer with negative offset.
498         * nis/nss_compat/compat-initgroups.c: Likewise.
499         * nis/nss_compat/compat-pwd.c: Likewise.
500         * nis/nss_compat/compat-spwd.c Likewise.
502 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
504         * misc/syslog.c (vsyslog): Fix copying of PID in case of
505         out-of-memory situation.  [BZ #365].
507         * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of
508         __THROW in inline function definitions.
510         * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK.
511         * posix/spawnattr_setflags.c: Check whether any unknown bit is set
512         in FLAGS parameter and fail if this is the case.
513         * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is
514         set.
516         * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk.
517         * nscd/grpcache.c (cache_addgr): Likewise.
518         * nscd/hstcache.c (cache_addhst): Likewise.
520 2004-09-11  Roland McGrath  <roland@frob.com>
522         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]:
523         Set _dl_phdr and _dl_phnum.
524         (init1): When bootstrap task, bail early and never examine *D.
526 2004-09-11  Alfred M. Szmidt  <ams@kemisten.nu>
528         * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
529         Cast THR, SEL and DESC to `void'.
531 2004-09-11  Ulrich Drepper  <drepper@redhat.com>
533         * nscd/connections.c (nscd_run): Call setup_thread only for enabled
534         databases.
536         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.
538 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
540         * nscd/nscd.c (pagesize_m1): New variable.
541         (main): Initialize it.
542         * nscd/nscd.h: Declare pagesize_m1.
543         * nscd/hstcache.c: Pass correctly aligned address to msync.
544         * nscd/grpcache.c: Likewise.
545         * nscd/pwdcache.c: Likewise.
547 2004-09-10  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
549         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement
550         __nwaiters.  If pthread_cond_destroy has been called and this is
551         the last waiter, signal pthread_cond_destroy caller and avoid
552         using the pthread_cond_t structure after unlock.
553         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
555 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
557         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
558         __ASSUME_CLONE_STOPPED.
560 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
562         * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
563         __asm__ for C++.  [BZ #377]
565 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
567         * nscd/nscd_stat.c: Improve output by also printing .shared and
568         .persistent.
570         * nscd/connections.c: Allow cache sharing to be really disabled.
572 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
574         * malloc/malloc.c (_int_free): Only do arena boundary check for
575         contiguous arenas.
577 2004-09-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
579         * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken
580         instruct operands.
581         * elf/elf.h: Add R_M32R_* relocs.
583 2004-09-09  Ulrich Drepper  <drepper@redhat.com>
585         * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
586         seems not to support the nothrow attribute.  Use it only for gcc
587         3.3 and higher.
589         * malloc/hooks.c (top_check): Print top chunk corruption as normal
590         error message.
592         * malloc/malloc.c (malloc_printerr): Don't make informational
593         message look like error message.
595 2004-09-09  Andreas Jaeger  <aj@suse.de>
597         * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
599 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
601         * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
603         * malloc/malloc.c (_int_free): Add inexpensive double free and
604         memory corruption tests.
605         (malloc_printf_nc): Renamed to malloc_printerr.  Second parameter
606         is no format string anymore.  Don't use stdio.  Adjust all callers.
607         * malloc/hooks.c: Adjust malloc_printf_nc callers.
609 2004-09-08  Roland McGrath  <roland@redhat.com>
611         * malloc/mcheck.c: Don't use __P.
612         Use prototypes definitions for static functions.
614 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
616         * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
618 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
619             Jakub Jelinek  <jakub@redhat.com>
621         * nscd/nscd-client.h: Add a few #includes.
623         * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
624         * nscd/connections.c (nscd_run): Call setup_thread for maintenance
625         threads.
626         * nscd/nscd-client.h (struct database_pers_head): Add
627         nscd_certainly_running field.
628         * nscd/nscd.h: Declare setup_thread.
629         * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
630         nscd_certainly_running is nonzero.
631         * sysdeps/generic/nscd_setup_thread.c: New file.
632         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
634 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
636         * nscd/connections.c: Implement r/o sharing of nscd's cache with client
637         processes via shared memory.
638         * nscd/nscd-client.h: Likewise.
639         * nscd/nscd.h: Likewise.
640         * nscd/nscd_conf.c: Likewise.
641         * nscd/nscd_getgr_r.c: Likewise.
642         * nscd/nscd_getpw_r.c: Likewise.
643         * nscd/nscd_gethst_r.c: Likewise.
644         * nscd/nscd.conf: Add new config parameters.
645         * nscd/Makefile (aux): Add nscd_helper.
646         * nscd/nscd_helper.c: New file.
647         * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
649         * nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
650         no derived information.
651         * connections.c (nscd_init): Fix bug in testing size of the persistent.
653         * nis/Makefile (aux): Add nis_hash.
654         * nis/nis_hash.c: New file.  Split out from nis_util.c.
655         * nis/nis_util.c: Move __nis_hash code in separate file.
657         * csu/tst-atomic.c: Improve atomic_increment_val test which would
658         not have found a ppc bug.
660         * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
662         * malloc/arena.c: Remove __MALLOC_P uses.
663         * malloc/malloc.c: Likewise.
665         * malloc/mtrace.c: Remove __P uses.
666         * malloc/mcheck-init.c: Likewise.
668 2004-09-07  Jakub Jelinek  <jakub@redhat.com>
670         * sysdeps/powerpc/powerpc64/configure.in: New file.
671         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
672         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
673         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
674         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
675         BODY_PREFIX): Define.
676         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
677         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
678         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
679         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
680         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
682 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
684         * malloc/malloc.h: Don't define __THROW if it is already defined.
686         * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
687         (atomic_decrement): Define.
689         * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
690         atomic_decrement_val.
691         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
692         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
694         * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
695         and atomic_decrement_val.
697         * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
698         and atomic_delay is not already defined.
699         * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
700         * sysdeps/x86_64/bits/atomic.h: Likewise.
702         * miscd/sys/cdefs.h (__NTH): New macro.
703         (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
704         (__REDIRECT_NTH): New macro.
705         * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
706         * ctype/ctype.h: Likewise.
707         * dirent/dirent.h: Likewise.
708         * io/fcntl.h: Likewise.
709         * io/sys/sendfile.h: Likewise.
710         * io/sys/stat.h: Likewise.
711         * io/sys/statfs.h: Likewise.
712         * io/sys/statvfs.h: Likewise.
713         * libio/bits/stdio.h: Likewise.
714         * misc/sys/mman.h: Likewise.
715         * posix/unistd.h: Likewise.
716         * resource/sys/resource.h: Likewise.
717         * rt/aio.h: Likewise.
718         * signal/signal.h: Likewise.
719         * stdlib/stdlib.h: Likewise.
720         * string/argz.h: Likewise.
721         * string/string.h: Likewise.
722         * sysdeps/generic/inttypes.h: Likewise.
723         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
724         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
725         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
726         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
727         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
728         * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
729         * wcsmbs/wchar.h: Likewise.
731         * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
733         * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
734         definition.
736         * io/sys/poll.h: Remove __THROW from poll prototype, it's a
737         cancellation point.
739         * io/fts.c (fts_open): Remove uses of __P.
741         * include/stdlib.h: No need to use __THROW in this header.
743 2004-09-06  Roland McGrath  <roland@frob.com>
745         * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
746         validity, since __assert_fail gets to here anyway.  Just fail.
748 2004-09-06  Ulrich Drepper  <drepper@redhat.com>
750         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
751         AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
752         addresses.
754 2004-09-05  Richard Henderson  <rth@redhat.com>
756         * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
757         * sysdeps/unix/sysv/linux/kernel-features.h
758         (__ASSUME_IEEE_RAISE_EXCEPTION): New.
759         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
760         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
761         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
762         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
764 2004-09-05  Richard Henderson  <rth@redhat.com>
766         * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
767         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
768         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
769         sysdeps/alpha/remqu.S: Likewise.
770         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
772 2004-09-05  Ulrich Drepper  <drepper@redhat.com>
774         * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
775         GETHOSTBYADDRv6 requests.
777 2004-09-04  Ulrich Drepper  <drepper@redhat.com>
779         * nscd/pwdcache.c (cache_addpw): Use correct key length in
780         cache_add calls.
781         * nscd/grpcache.c (cache_addgr): Likewise.
783 2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>
785         * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
786         to `dtv_t *'.
788 2004-09-03  Ulrich Drepper  <drepper@redhat.com>
790         * nscd/nscd.c (parse_opt): Use writev instead of two write for
791         invalidate command.
793 2004-09-02  Ulrich Drepper  <drepper@redhat.com>
795         * nscd/connections.c (nscd_run): Check early for invalid request types.
797 2004-09-02  Roland McGrath  <roland@frob.com>
799         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
800         (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
801         (THREAD_SELF): New macro.
803 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
805         [BZ #357]
806         * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
807         (main): Call test_stack.
808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
809         (__getcontext): Push stack frame then save parms in local frame.
810         Improve instruction scheduling.
811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
812         (__swapcontext): Likewise.
814 2004-09-01  Andreas Schwab  <schwab@suse.de>
816         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
817         __builtin_offsetof.
819 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
821         [BZ #361]
822         * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
823         to normal_bracket after fetching the next character.
824         * posix/tst-fnmatch.input: Add 25 new tests.
825         Reported by Markus Oberhumer <markus@oberhumer.com>.
827 2004-09-01  Ulrich Drepper  <drepper@redhat.com>
829         * elf/rtld.c (dl_main): First check existence of ld.so.preload
830         with access.
832 2004-09-01  Roland McGrath  <roland@redhat.com>
834         * sysdeps/unix/sysv/linux/bits/waitflags.h
835         (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
836         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
837         New macro.
838         * sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
839         available, or fall back to the waitpid-based generic code.
841 2004-08-14  Alfred M. Szmidt  <ams@kemisten.nu>
843         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
844         clobber the `ebp' register.
845         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
846         Reverts change from 2004-05-07 by Jeroen Dekkers.
848         * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
849         NEWSP from `void *' to `int *'.  Changed all casts accordingly.
851 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
853         * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
854         before return type.
855         * locale/localename.c (__current_locale_name): Likewise.
857 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
859         * elf/ldconfig.c (parse_conf): Add prefix argument, prepend it
860         before arguments to add_dir and pass to parse_conf_include.
861         (parse_conf_include): Add prefix argument, pass it down to
862         parse_conf.
863         (main): Call arch_startup.  Adjust parse_conf caller.
864         Call add_arch_dirs.
865         * sysdeps/generic/dl-cache.h (arch_startup, add_arch_dirs): Define.
866         * sysdeps/unix/sysv/linux/i386/dl-cache.h: New file.
867         * sysdeps/unix/sysv/linux/ia64/dl-cache.h (EMUL_HACK, arch_startup,
868         add_arch_dirs): Define.
869         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Prepend
870         /emul/ia32-linux before the 32-bit ld.so pathname.
871         * sysdeps/unix/sysv/linux/ia64/dl-procinfo.c: New file.
872         * sysdeps/unix/sysv/linux/ia64/dl-procinfo.h: New file.
874 2004-08-30  Roland McGrath  <roland@frob.com>
876         * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
877         later sets from output.
878         * Makerules (check-abi): Pass option to set that with value of
879         LIB-abi-frozen variable if one is set.
881         * abilist/libcidn.abilist: New file (empty).
883 2004-08-30  Jakub Jelinek  <jakub@redhat.com>
885         * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
886         not __USE_XOPEN2K, use the Unix98 mandated values.
888 2004-08-27  Roland McGrath  <roland@redhat.com>
890         * configure.in (usetls): Default to yes.
891         * configure: Regenerated.
893 2004-08-26  Roland McGrath  <roland@redhat.com>
895         * configure.in (add_ons_automatic): New variable, set to yes or no
896         indicating --enable-add-ons with no explicit list.
897         (running add-on fragments): Allow a fragment to modify $libc_add_on
898         and have that affect its place in the list of add-ons to use.
899         * configure: Regenerated.
901 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
903         * nscd/cache.c: Major rewrite.  The data is now optionally kept in
904         a mmaped memory region which is automatically mirrored on disk.
905         This implements persistent data storage.  The Memory handled
906         needed to be completely revamped, it now uses a garbage collection
907         mechanism instead of malloc.
908         * nscd/connections.c: Likewise.
909         * nscd/nscd.c: Likewise.
910         * nscd/nscd.h: Likewise.
911         * nscd/nscd_conf.c: Likewise.
912         * nscd/nscd_stat.c: Likewise.
913         * nscd/grpcache.c: Likewise.
914         * nscd/hstcache.c:: Likewise.
915         * nscd/pwdcache.c:: Likewise.
916         * nscd/Makefile: Add rules to build mem.c.
917         * nscd/mem.c: New file.
918         * nscd/nscd.conf: Describe new configuration options.
920 2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
922         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
923         NO_SGIDEFS_H isn't defined.
924         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
925         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
927         * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
928         _MIPS_SIM.
929         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
930         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
931         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
933 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
935         * nscd/connections.c (nscd_run): atomic_increment was not missing.
937         * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
938         Patch by Greg Schafer.
940 2004-08-25  Richard Henderson  <rth@redhat.com>
942         * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
943         instead of $31.  Zero $15.
944         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
946 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
948         * sysdeps/powerpc/powerpc64/bits/atomic.h
949         (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
950         is negative.
951         (__arch_compare_and_exchange_bool_32_rel): Likewise.
953         * nscd/connections.c: Make socket nonblocking so that threads
954         don't get stuck on accept.  Fix locking.
956         * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
957         entry with alternative key.
958         * nscd/pwdcache.c (cache_addpw): Likewise.
960 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
962         * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
963         __libc_stack_end.
965 2004-08-23  Ulrich Drepper  <drepper@redhat.com>
967         * sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
968         __BEGIN_DECLS/__END_DECLS.
970 2004-08-23  Andreas Jaeger  <aj@suse.de>
972         [BZ #341]
973         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
974         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
975         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
976         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
977         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
978         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
979         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
980         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
981         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
982         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
983         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
984         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
985         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
987 2004-08-21  Ulrich Drepper  <drepper@redhat.com>
989         * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
990         (check_action): Likewise.
991         When printing error messages, use malloc_printf_nc now instead of
992         fiddling with the streams cancellation flag in every place.
993         * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
994         default to 3.
995         (check_action): New variable.
996         (unlink): Print error message and eventually terminate in case list
997         is corrupted.
998         (malloc_printf_nc): New function.  Use it in _int_free.
999         Change proposed by Arjan van de Ven.
1001         * dlfcn/Makefile: Don't build eval.c anymore.
1003 2004-08-20  Roland McGrath  <roland@frob.com>
1005         * csu/Makefile ($(objpfx)version-info.h): Use printf in place
1006         of echo -e for POSIX.2 portability.
1007         Reported by Paul Jarc <prj@po.cwru.edu>.
1009 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
1011         * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
1012         list generation.
1014         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
1015         getcanonname_r function if AI_CANONNAME flag is not set in
1016         request.
1018         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
1019         Initialize mysize with limits only if latter is >= 0.  Use mysize
1020         in malloc call.
1022 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
1024         * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
1025         to avoid warning.
1027         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
1028         status to NSS_STATUS_UNAVAIL.
1030 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
1032         * sysdeps/powerpc/powerpc64/configure.in: New file.
1033         * sysdeps/powerpc/powerpc64/configure: Rebuilt.
1034         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
1035         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
1036         * configure: Rebuilt.
1037         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
1038         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
1039         BODY_PREFIX): Define.
1040         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
1041         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
1042         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
1043         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
1044         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
1046 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
1048         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
1049         cannoname lookup since it has the FQDN even if the original NAME
1050         value has not.
1052 2004-08-18  Ulrich Drepper  <drepper@redhat.com>
1054         * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
1055         pointer in new variable ORIG_NAME and use this pointer when
1056         determination of canonical name failed, not the possibly IDN
1057         translated value of NAME.
1059 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
1061         * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
1062         * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
1063         Reset RES_NOIP6DOTINT flag in this case..
1065         * sysdeps/posix/getaddrinfo.c: Fix memory handling of
1066         ai_canonname.
1068 2004-08-16  Ulrich Drepper  <drepper@redhat.com>
1070         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
1071         CNAME records, we better follow the chain of CNAME records which
1072         can be accomplished with A/AAAA lookups.
1074 2004-08-15  Roland McGrath  <roland@redhat.com>
1076         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
1077         Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
1078         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1079         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1080         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1082 2004-08-15  Roland McGrath  <roland@frob.com>
1084         * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
1085         this, not ...
1086         (static-only-routines): ... this.
1087         * sysdeps/ia64/Makefile: Likewise.
1088         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
1089         * sysdeps/sparc/sparc64/Makefile: Likewise.
1090         * sysdeps/x86_64/Makefile: Likewise.
1091         * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
1092         * sysdeps/ia64/hp-timing.c: Likewise.
1093         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1094         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1096         * csu/elf-init.c: Update copyright terms including special exception
1097         for these trivial files, which are statically linked into executables
1098         that use dynamic linking for the significant library code.
1099         * io/fstat.c: Likewise.
1100         * io/fstat64.c: Likewise.
1101         * io/lstat.c: Likewise.
1102         * io/lstat64.c: Likewise.
1103         * io/stat.c: Likewise.
1104         * io/stat64.c: Likewise.
1105         * stdlib/atexit.c: Likewise.
1106         * sysdeps/alpha/elf/initfini.c: Likewise.
1107         * sysdeps/alpha/elf/start.S: Likewise.
1108         * sysdeps/arm/elf/start.S: Likewise.
1109         * sysdeps/cris/elf/start.S: Likewise.
1110         * sysdeps/generic/initfini.c: Likewise.
1111         * sysdeps/generic/mknod.c: Likewise.
1112         * sysdeps/hppa/elf/initfini.c: Likewise.
1113         * sysdeps/hppa/elf/start.S: Likewise.
1114         * sysdeps/i386/elf/start.S: Likewise.
1115         * sysdeps/i386/i686/hp-timing.c: Likewise.
1116         * sysdeps/ia64/elf/initfini.c: Likewise.
1117         * sysdeps/ia64/elf/start.S: Likewise.
1118         * sysdeps/ia64/hp-timing.c: Likewise.
1119         * sysdeps/m68k/elf/start.S: Likewise.
1120         * sysdeps/mach/start.c: Likewise.
1121         * sysdeps/mips/elf/start.S: Likewise.
1122         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
1123         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
1124         * sysdeps/s390/s390-32/elf/start.S: Likewise.
1125         * sysdeps/s390/s390-32/initfini.c: Likewise.
1126         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1127         * sysdeps/s390/s390-64/initfini.c: Likewise.
1128         * sysdeps/sh/elf/initfini.c: Likewise.
1129         * sysdeps/sh/elf/start.S: Likewise.
1130         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1131         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1132         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1133         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1134         * sysdeps/standalone/i386/start.S: Likewise.
1135         * sysdeps/standalone/i960/start.S: Likewise.
1136         * sysdeps/standalone/m68k/m68020/start.S: Likewise.
1137         * sysdeps/unix/arm/start.c: Likewise.
1138         * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
1139         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1140         * sysdeps/unix/sparc/start.c: Likewise.
1141         * sysdeps/unix/start.c: Likewise.
1142         * sysdeps/unix/sysv/aix/start.s: Likewise.
1143         * sysdeps/unix/sysv/irix4/start.c: Likewise.
1144         * sysdeps/x86_64/elf/initfini.c: Likewise.
1145         * sysdeps/x86_64/elf/start.S: Likewise.
1147 2004-08-15  Roland McGrath  <roland@redhat.com>
1149         [BZ #227]
1150         * sysdeps/unix/sysv/linux/kernel-features.h
1151         (__ASSUME_BRK_PAGE_ROUNDED): New macro.
1152         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1153         [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
1154         the partial page after the dynamic linker's own data segment.
1156 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
1158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
1159         v4-mapped addresses a bit.
1160         (gethosts): Move alloca out of macro, so that it is done only once.
1162         * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
1163         addr to avoid casts.
1164         (gethosts): Removed.
1165         (gethosts2): Renamed to gethosts.  Make it usable for family !=
1166         AF_UNSPEC.  Fix AI_V4MAPPED.
1167         (gaih_inet): Remove use of old gethosts.  Always use what used to be
1168         gethosts2.  If entry is found, try to use the same NSS module's
1169         getcanonname_r function.  Use gethostbyaddr for AI_CANONNAME only
1170         if getcanonname_r was not available.  Fix filtering of AI_V4MAPPED
1171         addresses.  Numerous cleanups.
1172         * resolv/nss_dns/dns-canon.c: New file.
1173         * resolv/Makefile (libnss_dns-routines): Add dns-canon.
1174         * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
1176         * elf/Makefile: Add rules to build and run tst-dlopenrpath.
1177         * elf/tst-dlopenrpath.c: New file.
1178         * elf/tst-dlopenrpathmod.c: New file.
1180         * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
1181         * intl/tst-gettext.c: Likewise.
1183         * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
1185         * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
1186         AF_INET6.
1188 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
1190         * po/de.po: Update from translation team.
1192 2004-08-14  Roland McGrath  <roland@frob.com>
1194         * sysdeps/mach/configure: Regenerated.
1195         * sysdeps/mach/hurd/configure: Regenerated.
1197 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
1199         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
1200         performed, make sure it is still the first entry after sorting
1201         that has the ai_canonname information.
1203         * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
1204         only in one entry.
1206 2004-08-13  Daniel Jacobowitz  <dan@debian.org>
1208         * scripts/output-format.sed: Handle default case of three-argument
1209         OUTPUT_FORMAT.
1211         * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
1212         __attribute_used__.
1214 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
1216         * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
1217         first returned entry.  Print name only if not NULL.
1219         * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
1220         __netgrent object passed in instead of global variables.
1221         Optimize.
1222         * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
1223         in struct __netgrent object passed in instead of global variables.
1224         * inet/netgroup.h (struct __netgrent): Add service_user field.
1225         Move cursor in anonymous union, add new field location to that
1226         union.
1227         * inet/getnetgrent_r.c: Extensive rewrite to really enable
1228         concurrent uset of set/get/endnetgrent and innetgr.
1229         Reported by Chuck Simmons.
1231         * inet/netgroup.h (struct name_list): Replace name pointer with
1232         zero-sized array.
1233         * inet/getnetgrent_r.c: Adjust code for change in name_list
1234         layout.  Numerous strdup and free calls removed.
1236         * elf/sprof.c (read_symbols): When comparing aliases, prefer
1237         non-hidden over hidden symbols and strong over weak symbols
1238         if both don't start with '_'.
1240         * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
1241         possible.
1243 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1245         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1246         RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
1247         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1248         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1249         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1250         Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
1251         accordingly.
1253 2004-08-11  Andreas Schwab  <schwab@suse.de>
1255         * resolv/res_libc.c: Move definition of __res_initstamp ...
1256         * resolv/res_init.c: ... here.
1258 2004-08-10  GOTO Masanori  <gotom@debian.or.jp>
1260         * locale/C-time.c: Change default ERA value from NULL to "".
1261         * locale/tst-C-locale.c: Add test case for ERA keywords.
1263 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
1265         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1266         RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
1267         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1268         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1270 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1272         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
1273         RLIMIT_MSGQUEUE): Add.
1274         (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
1275         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
1276         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1277         (RLIM_NLIMITS): Adjust.
1278         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
1279         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1280         (RLIM_NLIMITS): Adjust.
1281         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
1282         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1283         (RLIM_NLIMITS): Adjust.
1285 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1287         * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
1288         printf with #ifdef DEBUG and RES_DEBUG check.
1290         * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
1291         __USE_MISC #endif.
1292         * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
1293         declaration.
1294         * sysdeps/gnu/bits/shm.h: Likewise.
1295         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1296         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1297         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1298         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1299         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1301 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
1303         * po/ca.po: Update from translation team.
1305 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
1307         * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
1308         __getpagesize declaration.
1310 2004-08-11  Roland McGrath  <roland@redhat.com>
1312         * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
1313         commands inside &&.
1314         Reported by Andreas Schwab <schwab@suse.de>.
1315         * configure: Regenerated.
1317         * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
1319 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
1321         * time/tzset.c (tzset_internal): Add new parameter which is
1322         nonzero if called through tzset.  Use TZDEFAULT name including
1323         name comparison if the new parameter is zero.  This means implicit
1324         tzset calls will not cause files to be opened and read by tzfile.c
1325         all the time.
1327 2004-08-11  Jakub Jelinek  <jakub@redhat.com>
1329         * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
1330         * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
1331         return 1 immediately.
1333         * time/tzfile.c (__tzfile_read): Free transitions only if it will
1334         not be reused.
1336         * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
1337         * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
1339         * stdio-common/tst-popen.c: Include <string.h>.
1341         * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
1343         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
1344         attribute.  Return NULL instead of calling pthread_exit at the end.
1346 2004-08-11  Roland McGrath  <roland@redhat.com>
1348         * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
1350 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
1352         [BZ #284]
1353         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
1354         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
1356 2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
1358         * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
1360 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
1362         * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
1363         (fwrite_unlocked): When checking if size * n is <= 8, cast each
1364         argument to size_t individually.  Cast n to (void) instead of
1365         (size_t), surround with (), return (size_t) 0 if one of n or size
1366         is 0.  [BZ #316]
1367         * stdio-common/Makefile (tests): Add tst-unlockedio.
1368         * stdio-common/tst-unlockedio.c: New test.
1370 2004-08-09  Roland McGrath  <roland@frob.com>
1372         * manual/install.texi (Supported Configurations): Replace bug-glibc
1373         mention with web URL.
1374         * INSTALL: Regenerated.
1375         * locale/iso-3166.def: Likewise, in comment.
1376         * locale/iso-4217.def: Likewise.
1377         * locale/iso-639.def: Likewise.
1378         * posix/cpio.h: Remove bug reporting comment.
1380 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
1382         * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
1383         casts to handle funny calls with floating point argument values
1384         and signed values correctly and without warning.
1385         (fwrite_unlocked): Likewise.  [BZ #309]
1387         * malloc/memusage.c (me): Use creat64, not creat.
1388         * malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
1389         Patch by Guy Maor <guymaor@yahoo.com>.
1391         * elf/ldconfig.c (options): Mark parameter option names as
1392         translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1394         * iconv/gconv_charset.h (strip): Also allow comma which is what is
1395         used to separate options.  [BZ #194]
1397 2004-08-09  Roland McGrath  <roland@redhat.com>
1399         * FAQ.in: Refer to web pages instead of bug-glibc.
1400         * FAQ: Regenerated.
1402         * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
1404 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
1406         * time/tzset.c (tzset_internal): If TZ is not set do not compare
1407         old and new tz value since it might be /etc/localtime in both
1408         cases although the file changed.  [BZ #154]
1409         Patch by Christian Franke <franke@computer.org>.
1411         * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
1412         Compare with values of previously opened file.  Don't do anything
1413         is they match.
1415 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
1417         * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
1418         reset loader before the actual loading.
1419         * elf/dl-open.c (dl_open_worker): If file name contains no path
1420         element determine map of caller.  Pass caller map in this case to
1421         _dl_map_object.  Set __RTLD_CALLMAP in mode.
1422         * include/dlfcn.h (__RTLD_CALLMAP): Define.  [BZ #116]
1423         Patch by Greg Wolodkin <greg@mathworks.com>.
1425         * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
1426         [BZ #108]  Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
1428         * configure.in: Also recognize i786. [BZ #106]
1429         Patch by <pluto@pld-linux.org>.
1431         * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
1432         name contains any dots. [BZ #95]
1434         * resolv/res_send.c: Compiling with DEBUG defined works again.
1435         * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
1436         callers.
1438         * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
1439         available the process is not killed. [BZ #41]
1441         * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
1443         * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
1444         [BZ #28]
1446         * po/sv.po: Update from translation team.
1448 2004-08-07  Ulrich Drepper  <drepper@redhat.com>
1450         * inet/netinet/in.h: Add more const to the setipv4soucefilter,
1451         getsourcefilter, and setsourcefilter parameter list.
1452         * sysdeps/generic/setipv4sourcefilter.c: Likewise.
1453         * sysdeps/generic/getsourcefilter.c: Likewise.
1454         * sysdeps/generic/setsourcefilter.c: Likewise.
1455         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
1456         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
1457         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
1459         * po/tr.po: Update from translation team.
1461 2004-08-06  Ulrich Drepper  <drepper@redhat.com>
1463         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
1464         Reported by Paolo Bonzini.
1466 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
1468         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
1469         always_inline.
1470         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
1471         elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
1473         * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
1474         before including linux/atalk.h.
1476         * resolv/res_libc.c: Include atomic.h.
1478         * intl/finddomain.c (free_mem): Rename to...
1479         (_nl_finddomain_subfreeres): ... this.  Add
1480         __libc_freeres_fn_section.
1481         * intl/loadmsgcat.c (_nl_unload_domain): Add
1482         __libc_freeres_fn_section.
1483         * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
1484         Add attribute_hidden.
1485         (_nl_findomain_subfreeres): New prototype.
1486         * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
1488 2004-07-30  Guido Guenther  <agx@sigxcpu.org>
1490         * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
1491         test if the key is numeric or not.
1492         (group_keys): Likewise.
1494 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1496         * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
1497         struct group_filter, and GROUP_FILTER_SIZE.
1498         * include/sys/socket.h: Declare __getsockopt.
1499         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
1500         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
1501         * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
1502         * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
1504         * po/ko.po: Update from translation team.
1506 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1508         * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
1509         memset.
1510         (__hesiod_res_set): Free nsaddrs.
1512         * include/resolv.h (__res_maybe_init): Add prototype.
1513         * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
1514         * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
1515         * resolv/res_libc.c (__res_initstamp, lock): New variables.
1516         (res_init): Increase __res_initstamp.
1517         (__res_maybe_init): New function.
1518         * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
1519         * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
1520         of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
1521         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1522         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
1523         _nss_dns_gethostbyaddr_r): Likewise.
1524         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
1525         _nss_dns_getnetbyaddr_r): Likewise.
1526         * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
1527         gethostbyaddr): Likewise.
1528         * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
1529         res_isourserver, res_sendsigned, res_update, res_search,
1530         res_querydomain): Likewise.
1531         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
1532         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
1533         * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
1534         Likewise.
1536 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1538         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
1539         V4-mapped IPv6 addresses and req->ai_family==AF_INET.
1540         Reported by A. Guru <a.guru@sympatico.ca>.
1542         * po/sv.po: Update from translation team.
1543         * po/sk.po: Likewise.
1544         * po/pl.po: Likewise.
1546 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1547             Ulrich Drepper  <drepper@redhat.com>
1549         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
1550         characters than necessary.
1552 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1554         * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
1555         * wcsmbs/tst-mbsrtowcs.c: New file.
1557         * po/fr.po: Update from translation team.
1559 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1561         * resolv/inet_pton.c (inet_pton4): Disallow octal numbers.  Reported
1562         by A. Guru <a.guru@sympatico.ca>.  [BZ #295]
1564 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1566         * po/nl.po: Update from translation team.
1568         * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
1569         numeric address formats inet_addr knows.
1570         (getaddrinfo): Allow AI_NUMERICSERV flag.
1571         If neither IPv4 nor IPv6 interface is present we cannot make any
1572         decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
1573         string is not just a number.  Remove useless freeaddrinfo call.
1574         * resolv/netdb.h (AI_NUMERICSERV): Define.
1575         Based on a patch by a.guru@sympatico.ca.
1577 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1579         * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
1580         instead of trying to initialize some, but not all, fields one by
1581         one.
1582         * stdio-common/printf_size.c (printf_size): Initialize fb_info
1583         structure with *info instead of trying to initialize some, but not
1584         all, fields from it.
1586         * nscd/connections.c (handle_request): Check if req->type is in
1587         LASTDBREQ .. LASTREQ range instead of req.
1589         * locale/programs/linereader.c (lr_create): Initialize
1590         lr->return_widestr to 0.
1592         * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
1593         (free_mem): Call free_slotinfo just once.
1595         * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
1596         of NULL.
1598         * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
1599         * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
1600         (free_mem): Rename to _nl_locale_subfreeres.
1601         * iconv/gconv_db.c: Include locale/localeinfo.h.
1602         (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
1603         (free_mem): Call _nl_locale_subfreeres.
1604         * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
1606 2004-08-04  Roland McGrath  <roland@frob.com>
1608         * Makeconfig ($(common-objpfx)config.status):
1609         Fix typo: $(add_ons) -> $(add-ons).
1610         (Makeconfig-add-on): New variable.  When doing $(sysdep-makeconfigs)
1611         include, use black magic to get it set to an add-on's name during the
1612         include of the add-on's Makeconfig.
1614         * configure.in: Use variable name `libc_add_on' when sourcing add-on
1615         configure fragments, so they can refer to this.
1616         * configure: Regenerated.
1618 2004-08-04  Roland McGrath  <roland@redhat.com>
1620         * posix/tst-waitid.c (test_child): Sleep a second before stopping.
1621         (do_test): Bump sleep to three seconds.
1622         (sigchld, check_sigchld): New functions.
1623         (do_test): Handle SIGCHLD and check for getting the right details.
1625         * posix/tst-waitid.c (do_test): Kill the child process when bailing
1626         out early on some failure.
1627         [WCONTINUED]: Test WCONTINUED functionality.
1629 2004-08-03  Ulrich Drepper  <drepper@redhat.com>
1631         * nscd/connections.c (handle_request): Print more descriptive
1632         message for invalid request types.
1634 2004-08-02  Jakub Jelinek  <jakub@redhat.com>
1636         * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
1637         Always treat high as highest number in range + 1.
1638         * iconvdata/ibm943.c (BODY): Likewise.
1640 2004-07-31  Bruno Haible  <bruno@clisp.org>
1642         * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
1643         * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
1644         __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
1645         __jisx0213_from_ucs_level2): Regenerated.
1646         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
1647         * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
1648         JISX0213_1_set.
1649         (JISX0213_1_2004_set): New enum value.
1650         (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
1651         (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
1652         when possible, ESC $ ( Q when needed.
1653         * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
1654         * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
1655         * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
1656         * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
1657         * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
1658         * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
1660 2004-07-22  Bruno Haible  <bruno@clisp.org>
1662         * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
1664 2004-07-29  David S. Miller  <davem@redhat.com>
1666         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
1667         better for smaller than 256 byte copies.  Also, use only one
1668         unrolled loop instead of two for the large copy case.
1670 2004-07-30  Richard Henderson  <rth@redhat.com>
1672         * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
1673         * sysdeps/alpha/remq.S: Likewise.
1674         * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
1675         new division algorithms in divl.S and divq.S respectively.
1677 2004-07-28  GOTO Masanori  <gotom@debian.or.jp>
1679         * timezone/asia: Update from tzdata2004b.
1680         * timezone/backward: Likewise.
1681         * timezone/europe: Likewise.
1682         * timezone/iso3166.tab: Likewise.
1683         * timezone/leapseconds: Likewise.
1684         * timezone/northamerica: Likewise.
1685         * timezone/southamerica: Likewise.
1686         * timezone/zone.tab: Likewise.
1688         * timezone/private.h: Update from tzcode2004b.
1689         * timezone/zic.c: Likewise.
1691 2004-07-27  Ulrich Drepper  <drepper@redhat.com>
1693         * nscd/grpcache.c (cache_addgr): If necessary, add entry also
1694         under the name the user provided.
1695         * nscd/pwdcache.c (cache_addpw): Likewise.
1697 2004-07-26  Roland McGrath  <roland@redhat.com>
1699         * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
1700         call to __waitpid.
1702 2004-07-26  Ulrich Drepper  <drepper@redhat.com>
1704         * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
1705         memory leaks.
1707         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
1708         new buffer at the right time.
1709         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1711 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
1713         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
1714         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1715         * inet/Makefile (routines): Likewise.
1716         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
1717         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1718         * sysdeps/generic/getipv4sourcefilter.c: New file.
1719         * sysdeps/generic/setipv4sourcefilter.c: New file.
1720         * sysdeps/generic/getsourcefilter.c: New file.
1721         * sysdeps/generic/setsourcefilter.c: New file.
1723 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
1725         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1726         for POWER4 machines.
1728 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1730         [BZ #274]
1731         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
1732         BITS_PER_MP_LIMB shifting up.
1733         * stdlib/tst-strtod.c (main): Add new tests.
1735 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
1737         [BZ #282]
1738         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
1739         _IO_no_init.  Remove wd from struct locked_FILE.
1740         (_IO_wproc_jumps): Remove.
1741         Reported by Andrew Josey <a.josey@opengroup.org>.
1742         * stdio-common/Makefile (tests): Add tst-popen.
1743         * stdio-common/tst-popen.c: New test.
1745 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
1747         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
1748         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
1749         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
1750         Reported by Andrew Josey.
1752         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
1754         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
1755         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
1756         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
1757         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
1758         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
1759         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
1760         useconds_t if __USE_XOPEN2K is defined.
1761         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
1762         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
1764 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
1766         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
1767         allocate memory for large temporary variables with alloca.
1769 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
1771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
1772         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
1774         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
1775         pointer and zero length.
1777 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1779         * nscd/cache.c (prune_cache): Print correct list when debugging.
1781 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1783         * resolv/res_libc.c (res_init): If RES_INIT is set and
1784         _res.nscount > 0, call __res_nclose and free nsaddrs.
1785         * resolv/Makefile: Add rules to build and run tst-leaks2.
1786         * resolv/tst-leaks2.c: New test.
1788 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1790         * intl/libintl.h: Don't define macros for C++.
1791         Patch by Goto Masanori.
1793 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
1795         [BZ #276]
1796         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
1797         * inet/arpa/inet.h: Likewise.
1798         * resolv/inet_addr.c: Likewise.
1800 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
1802         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
1804 2004-07-20  Roland McGrath  <roland@redhat.com>
1806         * configure.in (add_ons): Substitute this.  Move $add_ons handling
1807         after AC_CANONICAL_HOST and default setting of $machine et al.
1808         Don't set $subdirs from $add_ons.
1809         Instead, source add-on/configure fragments early on.
1810         (base_machine): If it's already set, don't set it based on $machine.
1811         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
1812         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
1813         (sysnames): Try appending add-on names after machine as well.
1814         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
1815         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
1816         files in $(add_ons) dirs.
1818         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
1819         definition, now in netinet/in.h proper.
1821 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
1823         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1824         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
1825         the build tree before just-installed ones.
1827         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
1828         include sgidefs.h where appropriate.
1829         * sysdeps/mips/dl-machine.h: Likewise.
1830         * sysdeps/mips/machine-gmon.h: Likewise.
1831         * sysdeps/mips/bits/setjmp.h: Likewise.
1832         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
1833         * sysdeps/mips/mips64/__longjmp.c: Likewise.
1834         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
1835         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1836         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1837         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1838         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
1839         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1840         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1841         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1842         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
1843         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1844         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
1845         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1846         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
1847         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
1848         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1849         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1850         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
1851         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1852         Likewise.
1853         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
1854         Likewise.
1856         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
1857         _dl_lookup_symbol_x.
1858         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
1860 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
1862         * inet/netinet/in.h: Define struct ip_mreq and struct
1863         ip_mreq_source.
1864         Define struct group_req and struct group_source_req.
1865         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
1866         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
1867         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
1868         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
1869         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
1870         MCAST_MSFILTER.
1871         Define MCAST_INCLUDE and MCAST_EXCLUDE.
1873         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
1875 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
1877         [BZ #258]
1878         * math/libm-test.inc (max_value, min_value): New variables.
1879         (initialize): Initialize them.
1880         (pow_test): Add a couple of new tests.
1881         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
1882         exception if |y| >= 1U<<31.
1883         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
1884         exception if |y| >= 1L<<63.
1885         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1886         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
1887         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1889 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
1891         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
1892         lookup a bit.
1893         * nscd/grpcache.c (cache_addgr): Likewise.
1894         * nscd/hstcache.c (cache_addhst): Likewise.
1896 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
1898         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
1899         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1901 2004-04-16  Andreas Schwab  <schwab@suse.de>
1903         * sysdeps/ia64/bits/atomic.h: Cast first argument of
1904         __sync_bool_compare_and_swap_si correct to void*.
1906 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
1908         * iconv/iconv_prog.c (print_known_names): Make machine-readable
1909         output even less cluttered.
1911 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
1913         [BZ #269]
1914         * setjmp/Makefile (tests): Add bug269-setjmp.
1915         * setjmp/bug269-setjmp.c: New file.
1916         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
1917         Store R2 from jmpbuf in callers TOC save area.
1918         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
1919         Store R2 in TOC save area.
1920         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
1921         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
1923 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
1925         * locale/newlocale.c: Include bits/libc-lock.h.
1926         (__libc_setlocale_lock): Extern decl.
1927         (__newlocale): Use it.
1928         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
1930 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
1932         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
1933         static inline __attribute ((always_inline)).  Don't define if
1934         NO_CANCELLATION.
1935         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1936         __fcntl_nocancel.
1937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
1938         Remove static inline __attribute ((always_inline)).  Don't define
1939         if NO_CANCELLATION.
1940         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1941         __fcntl_nocancel.
1942         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
1943         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
1944         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
1945         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
1947         [BZ #262]
1948         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
1949         for main.
1950         * elf/Makefile: Add rules to build and run tst-pie1.
1951         * elf/tst-pie1.c: New test.
1952         * elf/tst-piemod1.c: New file.
1954 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
1956         [BZ #266]
1957         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
1958         long.  Rewrite example code so that it takes into account l64a output
1959         shorter than 6 characters.
1960         Reported by Julian Graham <julian.graham@aya.yale.edu>.
1962 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
1964         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
1965         (elf_machine_rela_relative): Remove unused valiable.
1967 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
1969         [BZ #263]
1970         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
1971         outside the buffer if the read returns 0.  __strtod_l can't set
1972         endp to NULL, so remove a test for that case.
1974 2004-07-12  Roland McGrath  <roland@redhat.com>
1976         * manual/signal.texi (Interrupted Primitives): Make clear that
1977         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
1978         it to -1 to define "failure".
1980 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
1982         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
1983         ldsodefs.h.
1984         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
1985         already defined.
1986         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
1987         already defined.
1989         * elf/rtld.c (print_statistics): Mark with noinline attribute.
1990         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
1991         attribute.
1992         (elf_machine_rel_relative): Likewise.
1994         * include/string.h: Add libc_hidden_proto for __strtok_r and
1995         __strsep_g.
1996         * sysdeps/generic/strsep.c: Add libc_hidden_def.
1997         * sysdeps/generic/strtok_r.c: Likewise.
1998         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
1999         * sysdeps/i386/i686/strtok_r.S: Likewise.
2000         * sysdeps/x86_64/strtok_r.S: Likewise.
2002 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
2004         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
2005         instead of internal-linkage, such that we can alias to it.
2006         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
2008 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
2010         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
2011         to the front for gcc 3.5+.
2012         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
2014         * include/fcntl.h: Don't declare __fcntl_nocancel here if
2015         NO_CANCELLATION is defined.
2017 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
2019         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
2020         GL(dl_nloaded) into it while still in critical section.
2022 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
2024         * nss/getent.c (print_group, print_passwd): Use %lu format for
2025         `unsigned long int' values.
2027         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
2028         error typos in goto statements.
2030 2004-07-07  Roland McGrath  <roland@frob.com>
2032         * Makefile (dist-separate): New variable.
2033         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
2034         Depend on their configure files.
2035         (dist-do-separate-dirs): New canned sequence to do that.
2036         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
2037         (dist): Depend on add-on tar files based on $(dist-separate).
2038         (dist-version): New variable, default to $(version).
2039         (tag-for-dist, dist): Use that in place of $(version) in deps.
2041 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
2043         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
2044         before the loop running the destructors.
2046 2004-05-18  Andreas Schwab  <schwab@suse.de>
2048         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
2049         the first segment for mprotect, not l_text_end.
2051 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
2053         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
2054         Remove hashfraction variable.  Make kcount and kcountsize local
2055         variables.
2057         * elf/dl-init.c: Don't define and use _dl_starting_up if
2058         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
2059         * elf/dl-support.c: Likewise.
2060         * elf/rtld.c: Likewise.
2061         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
2062         if HAVE_INLINED_SYSCALLS is defined.
2063         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
2064         here.
2065         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
2066         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
2067         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
2069         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
2070         is needed to stop profiling.
2071         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
2072         profile make sure it cannot be unloaded.
2074         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
2076         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
2077         support, make sure the helper function is inlined.
2078         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2079         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2080         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
2083 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
2085         * include/string.h (ffs): Add libc_hidden_builtin_proto.
2086         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
2087         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
2088         * sysdeps/alpha/ffs.S (ffs): Likewise.
2089         * sysdeps/s390/ffs.c (ffs): Likewise.
2090         * sysdeps/powerpc/ffs.c (ffs): Likewise.
2091         * sysdeps/i386/ffs.c (ffs): Likewise.
2092         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
2093         * sysdeps/m68k/ffs.c (ffs): Likewise.
2094         * sysdeps/generic/ffs.c (ffs): Likewise.
2095         * sysdeps/m88k/ffs.c (ffs): Likewise.
2096         * sysdeps/am29k/ffs.c (ffs): Likewise.
2097         * sysdeps/i960/ffs.c (ffs): Likewise.
2098         * sysdeps/x86_64/ffs.c (ffs): Likewise.
2100         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
2102         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
2103         __libc_siglongjmp): Remove symbol_version.
2104         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
2105         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
2106         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
2107         unconditionally.
2108         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
2109         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
2110         strong_alias instead of default_symbol_version, remove
2111         symbol_version.
2112         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
2113         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
2114         into strong_alias to __novmxsetjmp.
2115         (__vmx__setjmp): Similarly with __vmxsetjmp.
2116         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2117         default_symbol_version and symbol_version.
2118         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
2119         into strong_alias to __novmxsetjmp.
2120         (__vmx__setjmp): Similarly with __vmxsetjmp.
2121         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2122         default_symbol_version and symbol_version.
2124         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
2126 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
2128         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
2130 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
2132         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
2133         instead of libc_hidden_def.
2135 2004-07-01  Roland McGrath  <roland@redhat.com>
2137         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
2139         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
2140         $(..)shlib-versions file to last in deps list.  This lets add-ons give
2141         more-specific matches that override defaults in the top-level file.
2143         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
2144         already set, don't set it or libc_cv_gcc_unwind_find_fde.
2145         * sysdeps/unix/sysv/linux/configure: Regenerated.
2147 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2149         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
2150         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
2151         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
2152         * sysdeps/s390/fpu/e_sqrt.c: New file.
2153         * sysdeps/s390/fpu/e_sqrtf.c: New file.
2154         * sysdeps/s390/Implies: New file.
2155         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
2156         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
2157         * sysdeps/s390/s390-64/Implies: Likewise.
2159 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
2161         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
2162         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2164         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
2165         DO_CALL (exit, 1) instead of branching to _exit.
2166         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
2167         Likewise.
2169         * sysdeps/s390/fpu/bits/mathinline.h: New file.
2171         * include/glob.h (glob64): Add libc_hidden_proto.
2172         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
2173         * sysdeps/gnu/glob64.c (glob64): Likewise.
2174         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
2176 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
2178         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
2179         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2181 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
2183         * sysdeps/powerpc/fpu/s_lround.c: Removed.
2184         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
2185         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
2186         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
2187         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
2188         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
2189         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
2190         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
2191         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
2192         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
2193         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
2194         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
2195         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
2196         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
2197         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
2198         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
2200 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
2202         * include/net/if.h: Handle if_nameindex and if_freenameindex with
2203         libc_proto_hidden.
2204         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
2205         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
2206         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
2207         netlink if possible.  Fall back on ioctl method if necessary.
2208         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
2210         * include/unistd.h: Declare __truncate.
2211         * sysdeps/generic/truncate.c: Also define __truncate.
2212         * sysdeps/mach/hurd/truncate.c: Likewise.
2213         * sysdeps/unix/common/syscalls.list: Likewise.
2214         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
2216 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
2218         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
2219         info.extra.  Patch by Marcus Meissner.
2221 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2223         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2224         Fix branch offset for a PLT entry.
2226 2004-06-20  Jim Meyering  <jim@meyering.net>
2228         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
2229         documentation.
2231 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
2233         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
2234         Workaround for [BZ #232].
2236         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
2238 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
2240         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
2241         in ucs2/ucs2reverse when unaligned memory access is attempted.
2242         * iconv/tst-iconv5.c: New file.
2243         * iconv/Makefile (tests): Add tst-iconv5.
2245 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
2247         * inet/bug-if1.c: Include <string.h>.
2249 2004-06-19  Roland McGrath  <roland@redhat.com>
2251         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
2252         under this macro name instead.
2253         [NO_DO_WAITID]: Don't define it at all.
2254         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
2255         defined, then return ENOTSUP for combinations of selection bits other
2256         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
2258         * posix/tst-waitid.c: New file.
2259         * posix/Makefile (tests): Add it.
2261 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
2263         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
2265         [BZ #231]
2266         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
2267         relocation in librt.so.
2269         [BZ #230]
2270         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
2271         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
2273 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
2275         * elf/ldconfig.c (add_dir): Take chroot into account.
2276         Based on changes by HJ Lu and Hideki Iwamoto.
2278         * nscd/connections.c (invalidate_cache): If the host cache has to
2279         be invalidated, re-read resolv.conf.
2281         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
2282         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
2283         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
2284         if RES_NOIP6DOTINT flag is set.
2285         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
2287 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
2289         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
2290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
2291         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
2292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
2293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
2295         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
2296         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
2298 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
2300         [BZ #231]
2301         * sysdeps/unix/alpha/Makefile: New file.
2302         * sysdeps/unix/alpha/rt-sysdep.S: New file.
2303         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
2305 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
2307         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
2308         determine the canonical name only for the first returned entry.
2310         * inet/bug-if1.c: New file.
2311         * inet/Makefile (tests): Add bug-if1.
2313 2004-06-18  Roland McGrath  <roland@frob.com>
2315         * Makerules (compile-mkdep-flags): Add -MT $@.
2317         * Makefile (dist, tag-for-dist): New targets.
2318         (files-for-dist, tag-of-stem): New variables.
2319         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
2320         Make tar files using cvs export.
2321         (%.bz2, %.gz, tag-%): New pattern rules.
2322         (distribute): Variable removed.
2323         (+subdir_targets): Remove distinfo targets.
2324         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
2325         (rpm/%): Pattern rule removed.
2326         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
2327         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
2328         Targets removed.
2329         * Makerules (dist, subdir_distinfo): Targets removed.
2330         ($(objpfx)distinfo): Depend on $(distribute).
2331         * Make-dist: File removed.
2333         * NEWS: Fix a typo.  Update bug-reporting instructions.
2335 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
2337         * sysdeps/unix/sysv/linux/sched_setaffinity.c
2338         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
2339         cpuset is wrongly set.
2341 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2343         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
2344         for POWER4 machines.
2346 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
2348         [BZ #218]
2349         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
2350         in a local variable, point rp to that local variable afterwards.
2352 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
2354         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
2355         cases properly.
2357 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
2359         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
2360         error value for unknown interface. [BZ #198]
2362 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
2364         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
2365         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
2366         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
2367         the asm uses as its input, either of size __n where __n is known or
2368         0xfffffff.
2369         (strstr): Add "memory" clobber.
2371 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
2373         [BZ #219]
2374         * nss/nsswitch.c (free_mem): Don't try to close a library handle
2375         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
2377 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
2379         [BZ #217]
2380         * debug/xtrace.sh: Fix typo in error diagnostics.
2382 2004-06-14  Andreas Schwab  <schwab@suse.de>
2384         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
2385         failed.
2387 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
2390         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
2391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
2392         that clobbers r19.
2393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
2394         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
2395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
2396         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
2397         Fix pasto that overflowed sigcontext.v_reserve.
2398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
2399         Fix pasto that clobbers r19.
2400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
2401         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
2402         overflowed sigcontext.v_reserve.
2404 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
2406         [BZ #150]
2407         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
2408         instead of ".gnu.linkonce.ro." as the prefix for linkonce
2409         read-only section name.
2411 2004-06-14  Richard Henderson  <rth@redhat.com>
2413         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
2414         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
2416 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
2418         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
2419         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2420         (__backtrace): Don't call init #ifndef SHARED.
2421         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
2422         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2423         (__backtrace): Don't call init #ifndef SHARED.
2424         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
2425         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2426         (__backtrace): Don't call init #ifndef SHARED.
2428 2004-06-11  Roland McGrath  <roland@redhat.com>
2430         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
2431         From Krzysztof Halasa <khc@pm.waw.pl>.
2433 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
2435         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
2437 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
2439         [BZ #199]
2440         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
2441         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
2443         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
2444         fails.  Avoid memory leak if realloc fails.
2446 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
2448         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
2449         NULL, "" or contains '=' character in it.  Reported by
2450         Michael T Kerrisk <mtk-lists@gmx.net>.
2451         * stdlib/tst-environ.c: Include errno.h.
2452         (main): Add tests for these arguments to setenv/unsetenv.
2454 2004-06-07  Roland McGrath  <roland@frob.com>
2456         * NEWS: Update bug reporting instructions.  Fix some typos.
2458 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
2460         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
2461         * stdio-common/_itoa.c: Add _itoa implementation.
2463         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
2464         to also send request.  Add parameter to allow this.
2465         Change callers.
2466         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
2467         * nscd/nscd_getpw_r.c: Likewise.
2468         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
2470 2004-06-05  Andreas Jaeger  <aj@suse.de>
2472         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2473         Handle more than 6 args correctly.  Based on a patch by Masahide
2474         Washizawa <washi@jp.ibm.com>.
2476 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
2478         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
2479         in all places, not __nss_not_use_nscd_group.
2480         Reported by Philippe Gregoire.
2482 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
2484         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
2486 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
2488         * argp/argp-help.c (__argp_error, __argp_failure): Check result
2489         of __asprintf call and don't use string if it failed.
2490         * stdio-common/psignal.c (psignal): Likewise.
2491         * locale/programs/localedef.c (more_help): Likewise.
2492         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
2493         arg_bool, parse_line): Check result of __asprintf calls and
2494         don't use string if they failed.
2495         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
2496         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
2497         call and exit if it failed.
2499 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
2501         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
2502         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
2503         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
2504         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
2505         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
2506         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
2507         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
2508         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
2509         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
2510         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
2511         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
2513 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
2515         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
2516         -momit-leaf-frame-pointer.
2518         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
2519         #ifdef AF_PACKET.
2521         * sysdeps/mach/hurd/getcwd.c
2522         (_hurd_canonicalize_directory_name_intern): Only realloc when
2523         size is <= 0.
2525         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
2526         isn't page aligned.
2528         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
2529         new size.
2531         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
2532         __libc_write and __libc_lseek64.
2534 2004-05-29  Roland McGrath  <roland@redhat.com>
2536         * elf/Makefile (shared-only-routines): Add dl-caller.
2538 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
2540         * sysdeps/powerpc/configure.in: New file.
2542 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
2544         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
2545         "altivec" to enable VMX instructions.
2546         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2547         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2548         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
2549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2556 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
2558         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
2559         __builtin_expm1l for GCC 3.5+.
2560         (__expl): Define using __builtin_expl for GCC 3.4+.
2561         (exp, expf, expl): Don't define for GCC 3.4+.
2562         (tan, tanf, tanl): Don't define for GCC 3.5+.
2563         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
2564         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
2565         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
2566         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
2567         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
2568         for GCC 3.4+.
2569         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
2570         Don't define for GCC 3.5+.
2571         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
2572         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
2573         define for GCC 3.5+.
2574         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
2575         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
2576         define for GCC 3.2+.
2578 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
2580         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
2581         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
2582         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
2583         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
2584         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
2585         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
2586         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
2587         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
2588         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
2589         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
2590         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
2591         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
2592         libc_hidden_builtin_def if MEMPCPY_P.
2593         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
2594         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
2595         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
2596         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
2597         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
2599 2004-05-26  Roland McGrath  <roland@frob.com>
2601         * sysdeps/generic/bits/in.h
2602         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
2603         These are long obsolete in BSD systems where they originated.
2604         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
2606 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
2608         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
2609         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
2610         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
2611         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
2612         constant '\0' and first argument is not constant.
2613         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
2614         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
2615         For GCC 3.2+ use __builtin_strncpy.
2616         (strncat): For GCC 3.2+ use __builtin_strncat.
2617         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
2618         constant.
2619         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
2620         if both arguments are constant.
2622 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
2624         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
2625         mapped addresses in gethostbyaddr.
2627 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
2629         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
2630         flags parameter, convert afp to simple int parameter.  Adjust code.
2631         typep was never != NULL and flags therefore also unused.  *afp is
2632         never modified.
2633         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
2634         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
2635         handling for __nss_hostname_digits_dots calls.
2636         * nss/getXXbyYY_r.c: Likewise.
2638         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
2640 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
2642         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
2643         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
2644         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
2645         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
2646         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
2647         implementation from w_sqrt.c.
2648         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
2649         implementation from w_sqrtf.c.
2650         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
2651         using inline __ieee754_sqrt().
2652         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
2653         using inline __ieee754_sqrtf().
2654         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
2655         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2656         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
2657         PPC_FEATURE_*  independent of __ASSEMBLER__.
2659 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
2661         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
2662         include.
2663         (aio_start_notify_thread): Define if not defined.
2664         (notify_func_wrapper): Use it.
2665         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
2666         include.
2667         (aio_create_helper_thread): Define if not defined.
2668         (__aio_create_helper_thread): New function.
2669         (__aio_enqueue_request): Use aio_create_helper_thread.
2671         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
2672         (struct ypresp_all_data): New type.
2673         (__xdr_ypresp_all): Change second argument to
2674         struct ypresp_all_data *.  Replace ypall_foreach and
2675         ypall_data with objp->foreach and objp->data.
2676         (yp_all): Remove status variable, add data.  Replace
2677         all uses of status with data.status.  Initialize data.foreach
2678         and data.data instead of ypall_foreach and ypall_data.
2680 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
2682         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
2683         in l_flags_1, not in l_flags.
2685 2004-04-10  Robert Millan  <robertmh@gnu.org>
2687         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
2688         with sysdeps/generic/bits/in.h.
2690 2004-05-25  Roland McGrath  <roland@frob.com>
2692         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
2693         GCC GPL to standard glibc LGPL.
2695 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
2697         * manual/string.texi (Copying and Concatenation): Fixed second
2698         concat example.
2699         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
2701 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
2703         * malloc/obstack.c: Don't allow linking with _obstack.
2705 2004-05-23  Andreas Schwab  <schwab@suse.de>
2707         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
2708         of separate "m" constraints.
2710 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
2712         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
2713         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
2714         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
2716 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2718         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
2719         Add comment explaining why libc still defines it.
2721 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2723         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
2724         obstack_alignment_mask, obstack_alloc, obstack_base,
2725         obstack_blank, obstack_blank_fast, obstack_chunk_size,
2726         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
2727         obstack_grow0, obstack_init, obstack_int_grow,
2728         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
2729         obstack_next_free, obstack_object_size, obstack_ptr_grow,
2730         obstack_ptr_grow_fast, obstack_room): Remove declarations of
2731         nonexistent functions.
2733 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
2735         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
2736         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2737         [PIC]: Redundent for powerpc64, removed.
2738         (ENTRY): Generate size and alignment for opd entry.
2739         (EALIGN): Generate size and alignment for opd entry.
2740         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2741         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2743 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
2745         * misc/regexp.h: Say the functions have been withdrawn.
2747         * wcsmbs/tst-wcpncpy.c: Add more tests.
2749 2004-05-18  Roland McGrath  <roland@frob.com>
2751         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
2752         standard glibc LGPL.
2753         * sysdeps/generic/unwind-dw2.c: Likewise.
2754         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
2755         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
2756         * sysdeps/generic/unwind-pe.h: Likewise.
2758 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
2760         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
2761         MONTENEGRO" which have taken over the code 819.  Patch from
2762         Danilo Segan. [BZ #40]
2764 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
2766         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2767         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
2768         __sparc_get_pic_l7.
2770 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2772         * catgets/gencat.c: Update bug reporting instructions.
2773         * csu/version.c: Likewise.
2774         * debug/catchsegv.sh: Likewise.
2775         * debug/pcprofiledump.c: Likewise.
2776         * debug/xtrace.sh: Likewise.
2777         * elf/ldd.bash.in: Likewise.
2778         * iconv/iconv_prog.c: Likewise.
2779         * iconv/iconvconfig.c: Likewise.
2780         * locale/programs/locale.c: Likewise.
2781         * locale/programs/localedef.c: Likewise.
2782         * login/programs/pt_chown.c: Likewise.
2783         * malloc/memusage.sh: Likewise.
2784         * malloc/memusagestat.c: Likewise.
2785         * malloc/mtrace.pl: Likewise.
2786         * manual/crypt.texi: Likewise.
2787         * manual/install.texi: Likewise.
2788         * nss/makedb.c: Likewise.
2790 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
2792         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
2793         CHECK_STATIC_TLS if sym != NULL.
2794         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
2795         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
2797 2004-05-12  Andreas Schwab  <schwab@suse.de>
2799         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
2800         when translating.
2802 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
2804         * Rules (xtests): Depend on tests.
2806 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
2808         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
2809         count is negative, yet write_ptr < write_end.
2810         (_IO_default_xsgetn): Avoid one underflow per char if count is
2811         negative, yet read_ptr < read_end.
2813 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
2815         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
2816         equal to TAB3.
2818 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
2820         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
2821         call.
2823 2004-05-10  Roland McGrath  <roland@frob.com>
2825         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
2826         (__hurd_directory_name_split): Likewise.
2828 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
2830         * po/fr.po: Update from translation team.
2832 2004-05-10  Andreas Jaeger  <aj@suse.de>
2834         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2835         Correctly compute alignment.
2836         Patch by Michael Matz <matz@suse.de>.
2838 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
2840         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
2841         * sysdeps/posix/sigpause.c: Likewise.
2842         * signal/signal.h: Don't define sigpause macro unless needed.
2844 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
2846         * configure.in (libc_cv_libgcc_s_suffix): New check.
2847         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
2848         * config.make.in (libgcc_s_suffix): Set.
2849         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
2851 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
2853         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
2855 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
2858         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2859         Load argument values into temporary variables.
2860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
2861         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2862         Likewise.
2864 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
2866         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
2867         need to be compiled with exceptions.
2869 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2871         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
2872         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
2874         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
2875         realloc cannot fail.
2877         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
2878         be expanded.
2880         * nis/nis_table.c: Clean up memory handling.
2881         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
2882         * nis/nis_removemember.c (nis_removemember): Add comment
2883         explaining use of realloc.
2885         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
2886         (carg): Likewise.
2887         Patch by Lev S Bishop <lev.bishop@yale.edu>.
2889         * math/bug-tgmath1.c (main): Test fabs and carg as well.
2891 2004-05-06  Richard Henderson  <rth@redhat.com>
2893         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
2894         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
2895         * sysdeps/unix/sysv/linux/alpha/Versions: Export
2896         __libc_alpha_cache_shape as a private symbol.
2897         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
2898         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
2900 2004-05-06  Richard Henderson  <rth@redhat.com>
2902         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
2903         * sysdeps/alpha/divl.S: Use them.
2904         * sysdeps/alpha/divq.S: Likewise.
2905         * sysdeps/alpha/divqu.S: Likewise.
2906         * sysdeps/alpha/reml.S: Likewise.
2907         * sysdeps/alpha/remq.S: Likewise.
2908         * sysdeps/alpha/remqu.S: Likewise.
2910 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2912         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
2913         (cimag): Use it.
2914         (creal): Likewise.
2915         * math/Makefile (tests): Add bug-tgmath1.
2916         * math/bug-tgmath1.c: New file.
2918 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
2920         * sysdeps/alpha/atomicity.h: Remove.
2921         * sysdeps/generic/atomicity.h: Remove.
2923 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
2925         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
2926         char *.
2928 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
2930         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
2931           rt-sysdep.
2932         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
2934         * sysdeps/ia64/strcat.c: New file.
2935         * sysdeps/ia64/strcat.S: Delete.
2937 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
2939         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
2940         defined.
2942 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
2944         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
2945         libc_hidden_proto.  Define to __GI___libm_error_support for
2946         assembly going into libc.so.
2947         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
2948         libc_hidden_def.
2950         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
2951         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
2953         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
2954         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
2955         if USE___THREAD.
2957 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
2959         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
2960         __USE_BSD or __USE_UNIX98.
2961         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2962         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2963         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
2964         Likewise.
2965         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2966         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2967         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2968         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
2969         Likewise.
2970         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
2971         Likewise.
2972         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
2973         Likewise.
2974         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2975         Likewise.
2976         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2977         Likewise.
2978         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
2979         Likewise.
2980         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
2981         Likewise.
2982         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
2983         Likewise.
2984         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
2985         Likewise.
2986         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2987         Likewise.
2988         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
2989         Likewise.
2990         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
2991         Likewise.
2992         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2993         Likewise.
2994         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2995         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2996         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
2998 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
3000         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
3001         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
3002         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
3003         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
3004         * sysdeps/unix/sysv/linux/Versions (libc): Remove
3005         __libc_sigaction@@GLIBC_PRIVATE.
3006         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
3007         __modify_ldt@@GLIBC_PRIVATE.
3008         * socket/Versions (libc): Remove __libc_accept, __libc_send,
3009         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
3010         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
3011         * stdio-common/Versions (libc): Remove
3012         _itoa_upper_digits@@GLIBC_PRIVATE.
3013         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
3014         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
3015         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
3016         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
3017         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
3018         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
3019         __libc_lseek64 @@GLIBC_PRIVATE.
3021 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
3023         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
3024         check.
3026 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
3028         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
3029         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
3030         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
3031         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
3032         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
3033         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
3034         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
3035         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
3036         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
3037         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
3038         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
3039         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
3040         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
3041         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
3042         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
3043         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
3044         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
3045         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
3047         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
3048         mantissa for AIX long double format.
3049         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
3050         long double format.
3051         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
3052         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
3053         (_fpioconst_pow10): AIX long double format has same exponent range as
3054         double.
3055         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
3056         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
3057         as double.
3059 2004-04-23  Art Haas  <ahaas@airmail.net>
3061         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
3063 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
3065         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
3066         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
3067         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
3068         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
3069         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
3071 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
3073         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
3074         entries.
3076 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
3078         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
3079         prototypes and description [BZ #131].
3081         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
3082         Patch by Ed Catmur <ed@catmur.co.uk>.
3083         * string/tst-inlcall.c (main): Add test for strpbrk.
3085         [BZ #140]
3086         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
3087         include.
3088         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
3089         yet defined, #undef back after including linux/sysctl.h if defined
3090         here.
3091         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
3092         back after including linux/sysctl.h if defined here.
3094         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
3095         for single precision register, add it to __asm clobbers [BZ #139].
3096         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
3097         for single precision register, add it to __asm clobbers.
3098         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
3099         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
3100         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
3101         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
3103 2004-04-23  Andreas Schwab  <schwab@suse.de>
3105         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
3106         __attribute_used__.
3108 2004-04-22  Philip Blundell  <philb@gnu.org>
3110         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
3111         when calling _dl_signal_error.
3112         (elf_machine_rel): Likewise.
3114 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
3116         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
3117         and use it internally instead of __sigsetjmp.
3118         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
3119         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
3120         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
3121         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
3122         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
3123         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
3124         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
3125         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
3126         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
3127         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
3128         HIDDEN_JUMPTARGET for exit call.
3129         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
3130         _exit call.
3131         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
3132         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
3133         strcpy calls.
3135 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
3137         * posix/tst-chmod.c (do_test): Fix a typo.
3139         * elf/lateglobal.c (main): Fix error checks.
3140         Patch by Stephen Clarke <stephen.clarke@st.com>.
3142         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
3143         mention they have been added in ISO C99.
3144         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3146 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3148         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
3150 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3152         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
3153         EACCES.
3155 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3157         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
3158         handling change.
3159         * stdio-common/tst-sscanf.c (int_tests): Adjust.
3161         * nis/nss-nis.c: Include stdlib.h.
3163         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
3164         warning.
3165         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
3166         libc_hidden_builtin_def.
3168 2004-04-20  Jim Meyering  <jim@meyering.net>
3170         * misc/error.c (error_tail): Don't leak upon realloc failure.
3172 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3174         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
3175         Use RETURN_ADDRESS instead of __builtin_return_address.
3177 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
3179         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
3180         compact code.
3182 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3184         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
3185         do input_error () instead of conv_error () and don't look at errno.
3186         Don't eat any whitespace before %% if skip_space == 0.
3187         * stdio-common/tst-sscanf.c (int_tests): New array.
3188         (main): Run int_tests.
3191 See ChangeLog.14 for earlier changes.