* nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
[glibc.git] / ChangeLog
blobf0a74a85df17e9239400d70d3d4e302a21370681
1 2004-09-09  Andreas Jaeger  <aj@suse.de>
3         * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
5 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
7         * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
9         * malloc/malloc.c (_int_free): Add inexpensive double free test.
11 2004-09-08  Roland McGrath  <roland@redhat.com>
13         * malloc/mcheck.c: Don't use __P.
14         Use prototypes definitions for static functions.
16 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
18         * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
20 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
21             Jakub Jelinek  <jakub@redhat.com>
23         * nscd/nscd-client.h: Add a few #includes.
25         * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
26         * nscd/connections.c (nscd_run): Call setup_thread for maintenance
27         threads.
28         * nscd/nscd-client.h (struct database_pers_head): Add
29         nscd_certainly_running field.
30         * nscd/nscd.h: Declare setup_thread.
31         * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
32         nscd_certainly_running is nonzero.
33         * sysdeps/generic/nscd_setup_thread.c: New file.
34         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
36 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
38         * nscd/connections.c: Implement r/o sharing of nscd's cache with client
39         processes via shared memory.
40         * nscd/nscd-client.h: Likewise.
41         * nscd/nscd.h: Likewise.
42         * nscd/nscd_conf.c: Likewise.
43         * nscd/nscd_getgr_r.c: Likewise.
44         * nscd/nscd_getpw_r.c: Likewise.
45         * nscd/nscd_gethst_r.c: Likewise.
46         * nscd/nscd.conf: Add new config parameters.
47         * nscd/Makefile (aux): Add nscd_helper.
48         * nscd/nscd_helper.c: New file.
49         * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
51         * nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
52         no derived information.
53         * connections.c (nscd_init): Fix bug in testing size of the persistent.
55         * nis/Makefile (aux): Add nis_hash.
56         * nis/nis_hash.c: New file.  Split out from nis_util.c.
57         * nis/nis_util.c: Move __nis_hash code in separate file.
59         * csu/tst-atomic.c: Improve atomic_increment_val test which would
60         not have found a ppc bug.
62         * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
64         * malloc/arena.c: Remove __MALLOC_P uses.
65         * malloc/malloc.c: Likewise.
67         * malloc/mtrace.c: Remove __P uses.
68         * malloc/mcheck-init.c: Likewise.
70 2004-09-07  Jakub Jelinek  <jakub@redhat.com>
72         * sysdeps/powerpc/powerpc64/configure.in: New file.
73         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
74         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
75         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
76         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
77         BODY_PREFIX): Define.
78         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
79         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
80         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
81         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
82         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
84 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
86         * malloc/malloc.h: Don't define __THROW if it is already defined.
88         * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
89         (atomic_decrement): Define.
91         * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
92         atomic_decrement_val.
93         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
94         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
96         * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
97         and atomic_decrement_val.
99         * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
100         and atomic_delay is not already defined.
101         * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
102         * sysdeps/x86_64/bits/atomic.h: Likewise.
104         * miscd/sys/cdefs.h (__NTH): New macro.
105         (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
106         (__REDIRECT_NTH): New macro.
107         * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
108         * ctype/ctype.h: Likewise.
109         * dirent/dirent.h: Likewise.
110         * io/fcntl.h: Likewise.
111         * io/sys/sendfile.h: Likewise.
112         * io/sys/stat.h: Likewise.
113         * io/sys/statfs.h: Likewise.
114         * io/sys/statvfs.h: Likewise.
115         * libio/bits/stdio.h: Likewise.
116         * misc/sys/mman.h: Likewise.
117         * posix/unistd.h: Likewise.
118         * resource/sys/resource.h: Likewise.
119         * rt/aio.h: Likewise.
120         * signal/signal.h: Likewise.
121         * stdlib/stdlib.h: Likewise.
122         * string/argz.h: Likewise.
123         * string/string.h: Likewise.
124         * sysdeps/generic/inttypes.h: Likewise.
125         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
126         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
127         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
128         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
129         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
130         * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
131         * wcsmbs/wchar.h: Likewise.
133         * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
135         * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
136         definition.
138         * io/sys/poll.h: Remove __THROW from poll prototype, it's a
139         cancellation point.
141         * io/fts.c (fts_open): Remove uses of __P.
143         * include/stdlib.h: No need to use __THROW in this header.
145 2004-09-06  Roland McGrath  <roland@frob.com>
147         * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
148         validity, since __assert_fail gets to here anyway.  Just fail.
150 2004-09-06  Ulrich Drepper  <drepper@redhat.com>
152         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
153         AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
154         addresses.
156 2004-09-05  Richard Henderson  <rth@redhat.com>
158         * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
159         * sysdeps/unix/sysv/linux/kernel-features.h
160         (__ASSUME_IEEE_RAISE_EXCEPTION): New.
161         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
162         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
163         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
164         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
166 2004-09-05  Richard Henderson  <rth@redhat.com>
168         * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
169         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
170         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
171         sysdeps/alpha/remqu.S: Likewise.
172         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
174 2004-09-05  Ulrich Drepper  <drepper@redhat.com>
176         * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
177         GETHOSTBYADDRv6 requests.
179 2004-09-04  Ulrich Drepper  <drepper@redhat.com>
181         * nscd/pwdcache.c (cache_addpw): Use correct key length in
182         cache_add calls.
183         * nscd/grpcache.c (cache_addgr): Likewise.
185 2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>
187         * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
188         to `dtv_t *'.
190 2004-09-03  Ulrich Drepper  <drepper@redhat.com>
192         * nscd/nscd.c (parse_opt): Use writev instead of two write for
193         invalidate command.
195 2004-09-02  Ulrich Drepper  <drepper@redhat.com>
197         * nscd/connections.c (nscd_run): Check early for invalid request types.
199 2004-09-02  Roland McGrath  <roland@frob.com>
201         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
202         (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
203         (THREAD_SELF): New macro.
205 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
207         [BZ #357]
208         * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
209         (main): Call test_stack.
210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
211         (__getcontext): Push stack frame then save parms in local frame.
212         Improve instruction scheduling.
213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
214         (__swapcontext): Likewise.
216 2004-09-01  Andreas Schwab  <schwab@suse.de>
218         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
219         __builtin_offsetof.
221 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
223         [BZ #361]
224         * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
225         to normal_bracket after fetching the next character.
226         * posix/tst-fnmatch.input: Add 25 new tests.
227         Reported by Markus Oberhumer <markus@oberhumer.com>.
229 2004-09-01  Ulrich Drepper  <drepper@redhat.com>
231         * elf/rtld.c (dl_main): First check existence of ld.so.preload
232         with access.
234 2004-09-01  Roland McGrath  <roland@redhat.com>
236         * sysdeps/unix/sysv/linux/bits/waitflags.h
237         (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
238         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
239         New macro.
240         * sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
241         available, or fall back to the waitpid-based generic code.
243 2004-08-14  Alfred M. Szmidt  <ams@kemisten.nu>
245         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
246         clobber the `ebp' register.
247         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
248         Reverts change from 2004-05-07 by Jeroen Dekkers.
250         * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
251         NEWSP from `void *' to `int *'.  Changed all casts accordingly.
253 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
255         * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
256         before return type.
257         * locale/localename.c (__current_locale_name): Likewise.
259 2004-08-30  Roland McGrath  <roland@frob.com>
261         * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
262         later sets from output.
263         * Makerules (check-abi): Pass option to set that with value of
264         LIB-abi-frozen variable if one is set.
266         * abilist/libcidn.abilist: New file (empty).
268 2004-08-30  Jakub Jelinek  <jakub@redhat.com>
270         * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
271         not __USE_XOPEN2K, use the Unix98 mandated values.
273 2004-08-27  Roland McGrath  <roland@redhat.com>
275         * configure.in (usetls): Default to yes.
276         * configure: Regenerated.
278 2004-08-26  Roland McGrath  <roland@redhat.com>
280         * configure.in (add_ons_automatic): New variable, set to yes or no
281         indicating --enable-add-ons with no explicit list.
282         (running add-on fragments): Allow a fragment to modify $libc_add_on
283         and have that affect its place in the list of add-ons to use.
284         * configure: Regenerated.
286 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
288         * nscd/cache.c: Major rewrite.  The data is now optionally kept in
289         a mmaped memory region which is automatically mirrored on disk.
290         This implements persistent data storage.  The Memory handled
291         needed to be completely revamped, it now uses a garbage collection
292         mechanism instead of malloc.
293         * nscd/connections.c: Likewise.
294         * nscd/nscd.c: Likewise.
295         * nscd/nscd.h: Likewise.
296         * nscd/nscd_conf.c: Likewise.
297         * nscd/nscd_stat.c: Likewise.
298         * nscd/grpcache.c: Likewise.
299         * nscd/hstcache.c:: Likewise.
300         * nscd/pwdcache.c:: Likewise.
301         * nscd/Makefile: Add rules to build mem.c.
302         * nscd/mem.c: New file.
303         * nscd/nscd.conf: Describe new configuration options.
305 2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
307         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
308         NO_SGIDEFS_H isn't defined.
309         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
310         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
312         * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
313         _MIPS_SIM.
314         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
315         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
316         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
318 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
320         * nscd/connections.c (nscd_run): atomic_increment was not missing.
322         * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
323         Patch by Greg Schafer.
325 2004-08-25  Richard Henderson  <rth@redhat.com>
327         * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
328         instead of $31.  Zero $15.
329         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
331 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
333         * sysdeps/powerpc/powerpc64/bits/atomic.h
334         (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
335         is negative.
336         (__arch_compare_and_exchange_bool_32_rel): Likewise.
338         * nscd/connections.c: Make socket nonblocking so that threads
339         don't get stuck on accept.  Fix locking.
341         * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
342         entry with alternative key.
343         * nscd/pwdcache.c (cache_addpw): Likewise.
345 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
347         * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
348         __libc_stack_end.
350 2004-08-23  Ulrich Drepper  <drepper@redhat.com>
352         * sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
353         __BEGIN_DECLS/__END_DECLS.
355 2004-08-23  Andreas Jaeger  <aj@suse.de>
357         [BZ #341]
358         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
359         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
360         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
361         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
362         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
363         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
364         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
365         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
366         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
367         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
368         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
369         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
370         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
372 2004-08-21  Ulrich Drepper  <drepper@redhat.com>
374         * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
375         (check_action): Likewise.
376         When printing error messages, use malloc_printf_nc now instead of
377         fiddling with the streams cancellation flag in every place.
378         * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
379         default to 3.
380         (check_action): New variable.
381         (unlink): Print error message and eventually terminate in case list
382         is corrupted.
383         (malloc_printf_nc): New function.  Use it in _int_free.
384         Change proposed by Arjan van de Ven.
386         * dlfcn/Makefile: Don't build eval.c anymore.
388 2004-08-20  Roland McGrath  <roland@frob.com>
390         * csu/Makefile ($(objpfx)version-info.h): Use printf in place
391         of echo -e for POSIX.2 portability.
392         Reported by Paul Jarc <prj@po.cwru.edu>.
394 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
396         * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
397         list generation.
399         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
400         getcanonname_r function if AI_CANONNAME flag is not set in
401         request.
403         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
404         Initialize mysize with limits only if latter is >= 0.  Use mysize
405         in malloc call.
407 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
410         to avoid warning.
412         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
413         status to NSS_STATUS_UNAVAIL.
415 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
417         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
418         cannoname lookup since it has the FQDN even if the original NAME
419         value has not.
421 2004-08-18  Ulrich Drepper  <drepper@redhat.com>
423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
424         pointer in new variable ORIG_NAME and use this pointer when
425         determination of canonical name failed, not the possibly IDN
426         translated value of NAME.
428 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
430         * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
431         * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
432         Reset RES_NOIP6DOTINT flag in this case..
434         * sysdeps/posix/getaddrinfo.c: Fix memory handling of
435         ai_canonname.
437 2004-08-16  Ulrich Drepper  <drepper@redhat.com>
439         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
440         CNAME records, we better follow the chain of CNAME records which
441         can be accomplished with A/AAAA lookups.
443 2004-08-15  Roland McGrath  <roland@redhat.com>
445         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
446         Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
447         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
448         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
449         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
451 2004-08-15  Roland McGrath  <roland@frob.com>
453         * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
454         this, not ...
455         (static-only-routines): ... this.
456         * sysdeps/ia64/Makefile: Likewise.
457         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
458         * sysdeps/sparc/sparc64/Makefile: Likewise.
459         * sysdeps/x86_64/Makefile: Likewise.
460         * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
461         * sysdeps/ia64/hp-timing.c: Likewise.
462         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
463         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
465         * csu/elf-init.c: Update copyright terms including special exception
466         for these trivial files, which are statically linked into executables
467         that use dynamic linking for the significant library code.
468         * io/fstat.c: Likewise.
469         * io/fstat64.c: Likewise.
470         * io/lstat.c: Likewise.
471         * io/lstat64.c: Likewise.
472         * io/stat.c: Likewise.
473         * io/stat64.c: Likewise.
474         * stdlib/atexit.c: Likewise.
475         * sysdeps/alpha/elf/initfini.c: Likewise.
476         * sysdeps/alpha/elf/start.S: Likewise.
477         * sysdeps/arm/elf/start.S: Likewise.
478         * sysdeps/cris/elf/start.S: Likewise.
479         * sysdeps/generic/initfini.c: Likewise.
480         * sysdeps/generic/mknod.c: Likewise.
481         * sysdeps/hppa/elf/initfini.c: Likewise.
482         * sysdeps/hppa/elf/start.S: Likewise.
483         * sysdeps/i386/elf/start.S: Likewise.
484         * sysdeps/i386/i686/hp-timing.c: Likewise.
485         * sysdeps/ia64/elf/initfini.c: Likewise.
486         * sysdeps/ia64/elf/start.S: Likewise.
487         * sysdeps/ia64/hp-timing.c: Likewise.
488         * sysdeps/m68k/elf/start.S: Likewise.
489         * sysdeps/mach/start.c: Likewise.
490         * sysdeps/mips/elf/start.S: Likewise.
491         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
492         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
493         * sysdeps/s390/s390-32/elf/start.S: Likewise.
494         * sysdeps/s390/s390-32/initfini.c: Likewise.
495         * sysdeps/s390/s390-64/elf/start.S: Likewise.
496         * sysdeps/s390/s390-64/initfini.c: Likewise.
497         * sysdeps/sh/elf/initfini.c: Likewise.
498         * sysdeps/sh/elf/start.S: Likewise.
499         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
500         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
501         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
502         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
503         * sysdeps/standalone/i386/start.S: Likewise.
504         * sysdeps/standalone/i960/start.S: Likewise.
505         * sysdeps/standalone/m68k/m68020/start.S: Likewise.
506         * sysdeps/unix/arm/start.c: Likewise.
507         * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
508         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
509         * sysdeps/unix/sparc/start.c: Likewise.
510         * sysdeps/unix/start.c: Likewise.
511         * sysdeps/unix/sysv/aix/start.s: Likewise.
512         * sysdeps/unix/sysv/irix4/start.c: Likewise.
513         * sysdeps/x86_64/elf/initfini.c: Likewise.
514         * sysdeps/x86_64/elf/start.S: Likewise.
516 2004-08-15  Roland McGrath  <roland@redhat.com>
518         [BZ #227]
519         * sysdeps/unix/sysv/linux/kernel-features.h
520         (__ASSUME_BRK_PAGE_ROUNDED): New macro.
521         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
522         [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
523         the partial page after the dynamic linker's own data segment.
525 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
527         * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
528         v4-mapped addresses a bit.
529         (gethosts): Move alloca out of macro, so that it is done only once.
531         * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
532         addr to avoid casts.
533         (gethosts): Removed.
534         (gethosts2): Renamed to gethosts.  Make it usable for family !=
535         AF_UNSPEC.  Fix AI_V4MAPPED.
536         (gaih_inet): Remove use of old gethosts.  Always use what used to be
537         gethosts2.  If entry is found, try to use the same NSS module's
538         getcanonname_r function.  Use gethostbyaddr for AI_CANONNAME only
539         if getcanonname_r was not available.  Fix filtering of AI_V4MAPPED
540         addresses.  Numerous cleanups.
541         * resolv/nss_dns/dns-canon.c: New file.
542         * resolv/Makefile (libnss_dns-routines): Add dns-canon.
543         * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
545         * elf/Makefile: Add rules to build and run tst-dlopenrpath.
546         * elf/tst-dlopenrpath.c: New file.
547         * elf/tst-dlopenrpathmod.c: New file.
549         * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
550         * intl/tst-gettext.c: Likewise.
552         * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
554         * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
555         AF_INET6.
557 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
559         * po/de.po: Update from translation team.
561 2004-08-14  Roland McGrath  <roland@frob.com>
563         * sysdeps/mach/configure: Regenerated.
564         * sysdeps/mach/hurd/configure: Regenerated.
566 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
568         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
569         performed, make sure it is still the first entry after sorting
570         that has the ai_canonname information.
572         * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
573         only in one entry.
575 2004-08-13  Daniel Jacobowitz  <dan@debian.org>
577         * scripts/output-format.sed: Handle default case of three-argument
578         OUTPUT_FORMAT.
580         * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
581         __attribute_used__.
583 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
585         * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
586         first returned entry.  Print name only if not NULL.
588         * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
589         __netgrent object passed in instead of global variables.
590         Optimize.
591         * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
592         in struct __netgrent object passed in instead of global variables.
593         * inet/netgroup.h (struct __netgrent): Add service_user field.
594         Move cursor in anonymous union, add new field location to that
595         union.
596         * inet/getnetgrent_r.c: Extensive rewrite to really enable
597         concurrent uset of set/get/endnetgrent and innetgr.
598         Reported by Chuck Simmons.
600         * inet/netgroup.h (struct name_list): Replace name pointer with
601         zero-sized array.
602         * inet/getnetgrent_r.c: Adjust code for change in name_list
603         layout.  Numerous strdup and free calls removed.
605         * elf/sprof.c (read_symbols): When comparing aliases, prefer
606         non-hidden over hidden symbols and strong over weak symbols
607         if both don't start with '_'.
609         * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
610         possible.
612 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
614         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
615         RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
616         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
617         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
618         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
619         Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
620         accordingly.
622 2004-08-11  Andreas Schwab  <schwab@suse.de>
624         * resolv/res_libc.c: Move definition of __res_initstamp ...
625         * resolv/res_init.c: ... here.
627 2004-08-10  GOTO Masanori  <gotom@debian.or.jp>
629         * locale/C-time.c: Change default ERA value from NULL to "".
630         * locale/tst-C-locale.c: Add test case for ERA keywords.
632 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
634         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
635         RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
636         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
637         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
639 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
641         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
642         RLIMIT_MSGQUEUE): Add.
643         (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
644         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
645         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
646         (RLIM_NLIMITS): Adjust.
647         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
648         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
649         (RLIM_NLIMITS): Adjust.
650         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
651         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
652         (RLIM_NLIMITS): Adjust.
654 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
656         * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
657         printf with #ifdef DEBUG and RES_DEBUG check.
659         * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
660         __USE_MISC #endif.
661         * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
662         declaration.
663         * sysdeps/gnu/bits/shm.h: Likewise.
664         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
665         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
666         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
667         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
668         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
670 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
672         * po/ca.po: Update from translation team.
674 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
676         * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
677         __getpagesize declaration.
679 2004-08-11  Roland McGrath  <roland@redhat.com>
681         * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
682         commands inside &&.
683         Reported by Andreas Schwab <schwab@suse.de>.
684         * configure: Regenerated.
686         * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
688 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
690         * time/tzset.c (tzset_internal): Add new parameter which is
691         nonzero if called through tzset.  Use TZDEFAULT name including
692         name comparison if the new parameter is zero.  This means implicit
693         tzset calls will not cause files to be opened and read by tzfile.c
694         all the time.
696 2004-08-11  Jakub Jelinek  <jakub@redhat.com>
698         * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
699         * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
700         return 1 immediately.
702         * time/tzfile.c (__tzfile_read): Free transitions only if it will
703         not be reused.
705         * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
706         * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
708         * stdio-common/tst-popen.c: Include <string.h>.
710         * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
712         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
713         attribute.  Return NULL instead of calling pthread_exit at the end.
715 2004-08-11  Roland McGrath  <roland@redhat.com>
717         * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
719 2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
721         * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
723 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
725         * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
726         (fwrite_unlocked): When checking if size * n is <= 8, cast each
727         argument to size_t individually.  Cast n to (void) instead of
728         (size_t), surround with (), return (size_t) 0 if one of n or size
729         is 0.  [BZ #316]
730         * stdio-common/Makefile (tests): Add tst-unlockedio.
731         * stdio-common/tst-unlockedio.c: New test.
733 2004-08-09  Roland McGrath  <roland@frob.com>
735         * manual/install.texi (Supported Configurations): Replace bug-glibc
736         mention with web URL.
737         * INSTALL: Regenerated.
738         * locale/iso-3166.def: Likewise, in comment.
739         * locale/iso-4217.def: Likewise.
740         * locale/iso-639.def: Likewise.
741         * posix/cpio.h: Remove bug reporting comment.
743 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
745         * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
746         casts to handle funny calls with floating point argument values
747         and signed values correctly and without warning.
748         (fwrite_unlocked): Likewise.  [BZ #309]
750         * malloc/memusage.c (me): Use creat64, not creat.
751         * malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
752         Patch by Guy Maor <guymaor@yahoo.com>.
754         * elf/ldconfig.c (options): Mark parameter option names as
755         translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
757         * iconv/gconv_charset.h (strip): Also allow comma which is what is
758         used to separate options.  [BZ #194]
760 2004-08-09  Roland McGrath  <roland@redhat.com>
762         * FAQ.in: Refer to web pages instead of bug-glibc.
763         * FAQ: Regenerated.
765         * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
767 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
769         * time/tzset.c (tzset_internal): If TZ is not set do not compare
770         old and new tz value since it might be /etc/localtime in both
771         cases although the file changed.  [BZ #154]
772         Patch by Christian Franke <franke@computer.org>.
774         * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
775         Compare with values of previously opened file.  Don't do anything
776         is they match.
778 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
780         * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
781         reset loader before the actual loading.
782         * elf/dl-open.c (dl_open_worker): If file name contains no path
783         element determine map of caller.  Pass caller map in this case to
784         _dl_map_object.  Set __RTLD_CALLMAP in mode.
785         * include/dlfcn.h (__RTLD_CALLMAP): Define.  [BZ #116]
786         Patch by Greg Wolodkin <greg@mathworks.com>.
788         * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
789         [BZ #108]  Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
791         * configure.in: Also recognize i786. [BZ #106]
792         Patch by <pluto@pld-linux.org>.
794         * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
795         name contains any dots. [BZ #95]
797         * resolv/res_send.c: Compiling with DEBUG defined works again.
798         * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
799         callers.
801         * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
802         available the process is not killed. [BZ #41]
804         * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
806         * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
807         [BZ #28]
809         * po/sv.po: Update from translation team.
811 2004-08-07  Ulrich Drepper  <drepper@redhat.com>
813         * inet/netinet/in.h: Add more const to the setipv4soucefilter,
814         getsourcefilter, and setsourcefilter parameter list.
815         * sysdeps/generic/setipv4sourcefilter.c: Likewise.
816         * sysdeps/generic/getsourcefilter.c: Likewise.
817         * sysdeps/generic/setsourcefilter.c: Likewise.
818         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
819         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
820         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
822         * po/tr.po: Update from translation team.
824 2004-08-06  Ulrich Drepper  <drepper@redhat.com>
826         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
827         Reported by Paolo Bonzini.
829 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
831         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
832         always_inline.
833         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
834         elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
836         * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
837         before including linux/atalk.h.
839         * resolv/res_libc.c: Include atomic.h.
841         * intl/finddomain.c (free_mem): Rename to...
842         (_nl_finddomain_subfreeres): ... this.  Add
843         __libc_freeres_fn_section.
844         * intl/loadmsgcat.c (_nl_unload_domain): Add
845         __libc_freeres_fn_section.
846         * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
847         Add attribute_hidden.
848         (_nl_findomain_subfreeres): New prototype.
849         * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
851 2004-07-30  Guido Guenther  <agx@sigxcpu.org>
853         * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
854         test if the key is numeric or not.
855         (group_keys): Likewise.
857 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
859         * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
860         struct group_filter, and GROUP_FILTER_SIZE.
861         * include/sys/socket.h: Declare __getsockopt.
862         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
863         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
864         * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
865         * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
867         * po/ko.po: Update from translation team.
869 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
871         * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
872         memset.
873         (__hesiod_res_set): Free nsaddrs.
875         * include/resolv.h (__res_maybe_init): Add prototype.
876         * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
877         * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
878         * resolv/res_libc.c (__res_initstamp, lock): New variables.
879         (res_init): Increase __res_initstamp.
880         (__res_maybe_init): New function.
881         * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
882         * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
883         of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
885         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
886         _nss_dns_gethostbyaddr_r): Likewise.
887         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
888         _nss_dns_getnetbyaddr_r): Likewise.
889         * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
890         gethostbyaddr): Likewise.
891         * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
892         res_isourserver, res_sendsigned, res_update, res_search,
893         res_querydomain): Likewise.
894         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
895         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
896         * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
897         Likewise.
899 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
901         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
902         V4-mapped IPv6 addresses and req->ai_family==AF_INET.
903         Reported by A. Guru <a.guru@sympatico.ca>.
905         * po/sv.po: Update from translation team.
906         * po/sk.po: Likewise.
907         * po/pl.po: Likewise.
909 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
910             Ulrich Drepper  <drepper@redhat.com>
912         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
913         characters than necessary.
915 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
917         * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
918         * wcsmbs/tst-mbsrtowcs.c: New file.
920         * po/fr.po: Update from translation team.
922 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
924         * resolv/inet_pton.c (inet_pton4): Disallow octal numbers.  Reported
925         by A. Guru <a.guru@sympatico.ca>.  [BZ #295]
927 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
929         * po/nl.po: Update from translation team.
931         * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
932         numeric address formats inet_addr knows.
933         (getaddrinfo): Allow AI_NUMERICSERV flag.
934         If neither IPv4 nor IPv6 interface is present we cannot make any
935         decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
936         string is not just a number.  Remove useless freeaddrinfo call.
937         * resolv/netdb.h (AI_NUMERICSERV): Define.
938         Based on a patch by a.guru@sympatico.ca.
940 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
942         * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
943         instead of trying to initialize some, but not all, fields one by
944         one.
945         * stdio-common/printf_size.c (printf_size): Initialize fb_info
946         structure with *info instead of trying to initialize some, but not
947         all, fields from it.
949         * nscd/connections.c (handle_request): Check if req->type is in
950         LASTDBREQ .. LASTREQ range instead of req.
952         * locale/programs/linereader.c (lr_create): Initialize
953         lr->return_widestr to 0.
955         * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
956         (free_mem): Call free_slotinfo just once.
958         * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
959         of NULL.
961         * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
962         * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
963         (free_mem): Rename to _nl_locale_subfreeres.
964         * iconv/gconv_db.c: Include locale/localeinfo.h.
965         (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
966         (free_mem): Call _nl_locale_subfreeres.
967         * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
969 2004-08-04  Roland McGrath  <roland@frob.com>
971         * Makeconfig ($(common-objpfx)config.status):
972         Fix typo: $(add_ons) -> $(add-ons).
973         (Makeconfig-add-on): New variable.  When doing $(sysdep-makeconfigs)
974         include, use black magic to get it set to an add-on's name during the
975         include of the add-on's Makeconfig.
977         * configure.in: Use variable name `libc_add_on' when sourcing add-on
978         configure fragments, so they can refer to this.
979         * configure: Regenerated.
981 2004-08-04  Roland McGrath  <roland@redhat.com>
983         * posix/tst-waitid.c (test_child): Sleep a second before stopping.
984         (do_test): Bump sleep to three seconds.
985         (sigchld, check_sigchld): New functions.
986         (do_test): Handle SIGCHLD and check for getting the right details.
988         * posix/tst-waitid.c (do_test): Kill the child process when bailing
989         out early on some failure.
990         [WCONTINUED]: Test WCONTINUED functionality.
992 2004-08-03  Ulrich Drepper  <drepper@redhat.com>
994         * nscd/connections.c (handle_request): Print more descriptive
995         message for invalid request types.
997 2004-08-02  Jakub Jelinek  <jakub@redhat.com>
999         * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
1000         Always treat high as highest number in range + 1.
1001         * iconvdata/ibm943.c (BODY): Likewise.
1003 2004-07-31  Bruno Haible  <bruno@clisp.org>
1005         * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
1006         * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
1007         __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
1008         __jisx0213_from_ucs_level2): Regenerated.
1009         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
1010         * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
1011         JISX0213_1_set.
1012         (JISX0213_1_2004_set): New enum value.
1013         (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
1014         (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
1015         when possible, ESC $ ( Q when needed.
1016         * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
1017         * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
1018         * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
1019         * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
1020         * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
1021         * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
1023 2004-07-22  Bruno Haible  <bruno@clisp.org>
1025         * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
1027 2004-07-29  David S. Miller  <davem@redhat.com>
1029         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
1030         better for smaller than 256 byte copies.  Also, use only one
1031         unrolled loop instead of two for the large copy case.
1033 2004-07-30  Richard Henderson  <rth@redhat.com>
1035         * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
1036         * sysdeps/alpha/remq.S: Likewise.
1037         * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
1038         new division algorithms in divl.S and divq.S respectively.
1040 2004-07-28  GOTO Masanori  <gotom@debian.or.jp>
1042         * timezone/asia: Update from tzdata2004b.
1043         * timezone/backward: Likewise.
1044         * timezone/europe: Likewise.
1045         * timezone/iso3166.tab: Likewise.
1046         * timezone/leapseconds: Likewise.
1047         * timezone/northamerica: Likewise.
1048         * timezone/southamerica: Likewise.
1049         * timezone/zone.tab: Likewise.
1051         * timezone/private.h: Update from tzcode2004b.
1052         * timezone/zic.c: Likewise.
1054 2004-07-27  Ulrich Drepper  <drepper@redhat.com>
1056         * nscd/grpcache.c (cache_addgr): If necessary, add entry also
1057         under the name the user provided.
1058         * nscd/pwdcache.c (cache_addpw): Likewise.
1060 2004-07-26  Roland McGrath  <roland@redhat.com>
1062         * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
1063         call to __waitpid.
1065 2004-07-26  Ulrich Drepper  <drepper@redhat.com>
1067         * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
1068         memory leaks.
1070         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
1071         new buffer at the right time.
1072         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1074 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
1076         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
1077         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1078         * inet/Makefile (routines): Likewise.
1079         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
1080         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1081         * sysdeps/generic/getipv4sourcefilter.c: New file.
1082         * sysdeps/generic/setipv4sourcefilter.c: New file.
1083         * sysdeps/generic/getsourcefilter.c: New file.
1084         * sysdeps/generic/setsourcefilter.c: New file.
1086 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
1088         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1089         for POWER4 machines.
1091 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1093         [BZ #274]
1094         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
1095         BITS_PER_MP_LIMB shifting up.
1096         * stdlib/tst-strtod.c (main): Add new tests.
1098 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
1100         [BZ #282]
1101         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
1102         _IO_no_init.  Remove wd from struct locked_FILE.
1103         (_IO_wproc_jumps): Remove.
1104         Reported by Andrew Josey <a.josey@opengroup.org>.
1105         * stdio-common/Makefile (tests): Add tst-popen.
1106         * stdio-common/tst-popen.c: New test.
1108 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
1110         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
1111         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
1112         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
1113         Reported by Andrew Josey.
1115         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
1117         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
1118         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
1119         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
1120         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
1121         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
1122         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
1123         useconds_t if __USE_XOPEN2K is defined.
1124         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
1125         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
1127 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
1129         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
1130         allocate memory for large temporary variables with alloca.
1132 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
1134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
1135         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
1137         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
1138         pointer and zero length.
1140 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1142         * nscd/cache.c (prune_cache): Print correct list when debugging.
1144 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1146         * resolv/res_libc.c (res_init): If RES_INIT is set and
1147         _res.nscount > 0, call __res_nclose and free nsaddrs.
1148         * resolv/Makefile: Add rules to build and run tst-leaks2.
1149         * resolv/tst-leaks2.c: New test.
1151 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1153         * intl/libintl.h: Don't define macros for C++.
1154         Patch by Goto Masanori.
1156 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
1158         [BZ #276]
1159         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
1160         * inet/arpa/inet.h: Likewise.
1161         * resolv/inet_addr.c: Likewise.
1163 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
1165         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
1167 2004-07-20  Roland McGrath  <roland@redhat.com>
1169         * configure.in (add_ons): Substitute this.  Move $add_ons handling
1170         after AC_CANONICAL_HOST and default setting of $machine et al.
1171         Don't set $subdirs from $add_ons.
1172         Instead, source add-on/configure fragments early on.
1173         (base_machine): If it's already set, don't set it based on $machine.
1174         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
1175         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
1176         (sysnames): Try appending add-on names after machine as well.
1177         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
1178         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
1179         files in $(add_ons) dirs.
1181         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
1182         definition, now in netinet/in.h proper.
1184 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
1186         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1187         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
1188         the build tree before just-installed ones.
1190         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
1191         include sgidefs.h where appropriate.
1192         * sysdeps/mips/dl-machine.h: Likewise.
1193         * sysdeps/mips/machine-gmon.h: Likewise.
1194         * sysdeps/mips/bits/setjmp.h: Likewise.
1195         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
1196         * sysdeps/mips/mips64/__longjmp.c: Likewise.
1197         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
1198         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1199         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1200         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1201         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
1202         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1203         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1204         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1205         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
1206         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1207         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
1208         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1209         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
1210         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
1211         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1212         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1213         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
1214         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1215         Likewise.
1216         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
1217         Likewise.
1219         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
1220         _dl_lookup_symbol_x.
1221         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
1223 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
1225         * inet/netinet/in.h: Define struct ip_mreq and struct
1226         ip_mreq_source.
1227         Define struct group_req and struct group_source_req.
1228         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
1229         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
1230         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
1231         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
1232         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
1233         MCAST_MSFILTER.
1234         Define MCAST_INCLUDE and MCAST_EXCLUDE.
1236         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
1238 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
1240         [BZ #258]
1241         * math/libm-test.inc (max_value, min_value): New variables.
1242         (initialize): Initialize them.
1243         (pow_test): Add a couple of new tests.
1244         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
1245         exception if |y| >= 1U<<31.
1246         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
1247         exception if |y| >= 1L<<63.
1248         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1249         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
1250         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1252 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
1254         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
1255         lookup a bit.
1256         * nscd/grpcache.c (cache_addgr): Likewise.
1257         * nscd/hstcache.c (cache_addhst): Likewise.
1259 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
1261         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
1262         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1264 2004-04-16  Andreas Schwab  <schwab@suse.de>
1266         * sysdeps/ia64/bits/atomic.h: Cast first argument of
1267         __sync_bool_compare_and_swap_si correct to void*.
1269 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
1271         * iconv/iconv_prog.c (print_known_names): Make machine-readable
1272         output even less cluttered.
1274 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
1276         [BZ #269]
1277         * setjmp/Makefile (tests): Add bug269-setjmp.
1278         * setjmp/bug269-setjmp.c: New file.
1279         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
1280         Store R2 from jmpbuf in callers TOC save area.
1281         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
1282         Store R2 in TOC save area.
1283         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
1284         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
1286 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
1288         * locale/newlocale.c: Include bits/libc-lock.h.
1289         (__libc_setlocale_lock): Extern decl.
1290         (__newlocale): Use it.
1291         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
1293 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
1295         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
1296         static inline __attribute ((always_inline)).  Don't define if
1297         NO_CANCELLATION.
1298         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1299         __fcntl_nocancel.
1300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
1301         Remove static inline __attribute ((always_inline)).  Don't define
1302         if NO_CANCELLATION.
1303         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1304         __fcntl_nocancel.
1305         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
1306         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
1307         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
1308         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
1310         [BZ #262]
1311         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
1312         for main.
1313         * elf/Makefile: Add rules to build and run tst-pie1.
1314         * elf/tst-pie1.c: New test.
1315         * elf/tst-piemod1.c: New file.
1317 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
1319         [BZ #266]
1320         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
1321         long.  Rewrite example code so that it takes into account l64a output
1322         shorter than 6 characters.
1323         Reported by Julian Graham <julian.graham@aya.yale.edu>.
1325 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
1327         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
1328         (elf_machine_rela_relative): Remove unused valiable.
1330 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
1332         [BZ #263]
1333         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
1334         outside the buffer if the read returns 0.  __strtod_l can't set
1335         endp to NULL, so remove a test for that case.
1337 2004-07-12  Roland McGrath  <roland@redhat.com>
1339         * manual/signal.texi (Interrupted Primitives): Make clear that
1340         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
1341         it to -1 to define "failure".
1343 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
1345         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
1346         ldsodefs.h.
1347         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
1348         already defined.
1349         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
1350         already defined.
1352         * elf/rtld.c (print_statistics): Mark with noinline attribute.
1353         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
1354         attribute.
1355         (elf_machine_rel_relative): Likewise.
1357         * include/string.h: Add libc_hidden_proto for __strtok_r and
1358         __strsep_g.
1359         * sysdeps/generic/strsep.c: Add libc_hidden_def.
1360         * sysdeps/generic/strtok_r.c: Likewise.
1361         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
1362         * sysdeps/i386/i686/strtok_r.S: Likewise.
1363         * sysdeps/x86_64/strtok_r.S: Likewise.
1365 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
1367         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
1368         instead of internal-linkage, such that we can alias to it.
1369         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
1371 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
1373         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
1374         to the front for gcc 3.5+.
1375         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
1377         * include/fcntl.h: Don't declare __fcntl_nocancel here if
1378         NO_CANCELLATION is defined.
1380 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
1382         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
1383         GL(dl_nloaded) into it while still in critical section.
1385 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
1387         * nss/getent.c (print_group, print_passwd): Use %lu format for
1388         `unsigned long int' values.
1390         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
1391         error typos in goto statements.
1393 2004-07-07  Roland McGrath  <roland@frob.com>
1395         * Makefile (dist-separate): New variable.
1396         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
1397         Depend on their configure files.
1398         (dist-do-separate-dirs): New canned sequence to do that.
1399         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
1400         (dist): Depend on add-on tar files based on $(dist-separate).
1401         (dist-version): New variable, default to $(version).
1402         (tag-for-dist, dist): Use that in place of $(version) in deps.
1404 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
1406         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
1407         before the loop running the destructors.
1409 2004-05-18  Andreas Schwab  <schwab@suse.de>
1411         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
1412         the first segment for mprotect, not l_text_end.
1414 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
1416         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
1417         Remove hashfraction variable.  Make kcount and kcountsize local
1418         variables.
1420         * elf/dl-init.c: Don't define and use _dl_starting_up if
1421         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
1422         * elf/dl-support.c: Likewise.
1423         * elf/rtld.c: Likewise.
1424         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
1425         if HAVE_INLINED_SYSCALLS is defined.
1426         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
1427         here.
1428         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
1429         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
1430         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
1432         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
1433         is needed to stop profiling.
1434         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
1435         profile make sure it cannot be unloaded.
1437         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
1439         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
1440         support, make sure the helper function is inlined.
1441         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1442         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1443         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
1446 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
1448         * include/string.h (ffs): Add libc_hidden_builtin_proto.
1449         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
1450         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
1451         * sysdeps/alpha/ffs.S (ffs): Likewise.
1452         * sysdeps/s390/ffs.c (ffs): Likewise.
1453         * sysdeps/powerpc/ffs.c (ffs): Likewise.
1454         * sysdeps/i386/ffs.c (ffs): Likewise.
1455         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
1456         * sysdeps/m68k/ffs.c (ffs): Likewise.
1457         * sysdeps/generic/ffs.c (ffs): Likewise.
1458         * sysdeps/m88k/ffs.c (ffs): Likewise.
1459         * sysdeps/am29k/ffs.c (ffs): Likewise.
1460         * sysdeps/i960/ffs.c (ffs): Likewise.
1461         * sysdeps/x86_64/ffs.c (ffs): Likewise.
1463         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
1465         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
1466         __libc_siglongjmp): Remove symbol_version.
1467         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
1468         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
1469         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
1470         unconditionally.
1471         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
1472         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
1473         strong_alias instead of default_symbol_version, remove
1474         symbol_version.
1475         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
1476         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
1477         into strong_alias to __novmxsetjmp.
1478         (__vmx__setjmp): Similarly with __vmxsetjmp.
1479         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
1480         default_symbol_version and symbol_version.
1481         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
1482         into strong_alias to __novmxsetjmp.
1483         (__vmx__setjmp): Similarly with __vmxsetjmp.
1484         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
1485         default_symbol_version and symbol_version.
1487         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
1489 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
1491         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
1493 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
1495         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
1496         instead of libc_hidden_def.
1498 2004-07-01  Roland McGrath  <roland@redhat.com>
1500         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
1502         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
1503         $(..)shlib-versions file to last in deps list.  This lets add-ons give
1504         more-specific matches that override defaults in the top-level file.
1506         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
1507         already set, don't set it or libc_cv_gcc_unwind_find_fde.
1508         * sysdeps/unix/sysv/linux/configure: Regenerated.
1510 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1512         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
1513         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
1514         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
1515         * sysdeps/s390/fpu/e_sqrt.c: New file.
1516         * sysdeps/s390/fpu/e_sqrtf.c: New file.
1517         * sysdeps/s390/Implies: New file.
1518         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
1519         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
1520         * sysdeps/s390/s390-64/Implies: Likewise.
1522 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
1524         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
1525         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1527         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
1528         DO_CALL (exit, 1) instead of branching to _exit.
1529         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
1530         Likewise.
1532         * sysdeps/s390/fpu/bits/mathinline.h: New file.
1534         * include/glob.h (glob64): Add libc_hidden_proto.
1535         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
1536         * sysdeps/gnu/glob64.c (glob64): Likewise.
1537         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
1539 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
1541         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
1542         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1544 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
1546         * sysdeps/powerpc/fpu/s_lround.c: Removed.
1547         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
1548         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
1549         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
1550         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
1551         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
1552         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
1553         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
1554         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
1555         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
1556         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
1557         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
1558         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
1559         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
1560         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
1561         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
1563 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
1565         * include/net/if.h: Handle if_nameindex and if_freenameindex with
1566         libc_proto_hidden.
1567         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
1568         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
1569         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
1570         netlink if possible.  Fall back on ioctl method if necessary.
1571         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
1573         * include/unistd.h: Declare __truncate.
1574         * sysdeps/generic/truncate.c: Also define __truncate.
1575         * sysdeps/mach/hurd/truncate.c: Likewise.
1576         * sysdeps/unix/common/syscalls.list: Likewise.
1577         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
1579 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
1581         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
1582         info.extra.  Patch by Marcus Meissner.
1584 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1586         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1587         Fix branch offset for a PLT entry.
1589 2004-06-20  Jim Meyering  <jim@meyering.net>
1591         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
1592         documentation.
1594 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
1596         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
1597         Workaround for [BZ #232].
1599         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
1601 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
1603         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
1604         in ucs2/ucs2reverse when unaligned memory access is attempted.
1605         * iconv/tst-iconv5.c: New file.
1606         * iconv/Makefile (tests): Add tst-iconv5.
1608 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
1610         * inet/bug-if1.c: Include <string.h>.
1612 2004-06-19  Roland McGrath  <roland@redhat.com>
1614         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
1615         under this macro name instead.
1616         [NO_DO_WAITID]: Don't define it at all.
1617         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
1618         defined, then return ENOTSUP for combinations of selection bits other
1619         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
1621         * posix/tst-waitid.c: New file.
1622         * posix/Makefile (tests): Add it.
1624 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
1626         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
1628         [BZ #231]
1629         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
1630         relocation in librt.so.
1632         [BZ #230]
1633         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
1634         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1636 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
1638         * elf/ldconfig.c (add_dir): Take chroot into account.
1639         Based on changes by HJ Lu and Hideki Iwamoto.
1641         * nscd/connections.c (invalidate_cache): If the host cache has to
1642         be invalidated, re-read resolv.conf.
1644         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
1645         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
1646         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
1647         if RES_NOIP6DOTINT flag is set.
1648         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
1650 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
1652         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
1653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
1654         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
1655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
1656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
1658         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
1659         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
1661 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
1663         [BZ #231]
1664         * sysdeps/unix/alpha/Makefile: New file.
1665         * sysdeps/unix/alpha/rt-sysdep.S: New file.
1666         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1668 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
1670         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
1671         determine the canonical name only for the first returned entry.
1673         * inet/bug-if1.c: New file.
1674         * inet/Makefile (tests): Add bug-if1.
1676 2004-06-18  Roland McGrath  <roland@frob.com>
1678         * Makerules (compile-mkdep-flags): Add -MT $@.
1680         * Makefile (dist, tag-for-dist): New targets.
1681         (files-for-dist, tag-of-stem): New variables.
1682         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
1683         Make tar files using cvs export.
1684         (%.bz2, %.gz, tag-%): New pattern rules.
1685         (distribute): Variable removed.
1686         (+subdir_targets): Remove distinfo targets.
1687         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
1688         (rpm/%): Pattern rule removed.
1689         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
1690         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
1691         Targets removed.
1692         * Makerules (dist, subdir_distinfo): Targets removed.
1693         ($(objpfx)distinfo): Depend on $(distribute).
1694         * Make-dist: File removed.
1696         * NEWS: Fix a typo.  Update bug-reporting instructions.
1698 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
1700         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1701         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
1702         cpuset is wrongly set.
1704 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1706         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1707         for POWER4 machines.
1709 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
1711         [BZ #218]
1712         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
1713         in a local variable, point rp to that local variable afterwards.
1715 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
1717         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
1718         cases properly.
1720 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
1722         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
1723         error value for unknown interface. [BZ #198]
1725 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
1727         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
1728         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
1729         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
1730         the asm uses as its input, either of size __n where __n is known or
1731         0xfffffff.
1732         (strstr): Add "memory" clobber.
1734 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
1736         [BZ #219]
1737         * nss/nsswitch.c (free_mem): Don't try to close a library handle
1738         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
1740 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
1742         [BZ #217]
1743         * debug/xtrace.sh: Fix typo in error diagnostics.
1745 2004-06-14  Andreas Schwab  <schwab@suse.de>
1747         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
1748         failed.
1750 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
1753         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
1754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
1755         that clobbers r19.
1756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
1757         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
1758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
1759         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
1760         Fix pasto that overflowed sigcontext.v_reserve.
1761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
1762         Fix pasto that clobbers r19.
1763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
1764         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
1765         overflowed sigcontext.v_reserve.
1767 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
1769         [BZ #150]
1770         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
1771         instead of ".gnu.linkonce.ro." as the prefix for linkonce
1772         read-only section name.
1774 2004-06-14  Richard Henderson  <rth@redhat.com>
1776         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
1777         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
1779 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
1781         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
1782         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1783         (__backtrace): Don't call init #ifndef SHARED.
1784         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
1785         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1786         (__backtrace): Don't call init #ifndef SHARED.
1787         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
1788         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1789         (__backtrace): Don't call init #ifndef SHARED.
1791 2004-06-11  Roland McGrath  <roland@redhat.com>
1793         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
1794         From Krzysztof Halasa <khc@pm.waw.pl>.
1796 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
1798         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
1800 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
1802         [BZ #199]
1803         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
1804         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
1806         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
1807         fails.  Avoid memory leak if realloc fails.
1809 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
1811         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
1812         NULL, "" or contains '=' character in it.  Reported by
1813         Michael T Kerrisk <mtk-lists@gmx.net>.
1814         * stdlib/tst-environ.c: Include errno.h.
1815         (main): Add tests for these arguments to setenv/unsetenv.
1817 2004-06-07  Roland McGrath  <roland@frob.com>
1819         * NEWS: Update bug reporting instructions.  Fix some typos.
1821 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
1823         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
1824         * stdio-common/_itoa.c: Add _itoa implementation.
1826         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
1827         to also send request.  Add parameter to allow this.
1828         Change callers.
1829         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
1830         * nscd/nscd_getpw_r.c: Likewise.
1831         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
1833 2004-06-05  Andreas Jaeger  <aj@suse.de>
1835         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1836         Handle more than 6 args correctly.  Based on a patch by Masahide
1837         Washizawa <washi@jp.ibm.com>.
1839 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
1841         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
1842         in all places, not __nss_not_use_nscd_group.
1843         Reported by Philippe Gregoire.
1845 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
1847         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
1849 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
1851         * argp/argp-help.c (__argp_error, __argp_failure): Check result
1852         of __asprintf call and don't use string if it failed.
1853         * stdio-common/psignal.c (psignal): Likewise.
1854         * locale/programs/localedef.c (more_help): Likewise.
1855         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
1856         arg_bool, parse_line): Check result of __asprintf calls and
1857         don't use string if they failed.
1858         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
1859         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
1860         call and exit if it failed.
1862 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
1864         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
1865         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
1866         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
1867         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
1868         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
1869         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
1870         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
1871         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
1872         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
1873         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
1874         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
1876 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
1878         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
1879         -momit-leaf-frame-pointer.
1881         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
1882         #ifdef AF_PACKET.
1884         * sysdeps/mach/hurd/getcwd.c
1885         (_hurd_canonicalize_directory_name_intern): Only realloc when
1886         size is <= 0.
1888         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
1889         isn't page aligned.
1891         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
1892         new size.
1894         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
1895         __libc_write and __libc_lseek64.
1897 2004-05-29  Roland McGrath  <roland@redhat.com>
1899         * elf/Makefile (shared-only-routines): Add dl-caller.
1901 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
1903         * sysdeps/powerpc/configure.in: New file.
1905 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
1907         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
1908         "altivec" to enable VMX instructions.
1909         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1910         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1911         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1919 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
1921         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
1922         __builtin_expm1l for GCC 3.5+.
1923         (__expl): Define using __builtin_expl for GCC 3.4+.
1924         (exp, expf, expl): Don't define for GCC 3.4+.
1925         (tan, tanf, tanl): Don't define for GCC 3.5+.
1926         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
1927         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
1928         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
1929         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
1930         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
1931         for GCC 3.4+.
1932         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
1933         Don't define for GCC 3.5+.
1934         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
1935         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
1936         define for GCC 3.5+.
1937         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
1938         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
1939         define for GCC 3.2+.
1941 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
1943         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
1944         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
1945         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
1946         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
1947         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
1948         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
1949         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
1950         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
1951         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
1952         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
1953         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
1954         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
1955         libc_hidden_builtin_def if MEMPCPY_P.
1956         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
1957         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
1958         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
1959         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
1960         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
1962 2004-05-26  Roland McGrath  <roland@frob.com>
1964         * sysdeps/generic/bits/in.h
1965         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
1966         These are long obsolete in BSD systems where they originated.
1967         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
1969 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
1971         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
1972         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
1973         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
1974         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
1975         constant '\0' and first argument is not constant.
1976         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
1977         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
1978         For GCC 3.2+ use __builtin_strncpy.
1979         (strncat): For GCC 3.2+ use __builtin_strncat.
1980         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
1981         constant.
1982         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
1983         if both arguments are constant.
1985 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
1987         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
1988         mapped addresses in gethostbyaddr.
1990 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
1992         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
1993         flags parameter, convert afp to simple int parameter.  Adjust code.
1994         typep was never != NULL and flags therefore also unused.  *afp is
1995         never modified.
1996         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
1997         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
1998         handling for __nss_hostname_digits_dots calls.
1999         * nss/getXXbyYY_r.c: Likewise.
2001         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
2003 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
2005         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
2006         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
2007         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
2008         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
2009         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
2010         implementation from w_sqrt.c.
2011         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
2012         implementation from w_sqrtf.c.
2013         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
2014         using inline __ieee754_sqrt().
2015         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
2016         using inline __ieee754_sqrtf().
2017         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
2018         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2019         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
2020         PPC_FEATURE_*  independent of __ASSEMBLER__.
2022 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
2024         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
2025         include.
2026         (aio_start_notify_thread): Define if not defined.
2027         (notify_func_wrapper): Use it.
2028         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
2029         include.
2030         (aio_create_helper_thread): Define if not defined.
2031         (__aio_create_helper_thread): New function.
2032         (__aio_enqueue_request): Use aio_create_helper_thread.
2034         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
2035         (struct ypresp_all_data): New type.
2036         (__xdr_ypresp_all): Change second argument to
2037         struct ypresp_all_data *.  Replace ypall_foreach and
2038         ypall_data with objp->foreach and objp->data.
2039         (yp_all): Remove status variable, add data.  Replace
2040         all uses of status with data.status.  Initialize data.foreach
2041         and data.data instead of ypall_foreach and ypall_data.
2043 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
2045         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
2046         in l_flags_1, not in l_flags.
2048 2004-04-10  Robert Millan  <robertmh@gnu.org>
2050         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
2051         with sysdeps/generic/bits/in.h.
2053 2004-05-25  Roland McGrath  <roland@frob.com>
2055         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
2056         GCC GPL to standard glibc LGPL.
2058 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
2060         * manual/string.texi (Copying and Concatenation): Fixed second
2061         concat example.
2062         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
2064 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
2066         * malloc/obstack.c: Don't allow linking with _obstack.
2068 2004-05-23  Andreas Schwab  <schwab@suse.de>
2070         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
2071         of separate "m" constraints.
2073 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
2075         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
2076         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
2077         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
2079 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2081         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
2082         Add comment explaining why libc still defines it.
2084 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2086         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
2087         obstack_alignment_mask, obstack_alloc, obstack_base,
2088         obstack_blank, obstack_blank_fast, obstack_chunk_size,
2089         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
2090         obstack_grow0, obstack_init, obstack_int_grow,
2091         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
2092         obstack_next_free, obstack_object_size, obstack_ptr_grow,
2093         obstack_ptr_grow_fast, obstack_room): Remove declarations of
2094         nonexistent functions.
2096 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
2098         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
2099         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2100         [PIC]: Redundent for powerpc64, removed.
2101         (ENTRY): Generate size and alignment for opd entry.
2102         (EALIGN): Generate size and alignment for opd entry.
2103         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2104         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2106 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
2108         * misc/regexp.h: Say the functions have been withdrawn.
2110         * wcsmbs/tst-wcpncpy.c: Add more tests.
2112 2004-05-18  Roland McGrath  <roland@frob.com>
2114         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
2115         standard glibc LGPL.
2116         * sysdeps/generic/unwind-dw2.c: Likewise.
2117         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
2118         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
2119         * sysdeps/generic/unwind-pe.h: Likewise.
2121 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
2123         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
2124         MONTENEGRO" which have taken over the code 819.  Patch from
2125         Danilo Segan. [BZ #40]
2127 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
2129         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2130         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
2131         __sparc_get_pic_l7.
2133 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2135         * catgets/gencat.c: Update bug reporting instructions.
2136         * csu/version.c: Likewise.
2137         * debug/catchsegv.sh: Likewise.
2138         * debug/pcprofiledump.c: Likewise.
2139         * debug/xtrace.sh: Likewise.
2140         * elf/ldd.bash.in: Likewise.
2141         * iconv/iconv_prog.c: Likewise.
2142         * iconv/iconvconfig.c: Likewise.
2143         * locale/programs/locale.c: Likewise.
2144         * locale/programs/localedef.c: Likewise.
2145         * login/programs/pt_chown.c: Likewise.
2146         * malloc/memusage.sh: Likewise.
2147         * malloc/memusagestat.c: Likewise.
2148         * malloc/mtrace.pl: Likewise.
2149         * manual/crypt.texi: Likewise.
2150         * manual/install.texi: Likewise.
2151         * nss/makedb.c: Likewise.
2153 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
2155         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
2156         CHECK_STATIC_TLS if sym != NULL.
2157         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
2158         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
2160 2004-05-12  Andreas Schwab  <schwab@suse.de>
2162         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
2163         when translating.
2165 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
2167         * Rules (xtests): Depend on tests.
2169 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
2171         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
2172         count is negative, yet write_ptr < write_end.
2173         (_IO_default_xsgetn): Avoid one underflow per char if count is
2174         negative, yet read_ptr < read_end.
2176 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
2178         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
2179         equal to TAB3.
2181 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
2183         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
2184         call.
2186 2004-05-10  Roland McGrath  <roland@frob.com>
2188         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
2189         (__hurd_directory_name_split): Likewise.
2191 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
2193         * po/fr.po: Update from translation team.
2195 2004-05-10  Andreas Jaeger  <aj@suse.de>
2197         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2198         Correctly compute alignment.
2199         Patch by Michael Matz <matz@suse.de>.
2201 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
2203         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
2204         * sysdeps/posix/sigpause.c: Likewise.
2205         * signal/signal.h: Don't define sigpause macro unless needed.
2207 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
2209         * configure.in (libc_cv_libgcc_s_suffix): New check.
2210         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
2211         * config.make.in (libgcc_s_suffix): Set.
2212         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
2214 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
2216         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
2218 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
2221         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2222         Load argument values into temporary variables.
2223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
2224         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2225         Likewise.
2227 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
2229         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
2230         need to be compiled with exceptions.
2232 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2234         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
2235         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
2237         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
2238         realloc cannot fail.
2240         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
2241         be expanded.
2243         * nis/nis_table.c: Clean up memory handling.
2244         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
2245         * nis/nis_removemember.c (nis_removemember): Add comment
2246         explaining use of realloc.
2248         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
2249         (carg): Likewise.
2250         Patch by Lev S Bishop <lev.bishop@yale.edu>.
2252         * math/bug-tgmath1.c (main): Test fabs and carg as well.
2254 2004-05-06  Richard Henderson  <rth@redhat.com>
2256         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
2257         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
2258         * sysdeps/unix/sysv/linux/alpha/Versions: Export
2259         __libc_alpha_cache_shape as a private symbol.
2260         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
2261         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
2263 2004-05-06  Richard Henderson  <rth@redhat.com>
2265         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
2266         * sysdeps/alpha/divl.S: Use them.
2267         * sysdeps/alpha/divq.S: Likewise.
2268         * sysdeps/alpha/divqu.S: Likewise.
2269         * sysdeps/alpha/reml.S: Likewise.
2270         * sysdeps/alpha/remq.S: Likewise.
2271         * sysdeps/alpha/remqu.S: Likewise.
2273 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2275         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
2276         (cimag): Use it.
2277         (creal): Likewise.
2278         * math/Makefile (tests): Add bug-tgmath1.
2279         * math/bug-tgmath1.c: New file.
2281 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
2283         * sysdeps/alpha/atomicity.h: Remove.
2284         * sysdeps/generic/atomicity.h: Remove.
2286 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
2288         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
2289         char *.
2291 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
2293         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
2294           rt-sysdep.
2295         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
2297         * sysdeps/ia64/strcat.c: New file.
2298         * sysdeps/ia64/strcat.S: Delete.
2300 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
2302         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
2303         defined.
2305 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
2307         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
2308         libc_hidden_proto.  Define to __GI___libm_error_support for
2309         assembly going into libc.so.
2310         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
2311         libc_hidden_def.
2313         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
2314         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
2316         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
2317         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
2318         if USE___THREAD.
2320 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
2322         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
2323         __USE_BSD or __USE_UNIX98.
2324         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2325         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2326         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
2327         Likewise.
2328         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2329         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2330         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2331         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
2332         Likewise.
2333         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
2334         Likewise.
2335         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
2336         Likewise.
2337         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2338         Likewise.
2339         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2340         Likewise.
2341         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
2342         Likewise.
2343         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
2344         Likewise.
2345         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
2346         Likewise.
2347         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
2348         Likewise.
2349         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2350         Likewise.
2351         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
2352         Likewise.
2353         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
2354         Likewise.
2355         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2356         Likewise.
2357         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2358         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2359         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
2361 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
2363         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
2364         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
2365         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
2366         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
2367         * sysdeps/unix/sysv/linux/Versions (libc): Remove
2368         __libc_sigaction@@GLIBC_PRIVATE.
2369         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
2370         __modify_ldt@@GLIBC_PRIVATE.
2371         * socket/Versions (libc): Remove __libc_accept, __libc_send,
2372         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
2373         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
2374         * stdio-common/Versions (libc): Remove
2375         _itoa_upper_digits@@GLIBC_PRIVATE.
2376         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
2377         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
2378         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
2379         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
2380         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
2381         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
2382         __libc_lseek64 @@GLIBC_PRIVATE.
2384 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
2386         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
2387         check.
2389 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2391         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
2392         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
2393         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
2394         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
2395         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
2396         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
2397         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
2398         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
2399         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
2400         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
2401         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
2402         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
2403         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
2404         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
2405         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
2406         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
2407         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
2408         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
2410         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
2411         mantissa for AIX long double format.
2412         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
2413         long double format.
2414         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
2415         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
2416         (_fpioconst_pow10): AIX long double format has same exponent range as
2417         double.
2418         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
2419         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
2420         as double.
2422 2004-04-23  Art Haas  <ahaas@airmail.net>
2424         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2426 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
2428         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
2429         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
2430         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
2431         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
2432         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
2434 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
2436         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
2437         entries.
2439 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
2441         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
2442         prototypes and description [BZ #131].
2444         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
2445         Patch by Ed Catmur <ed@catmur.co.uk>.
2446         * string/tst-inlcall.c (main): Add test for strpbrk.
2448         [BZ #140]
2449         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
2450         include.
2451         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
2452         yet defined, #undef back after including linux/sysctl.h if defined
2453         here.
2454         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
2455         back after including linux/sysctl.h if defined here.
2457         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
2458         for single precision register, add it to __asm clobbers [BZ #139].
2459         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
2460         for single precision register, add it to __asm clobbers.
2461         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
2462         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
2463         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
2464         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
2466 2004-04-23  Andreas Schwab  <schwab@suse.de>
2468         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
2469         __attribute_used__.
2471 2004-04-22  Philip Blundell  <philb@gnu.org>
2473         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
2474         when calling _dl_signal_error.
2475         (elf_machine_rel): Likewise.
2477 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
2479         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
2480         and use it internally instead of __sigsetjmp.
2481         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
2482         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
2483         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
2484         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
2485         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
2486         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
2487         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
2488         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
2489         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
2490         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
2491         HIDDEN_JUMPTARGET for exit call.
2492         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
2493         _exit call.
2494         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
2495         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
2496         strcpy calls.
2498 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
2500         * posix/tst-chmod.c (do_test): Fix a typo.
2502         * elf/lateglobal.c (main): Fix error checks.
2503         Patch by Stephen Clarke <stephen.clarke@st.com>.
2505         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
2506         mention they have been added in ISO C99.
2507         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2509 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
2511         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
2513 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
2515         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
2516         EACCES.
2518 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
2520         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
2521         handling change.
2522         * stdio-common/tst-sscanf.c (int_tests): Adjust.
2524         * nis/nss-nis.c: Include stdlib.h.
2526         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
2527         warning.
2528         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
2529         libc_hidden_builtin_def.
2531 2004-04-20  Jim Meyering  <jim@meyering.net>
2533         * misc/error.c (error_tail): Don't leak upon realloc failure.
2535 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2537         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
2538         Use RETURN_ADDRESS instead of __builtin_return_address.
2540 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
2542         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
2543         compact code.
2545 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
2547         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
2548         do input_error () instead of conv_error () and don't look at errno.
2549         Don't eat any whitespace before %% if skip_space == 0.
2550         * stdio-common/tst-sscanf.c (int_tests): New array.
2551         (main): Run int_tests.
2554 See ChangeLog.14 for earlier changes.