Remove glibc-execstack-disable.patch patch, use glibc-nptl-check.patch
[glibc.git] / ChangeLog
blob7aab6f0bd0970b9edb5f9d9eb4e84efdd7539be0
1 2004-09-22  Ulrich Drepper  <drepper@redhat.com>
3         * string/string.h: Add __nonnull annotations.
4         * stdlib/stdlib.h: Likewise.
6 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
8         * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
9         argument to numbers from syscall names.
10         (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
11         (INTERNAL_SYSCALL_NCS): Renamed from...
12         (INTERNAL_SYSCALL_1): ... this.  Use INTERNAL_SYSCALL_NCS.
13         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
14         (INTERNAL_SYSCALL_NCS): Define.
15         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
16         (INTERNAL_SYSCALL_NCS): Likewise.
17         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
18         Change name argument to numbers from syscall names.
19         (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
20         (INTERNAL_SYSCALL_NCS): Define.
22 2004-09-20  H.J. Lu  <hongjiu.lu@intel.com>
24         * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL):
25         Renamed to ...
26         (DO_INLINE_SYSCALL_NCS): This.
27         (DO_INLINE_SYSCALL): New.
28         (INLINE_SYSCALL): Updated.
29         (INTERNAL_SYSCALL_NCS): Updated.
31 2004-09-21  Ulrich Drepper  <drepper@redhat.com>
33         * elf/sprof.c (load_shobj): Add support for reading symbol table
34         from debuginfo file.
36         * elf/ldd.bash.in: Fix syntax errors.
38 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
40         * sysdeps/unix/sysv/linux/dl-execstack.c
41         (_dl_make_stack_executable): Remove some duplication.
43         * nscd/nscd.c (options): Mark S option as hidden.
44         (parse_opt): When S option is used, print warning message.
45         * nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
46         * nscd/hstcache.c (addhstbyX): Don't handle secure mode.
47         * nscd/aicache.c (addhstaiX): Don't handle secure mode.
48         * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
50 2004-09-20  Roland McGrath  <roland@frob.com>
52         * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
53         in initializer #if defined.
55 2004-09-18  Paul Eggert  <eggert@cs.ucla.edu>
57         [BZ #391]
58         * stdlib/getsubopt.c: Merge fixes from gnulib.
59         (__strchrnul) [!_LIBC]: Define and include "strchrnul.c".
60         (getsubopt): Use prototypes, not K&R style.
61         Fix bug: memcmp(A,B,N) was being invoked on a memory block B
62         whose size might be smaller than N.  Use strncmp to avoid the bug.
64 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
66         * configure.in: If selinux has not explictly been requested, don't
67         comment on it missing.
69         * elf/dl-load.c: Define __stack_prot.
70         * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define
71         __stack_prot here, just declare it.
73 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
75         * configure.in (libc_cv_z_relro): Only set to yes if linker script
76         contains DATA_SEGMENT_RELRO_END.
78 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
80         * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking.
81         Reorder code slightly.
82         * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
83         is non-null, _dl_setup_hash will do that.
85 2004-09-19  Ulrich Drepper  <drepper@redhat.com>
87         * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call
88         callback to set IDs in all other threads as well.
89         * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
90         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
91         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
92         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
93         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
94         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
95         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
96         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
97         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
98         * sysdeps/unix/sysv/linux/setuid.c: New file.
99         * sysdeps/unix/sysv/linux/setgid.c: New file.
100         * sysdeps/unix/sysv/linux/setreuid.c: New file.
101         * sysdeps/unix/sysv/linux/setregid.c: New file.
102         * sysdeps/unix/sysv/linux/setresuid.c: New file.
103         * sysdeps/unix/sysv/linux/setresgid.c: New file.
104         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS.
105         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
108         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
109         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version.
110         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
111         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
112         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid
114         and setresuid.
115         * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid.
116         * nscd/grpcache.c: Likewise.
117         * nscd/hstcache.c: Likewise.
118         * nscd/pwdcache.c: Likewise.
120         * resolv/res_mkquery.c (res_nmkquery): Fix typo.
122 2004-09-18  Ulrich Drepper  <drepper@redhat.com>
124         * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
125         from memory.
126         * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
127         __stack_flags.
129         * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use
130         gethostbyname3_r if we are not looking for the canonical name.
132         * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every
133         time.
135 2004-09-18  Roland McGrath  <roland@redhat.com>
137         * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
138         system call.
140 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
142         * include/link.h (struct link_map): Add l_used element.
143         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED.
144         * elf/rtld.c (process_dl_debug): Recognize unused.
145         (dl_main): When unused debug flag is set check for unused direct
146         dependencies.
147         When printing dependencies and SONAME starts with /, omit the SONAME =>
148         part.
149         * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the
150         symbol has been found as used.
151         * elf/ldd.bash.in: Add -u option.
153 2004-09-18  Jakub Jelinek  <jakub@redhat.com>
155         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
156         Do nothing if __NR_set_tid_address is not defined.  [BZ #390]
158 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
160         * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
161         in case it is available.
163 2004-09-17  Jakub Jelinek  <jakub@redhat.com>
165         * nscd/nscd.c (parse_opt): Write arg string instead of (void *)
166         key to the socket.
168 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
170         * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute
171         for gcc 3.3 and higher.
172         * io/fcntl.h: Add __nonnull where appropriate.
173         * io/ftw.h: Likewise.
174         * io/utime.h: Likewise.
175         * io/sys/poll.h: Likewise.
176         * io/sys/sendfile.h: Likewise.
177         * io/sys/stat.h: Likewise.
178         * io/sys/statfs.h: Likewise.
179         * io/sys/statvfs.h: Likewise.
180         * posix/unistd.h: Likewise.
181         * catgets/nl_types.h: Likewise.
182         * crypt/crypt.h: Likewise.
183         * debug/execinfo.h: Likewise.
185 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
187         * posix/glob.h: Remove cruft to make header usable outside glibc.
188         The maintenance headache is too big.
190         * configure.in: Add test for required SELinux features.
191         * config.make.in: Add have-selinux entry.
192         * config.h.in: Add HAVE_SELINUX entry.
193         * nscd/Makefile (nscd-modules): Add selinux.
194         (CFLAGS-selinux.c): Add -fpie.
195         Define selinux-LIBS and use in link line.
196         * nscd/connections.c (handle_request): Check access SELinux permissions
197         before processing request.
198         * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread.
199         * nscd/nscd_stat.c: Transmit and print AVC statistics.
200         * nscd/selinux.c: New file.
201         * nscd/selinux.h: New file.
202         Patch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.
204 2004-09-16  Jakub Jelinek  <jakub@redhat.com>
206         * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap
207         instead of munmap.
209         * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie.
211 2004-09-16  Thorsten Kukuk  <kukuk@suse.de>
213         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check
214         __nss_not_use_nscd_hosts variable if nscd should be used or not.
216 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
218         * nscd/nscd_proto.h: Define NSS_NSCD_RETRY.
219         Add __nscd_getai prototype.
220         * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY.
221         * nscd/nscd-client.h: Remove __nscd_getai prototype.
222         * nscd/nscd_getai.c: Include nscd_proto.h.
224         * elf/ldd.bash.in: Add support for SELinux environments.
225         Patch by Stephen Smalley <sds@epoch.ncsc.mil>.
227 2004-09-16  Roland McGrath  <roland@redhat.com>
229         * configure.in (--with-headers): Let argument contain a : separated
230         list of directories to use, not just one.
231         * configure: Regenerated.
233 2004-09-15  Richard Henderson  <rth@redhat.com>
235         * sysdeps/alpha/fpu/libm-test-ulps: Update.
236         * scripts/data/c++-types-alpha-linux-gnu.data: New file.
238 2004-09-15  Ulrich Drepper  <drepper@redhat.com>
240         * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also
241         get ttl and canonical name.  Use these two values.
242         * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns.
243         * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters.
244         If nonnull fill with TTL and pointer to canonical name respectively.
245         (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r.
246         (_nss_dns_gethostbyname2_r): Just wrapper around
247         _nss_dns_gethostbyname3_r.
248         (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r.
249         Take two new parameters which as passed to getanswer_r.
251         * nscd/Makefile (rountines): Add nscd_getai.
252         (nscd-modules): Add aicache.
253         * nscd/aicache.c: New file.
254         * nscd/nscd_getai.c: New file.
255         * nscd/cache.c (prune_cache): Handle GETAI request type.
256         * nscd/connections.c: Add GETAI support in request handling.
257         * nscd/nscd-client.h (request_type): Add GETAI.
258         Define ai_response_header and struct nscd_ai_result types.
259         (struct datahead): Add aidata field.
260         Declare __nscd_getai.
261         * nscd/nscd.c: Add getaddrinfo definition to catch problems.
262         * nscd/nscd.h: Declare addhstai and readdhstai.
264         * sysdeps/posix/getaddrinfo.c: Add support for using cached results.
265         * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
267         * nscd/nscd-client.h  (struct datahead): Use uint8_t instead of bool.
269 2004-09-14  Ulrich Drepper  <drepper@redhat.com>
271         * misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
273 2004-09-13  Ulrich Drepper  <drepper@redhat.com>
275         * misc/sys/cdefs.h: Restore old definition of __P.
276         * csu/munch.awk: Remove uses of __P and __PMT.
277         * gmon/gmon.c: Likewise.
278         * hesiod/hesiod.h: Likewise.
279         * include/stdio.h: Likewise.
280         * io/fts.c: Likewise.
281         * libio/genops.c: Likewise.
282         * libio/libioP.h: Likewise.
283         * libio/fileops.c: Likewise.
284         * libio/iolibio.h: Likewise.
285         * libio/libio.h: Likewise.
286         * libio/memstream.c: Likewise.
287         * libio/oldfileops.c: Likewise.
288         * libio/oldstdfiles.c: Likewise.
289         * libio/iopopen.c: Likewise.
290         * libio/vsnprintf.c: Likewise.
291         * libio/vswprintf.c: Likewise.
292         * libio/wgenops.c: Likewise.
293         * libio/oldiopopen.c: Likewise.
294         * locale/programs/xmalloc.c: Likewise.
295         * locale/programs/xstrdup.c: Likewise.
296         * malloc/mtrace.c: Likewise.
297         * misc/getttyent.c: Likewise.
298         * misc/getusershell.c: Likewise.
299         * nis/rpcsvc/ypupd.h: Likewise.
300         * posix/fnmatch.h: Likewise.
301         * posix/glob.h: Likewise.
302         * resolv/arpa/nameser.h: Likewise.
303         * resolv/gethnamaddr.c: Likewise.
304         * resolv/resolv.h: Likewise.
305         * resolv/inet_net_ntop.c: Likewise.
306         * resolv/inet_net_pton.c: Likewise.
307         * resolv/res_init.c: Likewise.
308         * resolv/nss_dns/dns-network.c: Likewise.
309         * stdio-common/vfprintf.c: Likewise.
310         * stdio-common/reg-printf.c: Likewise.
311         * sysdeps/generic/chflags.c: Likewise.
312         * sysdeps/generic/fchflags.c: Likewise.
313         * sysdeps/generic/glob.c: Likewise.
314         * sysdeps/generic/printf_fphex.c: Likewise.
315         * sysdeps/generic/memcmp.c: Likewise.
316         * sysdeps/generic/memcopy.h: Likewise.
317         * sysdeps/generic/morecore.c: Likewise.
318         * sysdeps/generic/sstk.c: Likewise.
319         * sysdeps/posix/sigvec.c: Likewise.
320         * sysdeps/posix/ttyname_r.c: Likewise.
321         * sysdeps/standalone/arm/bits/errno.h: Likewise.
322         * sysdeps/standalone/standalone.h: Likewise.
323         * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise.
324         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
325         * sysdeps/unix/arm/start.c: Likewise.
326         * sysdeps/unix/bsd/sigaction.c: Likewise.
327         * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise.
328         * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise.
329         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise.
330         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise.
331         * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise.
332         * sysdeps/unix/sparc/start.c: Likewise.
333         * sysdeps/unix/sysv/getdents.c: Likewise.
334         * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise.
335         * sysdeps/unix/sysv/irix4/getgroups.c: Likewise.
336         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
337         * sysdeps/unix/sysv/irix4/getrusage.c: Likewise.
338         * sysdeps/unix/sysv/irix4/pathconf.c: Likewise.
339         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
340         * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise.
341         * sysdeps/unix/sysv/irix4/start.c: Likewise.
342         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
343         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise.
344         * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise.
345         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
346         * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise.
347         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
348         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
349         * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise.
350         * sysdeps/unix/sysv/sysv4/setsid.c: Likewise.
351         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
352         * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise.
353         * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise.
354         * time/tzset.c: Likewise.
355         * time/strftime_l.c: Likewise.
356         * time/strptime_l.c: Likewise.
357         * crypt/md5.h: Likewise.
359 2004-09-13  Andreas Jaeger  <aj@suse.de>
361         * configure.in: Support GCC 4.x.
362         * configure: Regenerated.
364 2004-09-13  Thorsten Kukuk  <kukuk@suse.de>
366         * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services.
368         * nscd/nscd.init: Fix path to socket.
370 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
372         * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length.
373         Avoid file descriptor leak in case of size mismatch.
375         * nscd/nscd-client.h: Fix database structure layout for biarch.
376         * nscd/mem.c (gc): Add casts to avoid warnings.
378         * nss/getent.c: Don't preconstruct help message.  Do it only when
379         needed.
381         * locale/programs/locale.c: Simplify help message printing.
383 2004-09-12  Roland McGrath  <roland@frob.com>
385         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
386         missing in last change.
388 2004-09-11  Thorsten Kukuk  <kukuk@suse.de>
390         * nis/nss_compat/compat-grp.c: Check that buflen is greater zero
391         before writing data into the buffer with negative offset.
392         * nis/nss_compat/compat-initgroups.c: Likewise.
393         * nis/nss_compat/compat-pwd.c: Likewise.
394         * nis/nss_compat/compat-spwd.c Likewise.
396 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
398         * misc/syslog.c (vsyslog): Fix copying of PID in case of
399         out-of-memory situation.  [BZ #365].
401         * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of
402         __THROW in inline function definitions.
404         * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK.
405         * posix/spawnattr_setflags.c: Check whether any unknown bit is set
406         in FLAGS parameter and fail if this is the case.
407         * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is
408         set.
410         * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk.
411         * nscd/grpcache.c (cache_addgr): Likewise.
412         * nscd/hstcache.c (cache_addhst): Likewise.
414 2004-09-11  Roland McGrath  <roland@frob.com>
416         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]:
417         Set _dl_phdr and _dl_phnum.
418         (init1): When bootstrap task, bail early and never examine *D.
420 2004-09-11  Alfred M. Szmidt  <ams@kemisten.nu>
422         * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
423         Cast THR, SEL and DESC to `void'.
425 2004-09-11  Ulrich Drepper  <drepper@redhat.com>
427         * nscd/connections.c (nscd_run): Call setup_thread only for enabled
428         databases.
430         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.
432 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
434         * nscd/nscd.c (pagesize_m1): New variable.
435         (main): Initialize it.
436         * nscd/nscd.h: Declare pagesize_m1.
437         * nscd/hstcache.c: Pass correctly aligned address to msync.
438         * nscd/grpcache.c: Likewise.
439         * nscd/pwdcache.c: Likewise.
441 2004-09-10  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
443         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement
444         __nwaiters.  If pthread_cond_destroy has been called and this is
445         the last waiter, signal pthread_cond_destroy caller and avoid
446         using the pthread_cond_t structure after unlock.
447         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
449 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
451         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
452         __ASSUME_CLONE_STOPPED.
454 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
456         * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
457         __asm__ for C++.  [BZ #377]
459 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
461         * nscd/nscd_stat.c: Improve output by also printing .shared and
462         .persistent.
464         * nscd/connections.c: Allow cache sharing to be really disabled.
466 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
468         * malloc/malloc.c (_int_free): Only do arena boundary check for
469         contiguous arenas.
471 2004-09-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
473         * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken
474         instruct operands.
475         * elf/elf.h: Add R_M32R_* relocs.
477 2004-09-09  Ulrich Drepper  <drepper@redhat.com>
479         * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
480         seems not to support the nothrow attribute.  Use it only for gcc
481         3.3 and higher.
483         * malloc/hooks.c (top_check): Print top chunk corruption as normal
484         error message.
486         * malloc/malloc.c (malloc_printerr): Don't make informational
487         message look like error message.
489 2004-09-09  Andreas Jaeger  <aj@suse.de>
491         * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
493 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
495         * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
497         * malloc/malloc.c (_int_free): Add inexpensive double free and
498         memory corruption tests.
499         (malloc_printf_nc): Renamed to malloc_printerr.  Second parameter
500         is no format string anymore.  Don't use stdio.  Adjust all callers.
501         * malloc/hooks.c: Adjust malloc_printf_nc callers.
503 2004-09-08  Roland McGrath  <roland@redhat.com>
505         * malloc/mcheck.c: Don't use __P.
506         Use prototypes definitions for static functions.
508 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
510         * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
512 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
513             Jakub Jelinek  <jakub@redhat.com>
515         * nscd/nscd-client.h: Add a few #includes.
517         * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
518         * nscd/connections.c (nscd_run): Call setup_thread for maintenance
519         threads.
520         * nscd/nscd-client.h (struct database_pers_head): Add
521         nscd_certainly_running field.
522         * nscd/nscd.h: Declare setup_thread.
523         * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
524         nscd_certainly_running is nonzero.
525         * sysdeps/generic/nscd_setup_thread.c: New file.
526         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
528 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
530         * nscd/connections.c: Implement r/o sharing of nscd's cache with client
531         processes via shared memory.
532         * nscd/nscd-client.h: Likewise.
533         * nscd/nscd.h: Likewise.
534         * nscd/nscd_conf.c: Likewise.
535         * nscd/nscd_getgr_r.c: Likewise.
536         * nscd/nscd_getpw_r.c: Likewise.
537         * nscd/nscd_gethst_r.c: Likewise.
538         * nscd/nscd.conf: Add new config parameters.
539         * nscd/Makefile (aux): Add nscd_helper.
540         * nscd/nscd_helper.c: New file.
541         * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
543         * nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
544         no derived information.
545         * connections.c (nscd_init): Fix bug in testing size of the persistent.
547         * nis/Makefile (aux): Add nis_hash.
548         * nis/nis_hash.c: New file.  Split out from nis_util.c.
549         * nis/nis_util.c: Move __nis_hash code in separate file.
551         * csu/tst-atomic.c: Improve atomic_increment_val test which would
552         not have found a ppc bug.
554         * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
556         * malloc/arena.c: Remove __MALLOC_P uses.
557         * malloc/malloc.c: Likewise.
559         * malloc/mtrace.c: Remove __P uses.
560         * malloc/mcheck-init.c: Likewise.
562 2004-09-07  Jakub Jelinek  <jakub@redhat.com>
564         * sysdeps/powerpc/powerpc64/configure.in: New file.
565         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
566         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
567         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
568         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
569         BODY_PREFIX): Define.
570         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
571         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
572         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
573         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
574         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
576 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
578         * malloc/malloc.h: Don't define __THROW if it is already defined.
580         * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
581         (atomic_decrement): Define.
583         * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
584         atomic_decrement_val.
585         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
586         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
588         * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
589         and atomic_decrement_val.
591         * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
592         and atomic_delay is not already defined.
593         * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
594         * sysdeps/x86_64/bits/atomic.h: Likewise.
596         * miscd/sys/cdefs.h (__NTH): New macro.
597         (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
598         (__REDIRECT_NTH): New macro.
599         * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
600         * ctype/ctype.h: Likewise.
601         * dirent/dirent.h: Likewise.
602         * io/fcntl.h: Likewise.
603         * io/sys/sendfile.h: Likewise.
604         * io/sys/stat.h: Likewise.
605         * io/sys/statfs.h: Likewise.
606         * io/sys/statvfs.h: Likewise.
607         * libio/bits/stdio.h: Likewise.
608         * misc/sys/mman.h: Likewise.
609         * posix/unistd.h: Likewise.
610         * resource/sys/resource.h: Likewise.
611         * rt/aio.h: Likewise.
612         * signal/signal.h: Likewise.
613         * stdlib/stdlib.h: Likewise.
614         * string/argz.h: Likewise.
615         * string/string.h: Likewise.
616         * sysdeps/generic/inttypes.h: Likewise.
617         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
618         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
619         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
620         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
621         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
622         * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
623         * wcsmbs/wchar.h: Likewise.
625         * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
627         * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
628         definition.
630         * io/sys/poll.h: Remove __THROW from poll prototype, it's a
631         cancellation point.
633         * io/fts.c (fts_open): Remove uses of __P.
635         * include/stdlib.h: No need to use __THROW in this header.
637 2004-09-06  Roland McGrath  <roland@frob.com>
639         * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
640         validity, since __assert_fail gets to here anyway.  Just fail.
642 2004-09-06  Ulrich Drepper  <drepper@redhat.com>
644         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
645         AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
646         addresses.
648 2004-09-05  Richard Henderson  <rth@redhat.com>
650         * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
651         * sysdeps/unix/sysv/linux/kernel-features.h
652         (__ASSUME_IEEE_RAISE_EXCEPTION): New.
653         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
654         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
655         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
656         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
658 2004-09-05  Richard Henderson  <rth@redhat.com>
660         * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
661         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
662         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
663         sysdeps/alpha/remqu.S: Likewise.
664         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
666 2004-09-05  Ulrich Drepper  <drepper@redhat.com>
668         * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
669         GETHOSTBYADDRv6 requests.
671 2004-09-04  Ulrich Drepper  <drepper@redhat.com>
673         * nscd/pwdcache.c (cache_addpw): Use correct key length in
674         cache_add calls.
675         * nscd/grpcache.c (cache_addgr): Likewise.
677 2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>
679         * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
680         to `dtv_t *'.
682 2004-09-03  Ulrich Drepper  <drepper@redhat.com>
684         * nscd/nscd.c (parse_opt): Use writev instead of two write for
685         invalidate command.
687 2004-09-02  Ulrich Drepper  <drepper@redhat.com>
689         * nscd/connections.c (nscd_run): Check early for invalid request types.
691 2004-09-02  Roland McGrath  <roland@frob.com>
693         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
694         (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
695         (THREAD_SELF): New macro.
697 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
699         [BZ #357]
700         * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
701         (main): Call test_stack.
702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
703         (__getcontext): Push stack frame then save parms in local frame.
704         Improve instruction scheduling.
705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
706         (__swapcontext): Likewise.
708 2004-09-01  Andreas Schwab  <schwab@suse.de>
710         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
711         __builtin_offsetof.
713 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
715         [BZ #361]
716         * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
717         to normal_bracket after fetching the next character.
718         * posix/tst-fnmatch.input: Add 25 new tests.
719         Reported by Markus Oberhumer <markus@oberhumer.com>.
721 2004-09-01  Ulrich Drepper  <drepper@redhat.com>
723         * elf/rtld.c (dl_main): First check existence of ld.so.preload
724         with access.
726 2004-09-01  Roland McGrath  <roland@redhat.com>
728         * sysdeps/unix/sysv/linux/bits/waitflags.h
729         (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
730         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
731         New macro.
732         * sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
733         available, or fall back to the waitpid-based generic code.
735 2004-08-14  Alfred M. Szmidt  <ams@kemisten.nu>
737         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
738         clobber the `ebp' register.
739         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
740         Reverts change from 2004-05-07 by Jeroen Dekkers.
742         * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
743         NEWSP from `void *' to `int *'.  Changed all casts accordingly.
745 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
747         * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
748         before return type.
749         * locale/localename.c (__current_locale_name): Likewise.
751 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
753         * elf/ldconfig.c (parse_conf): Add prefix argument, prepend it
754         before arguments to add_dir and pass to parse_conf_include.
755         (parse_conf_include): Add prefix argument, pass it down to
756         parse_conf.
757         (main): Call arch_startup.  Adjust parse_conf caller.
758         Call add_arch_dirs.
759         * sysdeps/generic/dl-cache.h (arch_startup, add_arch_dirs): Define.
760         * sysdeps/unix/sysv/linux/i386/dl-cache.h: New file.
761         * sysdeps/unix/sysv/linux/ia64/dl-cache.h (EMUL_HACK, arch_startup,
762         add_arch_dirs): Define.
763         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Prepend
764         /emul/ia32-linux before the 32-bit ld.so pathname.
765         * sysdeps/unix/sysv/linux/ia64/dl-procinfo.c: New file.
766         * sysdeps/unix/sysv/linux/ia64/dl-procinfo.h: New file.
768 2004-08-30  Roland McGrath  <roland@frob.com>
770         * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
771         later sets from output.
772         * Makerules (check-abi): Pass option to set that with value of
773         LIB-abi-frozen variable if one is set.
775         * abilist/libcidn.abilist: New file (empty).
777 2004-08-30  Jakub Jelinek  <jakub@redhat.com>
779         * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
780         not __USE_XOPEN2K, use the Unix98 mandated values.
782 2004-08-27  Roland McGrath  <roland@redhat.com>
784         * configure.in (usetls): Default to yes.
785         * configure: Regenerated.
787 2004-08-26  Roland McGrath  <roland@redhat.com>
789         * configure.in (add_ons_automatic): New variable, set to yes or no
790         indicating --enable-add-ons with no explicit list.
791         (running add-on fragments): Allow a fragment to modify $libc_add_on
792         and have that affect its place in the list of add-ons to use.
793         * configure: Regenerated.
795 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
797         * nscd/cache.c: Major rewrite.  The data is now optionally kept in
798         a mmaped memory region which is automatically mirrored on disk.
799         This implements persistent data storage.  The Memory handled
800         needed to be completely revamped, it now uses a garbage collection
801         mechanism instead of malloc.
802         * nscd/connections.c: Likewise.
803         * nscd/nscd.c: Likewise.
804         * nscd/nscd.h: Likewise.
805         * nscd/nscd_conf.c: Likewise.
806         * nscd/nscd_stat.c: Likewise.
807         * nscd/grpcache.c: Likewise.
808         * nscd/hstcache.c:: Likewise.
809         * nscd/pwdcache.c:: Likewise.
810         * nscd/Makefile: Add rules to build mem.c.
811         * nscd/mem.c: New file.
812         * nscd/nscd.conf: Describe new configuration options.
814 2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
816         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
817         NO_SGIDEFS_H isn't defined.
818         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
819         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
821         * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
822         _MIPS_SIM.
823         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
824         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
825         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
827 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
829         * nscd/connections.c (nscd_run): atomic_increment was not missing.
831         * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
832         Patch by Greg Schafer.
834 2004-08-25  Richard Henderson  <rth@redhat.com>
836         * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
837         instead of $31.  Zero $15.
838         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
840 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
842         * sysdeps/powerpc/powerpc64/bits/atomic.h
843         (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
844         is negative.
845         (__arch_compare_and_exchange_bool_32_rel): Likewise.
847         * nscd/connections.c: Make socket nonblocking so that threads
848         don't get stuck on accept.  Fix locking.
850         * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
851         entry with alternative key.
852         * nscd/pwdcache.c (cache_addpw): Likewise.
854 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
856         * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
857         __libc_stack_end.
859 2004-08-23  Ulrich Drepper  <drepper@redhat.com>
861         * sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
862         __BEGIN_DECLS/__END_DECLS.
864 2004-08-23  Andreas Jaeger  <aj@suse.de>
866         [BZ #341]
867         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
868         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
869         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
870         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
871         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
872         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
873         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
874         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
875         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
876         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
877         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
878         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
879         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
881 2004-08-21  Ulrich Drepper  <drepper@redhat.com>
883         * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
884         (check_action): Likewise.
885         When printing error messages, use malloc_printf_nc now instead of
886         fiddling with the streams cancellation flag in every place.
887         * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
888         default to 3.
889         (check_action): New variable.
890         (unlink): Print error message and eventually terminate in case list
891         is corrupted.
892         (malloc_printf_nc): New function.  Use it in _int_free.
893         Change proposed by Arjan van de Ven.
895         * dlfcn/Makefile: Don't build eval.c anymore.
897 2004-08-20  Roland McGrath  <roland@frob.com>
899         * csu/Makefile ($(objpfx)version-info.h): Use printf in place
900         of echo -e for POSIX.2 portability.
901         Reported by Paul Jarc <prj@po.cwru.edu>.
903 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
905         * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
906         list generation.
908         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
909         getcanonname_r function if AI_CANONNAME flag is not set in
910         request.
912         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
913         Initialize mysize with limits only if latter is >= 0.  Use mysize
914         in malloc call.
916 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
918         * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
919         to avoid warning.
921         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
922         status to NSS_STATUS_UNAVAIL.
924 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
926         * sysdeps/powerpc/powerpc64/configure.in: New file.
927         * sysdeps/powerpc/powerpc64/configure: Rebuilt.
928         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
929         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
930         * configure: Rebuilt.
931         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
932         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
933         BODY_PREFIX): Define.
934         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
935         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
936         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
937         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
938         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
940 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
942         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
943         cannoname lookup since it has the FQDN even if the original NAME
944         value has not.
946 2004-08-18  Ulrich Drepper  <drepper@redhat.com>
948         * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
949         pointer in new variable ORIG_NAME and use this pointer when
950         determination of canonical name failed, not the possibly IDN
951         translated value of NAME.
953 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
955         * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
956         * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
957         Reset RES_NOIP6DOTINT flag in this case..
959         * sysdeps/posix/getaddrinfo.c: Fix memory handling of
960         ai_canonname.
962 2004-08-16  Ulrich Drepper  <drepper@redhat.com>
964         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
965         CNAME records, we better follow the chain of CNAME records which
966         can be accomplished with A/AAAA lookups.
968 2004-08-15  Roland McGrath  <roland@redhat.com>
970         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
971         Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
972         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
973         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
974         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
976 2004-08-15  Roland McGrath  <roland@frob.com>
978         * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
979         this, not ...
980         (static-only-routines): ... this.
981         * sysdeps/ia64/Makefile: Likewise.
982         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
983         * sysdeps/sparc/sparc64/Makefile: Likewise.
984         * sysdeps/x86_64/Makefile: Likewise.
985         * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
986         * sysdeps/ia64/hp-timing.c: Likewise.
987         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
988         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
990         * csu/elf-init.c: Update copyright terms including special exception
991         for these trivial files, which are statically linked into executables
992         that use dynamic linking for the significant library code.
993         * io/fstat.c: Likewise.
994         * io/fstat64.c: Likewise.
995         * io/lstat.c: Likewise.
996         * io/lstat64.c: Likewise.
997         * io/stat.c: Likewise.
998         * io/stat64.c: Likewise.
999         * stdlib/atexit.c: Likewise.
1000         * sysdeps/alpha/elf/initfini.c: Likewise.
1001         * sysdeps/alpha/elf/start.S: Likewise.
1002         * sysdeps/arm/elf/start.S: Likewise.
1003         * sysdeps/cris/elf/start.S: Likewise.
1004         * sysdeps/generic/initfini.c: Likewise.
1005         * sysdeps/generic/mknod.c: Likewise.
1006         * sysdeps/hppa/elf/initfini.c: Likewise.
1007         * sysdeps/hppa/elf/start.S: Likewise.
1008         * sysdeps/i386/elf/start.S: Likewise.
1009         * sysdeps/i386/i686/hp-timing.c: Likewise.
1010         * sysdeps/ia64/elf/initfini.c: Likewise.
1011         * sysdeps/ia64/elf/start.S: Likewise.
1012         * sysdeps/ia64/hp-timing.c: Likewise.
1013         * sysdeps/m68k/elf/start.S: Likewise.
1014         * sysdeps/mach/start.c: Likewise.
1015         * sysdeps/mips/elf/start.S: Likewise.
1016         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
1017         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
1018         * sysdeps/s390/s390-32/elf/start.S: Likewise.
1019         * sysdeps/s390/s390-32/initfini.c: Likewise.
1020         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1021         * sysdeps/s390/s390-64/initfini.c: Likewise.
1022         * sysdeps/sh/elf/initfini.c: Likewise.
1023         * sysdeps/sh/elf/start.S: Likewise.
1024         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1025         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
1026         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1027         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
1028         * sysdeps/standalone/i386/start.S: Likewise.
1029         * sysdeps/standalone/i960/start.S: Likewise.
1030         * sysdeps/standalone/m68k/m68020/start.S: Likewise.
1031         * sysdeps/unix/arm/start.c: Likewise.
1032         * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
1033         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1034         * sysdeps/unix/sparc/start.c: Likewise.
1035         * sysdeps/unix/start.c: Likewise.
1036         * sysdeps/unix/sysv/aix/start.s: Likewise.
1037         * sysdeps/unix/sysv/irix4/start.c: Likewise.
1038         * sysdeps/x86_64/elf/initfini.c: Likewise.
1039         * sysdeps/x86_64/elf/start.S: Likewise.
1041 2004-08-15  Roland McGrath  <roland@redhat.com>
1043         [BZ #227]
1044         * sysdeps/unix/sysv/linux/kernel-features.h
1045         (__ASSUME_BRK_PAGE_ROUNDED): New macro.
1046         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1047         [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
1048         the partial page after the dynamic linker's own data segment.
1050 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
1052         * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
1053         v4-mapped addresses a bit.
1054         (gethosts): Move alloca out of macro, so that it is done only once.
1056         * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
1057         addr to avoid casts.
1058         (gethosts): Removed.
1059         (gethosts2): Renamed to gethosts.  Make it usable for family !=
1060         AF_UNSPEC.  Fix AI_V4MAPPED.
1061         (gaih_inet): Remove use of old gethosts.  Always use what used to be
1062         gethosts2.  If entry is found, try to use the same NSS module's
1063         getcanonname_r function.  Use gethostbyaddr for AI_CANONNAME only
1064         if getcanonname_r was not available.  Fix filtering of AI_V4MAPPED
1065         addresses.  Numerous cleanups.
1066         * resolv/nss_dns/dns-canon.c: New file.
1067         * resolv/Makefile (libnss_dns-routines): Add dns-canon.
1068         * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
1070         * elf/Makefile: Add rules to build and run tst-dlopenrpath.
1071         * elf/tst-dlopenrpath.c: New file.
1072         * elf/tst-dlopenrpathmod.c: New file.
1074         * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
1075         * intl/tst-gettext.c: Likewise.
1077         * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
1079         * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
1080         AF_INET6.
1082 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
1084         * po/de.po: Update from translation team.
1086 2004-08-14  Roland McGrath  <roland@frob.com>
1088         * sysdeps/mach/configure: Regenerated.
1089         * sysdeps/mach/hurd/configure: Regenerated.
1091 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
1093         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
1094         performed, make sure it is still the first entry after sorting
1095         that has the ai_canonname information.
1097         * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
1098         only in one entry.
1100 2004-08-13  Daniel Jacobowitz  <dan@debian.org>
1102         * scripts/output-format.sed: Handle default case of three-argument
1103         OUTPUT_FORMAT.
1105         * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
1106         __attribute_used__.
1108 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
1110         * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
1111         first returned entry.  Print name only if not NULL.
1113         * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
1114         __netgrent object passed in instead of global variables.
1115         Optimize.
1116         * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
1117         in struct __netgrent object passed in instead of global variables.
1118         * inet/netgroup.h (struct __netgrent): Add service_user field.
1119         Move cursor in anonymous union, add new field location to that
1120         union.
1121         * inet/getnetgrent_r.c: Extensive rewrite to really enable
1122         concurrent uset of set/get/endnetgrent and innetgr.
1123         Reported by Chuck Simmons.
1125         * inet/netgroup.h (struct name_list): Replace name pointer with
1126         zero-sized array.
1127         * inet/getnetgrent_r.c: Adjust code for change in name_list
1128         layout.  Numerous strdup and free calls removed.
1130         * elf/sprof.c (read_symbols): When comparing aliases, prefer
1131         non-hidden over hidden symbols and strong over weak symbols
1132         if both don't start with '_'.
1134         * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
1135         possible.
1137 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1139         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1140         RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
1141         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1142         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1143         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1144         Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
1145         accordingly.
1147 2004-08-11  Andreas Schwab  <schwab@suse.de>
1149         * resolv/res_libc.c: Move definition of __res_initstamp ...
1150         * resolv/res_init.c: ... here.
1152 2004-08-10  GOTO Masanori  <gotom@debian.or.jp>
1154         * locale/C-time.c: Change default ERA value from NULL to "".
1155         * locale/tst-C-locale.c: Add test case for ERA keywords.
1157 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
1159         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
1160         RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
1161         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1162         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1164 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1166         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
1167         RLIMIT_MSGQUEUE): Add.
1168         (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
1169         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
1170         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1171         (RLIM_NLIMITS): Adjust.
1172         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
1173         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1174         (RLIM_NLIMITS): Adjust.
1175         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
1176         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
1177         (RLIM_NLIMITS): Adjust.
1179 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
1181         * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
1182         printf with #ifdef DEBUG and RES_DEBUG check.
1184         * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
1185         __USE_MISC #endif.
1186         * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
1187         declaration.
1188         * sysdeps/gnu/bits/shm.h: Likewise.
1189         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1190         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1191         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1192         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1193         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1195 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
1197         * po/ca.po: Update from translation team.
1199 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
1201         * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
1202         __getpagesize declaration.
1204 2004-08-11  Roland McGrath  <roland@redhat.com>
1206         * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
1207         commands inside &&.
1208         Reported by Andreas Schwab <schwab@suse.de>.
1209         * configure: Regenerated.
1211         * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
1213 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
1215         * time/tzset.c (tzset_internal): Add new parameter which is
1216         nonzero if called through tzset.  Use TZDEFAULT name including
1217         name comparison if the new parameter is zero.  This means implicit
1218         tzset calls will not cause files to be opened and read by tzfile.c
1219         all the time.
1221 2004-08-11  Jakub Jelinek  <jakub@redhat.com>
1223         * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
1224         * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
1225         return 1 immediately.
1227         * time/tzfile.c (__tzfile_read): Free transitions only if it will
1228         not be reused.
1230         * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
1231         * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
1233         * stdio-common/tst-popen.c: Include <string.h>.
1235         * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
1237         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
1238         attribute.  Return NULL instead of calling pthread_exit at the end.
1240 2004-08-11  Roland McGrath  <roland@redhat.com>
1242         * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
1244 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
1246         [BZ #284]
1247         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
1248         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
1250 2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
1252         * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
1254 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
1256         * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
1257         (fwrite_unlocked): When checking if size * n is <= 8, cast each
1258         argument to size_t individually.  Cast n to (void) instead of
1259         (size_t), surround with (), return (size_t) 0 if one of n or size
1260         is 0.  [BZ #316]
1261         * stdio-common/Makefile (tests): Add tst-unlockedio.
1262         * stdio-common/tst-unlockedio.c: New test.
1264 2004-08-09  Roland McGrath  <roland@frob.com>
1266         * manual/install.texi (Supported Configurations): Replace bug-glibc
1267         mention with web URL.
1268         * INSTALL: Regenerated.
1269         * locale/iso-3166.def: Likewise, in comment.
1270         * locale/iso-4217.def: Likewise.
1271         * locale/iso-639.def: Likewise.
1272         * posix/cpio.h: Remove bug reporting comment.
1274 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
1276         * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
1277         casts to handle funny calls with floating point argument values
1278         and signed values correctly and without warning.
1279         (fwrite_unlocked): Likewise.  [BZ #309]
1281         * malloc/memusage.c (me): Use creat64, not creat.
1282         * malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
1283         Patch by Guy Maor <guymaor@yahoo.com>.
1285         * elf/ldconfig.c (options): Mark parameter option names as
1286         translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1288         * iconv/gconv_charset.h (strip): Also allow comma which is what is
1289         used to separate options.  [BZ #194]
1291 2004-08-09  Roland McGrath  <roland@redhat.com>
1293         * FAQ.in: Refer to web pages instead of bug-glibc.
1294         * FAQ: Regenerated.
1296         * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
1298 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
1300         * time/tzset.c (tzset_internal): If TZ is not set do not compare
1301         old and new tz value since it might be /etc/localtime in both
1302         cases although the file changed.  [BZ #154]
1303         Patch by Christian Franke <franke@computer.org>.
1305         * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
1306         Compare with values of previously opened file.  Don't do anything
1307         is they match.
1309 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
1311         * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
1312         reset loader before the actual loading.
1313         * elf/dl-open.c (dl_open_worker): If file name contains no path
1314         element determine map of caller.  Pass caller map in this case to
1315         _dl_map_object.  Set __RTLD_CALLMAP in mode.
1316         * include/dlfcn.h (__RTLD_CALLMAP): Define.  [BZ #116]
1317         Patch by Greg Wolodkin <greg@mathworks.com>.
1319         * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
1320         [BZ #108]  Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
1322         * configure.in: Also recognize i786. [BZ #106]
1323         Patch by <pluto@pld-linux.org>.
1325         * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
1326         name contains any dots. [BZ #95]
1328         * resolv/res_send.c: Compiling with DEBUG defined works again.
1329         * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
1330         callers.
1332         * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
1333         available the process is not killed. [BZ #41]
1335         * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
1337         * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
1338         [BZ #28]
1340         * po/sv.po: Update from translation team.
1342 2004-08-07  Ulrich Drepper  <drepper@redhat.com>
1344         * inet/netinet/in.h: Add more const to the setipv4soucefilter,
1345         getsourcefilter, and setsourcefilter parameter list.
1346         * sysdeps/generic/setipv4sourcefilter.c: Likewise.
1347         * sysdeps/generic/getsourcefilter.c: Likewise.
1348         * sysdeps/generic/setsourcefilter.c: Likewise.
1349         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
1350         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
1351         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
1353         * po/tr.po: Update from translation team.
1355 2004-08-06  Ulrich Drepper  <drepper@redhat.com>
1357         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
1358         Reported by Paolo Bonzini.
1360 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
1362         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
1363         always_inline.
1364         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
1365         elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
1367         * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
1368         before including linux/atalk.h.
1370         * resolv/res_libc.c: Include atomic.h.
1372         * intl/finddomain.c (free_mem): Rename to...
1373         (_nl_finddomain_subfreeres): ... this.  Add
1374         __libc_freeres_fn_section.
1375         * intl/loadmsgcat.c (_nl_unload_domain): Add
1376         __libc_freeres_fn_section.
1377         * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
1378         Add attribute_hidden.
1379         (_nl_findomain_subfreeres): New prototype.
1380         * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
1382 2004-07-30  Guido Guenther  <agx@sigxcpu.org>
1384         * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
1385         test if the key is numeric or not.
1386         (group_keys): Likewise.
1388 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1390         * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
1391         struct group_filter, and GROUP_FILTER_SIZE.
1392         * include/sys/socket.h: Declare __getsockopt.
1393         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
1394         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
1395         * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
1396         * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
1398         * po/ko.po: Update from translation team.
1400 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1402         * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
1403         memset.
1404         (__hesiod_res_set): Free nsaddrs.
1406         * include/resolv.h (__res_maybe_init): Add prototype.
1407         * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
1408         * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
1409         * resolv/res_libc.c (__res_initstamp, lock): New variables.
1410         (res_init): Increase __res_initstamp.
1411         (__res_maybe_init): New function.
1412         * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
1413         * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
1414         of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
1415         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1416         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
1417         _nss_dns_gethostbyaddr_r): Likewise.
1418         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
1419         _nss_dns_getnetbyaddr_r): Likewise.
1420         * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
1421         gethostbyaddr): Likewise.
1422         * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
1423         res_isourserver, res_sendsigned, res_update, res_search,
1424         res_querydomain): Likewise.
1425         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
1426         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
1427         * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
1428         Likewise.
1430 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1432         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
1433         V4-mapped IPv6 addresses and req->ai_family==AF_INET.
1434         Reported by A. Guru <a.guru@sympatico.ca>.
1436         * po/sv.po: Update from translation team.
1437         * po/sk.po: Likewise.
1438         * po/pl.po: Likewise.
1440 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1441             Ulrich Drepper  <drepper@redhat.com>
1443         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
1444         characters than necessary.
1446 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1448         * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
1449         * wcsmbs/tst-mbsrtowcs.c: New file.
1451         * po/fr.po: Update from translation team.
1453 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1455         * resolv/inet_pton.c (inet_pton4): Disallow octal numbers.  Reported
1456         by A. Guru <a.guru@sympatico.ca>.  [BZ #295]
1458 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
1460         * po/nl.po: Update from translation team.
1462         * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
1463         numeric address formats inet_addr knows.
1464         (getaddrinfo): Allow AI_NUMERICSERV flag.
1465         If neither IPv4 nor IPv6 interface is present we cannot make any
1466         decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
1467         string is not just a number.  Remove useless freeaddrinfo call.
1468         * resolv/netdb.h (AI_NUMERICSERV): Define.
1469         Based on a patch by a.guru@sympatico.ca.
1471 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
1473         * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
1474         instead of trying to initialize some, but not all, fields one by
1475         one.
1476         * stdio-common/printf_size.c (printf_size): Initialize fb_info
1477         structure with *info instead of trying to initialize some, but not
1478         all, fields from it.
1480         * nscd/connections.c (handle_request): Check if req->type is in
1481         LASTDBREQ .. LASTREQ range instead of req.
1483         * locale/programs/linereader.c (lr_create): Initialize
1484         lr->return_widestr to 0.
1486         * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
1487         (free_mem): Call free_slotinfo just once.
1489         * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
1490         of NULL.
1492         * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
1493         * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
1494         (free_mem): Rename to _nl_locale_subfreeres.
1495         * iconv/gconv_db.c: Include locale/localeinfo.h.
1496         (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
1497         (free_mem): Call _nl_locale_subfreeres.
1498         * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
1500 2004-08-04  Roland McGrath  <roland@frob.com>
1502         * Makeconfig ($(common-objpfx)config.status):
1503         Fix typo: $(add_ons) -> $(add-ons).
1504         (Makeconfig-add-on): New variable.  When doing $(sysdep-makeconfigs)
1505         include, use black magic to get it set to an add-on's name during the
1506         include of the add-on's Makeconfig.
1508         * configure.in: Use variable name `libc_add_on' when sourcing add-on
1509         configure fragments, so they can refer to this.
1510         * configure: Regenerated.
1512 2004-08-04  Roland McGrath  <roland@redhat.com>
1514         * posix/tst-waitid.c (test_child): Sleep a second before stopping.
1515         (do_test): Bump sleep to three seconds.
1516         (sigchld, check_sigchld): New functions.
1517         (do_test): Handle SIGCHLD and check for getting the right details.
1519         * posix/tst-waitid.c (do_test): Kill the child process when bailing
1520         out early on some failure.
1521         [WCONTINUED]: Test WCONTINUED functionality.
1523 2004-08-03  Ulrich Drepper  <drepper@redhat.com>
1525         * nscd/connections.c (handle_request): Print more descriptive
1526         message for invalid request types.
1528 2004-08-02  Jakub Jelinek  <jakub@redhat.com>
1530         * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
1531         Always treat high as highest number in range + 1.
1532         * iconvdata/ibm943.c (BODY): Likewise.
1534 2004-07-31  Bruno Haible  <bruno@clisp.org>
1536         * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
1537         * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
1538         __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
1539         __jisx0213_from_ucs_level2): Regenerated.
1540         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
1541         * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
1542         JISX0213_1_set.
1543         (JISX0213_1_2004_set): New enum value.
1544         (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
1545         (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
1546         when possible, ESC $ ( Q when needed.
1547         * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
1548         * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
1549         * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
1550         * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
1551         * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
1552         * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
1554 2004-07-22  Bruno Haible  <bruno@clisp.org>
1556         * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
1558 2004-07-29  David S. Miller  <davem@redhat.com>
1560         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
1561         better for smaller than 256 byte copies.  Also, use only one
1562         unrolled loop instead of two for the large copy case.
1564 2004-07-30  Richard Henderson  <rth@redhat.com>
1566         * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
1567         * sysdeps/alpha/remq.S: Likewise.
1568         * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
1569         new division algorithms in divl.S and divq.S respectively.
1571 2004-07-28  GOTO Masanori  <gotom@debian.or.jp>
1573         * timezone/asia: Update from tzdata2004b.
1574         * timezone/backward: Likewise.
1575         * timezone/europe: Likewise.
1576         * timezone/iso3166.tab: Likewise.
1577         * timezone/leapseconds: Likewise.
1578         * timezone/northamerica: Likewise.
1579         * timezone/southamerica: Likewise.
1580         * timezone/zone.tab: Likewise.
1582         * timezone/private.h: Update from tzcode2004b.
1583         * timezone/zic.c: Likewise.
1585 2004-07-27  Ulrich Drepper  <drepper@redhat.com>
1587         * nscd/grpcache.c (cache_addgr): If necessary, add entry also
1588         under the name the user provided.
1589         * nscd/pwdcache.c (cache_addpw): Likewise.
1591 2004-07-26  Roland McGrath  <roland@redhat.com>
1593         * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
1594         call to __waitpid.
1596 2004-07-26  Ulrich Drepper  <drepper@redhat.com>
1598         * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
1599         memory leaks.
1601         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
1602         new buffer at the right time.
1603         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1605 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
1607         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
1608         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1609         * inet/Makefile (routines): Likewise.
1610         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
1611         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1612         * sysdeps/generic/getipv4sourcefilter.c: New file.
1613         * sysdeps/generic/setipv4sourcefilter.c: New file.
1614         * sysdeps/generic/getsourcefilter.c: New file.
1615         * sysdeps/generic/setsourcefilter.c: New file.
1617 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
1619         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1620         for POWER4 machines.
1622 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1624         [BZ #274]
1625         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
1626         BITS_PER_MP_LIMB shifting up.
1627         * stdlib/tst-strtod.c (main): Add new tests.
1629 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
1631         [BZ #282]
1632         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
1633         _IO_no_init.  Remove wd from struct locked_FILE.
1634         (_IO_wproc_jumps): Remove.
1635         Reported by Andrew Josey <a.josey@opengroup.org>.
1636         * stdio-common/Makefile (tests): Add tst-popen.
1637         * stdio-common/tst-popen.c: New test.
1639 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
1641         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
1642         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
1643         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
1644         Reported by Andrew Josey.
1646         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
1648         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
1649         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
1650         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
1651         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
1652         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
1653         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
1654         useconds_t if __USE_XOPEN2K is defined.
1655         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
1656         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
1658 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
1660         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
1661         allocate memory for large temporary variables with alloca.
1663 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
1665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
1666         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
1668         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
1669         pointer and zero length.
1671 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1673         * nscd/cache.c (prune_cache): Print correct list when debugging.
1675 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1677         * resolv/res_libc.c (res_init): If RES_INIT is set and
1678         _res.nscount > 0, call __res_nclose and free nsaddrs.
1679         * resolv/Makefile: Add rules to build and run tst-leaks2.
1680         * resolv/tst-leaks2.c: New test.
1682 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1684         * intl/libintl.h: Don't define macros for C++.
1685         Patch by Goto Masanori.
1687 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
1689         [BZ #276]
1690         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
1691         * inet/arpa/inet.h: Likewise.
1692         * resolv/inet_addr.c: Likewise.
1694 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
1696         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
1698 2004-07-20  Roland McGrath  <roland@redhat.com>
1700         * configure.in (add_ons): Substitute this.  Move $add_ons handling
1701         after AC_CANONICAL_HOST and default setting of $machine et al.
1702         Don't set $subdirs from $add_ons.
1703         Instead, source add-on/configure fragments early on.
1704         (base_machine): If it's already set, don't set it based on $machine.
1705         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
1706         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
1707         (sysnames): Try appending add-on names after machine as well.
1708         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
1709         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
1710         files in $(add_ons) dirs.
1712         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
1713         definition, now in netinet/in.h proper.
1715 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
1717         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1718         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
1719         the build tree before just-installed ones.
1721         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
1722         include sgidefs.h where appropriate.
1723         * sysdeps/mips/dl-machine.h: Likewise.
1724         * sysdeps/mips/machine-gmon.h: Likewise.
1725         * sysdeps/mips/bits/setjmp.h: Likewise.
1726         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
1727         * sysdeps/mips/mips64/__longjmp.c: Likewise.
1728         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
1729         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1730         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1731         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1732         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
1733         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1734         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1735         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1736         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
1737         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1738         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
1739         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1740         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
1741         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
1742         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1743         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1744         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
1745         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1746         Likewise.
1747         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
1748         Likewise.
1750         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
1751         _dl_lookup_symbol_x.
1752         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
1754 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
1756         * inet/netinet/in.h: Define struct ip_mreq and struct
1757         ip_mreq_source.
1758         Define struct group_req and struct group_source_req.
1759         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
1760         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
1761         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
1762         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
1763         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
1764         MCAST_MSFILTER.
1765         Define MCAST_INCLUDE and MCAST_EXCLUDE.
1767         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
1769 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
1771         [BZ #258]
1772         * math/libm-test.inc (max_value, min_value): New variables.
1773         (initialize): Initialize them.
1774         (pow_test): Add a couple of new tests.
1775         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
1776         exception if |y| >= 1U<<31.
1777         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
1778         exception if |y| >= 1L<<63.
1779         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1780         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
1781         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1783 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
1785         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
1786         lookup a bit.
1787         * nscd/grpcache.c (cache_addgr): Likewise.
1788         * nscd/hstcache.c (cache_addhst): Likewise.
1790 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
1792         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
1793         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1795 2004-04-16  Andreas Schwab  <schwab@suse.de>
1797         * sysdeps/ia64/bits/atomic.h: Cast first argument of
1798         __sync_bool_compare_and_swap_si correct to void*.
1800 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
1802         * iconv/iconv_prog.c (print_known_names): Make machine-readable
1803         output even less cluttered.
1805 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
1807         [BZ #269]
1808         * setjmp/Makefile (tests): Add bug269-setjmp.
1809         * setjmp/bug269-setjmp.c: New file.
1810         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
1811         Store R2 from jmpbuf in callers TOC save area.
1812         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
1813         Store R2 in TOC save area.
1814         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
1815         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
1817 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
1819         * locale/newlocale.c: Include bits/libc-lock.h.
1820         (__libc_setlocale_lock): Extern decl.
1821         (__newlocale): Use it.
1822         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
1824 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
1826         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
1827         static inline __attribute ((always_inline)).  Don't define if
1828         NO_CANCELLATION.
1829         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1830         __fcntl_nocancel.
1831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
1832         Remove static inline __attribute ((always_inline)).  Don't define
1833         if NO_CANCELLATION.
1834         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1835         __fcntl_nocancel.
1836         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
1837         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
1838         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
1839         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
1841         [BZ #262]
1842         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
1843         for main.
1844         * elf/Makefile: Add rules to build and run tst-pie1.
1845         * elf/tst-pie1.c: New test.
1846         * elf/tst-piemod1.c: New file.
1848 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
1850         [BZ #266]
1851         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
1852         long.  Rewrite example code so that it takes into account l64a output
1853         shorter than 6 characters.
1854         Reported by Julian Graham <julian.graham@aya.yale.edu>.
1856 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
1858         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
1859         (elf_machine_rela_relative): Remove unused valiable.
1861 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
1863         [BZ #263]
1864         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
1865         outside the buffer if the read returns 0.  __strtod_l can't set
1866         endp to NULL, so remove a test for that case.
1868 2004-07-12  Roland McGrath  <roland@redhat.com>
1870         * manual/signal.texi (Interrupted Primitives): Make clear that
1871         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
1872         it to -1 to define "failure".
1874 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
1876         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
1877         ldsodefs.h.
1878         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
1879         already defined.
1880         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
1881         already defined.
1883         * elf/rtld.c (print_statistics): Mark with noinline attribute.
1884         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
1885         attribute.
1886         (elf_machine_rel_relative): Likewise.
1888         * include/string.h: Add libc_hidden_proto for __strtok_r and
1889         __strsep_g.
1890         * sysdeps/generic/strsep.c: Add libc_hidden_def.
1891         * sysdeps/generic/strtok_r.c: Likewise.
1892         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
1893         * sysdeps/i386/i686/strtok_r.S: Likewise.
1894         * sysdeps/x86_64/strtok_r.S: Likewise.
1896 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
1898         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
1899         instead of internal-linkage, such that we can alias to it.
1900         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
1902 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
1904         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
1905         to the front for gcc 3.5+.
1906         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
1908         * include/fcntl.h: Don't declare __fcntl_nocancel here if
1909         NO_CANCELLATION is defined.
1911 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
1913         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
1914         GL(dl_nloaded) into it while still in critical section.
1916 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
1918         * nss/getent.c (print_group, print_passwd): Use %lu format for
1919         `unsigned long int' values.
1921         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
1922         error typos in goto statements.
1924 2004-07-07  Roland McGrath  <roland@frob.com>
1926         * Makefile (dist-separate): New variable.
1927         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
1928         Depend on their configure files.
1929         (dist-do-separate-dirs): New canned sequence to do that.
1930         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
1931         (dist): Depend on add-on tar files based on $(dist-separate).
1932         (dist-version): New variable, default to $(version).
1933         (tag-for-dist, dist): Use that in place of $(version) in deps.
1935 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
1937         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
1938         before the loop running the destructors.
1940 2004-05-18  Andreas Schwab  <schwab@suse.de>
1942         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
1943         the first segment for mprotect, not l_text_end.
1945 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
1947         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
1948         Remove hashfraction variable.  Make kcount and kcountsize local
1949         variables.
1951         * elf/dl-init.c: Don't define and use _dl_starting_up if
1952         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
1953         * elf/dl-support.c: Likewise.
1954         * elf/rtld.c: Likewise.
1955         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
1956         if HAVE_INLINED_SYSCALLS is defined.
1957         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
1958         here.
1959         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
1960         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
1961         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
1963         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
1964         is needed to stop profiling.
1965         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
1966         profile make sure it cannot be unloaded.
1968         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
1970         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
1971         support, make sure the helper function is inlined.
1972         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1973         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1974         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
1977 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
1979         * include/string.h (ffs): Add libc_hidden_builtin_proto.
1980         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
1981         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
1982         * sysdeps/alpha/ffs.S (ffs): Likewise.
1983         * sysdeps/s390/ffs.c (ffs): Likewise.
1984         * sysdeps/powerpc/ffs.c (ffs): Likewise.
1985         * sysdeps/i386/ffs.c (ffs): Likewise.
1986         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
1987         * sysdeps/m68k/ffs.c (ffs): Likewise.
1988         * sysdeps/generic/ffs.c (ffs): Likewise.
1989         * sysdeps/m88k/ffs.c (ffs): Likewise.
1990         * sysdeps/am29k/ffs.c (ffs): Likewise.
1991         * sysdeps/i960/ffs.c (ffs): Likewise.
1992         * sysdeps/x86_64/ffs.c (ffs): Likewise.
1994         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
1996         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
1997         __libc_siglongjmp): Remove symbol_version.
1998         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
1999         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
2000         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
2001         unconditionally.
2002         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
2003         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
2004         strong_alias instead of default_symbol_version, remove
2005         symbol_version.
2006         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
2007         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
2008         into strong_alias to __novmxsetjmp.
2009         (__vmx__setjmp): Similarly with __vmxsetjmp.
2010         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2011         default_symbol_version and symbol_version.
2012         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
2013         into strong_alias to __novmxsetjmp.
2014         (__vmx__setjmp): Similarly with __vmxsetjmp.
2015         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
2016         default_symbol_version and symbol_version.
2018         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
2020 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
2022         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
2024 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
2026         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
2027         instead of libc_hidden_def.
2029 2004-07-01  Roland McGrath  <roland@redhat.com>
2031         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
2033         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
2034         $(..)shlib-versions file to last in deps list.  This lets add-ons give
2035         more-specific matches that override defaults in the top-level file.
2037         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
2038         already set, don't set it or libc_cv_gcc_unwind_find_fde.
2039         * sysdeps/unix/sysv/linux/configure: Regenerated.
2041 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2043         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
2044         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
2045         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
2046         * sysdeps/s390/fpu/e_sqrt.c: New file.
2047         * sysdeps/s390/fpu/e_sqrtf.c: New file.
2048         * sysdeps/s390/Implies: New file.
2049         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
2050         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
2051         * sysdeps/s390/s390-64/Implies: Likewise.
2053 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
2055         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
2056         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2058         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
2059         DO_CALL (exit, 1) instead of branching to _exit.
2060         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
2061         Likewise.
2063         * sysdeps/s390/fpu/bits/mathinline.h: New file.
2065         * include/glob.h (glob64): Add libc_hidden_proto.
2066         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
2067         * sysdeps/gnu/glob64.c (glob64): Likewise.
2068         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
2070 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
2072         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
2073         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2075 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
2077         * sysdeps/powerpc/fpu/s_lround.c: Removed.
2078         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
2079         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
2080         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
2081         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
2082         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
2083         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
2084         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
2085         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
2086         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
2087         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
2088         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
2089         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
2090         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
2091         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
2092         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
2094 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
2096         * include/net/if.h: Handle if_nameindex and if_freenameindex with
2097         libc_proto_hidden.
2098         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
2099         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
2100         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
2101         netlink if possible.  Fall back on ioctl method if necessary.
2102         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
2104         * include/unistd.h: Declare __truncate.
2105         * sysdeps/generic/truncate.c: Also define __truncate.
2106         * sysdeps/mach/hurd/truncate.c: Likewise.
2107         * sysdeps/unix/common/syscalls.list: Likewise.
2108         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
2110 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
2112         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
2113         info.extra.  Patch by Marcus Meissner.
2115 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2117         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2118         Fix branch offset for a PLT entry.
2120 2004-06-20  Jim Meyering  <jim@meyering.net>
2122         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
2123         documentation.
2125 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
2127         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
2128         Workaround for [BZ #232].
2130         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
2132 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
2134         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
2135         in ucs2/ucs2reverse when unaligned memory access is attempted.
2136         * iconv/tst-iconv5.c: New file.
2137         * iconv/Makefile (tests): Add tst-iconv5.
2139 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
2141         * inet/bug-if1.c: Include <string.h>.
2143 2004-06-19  Roland McGrath  <roland@redhat.com>
2145         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
2146         under this macro name instead.
2147         [NO_DO_WAITID]: Don't define it at all.
2148         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
2149         defined, then return ENOTSUP for combinations of selection bits other
2150         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
2152         * posix/tst-waitid.c: New file.
2153         * posix/Makefile (tests): Add it.
2155 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
2157         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
2159         [BZ #231]
2160         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
2161         relocation in librt.so.
2163         [BZ #230]
2164         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
2165         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
2167 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
2169         * elf/ldconfig.c (add_dir): Take chroot into account.
2170         Based on changes by HJ Lu and Hideki Iwamoto.
2172         * nscd/connections.c (invalidate_cache): If the host cache has to
2173         be invalidated, re-read resolv.conf.
2175         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
2176         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
2177         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
2178         if RES_NOIP6DOTINT flag is set.
2179         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
2181 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
2183         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
2184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
2185         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
2186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
2187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
2189         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
2190         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
2192 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
2194         [BZ #231]
2195         * sysdeps/unix/alpha/Makefile: New file.
2196         * sysdeps/unix/alpha/rt-sysdep.S: New file.
2197         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
2199 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
2201         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
2202         determine the canonical name only for the first returned entry.
2204         * inet/bug-if1.c: New file.
2205         * inet/Makefile (tests): Add bug-if1.
2207 2004-06-18  Roland McGrath  <roland@frob.com>
2209         * Makerules (compile-mkdep-flags): Add -MT $@.
2211         * Makefile (dist, tag-for-dist): New targets.
2212         (files-for-dist, tag-of-stem): New variables.
2213         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
2214         Make tar files using cvs export.
2215         (%.bz2, %.gz, tag-%): New pattern rules.
2216         (distribute): Variable removed.
2217         (+subdir_targets): Remove distinfo targets.
2218         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
2219         (rpm/%): Pattern rule removed.
2220         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
2221         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
2222         Targets removed.
2223         * Makerules (dist, subdir_distinfo): Targets removed.
2224         ($(objpfx)distinfo): Depend on $(distribute).
2225         * Make-dist: File removed.
2227         * NEWS: Fix a typo.  Update bug-reporting instructions.
2229 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
2231         * sysdeps/unix/sysv/linux/sched_setaffinity.c
2232         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
2233         cpuset is wrongly set.
2235 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2237         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
2238         for POWER4 machines.
2240 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
2242         [BZ #218]
2243         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
2244         in a local variable, point rp to that local variable afterwards.
2246 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
2248         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
2249         cases properly.
2251 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
2253         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
2254         error value for unknown interface. [BZ #198]
2256 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
2258         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
2259         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
2260         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
2261         the asm uses as its input, either of size __n where __n is known or
2262         0xfffffff.
2263         (strstr): Add "memory" clobber.
2265 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
2267         [BZ #219]
2268         * nss/nsswitch.c (free_mem): Don't try to close a library handle
2269         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
2271 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
2273         [BZ #217]
2274         * debug/xtrace.sh: Fix typo in error diagnostics.
2276 2004-06-14  Andreas Schwab  <schwab@suse.de>
2278         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
2279         failed.
2281 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
2283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
2284         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
2285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
2286         that clobbers r19.
2287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
2288         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
2289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
2290         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
2291         Fix pasto that overflowed sigcontext.v_reserve.
2292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
2293         Fix pasto that clobbers r19.
2294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
2295         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
2296         overflowed sigcontext.v_reserve.
2298 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
2300         [BZ #150]
2301         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
2302         instead of ".gnu.linkonce.ro." as the prefix for linkonce
2303         read-only section name.
2305 2004-06-14  Richard Henderson  <rth@redhat.com>
2307         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
2308         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
2310 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
2312         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
2313         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2314         (__backtrace): Don't call init #ifndef SHARED.
2315         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
2316         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2317         (__backtrace): Don't call init #ifndef SHARED.
2318         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
2319         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
2320         (__backtrace): Don't call init #ifndef SHARED.
2322 2004-06-11  Roland McGrath  <roland@redhat.com>
2324         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
2325         From Krzysztof Halasa <khc@pm.waw.pl>.
2327 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
2329         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
2331 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
2333         [BZ #199]
2334         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
2335         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
2337         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
2338         fails.  Avoid memory leak if realloc fails.
2340 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
2342         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
2343         NULL, "" or contains '=' character in it.  Reported by
2344         Michael T Kerrisk <mtk-lists@gmx.net>.
2345         * stdlib/tst-environ.c: Include errno.h.
2346         (main): Add tests for these arguments to setenv/unsetenv.
2348 2004-06-07  Roland McGrath  <roland@frob.com>
2350         * NEWS: Update bug reporting instructions.  Fix some typos.
2352 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
2354         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
2355         * stdio-common/_itoa.c: Add _itoa implementation.
2357         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
2358         to also send request.  Add parameter to allow this.
2359         Change callers.
2360         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
2361         * nscd/nscd_getpw_r.c: Likewise.
2362         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
2364 2004-06-05  Andreas Jaeger  <aj@suse.de>
2366         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2367         Handle more than 6 args correctly.  Based on a patch by Masahide
2368         Washizawa <washi@jp.ibm.com>.
2370 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
2372         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
2373         in all places, not __nss_not_use_nscd_group.
2374         Reported by Philippe Gregoire.
2376 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
2378         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
2380 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
2382         * argp/argp-help.c (__argp_error, __argp_failure): Check result
2383         of __asprintf call and don't use string if it failed.
2384         * stdio-common/psignal.c (psignal): Likewise.
2385         * locale/programs/localedef.c (more_help): Likewise.
2386         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
2387         arg_bool, parse_line): Check result of __asprintf calls and
2388         don't use string if they failed.
2389         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
2390         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
2391         call and exit if it failed.
2393 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
2395         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
2396         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
2397         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
2398         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
2399         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
2400         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
2401         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
2402         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
2403         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
2404         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
2405         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
2407 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
2409         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
2410         -momit-leaf-frame-pointer.
2412         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
2413         #ifdef AF_PACKET.
2415         * sysdeps/mach/hurd/getcwd.c
2416         (_hurd_canonicalize_directory_name_intern): Only realloc when
2417         size is <= 0.
2419         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
2420         isn't page aligned.
2422         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
2423         new size.
2425         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
2426         __libc_write and __libc_lseek64.
2428 2004-05-29  Roland McGrath  <roland@redhat.com>
2430         * elf/Makefile (shared-only-routines): Add dl-caller.
2432 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
2434         * sysdeps/powerpc/configure.in: New file.
2436 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
2438         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
2439         "altivec" to enable VMX instructions.
2440         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2441         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2442         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
2443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2450 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
2452         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
2453         __builtin_expm1l for GCC 3.5+.
2454         (__expl): Define using __builtin_expl for GCC 3.4+.
2455         (exp, expf, expl): Don't define for GCC 3.4+.
2456         (tan, tanf, tanl): Don't define for GCC 3.5+.
2457         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
2458         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
2459         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
2460         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
2461         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
2462         for GCC 3.4+.
2463         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
2464         Don't define for GCC 3.5+.
2465         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
2466         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
2467         define for GCC 3.5+.
2468         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
2469         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
2470         define for GCC 3.2+.
2472 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
2474         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
2475         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
2476         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
2477         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
2478         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
2479         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
2480         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
2481         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
2482         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
2483         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
2484         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
2485         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
2486         libc_hidden_builtin_def if MEMPCPY_P.
2487         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
2488         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
2489         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
2490         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
2491         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
2493 2004-05-26  Roland McGrath  <roland@frob.com>
2495         * sysdeps/generic/bits/in.h
2496         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
2497         These are long obsolete in BSD systems where they originated.
2498         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
2500 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
2502         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
2503         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
2504         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
2505         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
2506         constant '\0' and first argument is not constant.
2507         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
2508         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
2509         For GCC 3.2+ use __builtin_strncpy.
2510         (strncat): For GCC 3.2+ use __builtin_strncat.
2511         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
2512         constant.
2513         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
2514         if both arguments are constant.
2516 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
2518         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
2519         mapped addresses in gethostbyaddr.
2521 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
2523         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
2524         flags parameter, convert afp to simple int parameter.  Adjust code.
2525         typep was never != NULL and flags therefore also unused.  *afp is
2526         never modified.
2527         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
2528         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
2529         handling for __nss_hostname_digits_dots calls.
2530         * nss/getXXbyYY_r.c: Likewise.
2532         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
2534 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
2536         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
2537         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
2538         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
2539         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
2540         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
2541         implementation from w_sqrt.c.
2542         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
2543         implementation from w_sqrtf.c.
2544         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
2545         using inline __ieee754_sqrt().
2546         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
2547         using inline __ieee754_sqrtf().
2548         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
2549         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2550         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
2551         PPC_FEATURE_*  independent of __ASSEMBLER__.
2553 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
2555         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
2556         include.
2557         (aio_start_notify_thread): Define if not defined.
2558         (notify_func_wrapper): Use it.
2559         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
2560         include.
2561         (aio_create_helper_thread): Define if not defined.
2562         (__aio_create_helper_thread): New function.
2563         (__aio_enqueue_request): Use aio_create_helper_thread.
2565         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
2566         (struct ypresp_all_data): New type.
2567         (__xdr_ypresp_all): Change second argument to
2568         struct ypresp_all_data *.  Replace ypall_foreach and
2569         ypall_data with objp->foreach and objp->data.
2570         (yp_all): Remove status variable, add data.  Replace
2571         all uses of status with data.status.  Initialize data.foreach
2572         and data.data instead of ypall_foreach and ypall_data.
2574 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
2576         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
2577         in l_flags_1, not in l_flags.
2579 2004-04-10  Robert Millan  <robertmh@gnu.org>
2581         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
2582         with sysdeps/generic/bits/in.h.
2584 2004-05-25  Roland McGrath  <roland@frob.com>
2586         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
2587         GCC GPL to standard glibc LGPL.
2589 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
2591         * manual/string.texi (Copying and Concatenation): Fixed second
2592         concat example.
2593         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
2595 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
2597         * malloc/obstack.c: Don't allow linking with _obstack.
2599 2004-05-23  Andreas Schwab  <schwab@suse.de>
2601         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
2602         of separate "m" constraints.
2604 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
2606         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
2607         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
2608         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
2610 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2612         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
2613         Add comment explaining why libc still defines it.
2615 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2617         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
2618         obstack_alignment_mask, obstack_alloc, obstack_base,
2619         obstack_blank, obstack_blank_fast, obstack_chunk_size,
2620         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
2621         obstack_grow0, obstack_init, obstack_int_grow,
2622         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
2623         obstack_next_free, obstack_object_size, obstack_ptr_grow,
2624         obstack_ptr_grow_fast, obstack_room): Remove declarations of
2625         nonexistent functions.
2627 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
2629         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
2630         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2631         [PIC]: Redundent for powerpc64, removed.
2632         (ENTRY): Generate size and alignment for opd entry.
2633         (EALIGN): Generate size and alignment for opd entry.
2634         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2635         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2637 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
2639         * misc/regexp.h: Say the functions have been withdrawn.
2641         * wcsmbs/tst-wcpncpy.c: Add more tests.
2643 2004-05-18  Roland McGrath  <roland@frob.com>
2645         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
2646         standard glibc LGPL.
2647         * sysdeps/generic/unwind-dw2.c: Likewise.
2648         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
2649         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
2650         * sysdeps/generic/unwind-pe.h: Likewise.
2652 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
2654         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
2655         MONTENEGRO" which have taken over the code 819.  Patch from
2656         Danilo Segan. [BZ #40]
2658 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
2660         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2661         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
2662         __sparc_get_pic_l7.
2664 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2666         * catgets/gencat.c: Update bug reporting instructions.
2667         * csu/version.c: Likewise.
2668         * debug/catchsegv.sh: Likewise.
2669         * debug/pcprofiledump.c: Likewise.
2670         * debug/xtrace.sh: Likewise.
2671         * elf/ldd.bash.in: Likewise.
2672         * iconv/iconv_prog.c: Likewise.
2673         * iconv/iconvconfig.c: Likewise.
2674         * locale/programs/locale.c: Likewise.
2675         * locale/programs/localedef.c: Likewise.
2676         * login/programs/pt_chown.c: Likewise.
2677         * malloc/memusage.sh: Likewise.
2678         * malloc/memusagestat.c: Likewise.
2679         * malloc/mtrace.pl: Likewise.
2680         * manual/crypt.texi: Likewise.
2681         * manual/install.texi: Likewise.
2682         * nss/makedb.c: Likewise.
2684 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
2686         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
2687         CHECK_STATIC_TLS if sym != NULL.
2688         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
2689         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
2691 2004-05-12  Andreas Schwab  <schwab@suse.de>
2693         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
2694         when translating.
2696 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
2698         * Rules (xtests): Depend on tests.
2700 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
2702         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
2703         count is negative, yet write_ptr < write_end.
2704         (_IO_default_xsgetn): Avoid one underflow per char if count is
2705         negative, yet read_ptr < read_end.
2707 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
2709         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
2710         equal to TAB3.
2712 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
2714         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
2715         call.
2717 2004-05-10  Roland McGrath  <roland@frob.com>
2719         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
2720         (__hurd_directory_name_split): Likewise.
2722 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
2724         * po/fr.po: Update from translation team.
2726 2004-05-10  Andreas Jaeger  <aj@suse.de>
2728         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2729         Correctly compute alignment.
2730         Patch by Michael Matz <matz@suse.de>.
2732 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
2734         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
2735         * sysdeps/posix/sigpause.c: Likewise.
2736         * signal/signal.h: Don't define sigpause macro unless needed.
2738 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
2740         * configure.in (libc_cv_libgcc_s_suffix): New check.
2741         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
2742         * config.make.in (libgcc_s_suffix): Set.
2743         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
2745 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
2747         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
2749 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
2752         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2753         Load argument values into temporary variables.
2754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
2755         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2756         Likewise.
2758 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
2760         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
2761         need to be compiled with exceptions.
2763 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2765         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
2766         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
2768         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
2769         realloc cannot fail.
2771         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
2772         be expanded.
2774         * nis/nis_table.c: Clean up memory handling.
2775         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
2776         * nis/nis_removemember.c (nis_removemember): Add comment
2777         explaining use of realloc.
2779         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
2780         (carg): Likewise.
2781         Patch by Lev S Bishop <lev.bishop@yale.edu>.
2783         * math/bug-tgmath1.c (main): Test fabs and carg as well.
2785 2004-05-06  Richard Henderson  <rth@redhat.com>
2787         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
2788         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
2789         * sysdeps/unix/sysv/linux/alpha/Versions: Export
2790         __libc_alpha_cache_shape as a private symbol.
2791         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
2792         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
2794 2004-05-06  Richard Henderson  <rth@redhat.com>
2796         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
2797         * sysdeps/alpha/divl.S: Use them.
2798         * sysdeps/alpha/divq.S: Likewise.
2799         * sysdeps/alpha/divqu.S: Likewise.
2800         * sysdeps/alpha/reml.S: Likewise.
2801         * sysdeps/alpha/remq.S: Likewise.
2802         * sysdeps/alpha/remqu.S: Likewise.
2804 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2806         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
2807         (cimag): Use it.
2808         (creal): Likewise.
2809         * math/Makefile (tests): Add bug-tgmath1.
2810         * math/bug-tgmath1.c: New file.
2812 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
2814         * sysdeps/alpha/atomicity.h: Remove.
2815         * sysdeps/generic/atomicity.h: Remove.
2817 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
2819         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
2820         char *.
2822 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
2824         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
2825           rt-sysdep.
2826         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
2828         * sysdeps/ia64/strcat.c: New file.
2829         * sysdeps/ia64/strcat.S: Delete.
2831 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
2833         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
2834         defined.
2836 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
2838         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
2839         libc_hidden_proto.  Define to __GI___libm_error_support for
2840         assembly going into libc.so.
2841         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
2842         libc_hidden_def.
2844         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
2845         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
2847         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
2848         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
2849         if USE___THREAD.
2851 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
2853         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
2854         __USE_BSD or __USE_UNIX98.
2855         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2856         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2857         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
2858         Likewise.
2859         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2860         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2861         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2862         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
2863         Likewise.
2864         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
2865         Likewise.
2866         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
2867         Likewise.
2868         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2869         Likewise.
2870         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2871         Likewise.
2872         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
2873         Likewise.
2874         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
2875         Likewise.
2876         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
2877         Likewise.
2878         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
2879         Likewise.
2880         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2881         Likewise.
2882         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
2883         Likewise.
2884         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
2885         Likewise.
2886         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2887         Likewise.
2888         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2889         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2890         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
2892 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
2894         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
2895         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
2896         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
2897         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
2898         * sysdeps/unix/sysv/linux/Versions (libc): Remove
2899         __libc_sigaction@@GLIBC_PRIVATE.
2900         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
2901         __modify_ldt@@GLIBC_PRIVATE.
2902         * socket/Versions (libc): Remove __libc_accept, __libc_send,
2903         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
2904         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
2905         * stdio-common/Versions (libc): Remove
2906         _itoa_upper_digits@@GLIBC_PRIVATE.
2907         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
2908         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
2909         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
2910         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
2911         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
2912         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
2913         __libc_lseek64 @@GLIBC_PRIVATE.
2915 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
2917         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
2918         check.
2920 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2922         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
2923         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
2924         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
2925         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
2926         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
2927         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
2928         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
2929         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
2930         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
2931         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
2932         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
2933         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
2934         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
2935         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
2936         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
2937         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
2938         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
2939         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
2941         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
2942         mantissa for AIX long double format.
2943         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
2944         long double format.
2945         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
2946         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
2947         (_fpioconst_pow10): AIX long double format has same exponent range as
2948         double.
2949         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
2950         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
2951         as double.
2953 2004-04-23  Art Haas  <ahaas@airmail.net>
2955         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2957 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
2959         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
2960         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
2961         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
2962         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
2963         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
2965 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
2967         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
2968         entries.
2970 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
2972         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
2973         prototypes and description [BZ #131].
2975         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
2976         Patch by Ed Catmur <ed@catmur.co.uk>.
2977         * string/tst-inlcall.c (main): Add test for strpbrk.
2979         [BZ #140]
2980         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
2981         include.
2982         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
2983         yet defined, #undef back after including linux/sysctl.h if defined
2984         here.
2985         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
2986         back after including linux/sysctl.h if defined here.
2988         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
2989         for single precision register, add it to __asm clobbers [BZ #139].
2990         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
2991         for single precision register, add it to __asm clobbers.
2992         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
2993         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
2994         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
2995         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
2997 2004-04-23  Andreas Schwab  <schwab@suse.de>
2999         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
3000         __attribute_used__.
3002 2004-04-22  Philip Blundell  <philb@gnu.org>
3004         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
3005         when calling _dl_signal_error.
3006         (elf_machine_rel): Likewise.
3008 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
3010         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
3011         and use it internally instead of __sigsetjmp.
3012         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
3013         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
3014         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
3015         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
3016         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
3017         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
3018         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
3019         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
3020         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
3021         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
3022         HIDDEN_JUMPTARGET for exit call.
3023         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
3024         _exit call.
3025         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
3026         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
3027         strcpy calls.
3029 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
3031         * posix/tst-chmod.c (do_test): Fix a typo.
3033         * elf/lateglobal.c (main): Fix error checks.
3034         Patch by Stephen Clarke <stephen.clarke@st.com>.
3036         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
3037         mention they have been added in ISO C99.
3038         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3040 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3042         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
3044 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3046         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
3047         EACCES.
3049 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3051         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
3052         handling change.
3053         * stdio-common/tst-sscanf.c (int_tests): Adjust.
3055         * nis/nss-nis.c: Include stdlib.h.
3057         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
3058         warning.
3059         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
3060         libc_hidden_builtin_def.
3062 2004-04-20  Jim Meyering  <jim@meyering.net>
3064         * misc/error.c (error_tail): Don't leak upon realloc failure.
3066 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3068         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
3069         Use RETURN_ADDRESS instead of __builtin_return_address.
3071 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
3073         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
3074         compact code.
3076 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
3078         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
3079         do input_error () instead of conv_error () and don't look at errno.
3080         Don't eat any whitespace before %% if skip_space == 0.
3081         * stdio-common/tst-sscanf.c (int_tests): New array.
3082         (main): Run int_tests.
3085 See ChangeLog.14 for earlier changes.