[BZ #715]
[platform/upstream/glibc.git] / ChangeLog
1 2005-02-11  Roland McGrath  <roland@redhat.com>
2
3         [BZ #715]
4         * Makefile (installed-stubs): New variable.
5         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
6         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
7         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
8         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
9         rule's target.
10         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
11         * include/stubs-biarch.h: New file.
12
13         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
14
15         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
16         Emit defn for variable `biarch'.
17
18         * include/stub-tag.h: Update comment.
19
20         * scripts/soversions.awk: Fix default version set handling.
21
22 2005-02-10  Roland McGrath  <roland@redhat.com>
23
24         [BZ #157]
25         * include/libc-symbols.h (stub_warning): Emit a marker section called
26         .gnu.glibc-stub.NAME.
27         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
28         Use objdump to collect those marker section names.
29         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
30
31         * Rules (subdir_objs, subdir_stubs): New phony targets.
32         * Makefile (+subdir_targets): Add them.
33
34         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
35         soversions.i.
36
37         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
38         Reported by H.J. Lu <hongjiu.lu@intel.com>.
39
40         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
41         doing two.
42
43 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
44
45         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
46         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
47         * sysdeps/powerpc/bits/link.h: ... here.  New file.
48
49 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
50
51         [BZ #710]
52         * stdlib/random_r.c (__initstate_r): Save old state.
53         * stdlib/Makefile (tests): Add tst-random2.
54         * stdlib/tst-random2.c: New test.
55         Reported by Peter Bergner <bergner@vnet.ibm.com>.
56
57 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
58
59         * dlfcn/dlfcn.c (init): Put it in .init_array section.
60
61 2005-02-10  Roland McGrath  <roland@redhat.com>
62
63         [BZ #632]
64         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
65         from command line.
66         Grok shlib-versions lines with WORDSIZE* in second column.
67         Add new leading column to output, DEFAULT for existing output lines.
68         Also emit lines with WORDSIZE* for alternate configurations.
69         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
70         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
71         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
72         of soversions.mk; replace inline shell script with use of ...
73         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
74         emit multiple sets of macros under #if.
75         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
76         (s390x-.*-.*): Likewise for s390.
77         (powerpc64-.*-.*): Likewise for powerpc.
78         (sparc64-.*-.*): Likewise for sparc.
79         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
80         for these mapping back to the above.
81
82 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
83
84         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
85
86 2005-02-08  Andreas Schwab  <schwab@suse.de>
87
88         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
89         RESOLVE.
90
91 2005-02-07  Richard Henderson  <rth@redhat.com>
92
93         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
94
95 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
96
97         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
98         RESOLVE.
99
100 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
101
102         * elf/dl-load.c (_dl_map_object_from_fd): Makre sure registers are
103         set correctly.
104
105 2005-01-07  Richard Henderson  <rth@redhat.com>
106
107         * math/math_private.h (__copysign): Define as builtin for gcc 4.
108         (__copysignf, __copysignl): Likewise.
109         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
110         for gcc 4.0.
111         (copysignf, copysignl, fabsf, fabs): Likewise.
112         (__copysign, __copysignf, __copysignl): Remove.
113         (__fabs, __fabsf): Remove.
114
115 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
116
117         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
118         avoid writing to it if none of the standard search directories exist.
119
120 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
121
122         [BZ #700]
123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
124         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
125         Load MSR as a doubleword.
126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
127         (__novec_swapcontext, __swapcontext): Likewise.
128
129 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
130
131         * iconv/iconv_prog.c (main): Provide more help in case on an error.
132
133         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
134
135 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
136
137         * nscd/nscd.c (termination_handler): Avoid segfault if some database
138         is not enabled.
139
140         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
141         __nss_not_use_nscd_hosts and return -1.
142         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
143         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
144         Avoid leaking sockets.
145
146 2005-01-28  Andreas Schwab  <schwab@suse.de>
147             H.J. Lu  <hongjiu.lu@intel.com>
148
149         [BZ #677]
150         * elf/dl-runtime.c (fixup): Change return type to
151         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
152         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
153         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
154         store and retrieve relocation values.
155         (profile_fixup): Likewise.
156         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
157         l_reloc_result.
158         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
159         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
160         (DL_FIXUP_MAKE_VALUE): Likewise.
161         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
162         (DL_FIXUP_VALUE_ADDR): Likewise.
163         (DL_FIXUP_ADDR_VALUE): Likewise.
164         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
165         (DL_FIXUP_VALUE_TYPE): New.
166         (DL_FIXUP_MAKE_VALUE): Likewise.
167         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
168         (DL_FIXUP_VALUE_ADDR): Likewise.
169         (DL_FIXUP_ADDR_VALUE): Likewise.
170         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
171         (elf_machine_profile_plt): Removed.
172         (elf_machine_fixup_plt): Change return type and type of value
173         parameter to struct fdesc.
174         (elf_machine_plt_value): Likewise.
175         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
176         argument for elf_machine_fixup_plt.
177
178 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
179
180         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
181         after the status string printed by killproc.
182
183 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
184
185         * manual/.cvsignore: Add dir-add.texi.
186
187 2005-02-06  Richard Henderson  <rth@redhat.com>
188
189         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
190         all the time.
191
192 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
193
194         * configure.in (sysnames): Append sysdeps/generic for each add-on.
195         * configure: Regenerated.
196
197 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
198
199         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
200         (dtv_t): Change pointer type to be a struct which also contains
201         information whether the memory pointed to is static TLS or not.
202
203         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
204
205         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
206         (FALSEP): ... this.  Updated all references.
207
208         * libio/fmemopen.c: Include <stdint.h>.
209
210 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
211
212         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
213         * nscd/connections.c (send_ro_fd): Likewise.
214
215 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
216
217         * elf/tst-auditmod1.c: Add ia64 entries.
218         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
219         (La_ia64_retval): New.
220         (audit_ifaces): Add ia64 entries.
221         * sysdeps/ia64/bits/link.h: New file.
222         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
223         for dl_profile non-null.
224         (ARCH_LA_PLTENTER): New.
225         (ARCH_LA_PLTEXIT): New.
226         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
227         only 2 output registers. Allocate stack to save/restore
228         8 incoming fp registers. Call _dl_fixup instead of fixup.
229         (_dl_runtime_profile): Rewrite.
230
231 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
232
233         * sysdeps/s390/bits/link.h: New file.
234         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
235         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
236         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
237         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
238         relocation code.
239         (elf_machine_runtime_setup): Test for dl_profile non-null.
240         (elf_machine_rela): Remove code using RESOLVE.
241         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
242         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
243         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
244         La_s390_64_regs, La_s390_64_retval): New.
245         * elf/tst-auditmod1.c: Add s390 entries.
246
247         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
248         strncat, memchr, strcmp): Add missing memory clobber.
249
250 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
251
252         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
253         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
254
255 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
256
257         [BZ #558]
258         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
259         Initialize the node sets in dfa->inveclosures.
260         (analyze): Initialize inveclosures only if it is needed.
261         Check errors from calc_inveclosure.
262         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
263         the inveclosure node set.
264         * posix/regexec.c (re_search_internal): If nmatch includes unused
265         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
266
267         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
268         Do build a SIMPLE_BRACKET token.
269
270         * posix/regexec.c (transit_state_mb): Do not examine nodes
271         where ACCEPT_MB is not set.
272
273 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
274
275         * stdlib/tst-fmtmsg.c: Include stdlib.h.
276         * stdio-common/tst-fmemopen2.c: Include string.h.
277         * posix/execvp.c: Include stdbool.h.
278
279 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
280
281         Separate parsing and creation of the NFA.  Avoided recursion on
282         the (very unbalanced) parse tree.
283         [BZ #611]
284         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
285         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
286         (optimize_subexps, duplicate_tree, calc_first, calc_next,
287         mark_opt_subexp): Rewritten.
288         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
289         create_token_tree, free_tree, free_token): New.
290         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
291         postorder generic visitors.  Do not initialize the fields in the
292         re_dfa_t that represent the transitions.
293         (free_dfa_content): Use free_token.
294         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
295         include optimization of subexpressions.
296         (create_initial_state): Fetch the DFA node index from the first node's
297         bin_tree_t *.
298         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
299         Return on COMPLEX_BRACKET.
300         (duplicate_node_closure): Fix comment.
301         (duplicate_node): Do not initialize the fields in the
302         re_dfa_t that represent the transitions.
303         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
304         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
305         to use create_token_tree.
306         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
307         build_charclass_op): Use create_tree or create_token_tree instead
308         of re_dfa_add_tree_node.
309         (parse_dup_op): Likewise.  Also free the tree using free_tree for
310         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
311         to "a|".  Adjust invocation of mark_opt_subexp.
312         (parse_sub_exp): Create a single SUBEXP node.
313         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
314         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
315         DUPLICATED, and initialize the DFA fields representing the transitions.
316         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
317         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
318         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
319         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
320         NEXT into pointers to trees.  Remove ECLOSURE.
321
322 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
323
324         [BZ #605]
325         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
326         that were already created.
327         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
328         in the token if needed.
329         (create_ci_newstate, create_cd_newstate): Set accept_mb field
330         from the tokens' field.
331         * posix/regex_internal.h (re_token_t): Add accept_mb field.
332         (ACCEPT_MB_NODE): Removed.
333         * posix/regexec.c (proceed_next_node, transit_states_mb,
334         build_sifted_states, check_arrival_add_next_nodes): Use
335         accept_mb instead of ACCEPT_MB_NODE.
336
337 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
338
339         * debug/chk_fail.c (__chk_fail): Print program name in final message.
340
341         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
342         MSG_NOSIGNAL being in 2.2 kernels.
343
344 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
345
346         * sysdeps/unix/sysv/linux/i386/sysdep.h
347         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
348
349         [BZ #693]
350         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
351         (WORD_DELIM_CONSTRAINT): ...this.
352         (NOT_WORD_DELIM_CONSTRAINT): Define.
353         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
354         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
355         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
356         anchor instead of INSIDE_WORD.
357         (parse_expression): Handle NOT_WORD_DELIM constraint.
358         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
359         being inside word instead of not word delim.
360         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
361         characters.
362         * posix/rxspencer/tests: Add some new tests.
363
364 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
365
366         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
367         irrespective of Cflag.
368
369         * manual/memory.texi (sbrk): Fix definition.
370         * manual/string.texi (strcasestr): Fix example typo.
371
372 2005-01-25  Roland McGrath  <roland@redhat.com>
373
374         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
375
376 2005-01-23  Roland McGrath  <roland@redhat.com>
377
378         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
379         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
380         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
381         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
382         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
383         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
384
385 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
386
387         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
388         (free_mem): Don't free string.
389         * stdlib/tst-fmtmsg.c: Include string.h.
390         (main): Add some more tests.
391
392 2005-01-25  Andreas Schwab  <schwab@suse.de>
393
394         * timezone/asia: Update from tzdata2005c.
395         * timezone/backward: Likewise.
396         * timezone/leapseconds: Likewise.
397         * timezone/northamerica: Likewise.
398         * timezone/southamerica: Likewise.
399
400         * timezone/private.h: Update from tzcode2005c.
401         * timezone/tzfile.h: Likewise.
402         * timezone/zdump.c: Likewise.
403         * timezone/zic.c: Likewise.
404
405 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
406
407         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
408         RESOLVE.
409         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
410         using RESOLVE.
411         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
412
413 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
414
415         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
416         sym_map, not sym, against zero.
417
418 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
419
420         * misc/syslog.c: Moved to...
421         * sysdeps/generic/syslog.c: ...here.
422         [NO_SIGIPE]: Don't install SIGPIPE handler.
423         * sysdeps/unix/sysv/linux/syslog.c: New file.
424         * sysdeps/unix/sysv/linux/kernel-features.h: Define
425         __ASSUME_MSG_NOSIGNAL.
426
427 2005-01-22  Richard Henderson  <rth@redhat.com>
428
429         * sysdeps/alpha/dl-trampoline.S: New file.
430         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
431         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
432         (elf_machine_runtime_setup): Test for dl_profile non-null.
433         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
434         * sysdeps/alpha/bits/link.h: New file.
435         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
436         (struct audit_ifaces): Add alpha entries.
437         * elf/tst-auditmod1.c: Add alpha entries.
438
439 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
440
441         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
442         * sysdeps/ia64/dl-trampoline.S: New file.
443
444         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
445         La_x86_64_xmm definition.
446
447         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
448         pointer option.
449         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
450         CFLAGS-system.c for frame pointer option.
451
452 2005-01-21  Roland McGrath  <roland@redhat.com>
453
454         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
455         * sysdeps/i386/dl-machine.h: Update decl.
456
457 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
458
459         * elf/Makefile: Add rules to build and run tst-align2.
460         * elf/tst-align2.c: New test.
461         * elf/tst-alignmod2.c: New file.
462         * sysdeps/powerpc/tst-stack-align.h: New file.
463         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
464         pointer before calling _dl_init.
465         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
466
467 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
468
469         * posix/execl.c: Do not allocate potentially large buffers on the
470         stack.
471         * posix/execle.c: Likewise.
472         * posix/execlp.c: Likewise.
473         * posix/execlp.c: Likewise.
474         (script_execute): Removed.
475         (allocate_scripts_argv): New function.  Called at most once to
476         allocate memory, not every time a script is run.  Adjust caller.
477
478         * sysdeps/generic/wordexp.c (exec_comm): Add a few
479         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
480         exec_comm_child.
481         (exec_comm_child): Can now be inlined.
482
483         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
484         * stdlib/Makefile: Likewise.
485
486 2005-01-19  Roland McGrath  <roland@redhat.com>
487
488         [BZ #681]
489         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
490         argument to execlp.
491         Reported by Marcus Meissner <meissner@suse.de>.
492
493 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
494
495         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
496         in assert.
497         * iconv/strtab.c (strtabfinalize): Likewise.
498
499         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
500
501 2005-01-17  Roland McGrath  <roland@redhat.com>
502
503         * nscd/Makefile (LDLIBS-nscd): New variable.
504         ($(objpfx)nscd): Use that instead of selinux-LIBS.
505
506         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
507         (link-extra-libs-static): Define to $(link-extra-libs).
508         (link-extra-libs-bounded): Likewise.
509
510 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
511
512         * include/link.h: Remove stray definition of pltenter.
513
514 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
515
516         * sysdeps/unix/rewinddir.c: Reset filepos.
517         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
518
519 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
520
521         * elf/tst-auditmod1.c: Reduce duplication.
522
523 2005-01-16  Andreas Schwab  <schwab@suse.de>
524
525         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
526         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
527         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
528         GLRO(dl_profile) != NULL.
529         * sysdeps/m68k/dl-trampoline.S: New file.
530         * sysdeps/m68k/bits/link.h: New file.
531         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
532         variants.
533         * elf/tst-auditmod1.c: Add m68k support.
534
535 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
536
537         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
538         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
539
540         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
541         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
542
543 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
544
545         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
546         callers from libc anymore.
547
548         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
549         to _dl_map_object_deps.
550         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
551         protections when loading auditing modules.
552
553         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
554
555         * posix/getconf.c: Update copyright year.
556         * nss/getent.c: Likewise.
557         * nscd/nscd_nischeck.c: Likewise.
558         * iconv/iconvconfig.c: Likewise.
559         * iconv/iconv_prog.c: Likewise.
560         * elf/ldconfig.c: Likewise.
561         * catgets/gencat.c: Likewise.
562         * csu/version.c: Likewise.
563         * elf/ldd.bash.in: Likewise.
564         * elf/sprof.c (print_version): Likewise.
565         * locale/programs/locale.c: Likewise.
566         * locale/programs/localedef.c: Likewise.
567         * nscd/nscd.c (print_version): Likewise.
568         * debug/xtrace.sh: Likewise.
569         * malloc/memusage.sh: Likewise.
570         * malloc/mtrace.pl: Likewise.
571         * debug/catchsegv.sh: Likewise.
572
573 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
574
575         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
576         as backlog.
577         * sunrpc/svc_unix.c (svcunix_create): Likewise.
578
579         * grp/putgrent.c (putgrent): Don't write 0 as group
580         ID if groupname starts with + or -.
581         * pwd/putpwent.c (putpwent): Don't write 0 as user or
582         group ID if user name starts with + or -.
583
584 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
585
586         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
587         * sysdeps/elf/tst-auditmod1.c: Add sh support.
588         * sysdeps/sh/bits/link.h: New.
589         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
590         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
591         (RTLD_START): Define __fpscr_values.
592         * sysdeps/sh/dl-trampoline.S: New file.
593         * sysdeps/sh/sh4/dl-trampoline.S: New file.
594         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
595         * sysdeps/sh/sh4/dl-machine.h: Remove.
596
597 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
598
599         * time/tst-strptime.c (day_tests): Add 2 new tests.
600         (test_tm, main): Issue an error instead of segfaulting if
601         strptime returns NULL.
602
603 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
604
605         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
606         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
607
608 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
609
610         * malloc/malloc.h: Remove no-glibc support.
611
612 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
613
614         [BZ #650]
615         * malloc/malloc.h: Always include features.h.
616
617 2005-01-10  Roland McGrath  <roland@redhat.com>
618
619         * sysdeps/ia64/fpu/e_logl.c: File removed.
620
621         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
622
623 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
624
625         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
626         recognition of last entry.
627
628 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
629
630         * elf/dl-runtime.c: Include <sys/param.h>.
631
632         * elf/Makefile (headers): Add bits/link.h.
633
634 2005-01-09  Andreas Schwab  <schwab@suse.de>
635
636         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
637
638 2005-01-09  Andreas Jaeger  <aj@suse.de>
639
640         * time/strptime_l.c (__strptime_internal): Add braces to avoid
641         warning.
642
643         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
644
645         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
646
647 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
648
649         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
650
651 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
652
653         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
654         those of all the regular objects.
655
656         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
657         use it to select the r_debug structure for that namespace.
658         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
659         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
660         * elf/dl-open.c (_dl_open): Likewise.
661         * elf/rtld.c (dl_main): Likewise.
662         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
663         member.
664         (_dl_debug_initialize): Add new parameter in declaration.
665
666         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
667         called for the auditing objects themselves.
668         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
669
670 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
671
672         * sysdeps/powerpc/powerpc64/dl-machine.h
673         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
674         GLRO(dl_profile) != NULL.
675         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
676         padding.
677         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
678         Extend _dl_prof_resolve to add pass extra parameters to
679         _dl_profile_fixup and set up structure with register content.
680
681         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
682         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
683         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
684         Extend _dl_prof_resolve to add pass extra parameters to
685         _dl_profile_fixup and set up structure with register content.
686         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
687         the register and result structures.
688         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
689         in the 32-bit register and result structures.
690
691         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
692
693         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
694         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
695         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
696         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
697         * elf/tst-auditmod1.c: Add ppc32 support.
698         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
699         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
700
701         * malloc/malloc.c (malloc_printerr): Print program name as part of
702         error message.
703
704         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
705         * stdlib/stdlib.h: Make realloc with
706         __attribute_warn_unused_result__ instead of __wur.
707         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
708         markers as in <stdlib.h>.
709
710         * libio/stdio.h: Remove __wur from rename and remove.
711         * posix/unistd.h: Remove __wur from dup2.
712
713 2005-01-03  Andreas Jaeger  <aj@suse.de>
714
715         * elf/Makefile (tests): Revert patch from 2005-01-03.
716
717 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
718
719         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
720         make __libc_init_first hidden.
721
722         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
723         l_relocated of rtld map.
724         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
725         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
726         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
727         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
728         * elf/tst-auditmod1.c: Add ppc64 support.
729         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
730
731 2005-01-06  Roland McGrath  <roland@redhat.com>
732
733         [BZ #633]
734         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
735         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
736
737 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
738
739         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
740         * sysdeps/generic/libc-start.c: Don't register program destructor here.
741
742         * dlfcn/Makefile: Add rules to build dlfcn.c.
743         (LDFLAGS-dl.so): Removed.
744         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
745         table.
746         * dlfcn/dlmopen.c: Likewise for _dl_open.
747         * dlfcn/dlopen.c: Likewise.
748         * dlfcn/dlopenold.c: Likewise.
749         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
750         * elf/Makefile (routines): Remove dl-open and dl-close.
751         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
752         Add rules to build and run tst-audit1.
753         * elf/tst-audit1.c: New file.
754         * elf/tst-auditmod1.c: New file.
755         * elf/Versions [libc]: Remove _dl_open and _dl_close.
756         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
757         * elf/dl-open.c: Likewise.
758         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
759         signaled by nonzero parameter.
760         * elf/dl-init.c: Fix use of r_state.
761         * elf/dl-load.c: Likewise.
762
763         * elf/dl-close.c: Add auditing checkpoints.
764         * elf/dl-open.c: Likewise.
765         * elf/dl-fini.c: Likewise.
766         * elf/dl-load.c: Likewise.
767         * elf/dl-sym.c: Likewise.
768         * sysdeps/generic/libc-start.c: Likewise.
769         * elf/dl-object.c: Allocate memory for auditing information.
770         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
771         Correctly initialize slotinfo.
772         * elf/dynamic-link.h: Adjust after removal of RESOLV.
773         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
774         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
775         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
776         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
777         (_dl_profile_fixup): New parameters to point to register struct and
778         variable for frame size.
779         Add auditing checkpoints.
780         (_dl_call_pltexit): New function.
781         Don't define trampoline code here.
782         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
783         Remove all the functions from _rtld_global_ro which only _dl_open
784         and _dl_close needed.
785         Add auditing checkpoints.
786         * elf/link.h: Define symbols for auditing interfaces.
787         * include/link.h: Likewise.
788         * include/dlfcn.h: Define __RTLD_AUDIT.
789         Remove prototypes for _dl_open and _dl_close.
790         Adjust access to argc and argv in libdl.
791         * dlfcn/dlfcn.c: New file.
792         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
793         is gone.
794         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
795         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
796         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
797         Adjust for removal of RESOLVE.
798         * sysdeps/x86_64/dl-machine.h: Likewise.
799         * sysdeps/generic/dl-trampoline.c: New file.
800         * sysdeps/i386/dl-trampoline.c: New file.
801         * sysdeps/x86_64/dl-trampoline.c: New file.
802
803         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
804         Fix updating of DTV.
805         * sysdeps/generic/libc-tls.c: Likewise.
806
807         * sysdeps/arm/bits/link.h: Renamed to ...
808         * sysdeps/arm/bits/linkmap.h: ...this.
809         * sysdeps/generic/bits/link.h: Renamed to...
810         * sysdeps/generic/bits/linkmap.h: ...this.
811         * sysdeps/hppa/bits/link.h: Renamed to...
812         * sysdeps/hppa/bits/linkmap.h: ...this.
813         * sysdeps/i386/bits/link.h: Renamed to...
814         * sysdeps/i386/bits/linkmap.h: ...this.
815         * sysdeps/ia64/bits/link.h: Renamed to...
816         * sysdeps/ia64/bits/linkmap.h: ...this.
817         * sysdeps/s390/bits/link.h: Renamed to...
818         * sysdeps/s390/bits/linkmap.h: ...this.
819         * sysdeps/sh/bits/link.h: Renamed to...
820         * sysdeps/sh/bits/linkmap.h: ...this.
821         * sysdeps/x86_64/bits/link.h: Renamed to...
822         * sysdeps/x86_64/bits/linkmap.h: ...this.
823
824         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
825
826 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
827
828         * math/libm-test.inc (rint_test_tonearest): New test.
829         (rint_test_towardzero): New test.
830         (rint_test_downward): New test.
831         (rint_test_upward): New test.
832         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
833         Remove redundant const values.
834         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
835         Remove redundant const values.  Use float const.
836         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
837         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
838         Use float const.
839         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
840         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
841         Use float const.
842         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
843         Remove redundant const values.
844         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
845         Remove redundant const values.  Use float const.
846         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
847         Remove redundant const values.
848         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
849         Remove redundant const values.  Use float const.
850         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
851         alignment.  Fix -0.0 case.  Remove redundant const values.
852         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
853         alignment.  Fix -0.0 case.  Remove redundant const values.
854         Use float const.
855         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
856         alignment.  Fix -0.0 case.
857         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
858         alignment.  Fix -0.0 case.  Use float const.
859         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
860         alignment.  Fix -0.0 case.
861         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
862         alignment.  Fix -0.0 case.  Use float const.
863         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
864         alignment.  Fix -0.0 case.  Remove redundant const values.
865         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
866         alignment.  Fix -0.0 case.  Remove redundant const values.
867         Use float const.
868         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
869         alignment.  Fix -0.0 case.
870         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
871         alignment.  Fix -0.0 case.  Remove redundant const values.
872         Use float const.
873
874 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
875
876         * misc/sys/cdefs.h: Define __wur.
877         * libio/stdio.h: Use __wur for a number of interfaces.
878         * posix/unistd.h: Likewise.
879         * stdlib/stdlib.h: Likewise.
880
881 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
882
883         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
884         libc_hidden_proto instead of HIDDEN_PROTO.
885         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
886         (__libm_error_support): If ASSEMBLER and in libc, define to
887         HIDDEN_JUMPTARGET(__libm_error_support).
888
889 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
890
891         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
892         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
893         with $(duplicated-routines).
894         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
895         "m_" prefix.
896
897 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
898
899         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
900         undefine "ret" macro.  Add __libm_error_support hidden definitions.
901
902         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
903         missing portion of copyright statement.
904         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
905         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
906
907         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
908         missing portion of copyright statement.
909         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
910         (__ieee754_gamma): Likewise.
911         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
912         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
913
914 2004-12-09  H. J. Lu <hjl@lucon.org>
915
916         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
917         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
918         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
919         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
920         * sysdeps/ia64/fpu/e_expl.S: Likewise.
921         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
922
923 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
924
925         * sysdeps/ia64/fpu/README: New file.
926         * sysdeps/ia64/fpu/gen_import_file_list: New file.
927         * sysdeps/ia64/fpu/import_check: Likewise.
928         * sysdeps/ia64/fpu/import_diffs: Likewise.
929         * sysdeps/ia64/fpu/import_file.awk: Likewise.
930         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
931         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
932
933         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
934         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
935         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
936         * sysdeps/ia64/fpu/e_asin.S: Likewise.
937         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
938         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
939         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
940         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
941         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
942         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
943         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
944         * sysdeps/ia64/fpu/e_exp.S: Likewise.
945         * sysdeps/ia64/fpu/e_expf.S: Likewise.
946         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
947         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
948         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
949         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
950         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
951         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
952         * sysdeps/ia64/fpu/e_log.S: Likewise.
953         * sysdeps/ia64/fpu/e_log2.S: Likewise.
954         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
955         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
956         * sysdeps/ia64/fpu/e_logf.S: Likewise.
957         * sysdeps/ia64/fpu/e_pow.S: Likewise.
958         * sysdeps/ia64/fpu/e_powf.S: Likewise.
959         * sysdeps/ia64/fpu/e_powl.S: Likewise.
960         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
961         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
962         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
963         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
964         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
965         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
966         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
967         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
968         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
969         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
970         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
971         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
972         * sysdeps/ia64/fpu/libm_error.c: Likewise.
973         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
974         * sysdeps/ia64/fpu/libm_support.h: Likewise.
975         * sysdeps/ia64/fpu/s_atan.S: Likewise.
976         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
977         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
978         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
979         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
980         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
981         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
982         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
983         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
984         * sysdeps/ia64/fpu/s_cos.S: Likewise.
985         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
986         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
987         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
988         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
989         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
990         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
991         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
992         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
993         * sysdeps/ia64/fpu/s_floor.S: Likewise.
994         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
995         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
996         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
997         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
998         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
999         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
1000         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
1001         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
1002         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
1003         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
1004         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
1005         * sysdeps/ia64/fpu/s_logb.S: Likewise.
1006         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
1007         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
1008         * sysdeps/ia64/fpu/s_modf.S: Likewise.
1009         * sysdeps/ia64/fpu/s_modff.S: Likewise.
1010         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
1011         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
1012         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
1013         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
1014         * sysdeps/ia64/fpu/s_rint.S: Likewise.
1015         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
1016         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
1017         * sysdeps/ia64/fpu/s_round.S: Likewise.
1018         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
1019         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
1020         * sysdeps/ia64/fpu/s_significand.S: Likewise.
1021         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
1022         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
1023         * sysdeps/ia64/fpu/s_tan.S: Likewise.
1024         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
1025         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
1026         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
1027         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
1028         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
1029
1030         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
1031         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
1032         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
1033         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
1034         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
1035         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
1036         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
1037         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
1038         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
1039         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
1040         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
1041         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
1042         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
1043         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
1044         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
1045         * sysdeps/ia64/fpu/e_logl.S: Likewise.
1046         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
1047         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
1048         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
1049         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
1050         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
1051         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
1052         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
1053         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
1054         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
1055         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
1056         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
1057         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
1058         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
1059         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
1060         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
1061         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
1062         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
1063         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
1064         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
1065         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
1066         * sysdeps/ia64/fpu/s_erf.S: Likewise.
1067         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
1068         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
1069         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
1070         * sysdeps/ia64/fpu/s_erff.S: Likewise.
1071         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
1072         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
1073         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
1074         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
1075         * sysdeps/ia64/fpu/s_fma.S: Likewise.
1076         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
1077         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
1078         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
1079         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
1080         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
1081         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
1082         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
1083         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
1084         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
1085         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
1086         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
1087         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
1088         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
1089         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
1090         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
1091         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
1092         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
1093         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
1094         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1095         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1096         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1097         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
1098         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
1099         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
1100
1101         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
1102         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
1103         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
1104         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
1105         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
1106         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
1107         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
1108         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
1109         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
1110         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
1111         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
1112         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
1113         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
1114         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
1115         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
1116         * sysdeps/ia64/fpu/w_expl.c: Likewise.
1117         * sysdeps/ia64/fpu/e_expl.S: Likewise.
1118         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
1119         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
1120         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
1121         * sysdeps/ia64/fpu/w_log2.c: Likewise.
1122         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
1123         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
1124         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
1125         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
1126         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
1127
1128         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
1129         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
1130         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
1131         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
1132         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
1133         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
1134         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
1135
1136         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
1137         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
1138         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
1139
1140         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
1141
1142         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
1143         alias for use by libm_error.c
1144
1145         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
1146         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
1147         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
1148         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
1149         libm_scalbn{,f,l}, libm_scalblnf.
1150         (sysdep_routines): Remove libm_frexp4{,f,l}.
1151         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
1152         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
1153         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
1154         -DSIZE_LONG_LONG_INT_64.
1155
1156 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
1157
1158         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
1159         l_text_end are set for a VDSO with a single PT_LOAD entry.
1160
1161 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
1162
1163         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
1164         invalid to disable optimizations in fileops which won't work here.
1165         (_IO_cookie_jumps): Use it.
1166         (_IO_old_cookie_jumps): Likewise.
1167         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
1168         not the return value.
1169         * stdio-common/Makefile (tests): Add tst-fmemopen2.
1170         * stdio-common/tst-fmemopen2.c: New file.
1171
1172         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
1173
1174 2005-01-05  Roland McGrath  <roland@redhat.com>
1175
1176         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
1177         * sysdeps/i386/configure.in: ... here.  New file.
1178
1179 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
1180
1181         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
1182         initialize __environ again.
1183         * stdlib/Makefile: Add rules to build and run tst-putenv.
1184         * stdlib/tst-putenv.c: New file.
1185         * stdlib/tst-putenvmod.c: New file.
1186
1187         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
1188         define unnecessary wrappers or aliases of static functions.
1189
1190 2005-01-03  Andreas Jaeger  <aj@suse.de>
1191
1192         * csu/Makefile (generated): Add start.os and start.ob.
1193
1194         * elf/Makefile (tests): Change rule for tst-pie1 so that make
1195         clean works.
1196
1197 2004-12-29  Roland McGrath  <roland@redhat.com>
1198
1199         [BZ #626]
1200         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
1201         than always up; when nearest is zero, round up to one.
1202
1203 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
1204
1205         * po/es.po: Update from translation team.
1206
1207         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
1208
1209 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
1210
1211         * include/signal.h: Define __sigemptyset.
1212
1213 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
1214
1215         * posix/regex_internal.h (struct re_dfastate_t): Make
1216         word_trtable a pointer to the 512-item transition table.
1217         * posix/regexec.c (build_trtable): Fill in either state->trtable
1218         or state->word_trtable.  Return a boolean indicating success.
1219         (transit_state): Expect state->trtable to be a 256-item
1220         transition table.  Reorganize code to have less tests in
1221         the common case, and to save an indentation level.
1222         * posix/regex_internal.c (free_state): Free word_trtable.
1223
1224 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
1225
1226         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
1227         calling fn is 16 byte aligned.
1228         * sysdeps/i386/tst-stack-align.h: New file.
1229
1230         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
1231         (ecvt_r): Special case denormals.
1232         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
1233         * misc/tst-efgcvt.c: Include float.h.
1234         (ecvt_tests): Add 2 new tests.
1235
1236 2004-12-20  Roland McGrath  <roland@frob.com>
1237
1238         * version.h (RELEASE, VERSION): development, 2.3.90
1239         * include/features.h (__GLIBC_MINOR__): Now 4.
1240
1241 2004-12-20  Jakub Jelinek  <jakub@redhat.com>,
1242             Jim Gifford  <giffordj@linkline.com>
1243
1244         [BZ #562]
1245         * sysdeps/mips/Makefile (librt-sysdep_routines): Add.
1246         * sysdeps/unix/mips/rt-sysdep.S: New file.
1247
1248 2004-12-19  Roland McGrath  <roland@redhat.com>
1249
1250         * iconv/Makefile (test-iconvconfig): New target.
1251         [$(cross-compiling) != yes] (xtests): Depend on it.
1252
1253         * iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
1254         New variables.
1255         (options, parse_opt, main): Take new options --nostdlib and
1256         --output/-o to set them.  Under --nostdlib, skip GCONV_PATH dirs.
1257         (write_output): If output_file is set, write the output there.
1258
1259 2004-12-19  Andreas Jaeger  <aj@suse.de>
1260
1261         [BZ #560]
1262         * inet/netinet/in.h: Use __interface_addr instead of __interface.
1263
1264         [BZ #573]
1265         * sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of
1266         internal linkage.
1267
1268 2004-12-19  Roland McGrath  <roland@frob.com>
1269
1270         * version.h (VERSION): 2.3.4.
1271         * README.template: Various updates.
1272         * README: Regenerated.
1273         * NEWS: Mention ports.
1274         * README-alpha: File removed.
1275
1276         [BZ #416]
1277         * locale/langinfo.h: Comment fixes.
1278
1279 2004-12-17  Ulrich Drepper  <drepper@redhat.com>
1280
1281         * po/ja.po: Update from translation team.
1282
1283 2004-12-17  Richard Henderson  <rth@redhat.com>
1284
1285         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support
1286         for NPTL where the PID is stored at userlevel and needs to be
1287         reset when CLONE_THREAD is not used.
1288
1289 2004-12-17  Jakub Jelinek  <jakub@redhat.com>
1290
1291         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1292
1293 2004-12-17  Andreas Jaeger  <aj@suse.de>
1294
1295         * math/libm-test.inc (atan2_test): Compute value with 36 digits.
1296         * sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result.
1297         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1298         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1299         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
1300         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
1301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1302
1303 2004-12-16  Ulrich Drepper  <drepper@redhat.com>
1304
1305         * stdlib/tst-setcontext.c: Enlarge st1 and st2 arrays.
1306
1307 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
1308
1309         [BZ #610]
1310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
1311         (__novec_getcontext): Fix typo in store of fp29.
1312         (__getcontext): Fix typo in store of fp29.
1313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1314         (__novec_swapcontext): Fix typo in store of fp29.
1315         (__swapcontext): Fix typo in store of fp29.
1316
1317 2004-12-17  GOTO Masanori  <gotom@debian.or.jp>
1318
1319         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix
1320         vague message.
1321
1322 2004-12-16  Roland McGrath  <roland@redhat.com>
1323
1324         * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),
1325         which is usually a -lselinux that make will resolve wrongly.
1326
1327 2004-12-16  Andreas Jaeger  <aj@suse.de>
1328
1329         * math/math.h: Use #if defined to not receive warnings about
1330         undefined symbols.
1331
1332 2004-12-16  Jakub Jelinek  <jakub@redhat.com>
1333
1334         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Add support
1335         for NPTL where the PID is stored at userlevel and needs to be reset
1336         when CLONE_THREAD is not used.
1337
1338         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1339         (SYSCALL_ERROR_HANDLER): If RTLD_PRIVATE_ERRNO, use rtld_errno
1340         instead of errno.
1341         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Include
1342         sysdep-cancel.h instead of sysdep.h.  Handle cancellation.
1343         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerate.
1344
1345         * sysdeps/ieee754/ldbl-128/e_expl.c: Include stdlib.h.
1346
1347 2004-12-15  Jakub Jelinek  <jakub@redhat.com>
1348
1349         * sysdeps/unix/sysv/linux/gethostid.c: Make bi-arch safe.
1350
1351 2004-12-15  Steven Munroe  <sjmunroe@us.ibm.com>
1352
1353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Correct stack
1354         alignment.  Clean up flag bit tests.
1355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Correct stack
1356         alignment.  Clean up flag bit tests.  Remove redundent SP assignment.
1357         Add TOC register save/restore around function call.
1358
1359         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol
1360         local.
1361         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Make no_vmx symbol
1362         local.
1363         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Make no_vmx symbol
1364         local.
1365         * sysdeps/powerpc/powerpc64/setjmp-common.S: Make no_vmx and
1366         aligned_save_vmx symbol local.
1367
1368 2004-12-15  Ulrich Drepper  <drepper@redhat.com>
1369
1370         * sysdeps/i386/i486/bits/string.h (__strncat_g): Fix i686
1371         implementation.
1372
1373 2004-09-08  H.J. Lu  <hongjiu.lu@intel.com>
1374
1375         * Makeconfig (libunwind): New.
1376         (libgcc_eh): Add $(libunwind).
1377         (gnulib): Always set to -lgcc $(libgcc_eh).
1378         (static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind).
1379         (libc.so-gnulib): New.
1380         * Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of
1381         $(static-gnulib).
1382         * configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc
1383         uses -lunwind for static binaries.
1384
1385 2004-06-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1386
1387         * malloc/Makefile (install-bin): Remove memusage.
1388         (install-bin-script): Add memusage.
1389
1390 2004-12-15  Jakub Jelinek  <jakub@redhat.com>
1391
1392         * nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
1393         not libnsl_hidden_proto.
1394
1395         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support
1396         for NPTL where the PID is stored at userlevel and needs to be reset
1397         when CLONE_THREAD is not used.
1398         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
1399
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
1401         and restore r2 around call to fn.
1402
1403 2004-12-15  Andreas Jaeger  <aj@suse.de>
1404
1405         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Mark auto instead
1406         of static, add always_inline attribute.
1407         (elf_machine_rela_relative): Likewise.
1408         (elf_machine_lazy_rel): Likewise.
1409
1410 2004-12-15  Ulrich Drepper  <drepper@redhat.com>
1411
1412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support
1413         for pid caching in nptl.
1414
1415 2004-12-14  Ulrich Drepper  <drepper@redhat.com>
1416
1417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add support
1418         for pid caching in nptl.
1419
1420 2004-10-18  Maciej W. Rozycki  <macro@mips.com>
1421
1422         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use
1423         __NTH instead of __THROW in the inline definition.
1424         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
1425
1426         * sysdeps/mips/bits/dlfcn.h (RTLD_DEEPBIND): New macro.
1427
1428         * sysdeps/unix/sysv/linux/mips/bits/mman.h
1429         (PROT_GROWSDOWN, PROT_GROWSUP): New macros.
1430
1431 2004-10-06  Alan Modra  <amodra@bigpond.net.au>
1432
1433         * sysdeps/powerpc/powerpc64/ppc-mcount.S (PROF): Don't undef.
1434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Invoke CALL_MOUNT.
1435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
1436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
1440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1442
1443 2004-10-19  Wolfram Gloger  <wg@malloc.de>
1444
1445         * malloc/hooks.c (mem2chunk_check, top_check): Handle
1446         non-contiguous arena.  Reported by Michael Dalton
1447         <mwdalton@stanford.edu> [BZ #457].  Add further checks for top chunk.
1448
1449 2004-12-14  Jakub Jelinek  <jakub@redhat.com>
1450
1451         * sysdeps/posix/sysconf.c (__sysconf_check_spec): Remove leading
1452         underscore from GETCONF_DIR filenames.
1453
1454 2004-12-13  Ulrich Drepper  <drepper@redhat.com>
1455
1456         * po/de.po: Update from translation team.
1457
1458         * nss/getnssent.c (__nss_getent): Double buffer size each round to
1459         avoid problems with delays for some people's huge entries.
1460         * nss/getXXbyYY.c (FUNCTION_NAME): Likewise.
1461
1462 2004-12-13  Jakub Jelinek  <jakub@redhat.com>
1463
1464         * posix/getconf.c (main): Prepend just $GETCONF_DIR/ instead of
1465         $GETCONF_DIR/_ to spec.
1466         * posix/confstr.c (confstr): Remove leading underscores for
1467         _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS.
1468
1469 2004-12-12  Ulrich Drepper  <drepper@redhat.com>
1470
1471         * elf/dl-load.c (_dl_map_object_from_fd): Fix computation of
1472         mapping start.  It must take the actual pagesize into account, not
1473         the alignment in the file.
1474
1475 2004-12-11  Ulrich Drepper  <drepper@redhat.com>
1476
1477         * malloc/malloc.c (_int_realloc): Add checks for corrupted memory.
1478         (_int_free): Make clear message are result of free() calls.
1479
1480         * malloc/malloc.c (_int_realloc): Remove unnecessary tests for
1481         oldmem and size == 0.
1482
1483 2004-12-10  Ulrich Drepper  <drepper@redhat.com>
1484
1485         * malloc/arena.c (arena_get2): Prevent endless loop if arenas and
1486         list lock are taken.
1487
1488 2004-12-08  Thorsten Kukuk  <kukuk@suse.de>
1489
1490         * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
1491         Add check if the value is not an empty string.  [BZ #597]
1492
1493 2004-11-29  Jakub Jelinek  <jakub@redhat.com>
1494
1495         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): If densize > 2
1496         and numsize < densize, always shift num up by empty + 1 limbs.
1497
1498 2004-12-07  Paolo Bonzini  <bonzini@gnu.org>
1499
1500         * posix/regexec.c (proceed_next_node): Simplify treatment of epsilon
1501         nodes.  Pass the pushed node to push_fail_stack.
1502         (push_fail_stack): Accept a single node rather than an array
1503         of two epsilon destinations.
1504         (build_sifted_states): Only walk non-epsilon nodes.
1505         (check_arrival): Don't pass epsilon nodes to
1506         check_arrival_add_next_nodes.
1507         (check_arrival_add_next_nodes) [DEBUG]: Abort if an epsilon node is
1508         found.
1509         (check_node_accept): Do expensive checks later.
1510         (add_epsilon_src_nodes): Cache result of merging the inveclosures.
1511         * posix/regex_internal.h (re_dfastate_t): Add non_eps_nodes and
1512         inveclosure.
1513         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at,
1514         re_string_context_at, re_string_peek_byte_case,
1515         re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
1516         Declare as pure.
1517         * posix/regex_internal.c (create_newstate_common): Remove.
1518         (register_state): Move part of it here.  Initialize non_eps_nodes.
1519         (free_state): Free inveclosure and non_eps_nodes.
1520         (create_cd_newstate, create_ci_newstate): Allocate the new
1521         re_dfastate_t here.
1522
1523 2004-12-09  Ulrich Drepper  <drepper@redhat.com>
1524
1525         * malloc/malloc.c (public_rEALLOc): Add parameter checks.
1526         (_int_free): Provide better error message for invalid pointers.
1527
1528 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1529
1530         * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
1531         conditionals instead of defined _POSIX_CPUTIME.
1532         (main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
1533         option is available.
1534         * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
1535         conditionals instead of defined _POSIX_CPUTIME.
1536         (do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
1537         option is available.
1538         * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp.
1539         _POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding
1540         _SC_ argument.
1541
1542 2004-12-08  Jakub Jelinek  <jakub@redhat.com>
1543
1544         * elf/ldd.bash.in: When set -o pipefail is available, use that for
1545         piping to cat; when not, don't use the pipe at all.
1546         Pipe to cat in all cases of running the executable.
1547         When direct running exits with code 5, retry running via ${RTLD}.
1548         * elf/rtld.c (process_envvars): If __libc_enable_secure and
1549         mode != normal, exit with exitcode 5.
1550
1551 2004-12-07  Jakub Jelinek  <jakub@redhat.com>
1552
1553         * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define
1554         if it will be actually used.
1555
1556 2004-12-07  Roland McGrath  <roland@redhat.com>
1557
1558         * rt/tst-timer5.c (setup_test): New function.
1559         (TEST_CLOCK_MISSING): Use it to punt test if timer_create does not
1560         support CLOCK_MONOTONIC.
1561
1562 2004-12-07  Jakub Jelinek  <jakub@redhat.com>
1563
1564         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
1565         NPTL where the PID is stored at userlevel and needs to be reset when
1566         CLONE_THREAD is not used.  Restore gp before calling _exit.
1567
1568 2004-12-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1569
1570         * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when
1571         starting a new thread.  Add support for NPTL where the PID is stored
1572         at userlevel and needs to be reset when CLONE_THREAD is not used.
1573
1574 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1575
1576         * elf/rtld.c (process_envvars): Don't consider LD_SHOW_AUXV
1577         and LD_DYNAMIC_WEAK if __libc_enable_secure.
1578         If __libc_enable_secure, /etc/suid-debug doesn't exist and
1579         program will be actually run, turn off all debugging.
1580         * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add LD_DEBUG,
1581         LD_DYNAMIC_WEAK and LD_SHOW_AUXV.
1582
1583 2004-12-06  Jakub Jelinek  <jakub@redhat.com>
1584
1585         * time/tzset.c (tzset_internal): If + or - is seen,
1586         but no offset after it, reset offset to 0.  [BZ #601]
1587
1588 2004-12-06  Ulrich Drepper  <drepper@redhat.com>
1589
1590         * libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOFF not
1591         _IO_SEEKPOS, saving one indirect jump.
1592
1593         * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer
1594         seek.  Remove dead code.
1595
1596 2004-12-02  Jakub Jelinek  <jakub@redhat.com>
1597
1598         * libio/Makefile (tests): Add bug-ungetc4.
1599         * libio/bug-ungetc4.c: New test.
1600
1601 2004-12-06  Roland McGrath  <roland@redhat.com>
1602
1603         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Diagnose EINVAL
1604         for CLOCK_THREAD_CPUTIME_ID, not ENOTSUP.
1605         Use SYSDEP_NANOSLEEP handler before validating CLOCK_ID value.
1606
1607         * rt/tst-timer4.c (TEST_CLOCK, TEST_CLOCK_NANOSLEEP): New macros.
1608         Use them throughout in place of CLOCK_REALTIME and nanosleep.
1609         (do_test) [TEST_CLOCK_MISSING]: Call this macro and if it returns
1610         non-null, punt the test with a message using the string returned.
1611         * rt/tst-timer5.c: New file.
1612         * rt/Makefile (tests): Add it.
1613
1614 2004-12-01  Paolo Bonzini  <bonzini@gnu.org>
1615
1616         * posix/regcomp.c (free_dfa_content, init_dfa): Remove
1617         references to re_dfa_t's subexps field.
1618         (parse_sub_exp, parse_expression): Do not use it.  Use
1619         completed_bkref_map instead.
1620         (create_initial_state, peek_token): Store a backreference \N
1621         with opr.idx = N-1.
1622         * posix/regexec.c (proceed_next_node, check_dst_limits, get_subexp):
1623         Likewise.
1624         (check_subexp_limits): Remove useless condition.
1625         * posix/regex_internal.h (re_subexp_t): Remove.
1626         (re_dfa_t): Remove subexps and subexps_alloc field, add
1627         completed_bkref_map.
1628
1629 2004-12-05  Roland McGrath  <roland@frob.com>
1630
1631         * Makeconfig: Comment typo fix.
1632
1633 2004-11-30  Andreas Schwab  <schwab@suse.de>
1634
1635         * nis/ypclnt.c (ypprot_err): Remove unused entries.
1636
1637 2004-11-30  Paolo Bonzini  <bonzini@gnu.org>
1638
1639         * posix/regexec.c (check_dst_limits_calc_pos_1): Check for
1640         bkref_idx == -1, and don't recurse in that case.
1641
1642 2004-11-30  GOTO Masanori  <gotom@debian.or.jp>
1643
1644         * posix/confstr.c: Enclose #error message with double quote
1645         for gcc-3.3 and lower.
1646
1647 2004-12-04  Ulrich Drepper  <drepper@redhat.com>
1648
1649         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for NPTL where
1650         the PID is stored at userlevel and needs to be reset when CLONE_THREAD
1651         is not used.
1652         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
1653
1654 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
1655
1656         * sysdeps/arm/sysdep.h: Define __USE_BX__ if bx is available.
1657         Use it instead of __THUMB_INTERWORK__.  Make RETINSTR take
1658         only a condition and a register.
1659         * sysdeps/arm/dl-machine.h: Use __USE_BX__ instead of
1660         __THUMB_INTERWORK__.
1661         (_dl_start_user): Use BX.
1662         * sysdeps/arm/strlen.S: Use DO_RET.
1663         * sysdeps/unix/arm/brk.S: Likewise.
1664         * sysdeps/unix/arm/fork.S: Likewise.
1665         * sysdeps/unix/arm/sysdep.S: Likewise.
1666         * sysdeps/unix/arm/sysdep.h: Likewise.
1667         * sysdeps/unix/sysv/linux/arm/clone.S: Update uses of RETINSTR.
1668         * sysdeps/unix/sysv/linux/arm/mmap.S: Likewise.
1669         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
1670         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
1671         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1672         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
1673
1674 2004-12-02  Roland McGrath  <roland@redhat.com>
1675
1676         * extra-lib.mk (object-suffixes-$(lib)): Add .oS when
1677         $(lib)-static-only-routines is nonempty.
1678         (extra-objs, o-iterator.mk rule): Filter out .oS from generators.
1679         Add a special rule for .oS objects -> _nonshared.a library.
1680
1681 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1682
1683         * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
1684         convert T2, not T.
1685         * time/Makefile (tests): Add tst-mktime3.
1686         * time/tst-mktime3.c: New test.
1687
1688 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1689
1690         * stdlib/stdlib.h (realpath): Remove nonnull attribute.
1691
1692         * posix/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1693         normal_bracket label.
1694
1695         * time/tst-mktime2.c (bigtime_test): Initialize tm.tm_isdst to -1.
1696
1697 2004-12-01  Roland McGrath  <roland@redhat.com>
1698
1699         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c):
1700         Do $(make-target-directory).
1701
1702 2004-11-29  Roland McGrath  <roland@redhat.com>
1703
1704         * posix/confstr.c: Avoid punctuation in #error text.
1705
1706 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
1707
1708         * posix/Makefile (tests): Add tst-sysconf.
1709         * posix/tst-sysconf.c: New file.
1710
1711         * posix/getconf.c (vars): Add support for _SC_IPV6 and
1712         _SC_RAW_SOCKETS.
1713         * sysdeps/posix/sysconf.c (__sysconf): Add support for _SC_IPV6
1714         and _SC_RAW_SOCKETS.
1715         * sysdeps/generic/bits/confname.h: Define _SC_IPV6 and
1716         _SC_RAW_SOCKETS.
1717
1718 2004-11-26  Jakub Jelinek  <jakub@redhat.com>
1719
1720         * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR.
1721
1722 2004-11-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1723
1724         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
1725         NO_SGIDEFS_H isn't defined.  Don't include sgidefs.h twice.
1726         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1727         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1728         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1729
1730 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
1731
1732         * include/dlfcn.h (__libc_dlopen): Add __RTLD_DLOPEN to the mode
1733         parameter.  Reported by VY Newsum <newsum@fel.tno.nl>.
1734
1735 2004-11-10  Daniel Jacobowitz  <dan@debian.org>
1736
1737         * libio/iolibio.h (_IO_fclose, _IO_new_fclose, _IO_old_fclose,
1738         _IO_fflush, _IO_fgetpos, _IO_fgetpos64, _IO_fgets, _IO_fopen,
1739         _IO_old_fopen, _IO_new_fopen, _IO_fopen64, __fopen_internal,
1740         _IO_fprintf, _IO_fputs, _IO_fsetpos, _IO_fsetpos64, _IO_ftell,
1741         _IO_fread, _IO_fwrite, _IO_gets, _IO_printf, _IO_puts, _IO_scanf,
1742         _IO_fflush_internal, _IO_ftell_internal, _IO_fputs_internal)
1743         _IO_fwrite_internal): Remove incorrect __THROW.
1744         * libio/libioP.h (_IO_default_xsputn, _IO_wdefault_xsputn,
1745         _IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_default_write,
1746         _IO_default_read, _IO_getline, _IO_getline_info, _IO_getwline,
1747         _IO_getwline_info, _IO_file_read_internal, _IO_sgetn_internal,
1748         _IO_wdo_write_internal, _IO_do_write_internal,
1749         _IO_getline_info_internal, _IO_getline_internal,
1750         _IO_vfprintf_internal, _IO_putc_internal, _IO_read, _IO_write,
1751         _IO_close): Likewise.
1752
1753 2004-11-26  Jakub Jelinek  <jakub@redhat.com>
1754
1755         * posix/Makefile (install-others): Add $(inst_libexecdir)/getconf.
1756         (CFLAGS-sysconf.c): Add -D_GETCONF_DIR.
1757         (CFLAGS-getconf.c): New.
1758         ($(inst_libexecdir)/getconf): New.
1759         * posix/confstr.c (confstr): Use __sysconf to query specifications
1760         that don't have _POSIX_V6_* macros defined.  Use __*_{C,LD}FLAGS
1761         macros defined in bits/environments.h.
1762         * sysdeps/posix/sysconf.c: Include stdlib.h, string.h and
1763         sys/stat.h.
1764         (__sysconf_check_spec): New routine.
1765         (__sysconf): Use it.
1766         * posix/getconf.c (specs): Change into structure array.
1767         (main): If -v is not given, try to get default from
1768         $(libexecdir)/getconf/default.  If specification is not
1769         supported by this getconf, try to execute
1770         $(libexecdir)/getconf/$(specification).
1771         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: New file.
1772         * sysdeps/unix/sysv/linux/s390/bits/environments.h: New file.
1773         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: New file.
1774         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: New file.
1775         * sysdeps/unix/sysv/linux/i386/bits/environments.h: New file.
1776         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: New file.
1777         * sysdeps/generic/bits/environments.h (__ILP32_OFFBIG_CFLAGS):
1778         Define.
1779
1780         * stdlib/stdlib.h (setenv): Use nonnull only for second argument.
1781         (unsetenv): Remove.
1782
1783 2004-11-23  Paolo Bonzini  <bonzini@gnu.org>
1784
1785         * posix/regcomp.c (analyze_tree): Always call calc_epsdest.
1786         (calc_inveclosure): Use re_node_set_insert_last.
1787         (parse_dup_op): Lower X{1,5} to (X(X(X(XX?)?)?)?)?
1788         rather than X?X?X?X?X?.
1789         * posix/regex_internal.h (re_node_set_insert_last): New declaration.
1790         * posix/regex_internal.c (re_node_set_insert_last): New function.
1791         * posix/PCRE.tests: Add testcases.
1792
1793 2004-11-25  Ulrich Drepper  <drepper@redhat.com>
1794
1795         * dlfcn/dlfcn.h: Remove nonnull attribute from dlopen.
1796
1797         * posix/confstr.c (confstr): Return appropriate strings for
1798         _CS_LFS_LINTFLAGS, _CS_LFS64_CFLAGS, and _CS_LFS64_LINTFLAGS.
1799
1800 2004-11-05  Maciej W. Rozycki  <macro@mips.com>
1801
1802         * sysdeps/mips/dl-machine.h: Include <sgidefs.h>.  Use _ABIO32,
1803         _ABIN32 and _ABI64 for ABI selection throughout.
1804         * sysdeps/mips/elf/start.S: Likewise.
1805         * sysdeps/mips/mips64/__longjmp.c: Likewise.
1806         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
1807         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
1808         * sysdeps/mips/mips64/setjmp.S: Likewise.
1809         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
1810         * sysdeps/mips/sys/regdef.h: Likewise.
1811         * sysdeps/mips/sys/ucontext.h: Likewise.
1812         * sysdeps/unix/mips/sysdep.h: Likewise.
1813         * sysdeps/unix/sysv/linux/kernel-features.h: Likewise.
1814         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1815         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1816         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
1817         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1818         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1819         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1820         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
1821         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1822
1823         * sysdeps/mips/atomicity.h: Use _ABIO32, _ABIN32 and _ABI64 for
1824         ABI selection throughout.
1825         * sysdeps/mips/bits/setjmp.h: Likewise.
1826         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
1827         * sysdeps/mips/machine-gmon.h: Likewise.
1828         * sysdeps/mips/sys/asm.h: Likewise.
1829         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1830         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
1831         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1832         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1833         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
1834         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
1835         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1836         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
1837
1838         * sysdeps/mips/sgidefs.h: Prevent <asm/sgidefs.h> from being
1839         included by kernel headers and undo its settings if already
1840         included.  Define _ABIO32, _ABIN32 and _ABI64 if missing and use
1841         them to define _MIPS_SIM_ABI32, _MIPS_SIM_NABI32 and
1842         _MIPS_SIM_ABI64 for compatibility.
1843         * sysdeps/unix/sysv/linux/mips/Makefile: Use _ABIO32, _ABIN32 and
1844         _ABI64 for ABI selection in generated syscall-list.h
1845         * sysdeps/unix/sysv/linux/mips/configure.in: Use _ABIO32, _ABIN32
1846         and _ABI64 for ABI selection in generated asm-unistd.h.
1847         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1848
1849         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Correct
1850         an inverted _MIPS_SIM conditional.
1851
1852 2004-11-23  Alexandre Oliva  <aoliva@redhat.com>
1853
1854         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Use free
1855         range even if it doesn't match exactly.
1856
1857 2004-11-23  Jakub Jelinek  <jakub@redhat.com>
1858
1859         * nss/nss_files/files-XXX.c (internal_getent): If parse_line returned
1860         -1, also do H_ERRNO_SET (NETDB_INTERNAL).
1861
1862 2004-11-22  Ulrich Drepper  <drepper@redhat.com>
1863
1864         * sysdeps/i386/fpu_control.h: Add volatile to the asms.
1865         Patch by Alexander Stohr.
1866
1867 2004-11-22  Jakub Jelinek  <jakub@redhat.com>
1868
1869         * nscd/nscd_getai (__nscd_getai): Avoid memory and file descriptor
1870         leaks.
1871         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free air.
1872
1873 2004-11-15  Maciej W. Rozycki  <macro@mips.com>
1874
1875         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE):
1876         Define appropriately based on __WORDSIZE.
1877         [struct siginfo] (__pad0): Add for explicit padding.
1878
1879         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Formatting fixes
1880         throughout.
1881
1882 2004-11-22  Ulrich Drepper  <drepper@redhat.com>
1883
1884         * dirent/dirent.h: Add nonnull attributes.
1885         * dlfcn/dlfcn.h: Likewise.
1886
1887 2004-11-20  Jakub Jelinek  <jakub@redhat.com>
1888
1889         * sysdeps/ieee754/k_standard.c: Document code 50.
1890         (__kernel_standard) <case 50>: Avoid raising div-by-zero
1891         exception again.
1892
1893 2004-11-19  H.J. Lu  <hongjiu.lu@intel.com>
1894
1895         [BZ #552]
1896         * math/libm-test.inc (tgamma_test): Update tgamma (0) and
1897         tgamma (-0).
1898         * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle |x| == 0.
1899         * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise.
1900         * sysdeps/generic/w_tgammal.c (__tgammal): Likewise.
1901         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
1902         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
1903         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
1904         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
1905         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle
1906         tgamma (0) and tgamma (-0).
1907
1908 2004-11-20  Ulrich Drepper  <drepper@redhat.com>
1909
1910         * time/tzfile.c (__tzfile_read): Avoid open for checking whether
1911         the file we already use changed.
1912
1913         * misc/syslog.c: Remove !USE_IN_LIBIO code.
1914
1915 2004-11-20  Jakub Jelinek  <jakub@redhat.com>
1916
1917         * signal/signal.h (__sysv_signal, sysv_signal, signal, bsd_signal,
1918         ssignal): Remove __nonnull attribute.
1919
1920 2004-11-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1921
1922         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: New file.
1923
1924 2004-11-20  Ulrich Drepper  <drepper@redhat.com>
1925
1926         * signal/signal.h: Add nonnull attributes.
1927
1928         * signal/signal.h: Add deprecated attributes to sigstack,
1929         sigpause, sigblock, sigsetmask, siggetmask.
1930
1931 2004-11-20  Jakub Jelinek  <jakub@redhat.com>
1932
1933         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid
1934         comma at the end of enum if __USE_BSD is not defined.
1935
1936 2004-11-19  Ulrich Drepper  <drepper@redhat.com>
1937
1938         * malloc/malloc.c (_int_malloc): Check for corruption of chunk
1939         which is about to be returned.
1940
1941         * malloc/malloc.c (_int_free): Add a few more cheap tests for
1942         corruption.
1943
1944 2004-11-17  Randolph Chung  <tausq@debian.org>
1945
1946         * sysdeps/hppa/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind
1947         annotations.
1948
1949 2004-11-18  Jakub Jelinek  <jakub@redhat.com>
1950
1951         [BZ #544]
1952         * posix/regex.h (RE_NO_SUB): New define.
1953         * posix/regex_internal.h (OP_DELETED_SUBEXP): New.
1954         (re_dfa_t): Add subexp_map.
1955         * posix/regcomp.c (struct subexp_optimize): New type.
1956         (optimize_subexps): New routine.
1957         (re_compile_internal): Call it.
1958         (re_compile_pattern): Set preg->no_sub to 1 if RE_NO_SUB.
1959         (free_dfa_content): Free subexp_map.
1960         (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes.
1961         * posix/regexec.c (re_search_internal): If subexp_map
1962         is not NULL, duplicate registers as needed.
1963         * posix/Makefile: Add rules to build and run tst-regex2.
1964         * posix/tst-regex2.c: New test.
1965         * posix/rxspencer/tests: Fix last two tests (\0 -> \1).
1966         Add some new tests for nested subexpressions.
1967
1968 2004-11-18  Ulrich Drepper  <drepper@redhat.com>
1969
1970         * libio/libio.h (_IO_FLAGS2_FORTIFY): Renamed from
1971         _IO_FLAGS2_CHECK_PERCENT_N.
1972         * debug/fprintf_chk.c: Adjust all users.
1973         * debug/printf_chk.c: Likewise.
1974         * debug/vfprintf_chk.c: Likewise.
1975         * debug/vprintf_chk.c: Likewise.
1976         * debug/vsnprintf_chk.c: Likewise.
1977         * debug/vsprintf_chk.c: Likewise.
1978         * stdio-common/vfprintf.c: Likewise.  Detect missing %N$ formats.
1979         * debug/tst-chk1.c: Test detection of missing %N$ formats.
1980
1981 2004-11-15  Jakub Jelinek  <jakub@redhat.com>
1982
1983         * posix/bug-regex24.c: Include string.h.
1984
1985         * nis/nis_clone_obj.c (nis_clone_object): Rename out3 label to out2
1986         and out2 to out.  Remove out label.  Formatting.
1987
1988 2004-11-15  Ulrich Drepper  <drepper@redhat.com>
1989
1990         * include/stdio.h: Do not mark __libc_message as noreturn.
1991         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Add loop to
1992         fool gcc.  Include <stdbool.h>.
1993         * sysdeps/posix/libc_fatal.c (__libc_fatal): Add loop to fool gcc.
1994         (__libc_message): Fix typo.
1995
1996 2004-11-13  Ulrich Drepper  <drepper@redhat.com>
1997
1998         * malloc/malloc.c (malloc_state): stat_lock_* elements need only
1999         be defined if THREAD_STATS is defined.  Remove pad0_ since it does
2000         not align with cache line sizes in general anyway.
2001
2002 2004-11-13  Jakub Jelinek  <jakub@redhat.com>
2003
2004         * elf/rtld.c (print_statistics): Avoid segfaults if not all namespaces
2005         are used.  Fix computation of num_relative_relocations on RELA
2006         architectures other than IA-64 and Alpha.
2007
2008 2004-11-13  Ulrich Drepper  <drepper@redhat.com>
2009
2010         * malloc/malloc.c (_int_free): Use munmap_chunk for handling
2011         mmaped memory.
2012
2013 2004-11-12  Ulrich Drepper  <drepper@redhat.com>
2014
2015         * malloc/malloc.c (_int_free): Remove test for NULL parameter.
2016         (_int_realloc): Call _int_free only if memory parameter is not NULL.
2017
2018         * sysdeps/unix/sysv/linux/libc_fatal.c: Add new function __libc_message
2019         which performs the printing and simple format string handling.  The
2020         string is written to tty, stderr, syslog in this order, stopping after
2021         the first successful output.
2022         (__libc_fatal): Call __libc_message.
2023         * include/stdio.h: Declare __libc_message.
2024         * malloc/malloc.c (malloc_printerr): Use __libc_message.
2025         * debug/chk_fail.c: Also print message with __libc_message.
2026         * debug/test-strcpy_chk.c: Ensure that debug messages are not printed
2027         to the terminal or stderr.
2028         * debug/tst-chk1.c: Likewise.
2029
2030         * posix/Makefile: Remove gpl2lgpl variable.
2031
2032 2004-11-12  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2033
2034         * elf/elf.h: Add 20 bit relocations R_390_*20.
2035
2036 2004-11-12  Jakub Jelinek  <jakub@redhat.com>
2037
2038         * sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h.
2039         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2040         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
2041         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
2042         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2043         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2044
2045 2004-11-12  Andreas Schwab  <schwab@suse.de>
2046
2047         * nis/ypclnt.c (ypprot_err): Fix "minor optimizations".
2048
2049 2004-11-12  Ulrich Drepper  <drepper@redhat.com>
2050
2051         * posix/Makefile (tests): Add bug-regex24.
2052         * posix/bug-regex24.c: New file.
2053
2054 2004-11-12  Paolo Bonzini  <bonzini@gnu.org>
2055
2056         * posix/regexec.c (check_dst_limits_calc_pos_1): Use the map to
2057         cut recursive paths.  Make exit condition more precise.
2058         (match_ctx_add_entry): Initialize the map.
2059         * posix/regex_internal.h (struct re_backref_cache_entry): Add a map of
2060         reachable subexpression nodes from each backreference cache entry.
2061
2062 2004-11-10  Jakub Jelinek  <jakub@redhat.com>
2063
2064         * sysdeps/unix/sysv/linux/setreuid.c: Remove sys/syscall.h,
2065         sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h
2066         includes.  Include setxid.h.  Use INLINE_SETXID_SYSCALL macro
2067         instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded
2068         snippets.
2069         * sysdeps/unix/sysv/linux/setegid.c: Likewise.
2070         * sysdeps/unix/sysv/linux/setuid.c: Likewise.
2071         * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
2072         * sysdeps/unix/sysv/linux/setgid.c: Likewise.
2073         * sysdeps/unix/sysv/linux/setresuid.c: Likewise.
2074         * sysdeps/unix/sysv/linux/setresgid.c: Likewise.
2075         * sysdeps/unix/sysv/linux/setregid.c: Likewise.
2076         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
2077         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
2078         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2079         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
2080         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2081         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2082         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2083         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
2084         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Likewise.
2085         Formatting.  Change signed int into int.
2086         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Likewise.
2087         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Likewise.
2088         * sysdeps/unix/sysv/linux/alpha/setregid.c: Likewise.
2089         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
2090         Remove.
2091         * sysdeps/unix/setxid.h: New file.
2092
2093         * Rules (binaries-static): Add xtests-static.
2094         * Makeconfig (run-program-prefix): Filter also xtests-static.
2095
2096 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu.
2097
2098         [BZ #535]
2099         * time/difftime.c: Fix a double-rounding bug on hosts with
2100         64-bit time_t and long double being IEEE double.  Also, port
2101         to more valid C99 hosts, even those that have padding bits.
2102         Don't include <values.h> since it is marked as an obsolescent
2103         interface.  Include <limits.h>, <float.h>, and <stdint.h> instead.
2104         (TYPE_BITS, TYPE_FLOATING, TYPE_SIGNED): New macros.
2105         (subtract): New static function, that works correctly without
2106         double-rounding, even on hosts with 64-bit time_t.  Also cater
2107         to hosts with padding bits.
2108         (__difftime): Use it.  Use DBL_MANT_DIG and LDBL_MANT_DIG to
2109         determine whether floating types are wide enough: the old
2110         test (which used sizeof) could in theory report the wrong results
2111         on hosts with padding bits in floating-point values.
2112
2113 2004-11-11  Simon Josefsson  <jas@extundo.com>
2114
2115         [BZ #542]
2116         * sysdeps/generic/strtok_r.c [HAVE_CONFIG_H]: Include config.h.
2117         [!_LIBC]: Include strtok_r.h (in gnulib), map __strtok_r to
2118         strtok_r and __rawmemchr to strch.
2119         (__strtok_r): Use C89 prototype.
2120         [weak_alias]: Move calls to libc_hidden_def and weak_alias into
2121         this #ifdef.
2122
2123 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
2124
2125         [BZ #541]
2126         * time/mktime.c (SHR): New macro, which is a portable
2127         substitute for >> that should work even on Crays.
2128         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
2129         Problem reported by Mark D. Baushke in
2130         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
2131
2132 2004-11-09  Paolo Bonzini  <bonzini@gnu.org>
2133
2134         * posix/regexec.c (match_ctx_free_subtops): Remove, merge into...
2135         (match_ctx_clean): ... this function.
2136         (match_ctx_free): Call match_ctx_clean.
2137
2138         * posix/regexec.c (transit_state): Remove the check for
2139         out-of-bounds buffers.
2140         (check_matching): Check here for out-of-bounds buffers.
2141         (re_search_internal): Store into match_kind a set of bits
2142         indicating which incantation of fastmap scanning must be
2143         used.  Use a switch statement instead of multiple ifs.
2144         Exit the final "for (;;)" with goto free_return unless
2145         the match succeeded, thus simplifying some conditionals.
2146
2147         * posix/regex_internal.c (re_string_reconstruct,
2148         re_string_context_at): Add several branch predictions for
2149         case-sensitive matching and no transition table being used.
2150
2151 2004-11-10  Ulrich Drepper  <drepper@redhat.com>
2152
2153         * posix/tst-waitid.c: Don't use error to print error message, they
2154         won't end up in the .out file.
2155
2156 2004-11-09  Ulrich Drepper  <drepper@redhat.com>
2157
2158         * nscd/nscd-client.h (libc_locked_map_ptr): Add new first
2159         parameter, used as class for definition.
2160         * nscd/nscd_getpw_r.c: Adjust for libc_locked_map_ptr change.
2161         (pw_map_free): Ensure no crash after memory is freed.
2162         * nscd/nscd_getgr_r.c: Likewise.  Make map externally visible.
2163         * nscd/nscd_gethst_r.c: Likewise.
2164         * nscd/nscd_getai.c: Use map from nscd_gethost.c.
2165         * nscd/nscd_initgroups.c: Use map from nscd_getgr.c.
2166
2167         * nscd/nscd_getai.c: Add some checks to detect corrupt databases.
2168         * nscd/nscd_getgr_r.c: Likewise
2169         * nscd/nscd_gethst_r.c: Likewise.
2170         * nscd/nscd_getpw_r.c: Likewise
2171
2172 2004-11-09  Jakub Jelinek  <jakub@redhat.com>
2173
2174         * posix/regcomp.c (calc_eclosure_iter): Don't access
2175         dfa->edests[node].elems[0] if dfa->edests[node].nelem == 0.
2176         * posix/rxspencer/tests: Add 5 new tests.
2177
2178 2004-11-09  Ulrich Drepper  <drepper@redhat.com>
2179
2180         * sysdeps/unix/sysv/linux/ifaddrs.c: Determine sin6_scope_id field
2181         value correctly.  Patch by Mitsuru Kanda <mk@karaba.org>.
2182
2183 2004-11-04  Jakub Jelinek  <jakub@redhat.com>
2184
2185         * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and
2186         fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir)
2187         and if successful set fp->_offset.
2188         * libio/Makefile (tests): Add bug-ungetc3.
2189         * libio/bug-ungetc3.c: New test.
2190
2191 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
2192
2193         * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol.
2194         * sysdeps/mach/hurd/_G_config.h: New file.
2195         * libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with
2196         [_G_HAVE_MREMAP].
2197
2198 2004-11-08  Ulrich Drepper  <drepper@redhat.com>
2199
2200         * posix/regcomp.c (utf8_sb_map): Define.
2201         (free_dfa_content): Don't free dfa->sb_char if it's a pointer to
2202         utf8_sb_map.
2203         (init_dfa): Use utf8_sb_map instead of initializing memory when the
2204         encoding is UTF-8.
2205
2206 2004-11-03  Paolo Bonzini  <bonzini@gnu.org>
2207
2208         * posix/regcomp.c (init_dfa): Get the codeset name outside glibc as
2209         well.  Check if it is spelled UTF8 as well as UTF-8, and check
2210         case-insensitively.  Set dfa->map_notascii manually when outside
2211         glibc.
2212         * posix/regex_internal.c (build_wcs_upper_buffer) [!_LIBC]: Enable
2213         optimizations based on map_notascii.
2214         * posix/regex_internal.h [HAVE_LANGINFO_H || HAVE_LANGINFO_CODESET
2215         || _LIBC]: Include langinfo.h.
2216
2217         * posix/regex_internal.h (struct re_backref_cache_entry): Add "more"
2218         field.
2219         * posix/regexec.c (check_dst_limits): Hoist computation of the source
2220         and destination bkref_idx out of the loop.  Pass it to
2221         check_dst_limits_calc_pos.
2222         (check_dst_limits_calc_pos_1): New function, containing the recursive
2223         loop of check_dst_limits_calc_pos; uses the "more" field of
2224         struct re_backref_cache to control the loop.
2225         (check_dst_limits_calc_pos): Store into "boundaries" the position
2226         relative to lim's start and end positions.  Do not accept eclosures,
2227         accept bkref_idx instead.  Call check_dst_limits_calc_pos_1 to do the
2228         work.
2229         (sift_states_bkref): Use the "more" field of struct re_backref_cache
2230         to control the loop.  A big "if" was turned into a continue and the
2231         function was reindented.
2232         (get_subexp): Use the "more" field of struct re_backref_cache
2233         to control the loop.
2234         (match_ctx_add_entry): Initialize the bkref_ents' "more" field.
2235         (search_cur_bkref_entry): Return -1 if out of bounds.
2236
2237         * posix/regexec.c (empty_set): Remove.
2238         (sift_states_backward): Remove cur_src variable.  Move inner loop
2239         to build_sifted_states.
2240         (build_sifted_states): Extract from sift_states_backward.  Do not
2241         use empty_set.
2242         (update_cur_sifted_state): Do not use empty_set.  Special case
2243         dest_nodes->nelem == 0.
2244
2245         * posix/regex_internal.h (struct re_backref_cache_entry): Remove flag
2246         field.
2247         (struct re_sift_context_t): Remove cur_bkref, cls_subexp_idx,
2248         check_subexp fields.  Move limits last.
2249         * posix/regexec.c (match_ctx_clear_flag): Remove.
2250         (sift_ctx_init): Remove check_subexp parameter.  Do not set removed
2251         fields.  Callers adjusted.
2252         (expand_bkref_cache): Remove last_str parameter.  Callers adjusted.
2253         (re_search_internal): Remove fast_translate variable.
2254         (update_cur_sifted_state): Pass candidates as the final parameter
2255         to sift_states_bkref.
2256         (sift_states_bkref): Change last unused parameter to be "candidates",
2257         do not fetch candidates into a local variable.
2258         Remove dead test for "node == sctx->bkref", and the cur_bkref_idx
2259         variable.
2260         Remove loops that set/reset the flag field of backref cache entries.
2261         (check_arrival_add_next_nodes): Use a signed int to hold the return
2262         value of re_node_set_insert.
2263         (group_nodes_into_DFAstates): Likewise.
2264         (match_ctx_add_entry): Do not set the flag field of the new entry.
2265
2266 2004-11-05  Roland McGrath  <roland@redhat.com>
2267
2268         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define
2269         _dl_sysinfo_dso under [NEED_DL_SYSINFO_DSO] as well.
2270         * elf/rtld.c (dl_main): Set up GLRO(dl_sysinfo_dso) under
2271         [NEED_DL_SYSINFO_DSO] as well.
2272         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Always include
2273         AT_SYSINFO and AT_SYSINFO_EHDR in name table.
2274         (_dl_sysdep_start) [NEED_DL_SYSINFO_DSO]: Match AT_SYSINFO_EHDR.
2275         * elf/dl-support.c (_dl_sysinfo_dso): Define also under
2276         [NEED_DL_SYSINFO_DSO].
2277         (_dl_aux_init) [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO]:
2278         Match AT_SYSINFO_EHDR and set GL(dl_sysinfo_dso).
2279
2280 2004-11-05  Roland McGrath  <roland@redhat.com>
2281
2282         * manual/errno.texi (Error Codes): Revert last change for now.
2283         * sysdeps/gnu/errlist.c: Regenerated.
2284
2285 2004-11-04  Roland McGrath  <roland@frob.com>
2286
2287         * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.
2288         (LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise.
2289         (LDFLAGS-rdynamic, LDFLAGS-Bsymbolic): Likewise.
2290         ($(common-objpfx)gnu/lib-names.stmp): Likewise.
2291
2292 2004-11-01  Jakub Jelinek  <jakub@redhat.com>
2293
2294         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]
2295         (elf_fpxregset_t): New type.
2296         (struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type
2297         to unsigned short int.
2298         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2299         (struct user_fpregs_struct): Fix comment.
2300         * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If
2301         __FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double.
2302         * sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h.
2303         (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to
2304         long double.
2305         * sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h.
2306         (fenv_t): Remove __mxcsr field for -m32.
2307
2308 2004-11-04  Jakub Jelinek  <jakub@redhat.com>
2309
2310         * libio/ftello.c (ftello): Don't subtract save_end - save_base
2311         if pos is _IO_pos_BAD.
2312         * libio/ftello64.c (ftello64): Likewise.
2313         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
2314         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
2315         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
2316         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
2317         * libio/ioftell.c (_IO_ftell): Likewise.
2318         Cast to long int instead of off_t when checking for overflow.
2319
2320 2004-11-04  Richard Henderson  <rth@redhat.com>
2321
2322         * sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align.
2323         (linefeed): Remove.
2324         (register_dump): Rewrite to generate into a flat buffer instead
2325         of into iovecs.
2326
2327 2004-11-02  Jakub Jelinek  <jakub@redhat.com>
2328
2329         * debug/tst-chk1.c (ret): New volatile variable.
2330         (CHK_FAIL_END): Remove redundant ret setting.
2331         (do_test): Remote ret variable.
2332
2333 2004-01-03  Paolo Bonzini  <bonzini@gnu.org>
2334
2335         * posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.
2336
2337 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
2338
2339         * sysdeps/generic/utime.c: Include <stddef.h>.
2340
2341         * sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
2342
2343         * sysdeps/generic/tempname.c (__path_search): Add missing argument
2344         TRY_TMPDIR.
2345
2346 2004-10-31  Mariusz Mazur <mmazur@kernel.pl>
2347
2348         * sysdeps/unix/sysv/linux/alpha/setregid.c: New file.
2349         * sysdeps/unix/sysv/linux/alpha/setresgid.c: New file.
2350         * sysdeps/unix/sysv/linux/alpha/setresuid.c: New file.
2351         * sysdeps/unix/sysv/linux/alpha/setreuid.c: New file.
2352
2353 2004-10-27  Derek R. Price  <derek@ximbiot.com>
2354
2355         [BZ #487] This change is imported from gnulib.
2356         * time/mktime.c (not_equal_tm) [DEBUG]: Remove redundant check.
2357
2358 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2359
2360         [BZ #473]
2361         * time/tst-mktime.c (main): Don't assume that mktime fails
2362         when given time stamps before 1970.  It returns negative
2363         time_t values instead, for compatibility with BSD.
2364
2365         * time/tst-mktime2.c: New file.
2366         * time/Makefile (tests): Add it.
2367
2368         [BZ #473] Import from gnulib.  Revamp to avoid several problems near
2369         time_t extrema, and on hosts with 64-bit time_t and 32-bit int.
2370         This fixes Debian bug 177940.
2371         * time/mktime.c (TIME_T_MIDPOINT): New macro.
2372         (ydhms_diff): Renamed from ydhms_tm_diff, with a new signature,
2373         which avoids overflow problems on hosts with 64-bit time_t and
2374         32-bit int.  All callers changed.  Now an inline function.
2375         Verify at compile-time that long int is wide enough to avoid
2376         these overflow problems.
2377         (guess_time_tm): New function.
2378         (__mktime_internal): Use it.  Avoid overflow when computing yday on
2379         hosts with 64-bit long and 32-bit int.  Remove tests for 69;
2380         no longer needed.  Use if rather than #ifdef for LEAP_SECONDS_POSSIBLE
2381         so that the code is checked by more compilers.
2382         Do not rely on floating point to probe: stick to integer arithmetic,
2383         to avoid potential porting problems.
2384         Repair potential overflow correctly in the Southern Hemisphere.
2385         (localtime_offset): Add a FIXME for the case where time_t is unsigned.
2386
2387 2004-10-30  Andreas Schwab  <schwab@suse.de>
2388
2389         * sysdeps/m68k/dl-machine.h (elf_machine_rela)
2390         (elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto
2391         instead of static.
2392
2393 2004-10-30  Andreas Schwab  <schwab@suse.de>
2394
2395         * sysdeps/unix/sysv/linux/waitid.c: Include <stddef.h> for NULL.
2396
2397 2004-10-30  Ulrich Drepper  <drepper@redhat.com>
2398
2399         * malloc/malloc.c (_int_free): Use unique comments for the error
2400         cases.
2401
2402 2004-10-28  Roland McGrath  <roland@frob.com>
2403
2404         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_fork): Use i386_thread_state
2405         instead of machine_thread_state.
2406
2407 2004-10-28  Roland McGrath  <roland@redhat.com>
2408
2409         * sysdeps/unix/sysv/linux/syscalls.list: Remove setaltroot.
2410
2411 2004-10-28  Ulrich Drepper  <drepper@redhat.com>
2412
2413         * elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script.
2414
2415 2004-10-27  Ulrich Drepper  <drepper@redhat.com>
2416
2417         * elf/dl-load.c (_dl_map_object): Use cache_rpath to check for
2418         existing rpath in main executable, not explicit test.
2419
2420 2004-10-27  Jakub Jelinek  <jakub@redhat.com>
2421
2422         * include/resolv.h (_res_opcodes): New extern.
2423         Add libresolv_hidden_proto.
2424         * resolv/res_debug.c (_res_opcodes): Remove.
2425         (__p_class_syms, __p_type_syms): Add libresolv_hidden_proto
2426         and libresolv_hidden_data_def.  Remove attribute_hidden.
2427         * resolv/res_mkquery (_res_opcodes): Remove.
2428         * resolv/res_data.c (_res_opcodes): Remove attribute_hidden.
2429         Add libresolv_hidden_data_def.
2430
2431 2004-10-27  Ulrich Drepper  <drepper@redhat.com>
2432
2433         * elf/dl-open.c (_dl_open): Don't allow explicitly opening a DSO
2434         into an empty namespace.
2435
2436         * elf/dl-fini.c (_dl_fini): Fix search for map in maps array.
2437         Reverse order of namespaces.
2438         * elf/Makefile: Add rules to build and run tst-dlmopen3.
2439         * elf/tst-dlmopen3.c: New file.
2440         * elf/tst-dlmopen1mod.c: Add check whether constructor runs.
2441
2442 2004-10-27  Jakub Jelinek  <jakub@redhat.com>
2443
2444         * sysdeps/generic/glob.c (globfree): Clear gl_pathv after freeing it.
2445         * posix/Makefile: Add rules to build and run bug-glob2 test.
2446         * posix/bug-glob2.c: New test.
2447
2448 2004-10-27  Roland McGrath  <roland@frob.com>
2449
2450         * sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro.
2451         (_hurd_tls_init): Use it.
2452         (_hurd_tls_fork): New function.
2453         * sysdeps/mach/hurd/fork.c (__fork) [USE_TLS]: Call it.
2454
2455 2004-10-26  Roland McGrath  <roland@frob.com>
2456
2457         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb.
2458
2459 2004-10-26  Jakub Jelinek  <jakub@redhat.com>
2460
2461         * sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t
2462         type instead of uint16_t.  Formatting.
2463
2464 2004-10-25  Roland McGrath  <roland@redhat.com>
2465
2466         * login/openpty.c (openpty): Add libutil_hidden_def.
2467
2468         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to
2469         either libc_hidden_def or libnss_files_hidden_def, not hidden_def.
2470         This file is also compiled into libnss_hesiod by #include.
2471
2472 2004-10-25  Roland McGrath  <roland@frob.com>
2473
2474         * sysdeps/unix/bsd/hp: Directory and all files removed.
2475         These are now in the ports repository.
2476         * sysdeps/unix/bsd/osf: Likewise.
2477         * sysdeps/unix/bsd/sequent: Likewise.
2478         * sysdeps/unix/bsd/sony: Likewise.
2479         * sysdeps/unix/bsd/ultrix4: Likewise.
2480         * sysdeps/unix/sysv/aix: Likewise.
2481         * sysdeps/unix/sysv/hpux: Likewise.
2482         * sysdeps/unix/sysv/irix4: Likewise.
2483         * sysdeps/unix/sysv/isc2.2: Likewise.
2484         * sysdeps/unix/sysv/minix: Likewise.
2485         * sysdeps/unix/sysv/sco3.2.4: Likewise.
2486         * sysdeps/unix/sysv/sco3.2: Likewise.
2487         * sysdeps/unix/sysv/sysv4: Likewise.
2488
2489         * configure.in (ASM_LINE_SEP): Move this setting to ...
2490         * sysdeps/hppa/configure.in: ... here, new file.
2491         * sysdeps/hppa/configure: New generated file.
2492         * configure: Regenerated.
2493
2494 2004-10-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2495
2496         * sysdeps/sh/dl-machine.h: Include sysdep.h.
2497         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add CFI directives.
2498         (elf_machine_runtime_setup): Add always_inline attribute.
2499         (_dl_start_user): Pass the correct environ.
2500         (elf_machine_rela): Replace static inline by auto inline, add
2501         always_inline attribute.
2502         (elf_machine_rela_relative): Likewise.
2503         (elf_machine_lazy_rel): Likewise.
2504
2505 2004-10-24  Ulrich Drepper  <drepper@redhat.com>
2506
2507         * nis/nis_call.c: Pretty printing.  Minor cleanups.
2508         * nis/nis_addmember.c (nis_addmember): Add assert to check buffer
2509         bounds.
2510
2511         * resolv/nss_dns/dns-host.c: Avoid using PLTs.
2512         * include/libc-symbols.h: Define hidden attribute macros for
2513         libnss_nisplus and libutil.
2514         * include/utmp.h: Add libutil_hidden_proto for login_tty.
2515         * login/login_tty.c: Add libutil_hidden_def.
2516         * nis/nisplus-parser.h: Add libnss_nisplus_hidden_proto for parsers.
2517         * nis/nss_nisplus/nisplus-parser.c: Add libnss_nisplus_hidden_def.
2518         * include/pty.h: New file.
2519         * include/rpcsvc/yp.h: New file.
2520         * include/rpcsvc/ypclnt.h: New file.
2521         * include/rpcsvc/ypupd.h: New file.
2522         * include/libc-symbols.h: Define hidden attribute macros for libnsl.
2523         * include/rpcsvc/nislib.h: Use libnsl_hidden_proto for various
2524         functions.
2525         * nis/nis_add.c: Add libnsl_hidden_def.  Minor optimizations.
2526         * nis/nis_call.c: Likewise.
2527         * nis/nis_clone_obj.c: Likewise.
2528         * nis/nis_defaults.c: Likewise.
2529         * nis/nis_domain_of_r.c: Likewise.
2530         * nis/nis_error.c: Likewise.
2531         * nis/nis_file.c: Likewise.
2532         * nis/nis_free.c: Likewise.
2533         * nis/nis_local_names.c: Likewise.
2534         * nis/nis_lookup.c: Likewise.
2535         * nis/nis_modify.c: Likewise.
2536         * nis/nis_print.c: Likewise.
2537         * nis/nis_remove.c: Likewise.
2538         * nis/nis_subr.c: Likewise.
2539         * nis/nis_table.c: Likewise.
2540         * nis/nis_util.c: Likewise.
2541         * nis/yp_xdr.c: Likewise.
2542         * nis/ypclnt.c: Likewise.
2543         * nis/ypupdate_xdr.c: Likewise.
2544
2545         * resolv/res_send.c (send_dg): Cope with failures.
2546
2547         * include/libc-symbols.h: Define hidden attribute macros for
2548         libnss_files.
2549         * include/netdb.h: Use libnss_files_hidden_proto for the parsers
2550         defined in libnss_files, not libc_hidden_proto.
2551         * include/netinet/ether.h: Likewise.
2552         * include/rpc/netdb.h: Likewise.
2553         * nss/nss_files/files-parse.c: Use hidden_def in parser definitions
2554         instead of libc_hidden_def.
2555         * nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to
2556         _nss_netgroup_parseline definition.
2557
2558 2004-10-23  Roland McGrath  <roland@frob.com>
2559
2560         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early
2561         after an RPC succeeds.
2562
2563         * sysdeps/vax, sysdeps/unix/bsd/vax: Directories and all files removed.
2564         These are now in the ports repository.
2565         * sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise.
2566         * sysdeps/cris, sysdeps/unix/sysv/linux/cris: Likewise.
2567         * sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k: Likewise.
2568         * sysdeps/standalone, sysdeps/z8000: Likewise.
2569
2570 2004-10-23  Ulrich Drepper  <drepper@redhat.com>
2571
2572         * resolv/res_send.c (send_dg): Combine write and read to socket
2573         into one loop.
2574
2575 2004-10-22  Roland McGrath  <roland@frob.com>
2576
2577         * Makefile (%.bz2, %.gz): Move these pattern rules ...
2578         * Makerules: ... to here.
2579
2580 2001-10-31  Alexandre Oliva  <aoliva@redhat.com>
2581
2582         * elf/elf.h: Add R_MN10300_* relocation numbers.
2583
2584 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2585
2586         [BZ #471] Fix imported from gnulib.
2587         * time/mktime.c (leapyear, ydms_tm_diff): Year is of type
2588         long int, not int, to avoid problems when tm_year == INT_MAX
2589         and tm_mon > 12.
2590         (__mktime_intenral): Compute year using long int arithmetic,
2591         not int arithmetic, to avoid problems on hosts where time_t
2592         and long are 64 bits but int is 32.
2593
2594         [BZ #468] Import a fix from gnulib.
2595         * time/mktime.c [! DEBUG]: Do not include <string.h>.
2596         It's needed only if DEBUG is nonzero.
2597
2598         [BZ #470] Import fix from gnulib.
2599         * time/mktime.c [!_LIBC] (__mktime_internal): Define to
2600         mktime_internal, to avoid clashes with any __mktime_internal
2601         function defined in the standard library.
2602
2603         [BZ #469] Imported from gnulib.
2604         * time/mktime.c (__isleap): Remove; all uses replaced by:
2605         (leapyear): New function, which avoids overflow by not adding
2606         1900 to year before testing whether it is a leap year.
2607
2608         [BZ #472] Imported from gnulib.
2609         * time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX;
2610         no longer used.
2611
2612 2004-10-22  Ulrich Drepper  <drepper@redhat.com>
2613
2614         * resolv/res_send.c: Remove compatibility code which is unused in
2615         glibc and probably bitrotten.
2616
2617         * debug/execinfo.h: Remove __THROW from backtrace prototype.
2618
2619 2004-10-22  Jakub Jelinek  <jakub@redhat.com>
2620
2621         * sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions.
2622         * sysdeps/i386/backtrace.c: Include <bits/libc-lock.h>, <dlfcn.h>,
2623         <stdlib.h> and <unwind.h>.  Remove <bp-checks.h> include.
2624         (struct trace_arg): New type.
2625         (unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New
2626         fn pointers resp. macros.
2627         (init, backtrace_helper): New functions.
2628         (__backtrace): Rewritten to use _Unwind_Backtrace first and fall
2629         back to frame pointer walking.
2630
2631 2004-10-22  Ulrich Drepper  <drepper@redhat.com>
2632
2633         * sysdeps/unix/sysv/linux/Versions: Things are still in flux, it
2634         seems.  Undo last additions.
2635
2636 2004-10-21  Ulrich Drepper  <drepper@redhat.com>
2637
2638         * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno
2639         values.
2640
2641 2004-10-20  Roland McGrath  <roland@redhat.com>
2642
2643         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also
2644         $(config-sysdirs) for shlib-versions files.
2645
2646         * Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with
2647         use of ...
2648         * scripts/soversions.awk: ... this new file.  Collect lib info and
2649         match any DEFAULT line before emitting anything, so DEFAULT can come
2650         later in the concatenation of shlib-versions files.
2651
2652         * manual/errno.texi (Error Codes): Add ENOKEY, EKEYEXPIRED,
2653         EKEYREVOKED, EKEYREJECTED.
2654         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.3.4): New errlist.
2655         * sysdeps/gnu/errlist.c: Regenerated
2656
2657         * sysdeps/gnu/errlist-compat.awk: Don't bail if Versions gives a count
2658         higher than ERR_MAX reports.  Instead, emit a #define ERR_MAX.
2659         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.h): New target.
2660         (generated): Add errlist-compat.h.
2661         * sysdeps/gnu/errlist.awk: Make output #include <errlist-compat.h> to
2662         define ERR_MAX and use that for table size.
2663
2664 2004-10-20  Ulrich Drepper  <drepper@redhat.com>
2665
2666         * sysdeps/unix/sysv/linux/syscalls.list: Add entries for setaltroot,
2667         key_add, key_request, and keyctl syscalls.
2668         * sysdeps/unix/sysv/linux/Versions: Export them.
2669
2670 2004-10-19  Roland McGrath  <roland@frob.com>
2671
2672         * sysdeps/mach/readonly-area.c: New file.
2673
2674 2004-10-19  Ulrich Drepper  <drepper@redhat.com>
2675
2676         * elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state.
2677         * elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def.
2678         * sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as
2679         hidden but use rtld_hidden_proto.
2680
2681 2004-10-19  Alfred M. Szmidt  <ams@gnu.org>
2682
2683         * sysdeps/generic/readonly-area.c (__readonly_str): Renamed to ...
2684         (__readonly_area): ... this.
2685
2686 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
2687
2688         * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking
2689         destlen only every 4 bytes.
2690
2691 2004-10-19  Ulrich Drepper  <drepper@redhat.com>
2692
2693         * nss/getent.c (hosts_keys): Let inet_pton decide whether the
2694         string is an address or not.
2695
2696 2004-10-19  Jakub Jelinek  <jakub@redhat.com>
2697
2698         * elf/dl-addr.c (_dl_addr): Don't look at STT_TLS symbols.
2699         Use DL_SYMBOL_ADDRESS to set dli_saddr.
2700
2701         * debug/Makefile (catchsegv): Prefix $LIB with a backslash.
2702
2703 2004-10-19  Ulrich Drepper  <drepper@redhat.com>
2704
2705         * debug/Makefile ($(objpfx)catchsegv): To support multilib
2706         platforms, use $LIB in path to slibdir.
2707
2708 2004-10-19  Jakub Jelinek  <jakub@redhat.com>
2709
2710         * debug/catchsegv.sh: Update copyright year.
2711         Use mktemp to create segv_output file.
2712
2713 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
2714
2715         * elf/dl-libc.c (__libc_dlsym_private, __libc_register_dl_open_hook):
2716         New functions.
2717         (__libc_dlopen_mode): Call __libc_register_dl_open_hook and
2718         __libc_register_dlfcn_hook.
2719         * dlfcn/Makefile (routines, elide-routines.os): Set.
2720         Add rules to build and test tststatic2.
2721         * dlfcn/tststatic2.c: New test.
2722         * dlfcn/modstatic2.c: New test module.
2723         * dlfcn/dladdr.c: Call _dlfcn_hook from libdl.so if not NULL.
2724         Define __ prefixed routine in libc.a and in libdl.a just call it.
2725         * dlfcn/dladdr1.c: Likewise.
2726         * dlfcn/dlclose.c: Likewise.
2727         * dlfcn/dlerror.c: Likewise.
2728         * dlfcn/dlinfo.c: Likewise.
2729         * dlfcn/dlmopen.c: Likewise.
2730         * dlfcn/dlopen.c: Likewise.
2731         * dlfcn/dlopenold.c: Likewise.
2732         * dlfcn/dlsym.c: Likewise.
2733         * dlfcn/dlvsym.c: Likewise.
2734         * dlfcn/sdladdr.c: New file.
2735         * dlfcn/sdladdr1.c: New file.
2736         * dlfcn/sdlclose.c: New file.
2737         * dlfcn/sdlerror.c: New file.
2738         * dlfcn/sdlinfo.c: New file.
2739         * dlfcn/sdlopen.c: New file.
2740         * dlfcn/sdlsym.c: New file.
2741         * dlfcn/sdlvsym.c: New file.
2742         * dlfcn/Versions (libdl): Export _dlfcn_hook@GLIBC_PRIVATE.
2743         * include/dlfcn.h (DL_CALLER_DECL, DL_CALLER RETURN_ADDRESS): Define.
2744         (struct dlfcn_hook): New type.
2745         (_dlfcn_hook): New extern decl.
2746         (__dlopen, __dlclose, __dlsym, __dlerror, __dladdr, __dladdr1,
2747         __dlinfo, __dlmopen, __libc_dlsym_private,
2748         __libc_register_dl_open_hook, __libc_register_dlfcn_hook): New
2749         prototypes.
2750         (__dlvsym): Use DL_CALLER_DECL.
2751         * include/libc-symbols.h: Define libdl_hidden_proto and friends.
2752
2753         * malloc/arena.c (_dl_open_hook): Extern decl.
2754         (ptmalloc_init): Don't call _dl_addr when dlopened from statically
2755         linked programs but don't use brk for them either.
2756
2757 2004-10-18  Roland McGrath  <roland@redhat.com>
2758
2759         * dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.
2760
2761 2004-10-18  Ulrich Drepper  <drepper@redhat.com>
2762
2763         * elf/dl-open.c (dl_open_worker): Avoid dereferencing map in
2764         statically linked code if there might none be found.
2765
2766 2004-10-06  Maciej W. Rozycki  <macro@mips.com>
2767
2768         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2769         (__SYSCALL_CLOBBERS): Add "memory".
2770         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2771         (__SYSCALL_CLOBBERS): Likewise.
2772         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2773         (__SYSCALL_CLOBBERS): Likewise.
2774
2775 2004-10-17  Ulrich Drepper  <drepper@redhat.com>
2776
2777         * include/libc-symbols.h: Define libresolv_hidden_proto and friends.
2778         * include/resolv.h: Add libresolv_hidden_proto for symbols defined,
2779         used, and exported in libresolv.
2780         * resolv/base64.c: Add libresolv_hidden_def.
2781         * resolv/gethnamaddr.c: Likewise.
2782         * resolv/ns_name.c: Likewise.
2783         * resolv/ns_netint.c: Likewise.
2784         * resolv/res_comp.c: Likewise.
2785         * resolv/res_data.c: Likewise.
2786         * resolv/res_debug.c: Likewise.
2787         * resolv/res_mkquery.c: Likewise.
2788         * resolv/res_query.c: Likewise.
2789         * resolv/res_send.c: Likewise.
2790
2791 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
2792
2793         * elf/dl-minimal.c (__chk_fail): New.  Add rtld_hidden_def.
2794         * sysdeps/unix/sysv/linux/readonly-area.c: New file.
2795         * sysdeps/i386/i686/memmove.S (__memmove_chk): Add checking
2796         routine.
2797         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Likewise.
2798         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
2799         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
2800         * sysdeps/i386/i686/memmove-chk.S: New file.
2801         * sysdeps/i386/i686/memcpy-chk.S: Likewise.
2802         * sysdeps/i386/i686/mempcpy-chk.S: Likewise.
2803         * sysdeps/i386/i686/memset-chk.S: Likewise.
2804         * sysdeps/generic/strcat-chk.c (__strcat_chk): Don't __chk_fail
2805         if exactly fitting into buffer.
2806         * sysdeps/generic/strncat-chk.c (__strncat_chk): Likewise.
2807         * sysdeps/generic/readonly-area.c: New file.
2808         * sysdeps/generic/strncpy-chk.c (__strncpy_chk): Only test
2809         destlen once.
2810         * sysdeps/x86_64/memset.S (__memset_chk): Add checking routine.
2811         * sysdeps/x86_64/memcpy.S (__memcpy_chk): Likewise.
2812         * sysdeps/x86_64/mempcpy.S (__memcpy_chk): Define to __mempcpy_chk.
2813         * sysdeps/x86_64/memcpy-chk.S: New file.
2814         * sysdeps/x86_64/mempcpy-chk.S: Likewise.
2815         * sysdeps/x86_64/memset-chk.S: Likewise.
2816         * sysdeps/x86_64/strcpy-chk.S: Likewise.
2817         * sysdeps/x86_64/stpcpy-chk.S: Likewise.
2818         * argp/argp-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
2819         * argp/argp-fs-xinl.c (__OPTIMIZE__): Likewise.
2820         * debug/tst-chk1.c: New test.
2821         * debug/tst-chk2.c: Likewise.
2822         * debug/tst-chk3.c: Likewise.
2823         * debug/test-strcpy_chk.c: Likewise.
2824         * debug/test-stpcpy_chk.c: Likewise.
2825         * debug/vsprintf_chk.c (__vsprintf_chk): If flags > 0, request
2826         _IO_FLAGS2_CHECK_PERCENT_N.  Add libc_hidden_def.
2827         * debug/Makefile (routines): Add printf_chk, fprintf_chk, vprintf_chk,
2828         vfprintf_chk, gets_chk and readonly-area.
2829         (CFLAGS-*_chk.c): Set.
2830         (tests): Add tst-chk1, tst-chk2, tst-chk3, test-strcpy_chk and
2831         test-stpcpy_chk.
2832         * debug/vprintf_chk.c: New file.
2833         * debug/printf_chk.c: Likewise.
2834         * debug/vfprintf_chk.c: Likewise.
2835         * debug/fprintf_chk.c: Likewise.
2836         * debug/gets_chk.c: Likewise.
2837         * debug/chk_fail.c (__chk_fail): Add libc_hidden_def.
2838         * debug/snprintf_chk.c (__snprintf_chk): Fix order of arguments
2839         passed to __vsnprintf_chk.
2840         * debug/Versions (libc): Export __printf_chk, __fprintf_chk,
2841         __vprintf_chk, __vfprintf_chk and __gets_chk @GLIBC_2.3.4.
2842         * debug/vsnprintf_chk.c (__vsnprintf_chk): Don't call
2843         __vsnprintf, instead create a temporary file with
2844         _IO_strn_jumps jumptable.  If flags > 0, request
2845         _IO_FLAGS2_CHECK_PERCENT_N.  Add libc_hidden_def.
2846         * libio/Makefile (headers): Add bits/stdio2.h.
2847         * libio/stdio.h: Include <bits/stdio2.h> if __USE_FORTIFY_LEVEL.
2848         (sprintf, snprintf, vsprintf, vsnprintf): Remove defines.
2849         * libio/strfile.h (_IO_strnfile): New type.
2850         (_IO_strn_jumps): New extern.
2851         * libio/vsnprintf.c (_IO_strnfile): Remove.
2852         (_IO_strn_jumps): Remove static.
2853         * libio/bits/stdio2.h: New file.
2854         * libio/vswprintf.c (_IO_strnfile): Rename type to...
2855         (_IO_wstrnfile): ...this.  Adjust all uses.
2856         * libio/libio.h (_IO_FLAGS2_CHECK_PERCENT_N): Define.
2857         * stdio-common/vfprintf.c (STR_LEN): Define.
2858         (vfprintf): Add readonly_format variable.
2859         Handle _IO_FLAGS2_CHECK_PERCENT_N.
2860         (buffered_vfprintf): Copy _flags2.
2861         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
2862         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
2863         __vfprintf_chk): New prototypes.
2864         (__vsprintf_chk, __vsnprintf_chk): Add libc_hidden_proto.
2865         * include/string.h (__memcpy_chk, __memmove_chk, __mempcpy_chk,
2866         __memset_chk, __strcpy_chk, __stpcpy_chk, __strncpy_chk, __strcat_chk,
2867         __strncat_chk): New prototypes.
2868         * include/bits/string3.h: New file.
2869         * include/sys/cdefs.h (__chk_fail): Add libc_hidden_proto
2870         and rtld_hidden_proto.
2871         * string/Makefile (headers): Add bits/string3.h.
2872         * string/bits/string3.h (bcopy, bzero): New defines.
2873         (memset, memcpy, memmove, strcpy, strncpy, strcat, strncat): Change
2874         macros so that inlines are used only if unknown destination size
2875         or side-effects in destination argument.
2876         (mempcpy, stpcpy): Likewise.  Protect with #ifdef __USE_GNU.
2877
2878 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
2879
2880         * debug/Makefile (routines): Add *_chk.
2881         * debug/Versions (libc): Export __chk_fail, __memcpy_chk,
2882         __memmove_chk, __mempcpy_chk, __memset_chk, __stpcpy_chk,
2883         __strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
2884         __sprintf_chk, __vsprintf_chk, __snprintf_chk, __vsnprintf_chk
2885         @GLIBC_2.3.4.
2886         * debug/chk_fail.c: New file.
2887         * debug/snprintf_chk.c: Likewise.
2888         * debug/sprintf_chk.c: Likewise.
2889         * debug/vsnprintf_chk.c: Likewise.
2890         * debug/vsprintf_chk.c: Likewise.
2891         * include/features.h (_FORTIFY_SOURCE): Document, handle.
2892         (__USE_FORTIFY_LEVEL): Define.
2893         (__GNUC_PREREQ): Move to earlier location.
2894         * include/sys/cdefs.h (__chk_fail): New prototype.
2895         * libio/bits/stdio.h (sprintf, vsprintf, snprintf, vsnprintf):
2896         Define if __USE_FORTIFY_LEVEL.
2897         * misc/sys/cdefs.h (__bos, __bos0): Define.
2898         * string/string.h: Include <bits/string3.h> if __USE_FORTIFY_LEVEL.
2899         * bits/string/string3.h: New header.
2900         * sysdeps/generic/memcpy_chk.c: New file.
2901         * sysdeps/generic/memmove_chk.c: Likewise.
2902         * sysdeps/generic/mempcpy_chk.c: Likewise.
2903         * sysdeps/generic/memset_chk.c: Likewise.
2904         * sysdeps/generic/stpcpy_chk.c: Likewise.
2905         * sysdeps/generic/strcat_chk.c: Likewise.
2906         * sysdeps/generic/strcpy_chk.c: Likewise.
2907         * sysdeps/generic/strncat_chk.c: Likewise.
2908         * sysdeps/generic/strncpy_chk.c: Likewise.
2909
2910 2004-10-17  Roland McGrath  <roland@frob.com>
2911
2912         * manual/memory.texi (Page Lock Functions): Typo fix.
2913         Reported by Carlos Maziero <maziero@ppgia.pucpr.br>
2914
2915 2004-10-16  Alfred M. Szmidt  <ams@kemisten.nu>
2916
2917         * sysdeps/mach/hurd/Makefile (link-libc-static): Use
2918         `$(static-gnulib') instead of `$(gnulib)'.
2919
2920 2004-10-17  Ulrich Drepper  <drepper@redhat.com>
2921
2922         * sunrpc/rpc_clntout.c: Avoid including rcsid into binary.
2923         * sunrpc/rpc_cout.c: Likewise.
2924         * sunrpc/rpc_hout.c: Likewise.
2925         * sunrpc/rpc_main.c: Likewise.
2926         * sunrpc/rpc_parse.c: Likewise.
2927         * sunrpc/rpc_sample.c: Likewise.
2928         * sunrpc/rpc_scan.c: Likewise.
2929         * sunrpc/rpc_svcout.c: Likewise.
2930         * sunrpc/rpc_tblout.c: Likewise.
2931         * sunrpc/rpc_util.c: Likewise.
2932
2933 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
2934
2935         * sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6,
2936         POPARGS_6, _PUSHARGS_6, _DOARGS_6, _POPARGS_6): Define.
2937         * sysdeps/unix/sysv/linux/i386/syscall.S (syscall): Handle 6 argument
2938         syscalls.
2939
2940 2004-10-15  Ulrich Drepper  <drepper@redhat.com>
2941
2942         * nscd/nscd.h (_PATH_NSCD_PASSWD_DB): Move to /var/db.
2943         (_PATH_NSCD_GROUP_DB): Likewise.
2944         (_PATH_NSCD_HOSTS_DB): Likewise.
2945         (_PATH_NSCD_XYZ_DB_TMP): New #define, point to /var/run.
2946         * nscd/connections.c (nscd_init): Non-persistent database files
2947         are created with the _PATH_NSCD_XYZ_DB_TMP path.
2948         * nscd/nscd.init: Create /var/db/nscd if necessary.
2949
2950 2004-10-15  Richard Henderson  <rth@redhat.com>
2951
2952         * sysdeps/unix/sysv/linux/alpha/register-dump.h: New file.
2953         * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (SIGCONTEXT): Add
2954         _code argument, pass sigcontext by pointer.
2955         (SIGCONTEXT_EXTRA_ARGS): Likewise.
2956         (GET_PC, GET_FRAME, GET_STACK): Expect ctx as pointer.
2957
2958 2004-10-14  Richard Henderson  <rth@redhat.com>
2959
2960         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
2961         elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto
2962         instead of static.
2963
2964         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype
2965         style definition.
2966         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If
2967         __ASSUME_TIMEVAL64, define __adjtime directly rather than
2968         via strong_alias.
2969
2970 2004-10-14  Ulrich Drepper  <drepper@redhat.com>
2971
2972         * nscd/Makefile: When using compilers without -fpie support, also
2973         link with -lselinux if necessary.
2974         Patch by Arkadiusz Miskiewicz <arekm@pld-linux.org>.
2975
2976         * nscd/connections.c (nscd_init): Remove file if not persistent
2977         and not shared.  Patch by Jerome Borsboom <j.borsboom@erasmusmc.nl>.
2978
2979 2004-10-14  Jakub Jelinek  <jakub@redhat.com>
2980
2981         * sysdeps/unix/sysv/linux/i386/setresuid.c: Handle
2982         defined __NR_setresuid32 && !defined __NR_setresuid.
2983         * sysdeps/unix/sysv/linux/i386/setresgid.c: Handle
2984         defined __NR_setresgid32 && !defined __NR_setresgid.
2985
2986         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
2987         __signbitl, sqrtf, sqrt, sqrtl, fdim, fdimf): Use __NTH macro.
2988
2989         * sysdeps/generic/errno-loc.c: Don't undef #errno
2990         if RTLD_PRIVATE_ERRNO.
2991         * include/errno.h (__errno_location): If RTLD_PRIVATE_ERRNO,
2992         add attribute_hidden.
2993
2994         * dlfcn/dlinfo.c (dlinfo_doit): Replace iteration over GL(dl_loaded)
2995         chain with iteration over all namespaces' _ns_loaded chains.
2996         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_preferred_address):
2997         Likewise.
2998         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.
2999
3000         * elf/rtld.c (_dl_start): Fix one last dl_loaded.
3001         * elf/dl-load.c (_dl_map_object_from_fd): Avoid definition of
3002         label when it is not needed.
3003         * elf/dl-close.c (_dl_close): Typo: & -> &&.
3004
3005 2004-10-12  Jakub Jelinek  <jakub@redhat.com>
3006
3007         * sysdeps/generic/segfault.c: Include alloca.h and stdint.h.
3008         Don't include frame.h.
3009         (CURRENT_STACK_FRAME, INNER_THAN, ADVANCE_STACK_FRAME): Remove.
3010         (catch_segfault): Use backtrace function.
3011
3012         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Fix comment.
3013         * sysdeps/unix/sysv/linux/ia64/register-dump.h: New file.
3014         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h (GET_PC): Return sc_ip
3015         field.
3016
3017 2004-10-13  Ulrich Drepper  <drepper@redhat.com>
3018
3019         Add support for namespaces in the dynamic linker.
3020         * dlfcn/Makefile (libdl-routines): Add dlmopen.
3021         * dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen.
3022         * dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM.
3023         Declare dlmopen.  Document RTLD_DI_LMID.
3024         * dlfcn/dlinfo.c: Handle RTLD_DI_LMID.
3025         * dlfcn/dlmopen.c: New file.
3026         * dlfcn/dlopen.c: Pass new parameter to _dl_open.
3027         * dlfcn/dlopenold.c: Likewise.
3028         * elf/dl-addr.c: Adjust for removal of GL(dl_loaded).
3029         * elf/dl-caller.c: Likewise.
3030         * elf/dl-close.c: Likewise.
3031         * elf/dl-conflict.c: Likewise.
3032         * elf/dl-debug.c: Likewise.
3033         * elf/dl-lookup.c: Likewise.
3034         * elf/dl-sym.c: Likewise.
3035         * elf/dl-version.c: Likewise.
3036         * elf/do-lookup.h: Likewise.
3037         * elf/rtld.c: Likewise.
3038         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
3039         * elf/dl-depsc: Likewise.  Add new parameter to _dl_map_object.
3040         * elf/dl-fini.c: Call destructors in all namespaces.
3041         * elf/dl-iteratephdr.c: Compute total nloaded.  Adjust for removal of
3042         GL(dl_loaded).
3043         * elf/dl-libc.c: Pass new parameter to _dl_open.  Adjust for removal
3044         of GL(dl_loaded).
3045         * elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second
3046         time.  Reuse the one from the main namespace in all others.
3047         Pass new parameter to _dl_new_object.
3048         Adjust for removal of GL(dl_loaded).
3049         * elf/dl-object.c: Take new parameter.  Use it to initialize l_ns.
3050         Adjust for removal of GL(dl_loaded).
3051         * elf/dl-open.c (_dl_open): Take new parameter.
3052         Adjust for removal of GL(dl_loaded).
3053         * elf/dl-support.c: Replace global _dl_loaded etc variables with
3054         _dl_ns variable.
3055         * include/dlfcn.h: Adjust prototype of _dl_open.
3056         Define __LM_ID_CALLER.
3057         * include/link.h: Add l_real, l_ns, and l_direct_opencount elements.
3058         * sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS.  Since libc is
3059         using TLS we need memory appropriate to the number of namespaces.
3060         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded,
3061         _dl_nloaded, _dl_global_scope, _dl_main_searchlist, and
3062         _dl_global_scope_alloc with _dl_ns element.  Define DL_NNS.
3063         Adjust prototypes of _dl_map_object and member in rtld_global_ro.
3064         * malloc/malloc.c: Include <dlfcn.h>.
3065         * malloc/arena.c (ptmalloc_init): If libc is not in primary namespace,
3066         never use brk.
3067         * elf/Makefile: Add rules to build and run tst-dlmopen1 and
3068         tst-dlmopen2.
3069         * elf/tst-dlmopen1.c: New file.
3070         * elf/tst-dlmopen1mod.c: New file.
3071         * elf/tst-dlmopen2.c: New file.
3072
3073         * elf/dl-close.c: Improve reference counting by tracking direct loads.
3074         * elf/dl-lookup.c (add_dependency): Likewise.
3075         * elf/dl-open.c (dl_open_worker): Likewise.
3076         * elf/rtld.c (dl_main): Likewise.
3077
3078 2004-09-09  GOTO Masanori  <gotom@debian.or.jp>
3079
3080         [BZ #77]
3081         * elf/dl-close.c: Count down l_opencount to check not only for
3082         l_reldeps, but also l_initfini.
3083
3084 2004-10-13  Ulrich Drepper  <drepper@redhat.com>
3085
3086         * elf/dl-close.c (_dl_close): Update bug reporting instructions.
3087
3088 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
3089
3090         * timezone/asia: Update from tzdata2004e.
3091         * timezone/southamerica: Likewise.
3092         * timezone/private.h: Update from tzcode2004e.
3093         * timezone/zdump.c: Likewise.
3094
3095         * stdio-common/vfscanf.c: Add support for reading localized
3096         digits.  Patch mainly by Hamed Malek <hamed@bamdad.org>.
3097
3098         * resolv/res_init.c (res_thread_freeres): Reset _res.options.
3099         [BZ #434]
3100
3101         * resolv/res_send.c (send_dg): Use nonblocking sockets.  Add
3102         appropriate poll/select calls and restart operation if necessary.
3103         Also handle EINTR.
3104
3105         * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
3106         for debugging.
3107
3108         * elf/dl-sym.c (do_sym): Avoid using global variable.
3109
3110         * elf/dl-addr.c (_dl_addr): Really use match everywhere.
3111
3112 2004-10-09  Andreas Schwab  <schwab@suse.de>
3113
3114         * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Remove use of cast as
3115         lvalue.
3116
3117         * sysdeps/m68k/fpu/bits/mathinline.h: Remove __THROW from inline
3118         definitions.
3119
3120 2004-10-07  Andreas Schwab  <schwab@suse.de>
3121
3122         * misc/sys/uio.h: Change __vector to __iovec to avoid clash with
3123         altivec.
3124
3125 2004-10-06  Alan Modra  <amodra@bigpond.net.au>
3126
3127         * gmon/Makefile (CFLAGS-mcount.c): Move before inclusion of "Rules".
3128         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-mcount.c): Add
3129         -msoft-float.
3130         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): New macros.
3131         (CALL_MCOUNT): Replace with a gas macro implementation.
3132         (EALIGN): Delete PROF version.
3133         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Invoke CALL_MCOUNT.
3134         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Likewise.
3135         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
3136         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3137         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
3138         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
3139         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
3140         * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
3141         * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
3142         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
3143         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
3144         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
3145         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise.
3146         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise.
3147         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3148         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
3149         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
3150         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
3151         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
3152         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
3153         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
3154         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
3155         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
3156         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
3157         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
3158         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
3159         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
3160
3161         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add extra entry point
3162         past _mcount call.
3163         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Use it.
3164         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
3165
3166 2004-10-06  Ulrich Drepper  <drepper@redhat.com>
3167
3168         * resolv/res_mkquery.c (res_nmkquery): Reject randombits value if
3169         low 16 bits are zero.
3170
3171 2004-10-06  Jakub Jelinek  <jakub@redhat.com>
3172
3173         * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h.
3174         (do_test): Use %p instead of 0x%08X to print a pointer.
3175
3176         * malloc/malloc.c: Include stdio-common/_itoa.h.
3177
3178 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
3179
3180         * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
3181         for prelink message.
3182
3183 2004-10-05  Jakub Jelinek  <jakub@redhat.com>
3184
3185         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
3186         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3187
3188 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
3189
3190         * grp/initgroups.c: Remove duplicate group IDs.
3191         * grp/compat-initgroups.c: Likewise.
3192         * nscd/initgrcache.c: Likewise.
3193
3194 2004-10-05  Jakub Jelinek  <jakub@redhat.com>
3195
3196         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L
3197         for _SC_CPUTIME or _SC_THREAD_CPUTIME.
3198
3199         * nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus
3200         -fpie if building PIE.
3201         (CFLAGS-*.c): Use it.
3202
3203         * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro.
3204         ($(objpfx)nscd): Add $(relro-LDFLAGS).
3205
3206         * sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h.
3207         (__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if
3208         !HP_TIMING_AVAIL.
3209
3210 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
3211
3212         * nscd/Makefile (distribute): Remove TODO.
3213         * nscd/TODO: Removed.
3214
3215 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
3216
3217         * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
3218         defined and __ASSUME_NETLINK_SUPPORT is zero.
3219         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
3220         -DNEED_NETLINK.
3221
3222         * malloc/mtrace.pl: Avoid calling location unless it is needed for
3223         output.  Patch by Edward Bishop <binutils@gmail.com>.
3224
3225         * nscd/Makefile (CFLAGS-gai.c): Add -fpie.
3226
3227 2004-10-04  H.J. Lu  <hongjiu.lu@intel.com>
3228
3229         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
3230         (clock_getcpuclockid): Add missing retval.
3231
3232         * sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.
3233
3234 2004-10-04  Roland McGrath  <roland@redhat.com>
3235
3236         * include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
3237         to rtld_errno.
3238         * sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it,
3239         and don't define any other errno names.
3240         * sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in
3241         place of errno.
3242         * sysdeps/unix/i386/sysdep.S: Likewise.
3243         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3244         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3245         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3246         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3247         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3248         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3249         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3250         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3251         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3252         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3253         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3254
3255         * sysdeps/generic/errno.c [! USE___THREAD] (errno): Use `nocommon'
3256         attribute instead of `section'.
3257
3258 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
3259
3260         * sysdeps/unix/sysv/linux/ia64/sysconf.c: New file.
3261         * sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c.
3262         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual
3263         testing code to...
3264         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here.  New file.
3265         * sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for
3266         _SC_CPUTIME and _SC_THREAD_CPUTIME.
3267
3268         * nscd/connections.c (start_threads): Use sysconf in case
3269         _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero.
3270
3271         * nscd/Makefile (nscd-modules): Add gai.
3272         * nscd/gai.c: New file.
3273         * nscd/nscd.c: Remove getaddrinfo stub definition.
3274
3275         * assert/assert.h: Give up on using __builtin_expect.
3276
3277         * elf/rtld.c (dl_main): Only skip => output in ldd mode if both
3278         strings are identical.
3279
3280 2004-03-18  Jakub Jelinek  <jakub@redhat.com>
3281
3282         * malloc/arena.c (aligned_heap_area): New variable.
3283         (new_heap): If aligned_heap_area != NULL, attempt to use that
3284         first.  If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes
3285         aligned, remember the second half in aligned_heap_area.
3286         (delete_heap): Clear aligned_heap_area if deleting the area right
3287         before aligned_heap_area.
3288
3289 2004-10-03  Juerg Billeter  <j@bitron.ch>
3290
3291         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd
3292         can't be used.  [BZ #424]
3293
3294 2004-10-03  Ulrich Drepper  <drepper@redhat.com>
3295
3296         Dynamically create new threads if necessary.
3297         * nscd/connections.c (fd_ready): If no thread available for processing
3298         the request, create a new one unless the limit is reached.
3299         (start_threads): Check errors from pthread_create.
3300         * nscd/nscd.h: Declare max_nthreads.
3301         * nscd/nscd_conf.c: Parse max-nthreads entry.
3302         * nscd/nscd.conf: Add max-threads entry.
3303         * nscd/nscd_stat.c: Print current and maximum number of threads.
3304
3305         Implement paranoia mode.
3306         * nscd/connections.c (nscd_init): Mark database and socket descriptors
3307         as close on exec.
3308         (restart): New function.
3309         (restart_p): New function.
3310         (nscd_run): Add missing descrement of nready in case readylist is
3311         empty.
3312         (main_loop_poll): Call restart_p and restart.
3313         (main_loop_epoll): Likewise.
3314         (begin_drop_privileges): Save original UID and GID.
3315         * nscd/nscd.c: Define new variables paranoia, restart_time,
3316         restart_interval, oldcwd, old_gid, old_uid.
3317         (main): Disable paranoia mode if we are not forking.
3318         (check_pid): When re-execing, the PID file contains the same PID as
3319         the current process.  Do not fail in this case.
3320         * nscd/nscd.conf: Add paranoia and restart-interval entries.
3321         * nscd/nscd.h: Define RESTART_INTERVAL.  Declare new variables.
3322         * nscd/nscd_conf.c: Parse paranoia and restart-internal configurations.
3323         * nscd/nscd_stat.c: Print paranoia and restart-internal values.
3324
3325         * nscd/connections.c: Implement alternative loop for main thread
3326         which uses epoll.
3327         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
3328         (CFLAGS-connections.c): Add -DHAVE_EPOLL.
3329
3330 2004-10-02  Ulrich Drepper  <drepper@redhat.com>
3331
3332         * nscd/Makefile (CFLAGS-initgrcache.c): Add to CFLAGS-* variables,
3333         don't replace old content.
3334
3335         * nscd/connections.c: Rewrite handling of incoming connections.  All
3336         are handled by one thread which then hands off the descriptors for the
3337         real work to the worker threads.
3338         * nscd/Makefile: Link nscd with librt.
3339
3340         * nscd/selinux.c: Pretty printing.
3341
3342         * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to
3343         output.  Let syslog do the formatting if debug_level == 0.
3344
3345         * nscd/nscd_helper.c (get_mapping): No need to check timestamp if
3346         nscd_certainly_running is nonzero.
3347
3348 2004-10-02  Simon Josefsson  <jas@extundo.com>
3349
3350         [BZ #420]
3351         * sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to
3352         make the file usable inside gnulib.
3353
3354 2004-10-01  Ulrich Drepper  <drepper@redhat.com>
3355
3356         * malloc/malloc.c (public_vALLOc): Add missing use of hooks.
3357         (public_pVALLOc): Likewise.
3358
3359         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the
3360         group the caller provided unless there is a real problem.
3361
3362         * posix/bug-glob1.c (prepare): Fix creation of symlink.
3363
3364 2004-09-30  Ulrich Drepper  <drepper@redhat.com>
3365
3366         * posix/Makefile: Add rules to build and run bug-glob1.
3367         * posix/bug-glob1.c: New file.
3368
3369         * iconv/iconv_prog.c (main): Print progress information to stderr.
3370
3371         * nscd/nscd.c (termination_handler): Reset timestamp so that
3372         clients immediately stop using the database.
3373
3374         * nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last
3375         parameter.
3376         (__nscd_drop_map_ref): Change second parameter to be a reference to
3377         a variable.  Update variable when cycle count changed.
3378         * nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too.
3379         * nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref.  Reinitialize
3380         all variables and avoid memory leak in case of retries.
3381         * nscd/nscd_getgr_r.c: Likewise.
3382         * nscd/nscd_gethst_r.c: Likewise.
3383         * nscd/nscd_getpw_r.c: Likewise.
3384         * nscd/nscd_initgroups.c: Likewise.
3385
3386         * nscd/nscd.h: Add declaration of addinitgroups and
3387         readdinitgroups.
3388
3389 2004-09-30  Andreas Jaeger  <aj@suse.de>
3390
3391         * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie.
3392         (CFLAGS-initgrcache.c): Set to -fexceptions.
3393
3394 2004-09-29  Ulrich Drepper  <drepper@redhat.com>
3395
3396         * sysdeps/generic/glob.c (glob_in_dir): Don't blindly trust
3397         readdir results; for symlinks or files of unknown type check using
3398         stat whether the file exists.
3399
3400         * posix/tst-gnuglob.c (find_file): Handle leading "./".  Fix
3401         recognition of files.
3402
3403 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
3404
3405         * time/tzfile.c (tzfile_mtime): New variable.
3406         (__tzfile_read): Reread the file if mtime is different.
3407
3408 2004-09-28  Jakub Jelinek  <jakub@redhat.com>
3409
3410         * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf, __fdim, fdimf, fdim):
3411         Handle +inf/+inf.
3412         * sysdeps/powerpc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
3413         * sysdeps/sparc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
3414
3415 2004-09-29  Ulrich Drepper  <drepper@redhat.com>
3416
3417         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use correct constant for
3418         testing result of __nscd_get_map_ref.
3419
3420 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
3421
3422         * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.
3423         * sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise.
3424         * sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise.
3425
3426 004-09-29  Ulrich Drepper  <drepper@redhat.com>
3427
3428         * grp/initgroups.c: Move compat_call implementation...
3429         * grp/compat-initgroups.c: ...to here.  New file.
3430         * grp/Makefile (distribute): Add compat-initgroups.c.
3431         (CFLAGS-initgroups.c): Add -DUSE_NSCD=1.
3432         * mscd/initgrcache.c: New file.
3433         * nscd/nscd_initgroups.c: New file.
3434         * nscd/Makefile (routines): Add nscd_initgroups.
3435         (nscd-modules): Add initgrcache.
3436         * nscd/cache.c (prune_cache): Add support for INITGROUPS entries.
3437         * nscd/connections.c: Handle INITGROUPS requests.
3438         * nscd/nscd-client.h: Define INITGROUPS, initgr_response_header.
3439         Add initgrdata element to struct datahead.  Fix typo in comment.
3440         * nscd/nscd_proto.h: Declare __nscd_getgrouplist.  Fix parameter
3441         type in __nscd_getgrgrid_r.
3442         * nscd/selinux.c (perms): Add INITGROUPS entry.
3443
3444         * nscd/nscd_getai.c: No need to include <sys/mman.h>.
3445
3446         * sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without
3447         assigned addresses.
3448         * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
3449         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
3450         * sunrpc/clnt_udp.c (is_network_up): Likewise.
3451
3452         * nscd/nscd.c: Define getaddrinfo hidden so that it is never found
3453         outside.
3454
3455         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_segvflags):
3456         Renamed from si_flags due to conflict with si_flags from <elf.h>.
3457
3458 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
3459
3460         * nscd/nscd_getai.c: Use NO_MAPPING instead of MAP_FAILED for test
3461         of failing __nscd_get_map_ref.  Fix a few typos.
3462
3463         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Make sure
3464         SIGSETXID is not blocked.
3465         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Likewise.
3466         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Likewise.
3467         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
3468         * sysdeps/generic/sigfillset.c (sigfillset): Don't set SIGSETXID.
3469
3470         * sunrpc/get_myaddr.c (get_myaddress): Fix test for failing
3471         getifaddrs call.
3472         * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
3473         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
3474         * sunrpc/Makefile (xtests): Add tst-getmyaddr.
3475         * sunrpc/tst-getmyaddr.c: New file.
3476
3477         * malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to
3478         disable all checking.
3479
3480         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_flags): Add
3481         support to get this value.
3482
3483 2004-09-28  Jakub Jelinek  <jakub@redhat.com>
3484
3485         * io/utime.h (utime): Allow second argument to be NULL.
3486
3487 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
3488
3489         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP
3490         address and AI_CANONNAME is set, return copy of NAME as ai_canonname.
3491
3492 2004-09-27  Andreas Jaeger  <aj@suse.de>
3493
3494         * sysdeps/i386/dl-machine.h (elf_machine_rela_relative): Replace
3495         static inline by auto inline, add always_inline attribute.
3496         (elf_machine_rel): Likewise.
3497         (elf_machine_rela): Likewise.
3498         (elf_machine_lazy_rel): Likewise.
3499         (elf_machine_lazy_rela): Likewise.
3500         (elf_machine_rel_relative): Likewise.
3501
3502 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
3503
3504         * sunrpc/xdr_intXX_t.c: Add xdr_quad_t and xdr_u_quad_t aliases.
3505         * sunrpc/rpc/xdr.h: Declare xdr_quad_t and xdr_u_quad_t.
3506         * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER.
3507         Otherwise isvectordef will loop infinitely if typedef hyper int64_t
3508         is seen.
3509         (unsigned_dec): Use "u_quad_t" for similar reasons.
3510         * sunrpc/Versions: Export xdr_quad_t and xdr_u_quad_t.
3511
3512 2004-09-27  Roland McGrath  <roland@redhat.com>
3513
3514         * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
3515         twiddling in last change.
3516
3517         * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.
3518
3519         [BZ #409]
3520         * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
3521         * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
3522         * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro.
3523         [WCONTINUED] (__WIFCONTINUED): New macro.
3524         (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no
3525         branches.
3526
3527         * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to
3528         all three syscall uses, not just one!
3529
3530 2004-09-26  Richard Henderson  <rth@redhat.com>
3531
3532         * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue.
3533         * sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points
3534         to 16 byte boundaries.
3535
3536 2004-09-26  Ulrich Drepper  <drepper@redhat.com>
3537
3538         * elf/readlib.c (process_file): Before complaining about too-short
3539         file, check that it potentially be an ELF file.  Also complain about
3540         empty files.  [BZ #151].
3541
3542         * scripts/test-installation.pl: Fix ld.so recognition for new
3543         LD_TRACE_LOADED_OBJECTS output format.
3544         Patch by <jsberg04+computing.glibc@ftml.net>  [BZ #407].
3545
3546         * elf/dl-support.c (_dl_non_dynamic_init): Fix cleaning of
3547         environment.  [BZ #384]
3548
3549         * sunrpc/clnt_udp.c (is_network_up): Use getifaddrs instead of ioctl.
3550         * sunrpc/get_myaddr.c (get_myaddress): Likewise.
3551         * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
3552         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.  Change interface
3553         to avoid buffer overrun and remove now useless parameters.
3554         (clnt_broadcast): Adjust caller.  [BZ #381].
3555
3556         * sysdeps/generic/s_fdim.c: Handle +inf/+inf
3557         * sysdeps/generic/s_fdimf.c: Likewise.
3558         * sysdeps/generic/s_fdiml.c: Likewise.
3559         * sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
3560         * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
3561         * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
3562         * sysdeps/powerpc/fpu/s_fdim.c: Likewise.
3563         * sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
3564         * sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
3565         * math/libm-test.inc (fdim_test): Add test case.  [BZ #376].
3566
3567         * sysdeps/generic/bits/types.h: Fix __SQUAD_TYPE and __UQUAD_TYPE
3568         for compilers without __GLIBC_HAVE_LONG_LONG.  [BZ #362]
3569
3570         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect
3571         requirement on socktype and protocol.
3572         (gaih_inet): If numeric port number is given, return records for all
3573         possible socket types.
3574         * posix/tst-getaddrinfo2.c: New file.
3575         * posix/Makefile (tests): Add tst-getaddrinfo2.  [BZ #358]
3576
3577 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
3578
3579         * locale/loadlocale.c (_nl_intern_locale_data): Recognize LC_CTYPE
3580         data where _nl_value_type_LC_CTYPE does not contain the type
3581         information.  Add range checks.
3582         Reported by John Lumby <johnlumby@hotmail.com> [BZ #356].
3583
3584         * libio/vasprintf.c (_IO_vasprintf): Fix condition to decide
3585         whether to realloc or not.
3586         Reported by Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> [BZ #346].
3587
3588         * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
3589         * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if
3590         decided < 0.
3591         * intl/finddomain.c (_nl_find_domain): Likewise.
3592         * intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we
3593         are done.  First set to -1 to signal initialization is ongoing.
3594         Protect against concurrent callers with recursive lock.
3595         * intl/finddomain.c (_nl_find_domain): Protect calls to
3596         _nl_make_l10nflist.  [BZ #322]
3597
3598         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of
3599         source address fails, initialized source_addr_len field so that
3600         duplicate address recognition does not copy junk.
3601
3602 2004-09-25  Jakub Jelinek  <jakub@redhat.com>
3603
3604         * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second
3605         result declaration.
3606
3607 2004-09-22  Andreas Schwab  <schwab@suse.de>
3608
3609         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace.
3610
3611 2004-09-24  Ulrich Drepper  <drepper@redhat.com>
3612
3613         * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be
3614         opened.
3615
3616         * nis/ypclnt.c (do_ypcall): Add one missing unlock.  Simplify the
3617         code a bit.
3618
3619         * misc/daemon.c (daemon): Define errno in case /dev/null is not
3620         the correct device.
3621
3622         * nis/ypclnt.c (yp_bind_file): Optimize a bit.  Minimal cleanups.
3623
3624 2004-09-23  Andreas Jaeger  <aj@suse.de>
3625
3626         * locale/weight.h (findidx): Remove static, it's not supported
3627         anymore with GCC 4.0 in a block scope.
3628         * locale/weightwc.h (findidx): Likewise.
3629         * posix/regcomp.c (seek_collating_symbol_entry): Likewise.
3630         (lookup_collation_sequence_value): Likewise.
3631         (build_range_exp): Likewise.
3632         (build_collating_symbol): Likewise.
3633         * iconv/iconvconfig.c (write_output): Likewise.
3634         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
3635
3636         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove
3637         static, add always_inline attribute.
3638         (elf_machine_rela): Likewise.
3639         (elf_machine_lazy_rel): Likewise.
3640
3641         * elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend
3642         on !RESOLVE so that it's not defined in local scope.
3643
3644 2004-09-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3645
3646         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define.
3647
3648 2004-09-23  Thorsten Kukuk  <kukuk@suse.de>
3649
3650         * sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag
3651         and BLK* ioctls with linux kernel headers.
3652
3653 2004-09-23  Ulrich Drepper  <drepper@redhat.com>
3654
3655         * sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND.
3656         * elf/dl-object.c (_dl_new_object): Add new parameter mode.  If mode
3657         has RTLD_DEEPBIND set add local searchlist before global scope.
3658         * sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype.
3659         * elf/rtld.c: Adjust callers of _dl_new_object.
3660         * elf/dl-load.c: Likewise.
3661         (_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything
3662         for DF_SYMBOLIC.
3663         * elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to
3664         _dl_map_object_deps.
3665         * elf/tst-deep1.c: New file.
3666         * elf/tst-deep1mod1.c: New file.
3667         * elf/tst-deep1mod2.c: New file.
3668         * elf/tst-deep1mod3.c: New file.
3669         * elf/Makefile: Add rules to build and run new tests.
3670
3671         * elf/dl-deps.c: Pretty printing.
3672
3673 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
3674
3675         * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
3676         argument to numbers from syscall names.
3677         (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
3678         (INTERNAL_SYSCALL_NCS): Renamed from...
3679         (INTERNAL_SYSCALL_1): ... this.  Use INTERNAL_SYSCALL_NCS.
3680         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
3681         (INTERNAL_SYSCALL_NCS): Define.
3682         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
3683         (INTERNAL_SYSCALL_NCS): Likewise.
3684         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
3685         Change name argument to numbers from syscall names.
3686         (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
3687         (INTERNAL_SYSCALL_NCS): Define.
3688
3689 2004-09-22  Ulrich Drepper  <drepper@redhat.com>
3690
3691         * malloc/malloc.c (malloc_printerr): Use syslog if writev failed.
3692
3693         * string/string.h: Add __nonnull annotations.
3694         * stdlib/stdlib.h: Likewise.
3695
3696 2004-09-20  H.J. Lu  <hongjiu.lu@intel.com>
3697
3698         * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL):
3699         Renamed to ...
3700         (DO_INLINE_SYSCALL_NCS): This.
3701         (DO_INLINE_SYSCALL): New.
3702         (INLINE_SYSCALL): Updated.
3703         (INTERNAL_SYSCALL_NCS): Updated.
3704
3705 2004-09-21  Ulrich Drepper  <drepper@redhat.com>
3706
3707         * elf/sprof.c (load_shobj): Add support for reading symbol table
3708         from debuginfo file.
3709
3710         * elf/ldd.bash.in: Fix syntax errors.
3711
3712 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
3713
3714         * sysdeps/unix/sysv/linux/dl-execstack.c
3715         (_dl_make_stack_executable): Remove some duplication.
3716
3717         * nscd/nscd.c (options): Mark S option as hidden.
3718         (parse_opt): When S option is used, print warning message.
3719         * nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
3720         * nscd/hstcache.c (addhstbyX): Don't handle secure mode.
3721         * nscd/aicache.c (addhstaiX): Don't handle secure mode.
3722         * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
3723
3724 2004-09-20  Roland McGrath  <roland@frob.com>
3725
3726         * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
3727         in initializer #if defined.
3728
3729 2004-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3730
3731         [BZ #391]
3732         * stdlib/getsubopt.c: Merge fixes from gnulib.
3733         (__strchrnul) [!_LIBC]: Define and include "strchrnul.c".
3734         (getsubopt): Use prototypes, not K&R style.
3735         Fix bug: memcmp(A,B,N) was being invoked on a memory block B
3736         whose size might be smaller than N.  Use strncmp to avoid the bug.
3737
3738 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
3739
3740         * configure.in: If selinux has not explictly been requested, don't
3741         comment on it missing.
3742
3743         * elf/dl-load.c: Define __stack_prot.
3744         * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define
3745         __stack_prot here, just declare it.
3746
3747 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
3748
3749         * configure.in (libc_cv_z_relro): Only set to yes if linker script
3750         contains DATA_SEGMENT_RELRO_END.
3751
3752 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
3753
3754         * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking.
3755         Reorder code slightly.
3756         * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
3757         is non-null, _dl_setup_hash will do that.
3758
3759 2004-09-19  Ulrich Drepper  <drepper@redhat.com>
3760
3761         * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call
3762         callback to set IDs in all other threads as well.
3763         * sysdeps/unix/sysv/linux/seteuid.c: Likewise.
3764         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
3765         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
3766         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
3767         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
3768         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
3769         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
3770         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
3771         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
3772         * sysdeps/unix/sysv/linux/setuid.c: New file.
3773         * sysdeps/unix/sysv/linux/setgid.c: New file.
3774         * sysdeps/unix/sysv/linux/setreuid.c: New file.
3775         * sysdeps/unix/sysv/linux/setregid.c: New file.
3776         * sysdeps/unix/sysv/linux/setresuid.c: New file.
3777         * sysdeps/unix/sysv/linux/setresgid.c: New file.
3778         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS.
3779         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3782         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3783         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version.
3784         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
3785         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
3786         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
3787         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid
3788         and setresuid.
3789         * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid.
3790         * nscd/grpcache.c: Likewise.
3791         * nscd/hstcache.c: Likewise.
3792         * nscd/pwdcache.c: Likewise.
3793
3794         * resolv/res_mkquery.c (res_nmkquery): Fix typo.
3795
3796 2004-09-18  Ulrich Drepper  <drepper@redhat.com>
3797
3798         * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
3799         from memory.
3800         * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
3801         __stack_flags.
3802
3803         * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use
3804         gethostbyname3_r if we are not looking for the canonical name.
3805
3806         * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every
3807         time.
3808
3809 2004-09-18  Roland McGrath  <roland@redhat.com>
3810
3811         * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
3812         system call.
3813
3814 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
3815
3816         * include/link.h (struct link_map): Add l_used element.
3817         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED.
3818         * elf/rtld.c (process_dl_debug): Recognize unused.
3819         (dl_main): When unused debug flag is set check for unused direct
3820         dependencies.
3821         When printing dependencies and SONAME starts with /, omit the SONAME =>
3822         part.
3823         * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the
3824         symbol has been found as used.
3825         * elf/ldd.bash.in: Add -u option.
3826
3827 2004-09-18  Jakub Jelinek  <jakub@redhat.com>
3828
3829         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3830         Do nothing if __NR_set_tid_address is not defined.  [BZ #390]
3831
3832 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
3833
3834         * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
3835         in case it is available.
3836
3837 2004-09-17  Jakub Jelinek  <jakub@redhat.com>
3838
3839         * nscd/nscd.c (parse_opt): Write arg string instead of (void *)
3840         key to the socket.
3841
3842 2004-09-17  Ulrich Drepper  <drepper@redhat.com>
3843
3844         * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute
3845         for gcc 3.3 and higher.
3846         * io/fcntl.h: Add __nonnull where appropriate.
3847         * io/ftw.h: Likewise.
3848         * io/utime.h: Likewise.
3849         * io/sys/poll.h: Likewise.
3850         * io/sys/sendfile.h: Likewise.
3851         * io/sys/stat.h: Likewise.
3852         * io/sys/statfs.h: Likewise.
3853         * io/sys/statvfs.h: Likewise.
3854         * posix/unistd.h: Likewise.
3855         * catgets/nl_types.h: Likewise.
3856         * crypt/crypt.h: Likewise.
3857         * debug/execinfo.h: Likewise.
3858
3859 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
3860
3861         * posix/glob.h: Remove cruft to make header usable outside glibc.
3862         The maintenance headache is too big.
3863
3864         * configure.in: Add test for required SELinux features.
3865         * config.make.in: Add have-selinux entry.
3866         * config.h.in: Add HAVE_SELINUX entry.
3867         * nscd/Makefile (nscd-modules): Add selinux.
3868         (CFLAGS-selinux.c): Add -fpie.
3869         Define selinux-LIBS and use in link line.
3870         * nscd/connections.c (handle_request): Check access SELinux permissions
3871         before processing request.
3872         * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread.
3873         * nscd/nscd_stat.c: Transmit and print AVC statistics.
3874         * nscd/selinux.c: New file.
3875         * nscd/selinux.h: New file.
3876         Patch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.
3877
3878 2004-09-16  Jakub Jelinek  <jakub@redhat.com>
3879
3880         * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap
3881         instead of munmap.
3882
3883         * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie.
3884
3885 2004-09-16  Thorsten Kukuk  <kukuk@suse.de>
3886
3887         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check
3888         __nss_not_use_nscd_hosts variable if nscd should be used or not.
3889
3890 2004-09-16  Ulrich Drepper  <drepper@redhat.com>
3891
3892         * nscd/nscd_proto.h: Define NSS_NSCD_RETRY.
3893         Add __nscd_getai prototype.
3894         * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY.
3895         * nscd/nscd-client.h: Remove __nscd_getai prototype.
3896         * nscd/nscd_getai.c: Include nscd_proto.h.
3897
3898         * elf/ldd.bash.in: Add support for SELinux environments.
3899         Patch by Stephen Smalley <sds@epoch.ncsc.mil>.
3900
3901 2004-09-16  Roland McGrath  <roland@redhat.com>
3902
3903         * configure.in (--with-headers): Let argument contain a : separated
3904         list of directories to use, not just one.
3905         * configure: Regenerated.
3906
3907 2004-09-15  Richard Henderson  <rth@redhat.com>
3908
3909         * sysdeps/alpha/fpu/libm-test-ulps: Update.
3910         * scripts/data/c++-types-alpha-linux-gnu.data: New file.
3911
3912 2004-09-15  Ulrich Drepper  <drepper@redhat.com>
3913
3914         * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also
3915         get ttl and canonical name.  Use these two values.
3916         * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns.
3917         * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters.
3918         If nonnull fill with TTL and pointer to canonical name respectively.
3919         (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r.
3920         (_nss_dns_gethostbyname2_r): Just wrapper around
3921         _nss_dns_gethostbyname3_r.
3922         (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r.
3923         Take two new parameters which as passed to getanswer_r.
3924
3925         * nscd/Makefile (rountines): Add nscd_getai.
3926         (nscd-modules): Add aicache.
3927         * nscd/aicache.c: New file.
3928         * nscd/nscd_getai.c: New file.
3929         * nscd/cache.c (prune_cache): Handle GETAI request type.
3930         * nscd/connections.c: Add GETAI support in request handling.
3931         * nscd/nscd-client.h (request_type): Add GETAI.
3932         Define ai_response_header and struct nscd_ai_result types.
3933         (struct datahead): Add aidata field.
3934         Declare __nscd_getai.
3935         * nscd/nscd.c: Add getaddrinfo definition to catch problems.
3936         * nscd/nscd.h: Declare addhstai and readdhstai.
3937
3938         * sysdeps/posix/getaddrinfo.c: Add support for using cached results.
3939         * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
3940
3941         * nscd/nscd-client.h  (struct datahead): Use uint8_t instead of bool.
3942
3943 2004-09-14  Ulrich Drepper  <drepper@redhat.com>
3944
3945         * misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
3946
3947 2004-09-13  Ulrich Drepper  <drepper@redhat.com>
3948
3949         * misc/sys/cdefs.h: Restore old definition of __P.
3950         * csu/munch.awk: Remove uses of __P and __PMT.
3951         * gmon/gmon.c: Likewise.
3952         * hesiod/hesiod.h: Likewise.
3953         * include/stdio.h: Likewise.
3954         * io/fts.c: Likewise.
3955         * libio/genops.c: Likewise.
3956         * libio/libioP.h: Likewise.
3957         * libio/fileops.c: Likewise.
3958         * libio/iolibio.h: Likewise.
3959         * libio/libio.h: Likewise.
3960         * libio/memstream.c: Likewise.
3961         * libio/oldfileops.c: Likewise.
3962         * libio/oldstdfiles.c: Likewise.
3963         * libio/iopopen.c: Likewise.
3964         * libio/vsnprintf.c: Likewise.
3965         * libio/vswprintf.c: Likewise.
3966         * libio/wgenops.c: Likewise.
3967         * libio/oldiopopen.c: Likewise.
3968         * locale/programs/xmalloc.c: Likewise.
3969         * locale/programs/xstrdup.c: Likewise.
3970         * malloc/mtrace.c: Likewise.
3971         * misc/getttyent.c: Likewise.
3972         * misc/getusershell.c: Likewise.
3973         * nis/rpcsvc/ypupd.h: Likewise.
3974         * posix/fnmatch.h: Likewise.
3975         * posix/glob.h: Likewise.
3976         * resolv/arpa/nameser.h: Likewise.
3977         * resolv/gethnamaddr.c: Likewise.
3978         * resolv/resolv.h: Likewise.
3979         * resolv/inet_net_ntop.c: Likewise.
3980         * resolv/inet_net_pton.c: Likewise.
3981         * resolv/res_init.c: Likewise.
3982         * resolv/nss_dns/dns-network.c: Likewise.
3983         * stdio-common/vfprintf.c: Likewise.
3984         * stdio-common/reg-printf.c: Likewise.
3985         * sysdeps/generic/chflags.c: Likewise.
3986         * sysdeps/generic/fchflags.c: Likewise.
3987         * sysdeps/generic/glob.c: Likewise.
3988         * sysdeps/generic/printf_fphex.c: Likewise.
3989         * sysdeps/generic/memcmp.c: Likewise.
3990         * sysdeps/generic/memcopy.h: Likewise.
3991         * sysdeps/generic/morecore.c: Likewise.
3992         * sysdeps/generic/sstk.c: Likewise.
3993         * sysdeps/posix/sigvec.c: Likewise.
3994         * sysdeps/posix/ttyname_r.c: Likewise.
3995         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3996         * sysdeps/standalone/standalone.h: Likewise.
3997         * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise.
3998         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
3999         * sysdeps/unix/arm/start.c: Likewise.
4000         * sysdeps/unix/bsd/sigaction.c: Likewise.
4001         * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise.
4002         * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise.
4003         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise.
4004         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise.
4005         * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise.
4006         * sysdeps/unix/sparc/start.c: Likewise.
4007         * sysdeps/unix/sysv/getdents.c: Likewise.
4008         * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise.
4009         * sysdeps/unix/sysv/irix4/getgroups.c: Likewise.
4010         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
4011         * sysdeps/unix/sysv/irix4/getrusage.c: Likewise.
4012         * sysdeps/unix/sysv/irix4/pathconf.c: Likewise.
4013         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
4014         * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise.
4015         * sysdeps/unix/sysv/irix4/start.c: Likewise.
4016         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
4017         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise.
4018         * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise.
4019         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
4020         * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise.
4021         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
4022         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
4023         * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise.
4024         * sysdeps/unix/sysv/sysv4/setsid.c: Likewise.
4025         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
4026         * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise.
4027         * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise.
4028         * time/tzset.c: Likewise.
4029         * time/strftime_l.c: Likewise.
4030         * time/strptime_l.c: Likewise.
4031         * crypt/md5.h: Likewise.
4032
4033 2004-09-13  Andreas Jaeger  <aj@suse.de>
4034
4035         * configure.in: Support GCC 4.x.
4036         * configure: Regenerated.
4037
4038 2004-09-13  Thorsten Kukuk  <kukuk@suse.de>
4039
4040         * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services.
4041
4042         * nscd/nscd.init: Fix path to socket.
4043
4044 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
4045
4046         * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length.
4047         Avoid file descriptor leak in case of size mismatch.
4048
4049         * nscd/nscd-client.h: Fix database structure layout for biarch.
4050         * nscd/mem.c (gc): Add casts to avoid warnings.
4051
4052         * nss/getent.c: Don't preconstruct help message.  Do it only when
4053         needed.
4054
4055         * locale/programs/locale.c: Simplify help message printing.
4056
4057 2004-09-12  Roland McGrath  <roland@frob.com>
4058
4059         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
4060         missing in last change.
4061
4062 2004-09-11  Thorsten Kukuk  <kukuk@suse.de>
4063
4064         * nis/nss_compat/compat-grp.c: Check that buflen is greater zero
4065         before writing data into the buffer with negative offset.
4066         * nis/nss_compat/compat-initgroups.c: Likewise.
4067         * nis/nss_compat/compat-pwd.c: Likewise.
4068         * nis/nss_compat/compat-spwd.c Likewise.
4069
4070 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
4071
4072         * misc/syslog.c (vsyslog): Fix copying of PID in case of
4073         out-of-memory situation.  [BZ #365].
4074
4075         * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of
4076         __THROW in inline function definitions.
4077
4078         * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK.
4079         * posix/spawnattr_setflags.c: Check whether any unknown bit is set
4080         in FLAGS parameter and fail if this is the case.
4081         * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is
4082         set.
4083
4084         * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk.
4085         * nscd/grpcache.c (cache_addgr): Likewise.
4086         * nscd/hstcache.c (cache_addhst): Likewise.
4087
4088 2004-09-11  Roland McGrath  <roland@frob.com>
4089
4090         * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]:
4091         Set _dl_phdr and _dl_phnum.
4092         (init1): When bootstrap task, bail early and never examine *D.
4093
4094 2004-09-11  Alfred M. Szmidt  <ams@kemisten.nu>
4095
4096         * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
4097         Cast THR, SEL and DESC to `void'.
4098
4099 2004-09-11  Ulrich Drepper  <drepper@redhat.com>
4100
4101         * nscd/connections.c (nscd_run): Call setup_thread only for enabled
4102         databases.
4103
4104         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.
4105
4106 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
4107
4108         * nscd/nscd.c (pagesize_m1): New variable.
4109         (main): Initialize it.
4110         * nscd/nscd.h: Declare pagesize_m1.
4111         * nscd/hstcache.c: Pass correctly aligned address to msync.
4112         * nscd/grpcache.c: Likewise.
4113         * nscd/pwdcache.c: Likewise.
4114
4115 2004-09-10  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4116
4117         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement
4118         __nwaiters.  If pthread_cond_destroy has been called and this is
4119         the last waiter, signal pthread_cond_destroy caller and avoid
4120         using the pthread_cond_t structure after unlock.
4121         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4122
4123 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
4124
4125         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
4126         __ASSUME_CLONE_STOPPED.
4127
4128 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
4129
4130         * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
4131         __asm__ for C++.  [BZ #377]
4132
4133 2004-09-10  Ulrich Drepper  <drepper@redhat.com>
4134
4135         * nscd/nscd_stat.c: Improve output by also printing .shared and
4136         .persistent.
4137
4138         * nscd/connections.c: Allow cache sharing to be really disabled.
4139
4140 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
4141
4142         * malloc/malloc.c (_int_free): Only do arena boundary check for
4143         contiguous arenas.
4144
4145 2004-09-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4146
4147         * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken
4148         instruct operands.
4149         * elf/elf.h: Add R_M32R_* relocs.
4150
4151 2004-09-09  Ulrich Drepper  <drepper@redhat.com>
4152
4153         * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
4154         seems not to support the nothrow attribute.  Use it only for gcc
4155         3.3 and higher.
4156
4157         * malloc/hooks.c (top_check): Print top chunk corruption as normal
4158         error message.
4159
4160         * malloc/malloc.c (malloc_printerr): Don't make informational
4161         message look like error message.
4162
4163 2004-09-09  Andreas Jaeger  <aj@suse.de>
4164
4165         * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
4166
4167 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
4168
4169         * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
4170
4171         * malloc/malloc.c (_int_free): Add inexpensive double free and
4172         memory corruption tests.
4173         (malloc_printf_nc): Renamed to malloc_printerr.  Second parameter
4174         is no format string anymore.  Don't use stdio.  Adjust all callers.
4175         * malloc/hooks.c: Adjust malloc_printf_nc callers.
4176
4177 2004-09-08  Roland McGrath  <roland@redhat.com>
4178
4179         * malloc/mcheck.c: Don't use __P.
4180         Use prototypes definitions for static functions.
4181
4182 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
4183
4184         * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
4185
4186 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
4187             Jakub Jelinek  <jakub@redhat.com>
4188
4189         * nscd/nscd-client.h: Add a few #includes.
4190
4191         * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
4192         * nscd/connections.c (nscd_run): Call setup_thread for maintenance
4193         threads.
4194         * nscd/nscd-client.h (struct database_pers_head): Add
4195         nscd_certainly_running field.
4196         * nscd/nscd.h: Declare setup_thread.
4197         * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
4198         nscd_certainly_running is nonzero.
4199         * sysdeps/generic/nscd_setup_thread.c: New file.
4200         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
4201
4202 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
4203
4204         * nscd/connections.c: Implement r/o sharing of nscd's cache with client
4205         processes via shared memory.
4206         * nscd/nscd-client.h: Likewise.
4207         * nscd/nscd.h: Likewise.
4208         * nscd/nscd_conf.c: Likewise.
4209         * nscd/nscd_getgr_r.c: Likewise.
4210         * nscd/nscd_getpw_r.c: Likewise.
4211         * nscd/nscd_gethst_r.c: Likewise.
4212         * nscd/nscd.conf: Add new config parameters.
4213         * nscd/Makefile (aux): Add nscd_helper.
4214         * nscd/nscd_helper.c: New file.
4215         * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
4216
4217         * nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
4218         no derived information.
4219         * connections.c (nscd_init): Fix bug in testing size of the persistent.
4220
4221         * nis/Makefile (aux): Add nis_hash.
4222         * nis/nis_hash.c: New file.  Split out from nis_util.c.
4223         * nis/nis_util.c: Move __nis_hash code in separate file.
4224
4225         * csu/tst-atomic.c: Improve atomic_increment_val test which would
4226         not have found a ppc bug.
4227
4228         * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
4229
4230         * malloc/arena.c: Remove __MALLOC_P uses.
4231         * malloc/malloc.c: Likewise.
4232
4233         * malloc/mtrace.c: Remove __P uses.
4234         * malloc/mcheck-init.c: Likewise.
4235
4236 2004-09-07  Jakub Jelinek  <jakub@redhat.com>
4237
4238         * sysdeps/powerpc/powerpc64/configure.in: New file.
4239         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
4240         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
4241         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
4242         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
4243         BODY_PREFIX): Define.
4244         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
4245         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
4246         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
4247         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
4248         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
4249
4250 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
4251
4252         * malloc/malloc.h: Don't define __THROW if it is already defined.
4253
4254         * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
4255         (atomic_decrement): Define.
4256
4257         * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
4258         atomic_decrement_val.
4259         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
4260         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
4261
4262         * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
4263         and atomic_decrement_val.
4264
4265         * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
4266         and atomic_delay is not already defined.
4267         * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
4268         * sysdeps/x86_64/bits/atomic.h: Likewise.
4269
4270         * miscd/sys/cdefs.h (__NTH): New macro.
4271         (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
4272         (__REDIRECT_NTH): New macro.
4273         * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
4274         * ctype/ctype.h: Likewise.
4275         * dirent/dirent.h: Likewise.
4276         * io/fcntl.h: Likewise.
4277         * io/sys/sendfile.h: Likewise.
4278         * io/sys/stat.h: Likewise.
4279         * io/sys/statfs.h: Likewise.
4280         * io/sys/statvfs.h: Likewise.
4281         * libio/bits/stdio.h: Likewise.
4282         * misc/sys/mman.h: Likewise.
4283         * posix/unistd.h: Likewise.
4284         * resource/sys/resource.h: Likewise.
4285         * rt/aio.h: Likewise.
4286         * signal/signal.h: Likewise.
4287         * stdlib/stdlib.h: Likewise.
4288         * string/argz.h: Likewise.
4289         * string/string.h: Likewise.
4290         * sysdeps/generic/inttypes.h: Likewise.
4291         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4292         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
4293         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
4294         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
4295         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4296         * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
4297         * wcsmbs/wchar.h: Likewise.
4298
4299         * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
4300
4301         * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
4302         definition.
4303
4304         * io/sys/poll.h: Remove __THROW from poll prototype, it's a
4305         cancellation point.
4306
4307         * io/fts.c (fts_open): Remove uses of __P.
4308
4309         * include/stdlib.h: No need to use __THROW in this header.
4310
4311 2004-09-06  Roland McGrath  <roland@frob.com>
4312
4313         * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
4314         validity, since __assert_fail gets to here anyway.  Just fail.
4315
4316 2004-09-06  Ulrich Drepper  <drepper@redhat.com>
4317
4318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
4319         AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
4320         addresses.
4321
4322 2004-09-05  Richard Henderson  <rth@redhat.com>
4323
4324         * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
4325         * sysdeps/unix/sysv/linux/kernel-features.h
4326         (__ASSUME_IEEE_RAISE_EXCEPTION): New.
4327         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
4328         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
4329         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
4330         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
4331
4332 2004-09-05  Richard Henderson  <rth@redhat.com>
4333
4334         * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
4335         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
4336         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
4337         sysdeps/alpha/remqu.S: Likewise.
4338         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
4339
4340 2004-09-05  Ulrich Drepper  <drepper@redhat.com>
4341
4342         * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
4343         GETHOSTBYADDRv6 requests.
4344
4345 2004-09-04  Ulrich Drepper  <drepper@redhat.com>
4346
4347         * nscd/pwdcache.c (cache_addpw): Use correct key length in
4348         cache_add calls.
4349         * nscd/grpcache.c (cache_addgr): Likewise.
4350
4351 2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>
4352
4353         * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
4354         to `dtv_t *'.
4355
4356 2004-09-03  Ulrich Drepper  <drepper@redhat.com>
4357
4358         * nscd/nscd.c (parse_opt): Use writev instead of two write for
4359         invalidate command.
4360
4361 2004-09-02  Ulrich Drepper  <drepper@redhat.com>
4362
4363         * nscd/connections.c (nscd_run): Check early for invalid request types.
4364
4365 2004-09-02  Roland McGrath  <roland@frob.com>
4366
4367         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
4368         (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
4369         (THREAD_SELF): New macro.
4370
4371 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
4372
4373         [BZ #357]
4374         * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
4375         (main): Call test_stack.
4376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
4377         (__getcontext): Push stack frame then save parms in local frame.
4378         Improve instruction scheduling.
4379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
4380         (__swapcontext): Likewise.
4381
4382 2004-09-01  Andreas Schwab  <schwab@suse.de>
4383
4384         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
4385         __builtin_offsetof.
4386
4387 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4388
4389         [BZ #361]
4390         * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
4391         to normal_bracket after fetching the next character.
4392         * posix/tst-fnmatch.input: Add 25 new tests.
4393         Reported by Markus Oberhumer <markus@oberhumer.com>.
4394
4395 2004-09-01  Ulrich Drepper  <drepper@redhat.com>
4396
4397         * elf/rtld.c (dl_main): First check existence of ld.so.preload
4398         with access.
4399
4400 2004-09-01  Roland McGrath  <roland@redhat.com>
4401
4402         * sysdeps/unix/sysv/linux/bits/waitflags.h
4403         (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
4404         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
4405         New macro.
4406         * sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
4407         available, or fall back to the waitpid-based generic code.
4408
4409 2004-08-14  Alfred M. Szmidt  <ams@kemisten.nu>
4410
4411         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
4412         clobber the `ebp' register.
4413         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
4414         Reverts change from 2004-05-07 by Jeroen Dekkers.
4415
4416         * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
4417         NEWSP from `void *' to `int *'.  Changed all casts accordingly.
4418
4419 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
4420
4421         * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
4422         before return type.
4423         * locale/localename.c (__current_locale_name): Likewise.
4424
4425 2004-08-30  Roland McGrath  <roland@frob.com>
4426
4427         * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
4428         later sets from output.
4429         * Makerules (check-abi): Pass option to set that with value of
4430         LIB-abi-frozen variable if one is set.
4431
4432         * abilist/libcidn.abilist: New file (empty).
4433
4434 2004-08-30  Jakub Jelinek  <jakub@redhat.com>
4435
4436         * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
4437         not __USE_XOPEN2K, use the Unix98 mandated values.
4438
4439 2004-08-27  Roland McGrath  <roland@redhat.com>
4440
4441         * configure.in (usetls): Default to yes.
4442         * configure: Regenerated.
4443
4444 2004-08-26  Roland McGrath  <roland@redhat.com>
4445
4446         * configure.in (add_ons_automatic): New variable, set to yes or no
4447         indicating --enable-add-ons with no explicit list.
4448         (running add-on fragments): Allow a fragment to modify $libc_add_on
4449         and have that affect its place in the list of add-ons to use.
4450         * configure: Regenerated.
4451
4452 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
4453
4454         * nscd/cache.c: Major rewrite.  The data is now optionally kept in
4455         a mmaped memory region which is automatically mirrored on disk.
4456         This implements persistent data storage.  The Memory handled
4457         needed to be completely revamped, it now uses a garbage collection
4458         mechanism instead of malloc.
4459         * nscd/connections.c: Likewise.
4460         * nscd/nscd.c: Likewise.
4461         * nscd/nscd.h: Likewise.
4462         * nscd/nscd_conf.c: Likewise.
4463         * nscd/nscd_stat.c: Likewise.
4464         * nscd/grpcache.c: Likewise.
4465         * nscd/hstcache.c:: Likewise.
4466         * nscd/pwdcache.c:: Likewise.
4467         * nscd/Makefile: Add rules to build mem.c.
4468         * nscd/mem.c: New file.
4469         * nscd/nscd.conf: Describe new configuration options.
4470
4471 2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4472
4473         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
4474         NO_SGIDEFS_H isn't defined.
4475         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4476         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4477
4478         * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
4479         _MIPS_SIM.
4480         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
4481         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
4482         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
4483
4484 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
4485
4486         * nscd/connections.c (nscd_run): atomic_increment was not missing.
4487
4488         * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
4489         Patch by Greg Schafer.
4490
4491 2004-08-25  Richard Henderson  <rth@redhat.com>
4492
4493         * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
4494         instead of $31.  Zero $15.
4495         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
4496
4497 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
4498
4499         * sysdeps/powerpc/powerpc64/bits/atomic.h
4500         (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
4501         is negative.
4502         (__arch_compare_and_exchange_bool_32_rel): Likewise.
4503
4504         * nscd/connections.c: Make socket nonblocking so that threads
4505         don't get stuck on accept.  Fix locking.
4506
4507         * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
4508         entry with alternative key.
4509         * nscd/pwdcache.c (cache_addpw): Likewise.
4510
4511 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
4512
4513         * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
4514         __libc_stack_end.
4515
4516 2004-08-23  Ulrich Drepper  <drepper@redhat.com>
4517
4518         * sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
4519         __BEGIN_DECLS/__END_DECLS.
4520
4521 2004-08-23  Andreas Jaeger  <aj@suse.de>
4522
4523         [BZ #341]
4524         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
4525         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
4526         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
4527         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
4528         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
4529         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
4530         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
4531         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
4532         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
4533         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
4534         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
4535         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
4536         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
4537
4538 2004-08-21  Ulrich Drepper  <drepper@redhat.com>
4539
4540         * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
4541         (check_action): Likewise.
4542         When printing error messages, use malloc_printf_nc now instead of
4543         fiddling with the streams cancellation flag in every place.
4544         * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
4545         default to 3.
4546         (check_action): New variable.
4547         (unlink): Print error message and eventually terminate in case list
4548         is corrupted.
4549         (malloc_printf_nc): New function.  Use it in _int_free.
4550         Change proposed by Arjan van de Ven.
4551
4552         * dlfcn/Makefile: Don't build eval.c anymore.
4553
4554 2004-08-20  Roland McGrath  <roland@frob.com>
4555
4556         * csu/Makefile ($(objpfx)version-info.h): Use printf in place
4557         of echo -e for POSIX.2 portability.
4558         Reported by Paul Jarc <prj@po.cwru.edu>.
4559
4560 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
4561
4562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
4563         list generation.
4564
4565         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
4566         getcanonname_r function if AI_CANONNAME flag is not set in
4567         request.
4568
4569         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
4570         Initialize mysize with limits only if latter is >= 0.  Use mysize
4571         in malloc call.
4572
4573 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
4574
4575         * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
4576         to avoid warning.
4577
4578         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
4579         status to NSS_STATUS_UNAVAIL.
4580
4581 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
4582
4583         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
4584         cannoname lookup since it has the FQDN even if the original NAME
4585         value has not.
4586
4587 2004-08-18  Ulrich Drepper  <drepper@redhat.com>
4588
4589         * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
4590         pointer in new variable ORIG_NAME and use this pointer when
4591         determination of canonical name failed, not the possibly IDN
4592         translated value of NAME.
4593
4594 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
4595
4596         * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
4597         * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
4598         Reset RES_NOIP6DOTINT flag in this case..
4599
4600         * sysdeps/posix/getaddrinfo.c: Fix memory handling of
4601         ai_canonname.
4602
4603 2004-08-16  Ulrich Drepper  <drepper@redhat.com>
4604
4605         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
4606         CNAME records, we better follow the chain of CNAME records which
4607         can be accomplished with A/AAAA lookups.
4608
4609 2004-08-15  Roland McGrath  <roland@redhat.com>
4610
4611         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
4612         Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
4613         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4614         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
4615         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4616
4617 2004-08-15  Roland McGrath  <roland@frob.com>
4618
4619         * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
4620         this, not ...
4621         (static-only-routines): ... this.
4622         * sysdeps/ia64/Makefile: Likewise.
4623         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
4624         * sysdeps/sparc/sparc64/Makefile: Likewise.
4625         * sysdeps/x86_64/Makefile: Likewise.
4626         * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
4627         * sysdeps/ia64/hp-timing.c: Likewise.
4628         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
4629         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
4630
4631         * csu/elf-init.c: Update copyright terms including special exception
4632         for these trivial files, which are statically linked into executables
4633         that use dynamic linking for the significant library code.
4634         * io/fstat.c: Likewise.
4635         * io/fstat64.c: Likewise.
4636         * io/lstat.c: Likewise.
4637         * io/lstat64.c: Likewise.
4638         * io/stat.c: Likewise.
4639         * io/stat64.c: Likewise.
4640         * stdlib/atexit.c: Likewise.
4641         * sysdeps/alpha/elf/initfini.c: Likewise.
4642         * sysdeps/alpha/elf/start.S: Likewise.
4643         * sysdeps/arm/elf/start.S: Likewise.
4644         * sysdeps/cris/elf/start.S: Likewise.
4645         * sysdeps/generic/initfini.c: Likewise.
4646         * sysdeps/generic/mknod.c: Likewise.
4647         * sysdeps/hppa/elf/initfini.c: Likewise.
4648         * sysdeps/hppa/elf/start.S: Likewise.
4649         * sysdeps/i386/elf/start.S: Likewise.
4650         * sysdeps/i386/i686/hp-timing.c: Likewise.
4651         * sysdeps/ia64/elf/initfini.c: Likewise.
4652         * sysdeps/ia64/elf/start.S: Likewise.
4653         * sysdeps/ia64/hp-timing.c: Likewise.
4654         * sysdeps/m68k/elf/start.S: Likewise.
4655         * sysdeps/mach/start.c: Likewise.
4656         * sysdeps/mips/elf/start.S: Likewise.
4657         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
4658         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
4659         * sysdeps/s390/s390-32/elf/start.S: Likewise.
4660         * sysdeps/s390/s390-32/initfini.c: Likewise.
4661         * sysdeps/s390/s390-64/elf/start.S: Likewise.
4662         * sysdeps/s390/s390-64/initfini.c: Likewise.
4663         * sysdeps/sh/elf/initfini.c: Likewise.
4664         * sysdeps/sh/elf/start.S: Likewise.
4665         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
4666         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
4667         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4668         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
4669         * sysdeps/standalone/i386/start.S: Likewise.
4670         * sysdeps/standalone/i960/start.S: Likewise.
4671         * sysdeps/standalone/m68k/m68020/start.S: Likewise.
4672         * sysdeps/unix/arm/start.c: Likewise.
4673         * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
4674         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
4675         * sysdeps/unix/sparc/start.c: Likewise.
4676         * sysdeps/unix/start.c: Likewise.
4677         * sysdeps/unix/sysv/aix/start.s: Likewise.
4678         * sysdeps/unix/sysv/irix4/start.c: Likewise.
4679         * sysdeps/x86_64/elf/initfini.c: Likewise.
4680         * sysdeps/x86_64/elf/start.S: Likewise.
4681
4682 2004-08-15  Roland McGrath  <roland@redhat.com>
4683
4684         [BZ #227]
4685         * sysdeps/unix/sysv/linux/kernel-features.h
4686         (__ASSUME_BRK_PAGE_ROUNDED): New macro.
4687         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
4688         [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
4689         the partial page after the dynamic linker's own data segment.
4690
4691 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
4692
4693         * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
4694         v4-mapped addresses a bit.
4695         (gethosts): Move alloca out of macro, so that it is done only once.
4696
4697         * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
4698         addr to avoid casts.
4699         (gethosts): Removed.
4700         (gethosts2): Renamed to gethosts.  Make it usable for family !=
4701         AF_UNSPEC.  Fix AI_V4MAPPED.
4702         (gaih_inet): Remove use of old gethosts.  Always use what used to be
4703         gethosts2.  If entry is found, try to use the same NSS module's
4704         getcanonname_r function.  Use gethostbyaddr for AI_CANONNAME only
4705         if getcanonname_r was not available.  Fix filtering of AI_V4MAPPED
4706         addresses.  Numerous cleanups.
4707         * resolv/nss_dns/dns-canon.c: New file.
4708         * resolv/Makefile (libnss_dns-routines): Add dns-canon.
4709         * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
4710
4711         * elf/Makefile: Add rules to build and run tst-dlopenrpath.
4712         * elf/tst-dlopenrpath.c: New file.
4713         * elf/tst-dlopenrpathmod.c: New file.
4714
4715         * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
4716         * intl/tst-gettext.c: Likewise.
4717
4718         * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
4719
4720         * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
4721         AF_INET6.
4722
4723 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
4724
4725         * po/de.po: Update from translation team.
4726
4727 2004-08-14  Roland McGrath  <roland@frob.com>
4728
4729         * sysdeps/mach/configure: Regenerated.
4730         * sysdeps/mach/hurd/configure: Regenerated.
4731
4732 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
4733
4734         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
4735         performed, make sure it is still the first entry after sorting
4736         that has the ai_canonname information.
4737
4738         * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
4739         only in one entry.
4740
4741 2004-08-13  Daniel Jacobowitz  <dan@debian.org>
4742
4743         * scripts/output-format.sed: Handle default case of three-argument
4744         OUTPUT_FORMAT.
4745
4746         * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
4747         __attribute_used__.
4748
4749 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
4750
4751         * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
4752         first returned entry.  Print name only if not NULL.
4753
4754         * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
4755         __netgrent object passed in instead of global variables.
4756         Optimize.
4757         * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
4758         in struct __netgrent object passed in instead of global variables.
4759         * inet/netgroup.h (struct __netgrent): Add service_user field.
4760         Move cursor in anonymous union, add new field location to that
4761         union.
4762         * inet/getnetgrent_r.c: Extensive rewrite to really enable
4763         concurrent uset of set/get/endnetgrent and innetgr.
4764         Reported by Chuck Simmons.
4765
4766         * inet/netgroup.h (struct name_list): Replace name pointer with
4767         zero-sized array.
4768         * inet/getnetgrent_r.c: Adjust code for change in name_list
4769         layout.  Numerous strdup and free calls removed.
4770
4771         * elf/sprof.c (read_symbols): When comparing aliases, prefer
4772         non-hidden over hidden symbols and strong over weak symbols
4773         if both don't start with '_'.
4774
4775         * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
4776         possible.
4777
4778 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
4779
4780         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
4781         RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
4782         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4783         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4784         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
4785         Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
4786         accordingly.
4787
4788 2004-08-11  Andreas Schwab  <schwab@suse.de>
4789
4790         * resolv/res_libc.c: Move definition of __res_initstamp ...
4791         * resolv/res_init.c: ... here.
4792
4793 2004-08-10  GOTO Masanori  <gotom@debian.or.jp>
4794
4795         * locale/C-time.c: Change default ERA value from NULL to "".
4796         * locale/tst-C-locale.c: Add test case for ERA keywords.
4797
4798 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
4799
4800         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
4801         RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
4802         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4803         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4804
4805 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
4806
4807         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
4808         RLIMIT_MSGQUEUE): Add.
4809         (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
4810         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
4811         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
4812         (RLIM_NLIMITS): Adjust.
4813         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
4814         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
4815         (RLIM_NLIMITS): Adjust.
4816         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
4817         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
4818         (RLIM_NLIMITS): Adjust.
4819
4820 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
4821
4822         * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
4823         printf with #ifdef DEBUG and RES_DEBUG check.
4824
4825         * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
4826         __USE_MISC #endif.
4827         * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
4828         declaration.
4829         * sysdeps/gnu/bits/shm.h: Likewise.
4830         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
4831         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4832         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4833         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4834         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4835
4836 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
4837
4838         * po/ca.po: Update from translation team.
4839
4840 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
4841
4842         * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
4843         __getpagesize declaration.
4844
4845 2004-08-11  Roland McGrath  <roland@redhat.com>
4846
4847         * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
4848         commands inside &&.
4849         Reported by Andreas Schwab <schwab@suse.de>.
4850         * configure: Regenerated.
4851
4852         * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
4853
4854 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
4855
4856         * time/tzset.c (tzset_internal): Add new parameter which is
4857         nonzero if called through tzset.  Use TZDEFAULT name including
4858         name comparison if the new parameter is zero.  This means implicit
4859         tzset calls will not cause files to be opened and read by tzfile.c
4860         all the time.
4861
4862 2004-08-11  Jakub Jelinek  <jakub@redhat.com>
4863
4864         * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
4865         * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
4866         return 1 immediately.
4867
4868         * time/tzfile.c (__tzfile_read): Free transitions only if it will
4869         not be reused.
4870
4871         * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
4872         * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
4873
4874         * stdio-common/tst-popen.c: Include <string.h>.
4875
4876         * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
4877
4878         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
4879         attribute.  Return NULL instead of calling pthread_exit at the end.
4880
4881 2004-08-11  Roland McGrath  <roland@redhat.com>
4882
4883         * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
4884
4885 2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
4886
4887         * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
4888
4889 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
4890
4891         * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
4892         (fwrite_unlocked): When checking if size * n is <= 8, cast each
4893         argument to size_t individually.  Cast n to (void) instead of
4894         (size_t), surround with (), return (size_t) 0 if one of n or size
4895         is 0.  [BZ #316]
4896         * stdio-common/Makefile (tests): Add tst-unlockedio.
4897         * stdio-common/tst-unlockedio.c: New test.
4898
4899 2004-08-09  Roland McGrath  <roland@frob.com>
4900
4901         * manual/install.texi (Supported Configurations): Replace bug-glibc
4902         mention with web URL.
4903         * INSTALL: Regenerated.
4904         * locale/iso-3166.def: Likewise, in comment.
4905         * locale/iso-4217.def: Likewise.
4906         * locale/iso-639.def: Likewise.
4907         * posix/cpio.h: Remove bug reporting comment.
4908
4909 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
4910
4911         * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
4912         casts to handle funny calls with floating point argument values
4913         and signed values correctly and without warning.
4914         (fwrite_unlocked): Likewise.  [BZ #309]
4915
4916         * malloc/memusage.c (me): Use creat64, not creat.
4917         * malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
4918         Patch by Guy Maor <guymaor@yahoo.com>.
4919
4920         * elf/ldconfig.c (options): Mark parameter option names as
4921         translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
4922
4923         * iconv/gconv_charset.h (strip): Also allow comma which is what is
4924         used to separate options.  [BZ #194]
4925
4926 2004-08-09  Roland McGrath  <roland@redhat.com>
4927
4928         * FAQ.in: Refer to web pages instead of bug-glibc.
4929         * FAQ: Regenerated.
4930
4931         * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
4932
4933 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
4934
4935         * time/tzset.c (tzset_internal): If TZ is not set do not compare
4936         old and new tz value since it might be /etc/localtime in both
4937         cases although the file changed.  [BZ #154]
4938         Patch by Christian Franke <franke@computer.org>.
4939
4940         * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
4941         Compare with values of previously opened file.  Don't do anything
4942         is they match.
4943
4944 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
4945
4946         * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
4947         reset loader before the actual loading.
4948         * elf/dl-open.c (dl_open_worker): If file name contains no path
4949         element determine map of caller.  Pass caller map in this case to
4950         _dl_map_object.  Set __RTLD_CALLMAP in mode.
4951         * include/dlfcn.h (__RTLD_CALLMAP): Define.  [BZ #116]
4952         Patch by Greg Wolodkin <greg@mathworks.com>.
4953
4954         * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
4955         [BZ #108]  Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
4956
4957         * configure.in: Also recognize i786. [BZ #106]
4958         Patch by <pluto@pld-linux.org>.
4959
4960         * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
4961         name contains any dots. [BZ #95]
4962
4963         * resolv/res_send.c: Compiling with DEBUG defined works again.
4964         * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
4965         callers.
4966
4967         * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
4968         available the process is not killed. [BZ #41]
4969
4970         * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
4971
4972         * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
4973         [BZ #28]
4974
4975         * po/sv.po: Update from translation team.
4976
4977 2004-08-07  Ulrich Drepper  <drepper@redhat.com>
4978
4979         * inet/netinet/in.h: Add more const to the setipv4soucefilter,
4980         getsourcefilter, and setsourcefilter parameter list.
4981         * sysdeps/generic/setipv4sourcefilter.c: Likewise.
4982         * sysdeps/generic/getsourcefilter.c: Likewise.
4983         * sysdeps/generic/setsourcefilter.c: Likewise.
4984         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
4985         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
4986         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
4987
4988         * po/tr.po: Update from translation team.
4989
4990 2004-08-06  Ulrich Drepper  <drepper@redhat.com>
4991
4992         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
4993         Reported by Paolo Bonzini.
4994
4995 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
4996
4997         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
4998         always_inline.
4999         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
5000         elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
5001
5002         * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
5003         before including linux/atalk.h.
5004
5005         * resolv/res_libc.c: Include atomic.h.
5006
5007         * intl/finddomain.c (free_mem): Rename to...
5008         (_nl_finddomain_subfreeres): ... this.  Add
5009         __libc_freeres_fn_section.
5010         * intl/loadmsgcat.c (_nl_unload_domain): Add
5011         __libc_freeres_fn_section.
5012         * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
5013         Add attribute_hidden.
5014         (_nl_findomain_subfreeres): New prototype.
5015         * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
5016
5017 2004-07-30  Guido Guenther  <agx@sigxcpu.org>
5018
5019         * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
5020         test if the key is numeric or not.
5021         (group_keys): Likewise.
5022
5023 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
5024
5025         * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
5026         struct group_filter, and GROUP_FILTER_SIZE.
5027         * include/sys/socket.h: Declare __getsockopt.
5028         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
5029         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
5030         * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
5031         * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
5032
5033         * po/ko.po: Update from translation team.
5034
5035 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
5036
5037         * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
5038         memset.
5039         (__hesiod_res_set): Free nsaddrs.
5040
5041         * include/resolv.h (__res_maybe_init): Add prototype.
5042         * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
5043         * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
5044         * resolv/res_libc.c (__res_initstamp, lock): New variables.
5045         (res_init): Increase __res_initstamp.
5046         (__res_maybe_init): New function.
5047         * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
5048         * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
5049         of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
5050         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
5051         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
5052         _nss_dns_gethostbyaddr_r): Likewise.
5053         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
5054         _nss_dns_getnetbyaddr_r): Likewise.
5055         * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
5056         gethostbyaddr): Likewise.
5057         * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
5058         res_isourserver, res_sendsigned, res_update, res_search,
5059         res_querydomain): Likewise.
5060         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
5061         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
5062         * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
5063         Likewise.
5064
5065 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
5066
5067         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
5068         V4-mapped IPv6 addresses and req->ai_family==AF_INET.
5069         Reported by A. Guru <a.guru@sympatico.ca>.
5070
5071         * po/sv.po: Update from translation team.
5072         * po/sk.po: Likewise.
5073         * po/pl.po: Likewise.
5074
5075 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
5076             Ulrich Drepper  <drepper@redhat.com>
5077
5078         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
5079         characters than necessary.
5080
5081 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
5082
5083         * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
5084         * wcsmbs/tst-mbsrtowcs.c: New file.
5085
5086         * po/fr.po: Update from translation team.
5087
5088 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
5089
5090         * resolv/inet_pton.c (inet_pton4): Disallow octal numbers.  Reported
5091         by A. Guru <a.guru@sympatico.ca>.  [BZ #295]
5092
5093 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
5094
5095         * po/nl.po: Update from translation team.
5096
5097         * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
5098         numeric address formats inet_addr knows.
5099         (getaddrinfo): Allow AI_NUMERICSERV flag.
5100         If neither IPv4 nor IPv6 interface is present we cannot make any
5101         decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
5102         string is not just a number.  Remove useless freeaddrinfo call.
5103         * resolv/netdb.h (AI_NUMERICSERV): Define.
5104         Based on a patch by a.guru@sympatico.ca.
5105
5106 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
5107
5108         * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
5109         instead of trying to initialize some, but not all, fields one by
5110         one.
5111         * stdio-common/printf_size.c (printf_size): Initialize fb_info
5112         structure with *info instead of trying to initialize some, but not
5113         all, fields from it.
5114
5115         * nscd/connections.c (handle_request): Check if req->type is in
5116         LASTDBREQ .. LASTREQ range instead of req.
5117
5118         * locale/programs/linereader.c (lr_create): Initialize
5119         lr->return_widestr to 0.
5120
5121         * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
5122         (free_mem): Call free_slotinfo just once.
5123
5124         * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
5125         of NULL.
5126
5127         * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
5128         * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
5129         (free_mem): Rename to _nl_locale_subfreeres.
5130         * iconv/gconv_db.c: Include locale/localeinfo.h.
5131         (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
5132         (free_mem): Call _nl_locale_subfreeres.
5133         * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
5134
5135 2004-08-04  Roland McGrath  <roland@frob.com>
5136
5137         * Makeconfig ($(common-objpfx)config.status):
5138         Fix typo: $(add_ons) -> $(add-ons).
5139         (Makeconfig-add-on): New variable.  When doing $(sysdep-makeconfigs)
5140         include, use black magic to get it set to an add-on's name during the
5141         include of the add-on's Makeconfig.
5142
5143         * configure.in: Use variable name `libc_add_on' when sourcing add-on
5144         configure fragments, so they can refer to this.
5145         * configure: Regenerated.
5146
5147 2004-08-04  Roland McGrath  <roland@redhat.com>
5148
5149         * posix/tst-waitid.c (test_child): Sleep a second before stopping.
5150         (do_test): Bump sleep to three seconds.
5151         (sigchld, check_sigchld): New functions.
5152         (do_test): Handle SIGCHLD and check for getting the right details.
5153
5154         * posix/tst-waitid.c (do_test): Kill the child process when bailing
5155         out early on some failure.
5156         [WCONTINUED]: Test WCONTINUED functionality.
5157
5158 2004-08-03  Ulrich Drepper  <drepper@redhat.com>
5159
5160         * nscd/connections.c (handle_request): Print more descriptive
5161         message for invalid request types.
5162
5163 2004-08-02  Jakub Jelinek  <jakub@redhat.com>
5164
5165         * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
5166         Always treat high as highest number in range + 1.
5167         * iconvdata/ibm943.c (BODY): Likewise.
5168
5169 2004-07-31  Bruno Haible  <bruno@clisp.org>
5170
5171         * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
5172         * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
5173         __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
5174         __jisx0213_from_ucs_level2): Regenerated.
5175         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
5176         * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
5177         JISX0213_1_set.
5178         (JISX0213_1_2004_set): New enum value.
5179         (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
5180         (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
5181         when possible, ESC $ ( Q when needed.
5182         * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
5183         * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
5184         * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
5185         * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
5186         * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
5187         * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
5188
5189 2004-07-22  Bruno Haible  <bruno@clisp.org>
5190
5191         * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
5192
5193 2004-07-29  David S. Miller  <davem@redhat.com>
5194
5195         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
5196         better for smaller than 256 byte copies.  Also, use only one
5197         unrolled loop instead of two for the large copy case.
5198
5199 2004-07-30  Richard Henderson  <rth@redhat.com>
5200
5201         * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
5202         * sysdeps/alpha/remq.S: Likewise.
5203         * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
5204         new division algorithms in divl.S and divq.S respectively.
5205
5206 2004-07-28  GOTO Masanori  <gotom@debian.or.jp>
5207
5208         * timezone/asia: Update from tzdata2004b.
5209         * timezone/backward: Likewise.
5210         * timezone/europe: Likewise.
5211         * timezone/iso3166.tab: Likewise.
5212         * timezone/leapseconds: Likewise.
5213         * timezone/northamerica: Likewise.
5214         * timezone/southamerica: Likewise.
5215         * timezone/zone.tab: Likewise.
5216
5217         * timezone/private.h: Update from tzcode2004b.
5218         * timezone/zic.c: Likewise.
5219
5220 2004-07-27  Ulrich Drepper  <drepper@redhat.com>
5221
5222         * nscd/grpcache.c (cache_addgr): If necessary, add entry also
5223         under the name the user provided.
5224         * nscd/pwdcache.c (cache_addpw): Likewise.
5225
5226 2004-07-26  Roland McGrath  <roland@redhat.com>
5227
5228         * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
5229         call to __waitpid.
5230
5231 2004-07-26  Ulrich Drepper  <drepper@redhat.com>
5232
5233         * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
5234         memory leaks.
5235
5236         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
5237         new buffer at the right time.
5238         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
5239
5240 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
5241
5242         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
5243         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
5244         * inet/Makefile (routines): Likewise.
5245         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
5246         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
5247         * sysdeps/generic/getipv4sourcefilter.c: New file.
5248         * sysdeps/generic/setipv4sourcefilter.c: New file.
5249         * sysdeps/generic/getsourcefilter.c: New file.
5250         * sysdeps/generic/setsourcefilter.c: New file.
5251
5252 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
5253
5254         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
5255         for POWER4 machines.
5256
5257 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
5258
5259         [BZ #274]
5260         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
5261         BITS_PER_MP_LIMB shifting up.
5262         * stdlib/tst-strtod.c (main): Add new tests.
5263
5264 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
5265
5266         [BZ #282]
5267         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
5268         _IO_no_init.  Remove wd from struct locked_FILE.
5269         (_IO_wproc_jumps): Remove.
5270         Reported by Andrew Josey <a.josey@opengroup.org>.
5271         * stdio-common/Makefile (tests): Add tst-popen.
5272         * stdio-common/tst-popen.c: New test.
5273
5274 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
5275
5276         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
5277         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
5278         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
5279         Reported by Andrew Josey.
5280
5281         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
5282
5283         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
5284         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
5285         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
5286         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
5287         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
5288         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
5289         useconds_t if __USE_XOPEN2K is defined.
5290         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
5291         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
5292
5293 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
5294
5295         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
5296         allocate memory for large temporary variables with alloca.
5297
5298 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
5299
5300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
5301         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
5302
5303         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
5304         pointer and zero length.
5305
5306 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
5307
5308         * nscd/cache.c (prune_cache): Print correct list when debugging.
5309
5310 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
5311
5312         * resolv/res_libc.c (res_init): If RES_INIT is set and
5313         _res.nscount > 0, call __res_nclose and free nsaddrs.
5314         * resolv/Makefile: Add rules to build and run tst-leaks2.
5315         * resolv/tst-leaks2.c: New test.
5316
5317 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
5318
5319         * intl/libintl.h: Don't define macros for C++.
5320         Patch by Goto Masanori.
5321
5322 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
5323
5324         [BZ #276]
5325         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
5326         * inet/arpa/inet.h: Likewise.
5327         * resolv/inet_addr.c: Likewise.
5328
5329 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
5330
5331         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
5332
5333 2004-07-20  Roland McGrath  <roland@redhat.com>
5334
5335         * configure.in (add_ons): Substitute this.  Move $add_ons handling
5336         after AC_CANONICAL_HOST and default setting of $machine et al.
5337         Don't set $subdirs from $add_ons.
5338         Instead, source add-on/configure fragments early on.
5339         (base_machine): If it's already set, don't set it based on $machine.
5340         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
5341         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
5342         (sysnames): Try appending add-on names after machine as well.
5343         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
5344         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
5345         files in $(add_ons) dirs.
5346
5347         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
5348         definition, now in netinet/in.h proper.
5349
5350 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
5351
5352         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
5353         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
5354         the build tree before just-installed ones.
5355
5356         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
5357         include sgidefs.h where appropriate.
5358         * sysdeps/mips/dl-machine.h: Likewise.
5359         * sysdeps/mips/machine-gmon.h: Likewise.
5360         * sysdeps/mips/bits/setjmp.h: Likewise.
5361         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
5362         * sysdeps/mips/mips64/__longjmp.c: Likewise.
5363         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
5364         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
5365         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5366         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5367         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
5368         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5369         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5370         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5371         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
5372         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
5373         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
5374         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
5375         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
5376         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
5377         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5378         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
5379         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
5380         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
5381         Likewise.
5382         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
5383         Likewise.
5384
5385         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
5386         _dl_lookup_symbol_x.
5387         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
5388
5389 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
5390
5391         * inet/netinet/in.h: Define struct ip_mreq and struct
5392         ip_mreq_source.
5393         Define struct group_req and struct group_source_req.
5394         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
5395         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
5396         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
5397         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
5398         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
5399         MCAST_MSFILTER.
5400         Define MCAST_INCLUDE and MCAST_EXCLUDE.
5401
5402         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
5403
5404 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
5405
5406         [BZ #258]
5407         * math/libm-test.inc (max_value, min_value): New variables.
5408         (initialize): Initialize them.
5409         (pow_test): Add a couple of new tests.
5410         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
5411         exception if |y| >= 1U<<31.
5412         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
5413         exception if |y| >= 1L<<63.
5414         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
5415         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
5416         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
5417
5418 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
5419
5420         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
5421         lookup a bit.
5422         * nscd/grpcache.c (cache_addgr): Likewise.
5423         * nscd/hstcache.c (cache_addhst): Likewise.
5424
5425 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
5426
5427         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
5428         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5429
5430 2004-04-16  Andreas Schwab  <schwab@suse.de>
5431
5432         * sysdeps/ia64/bits/atomic.h: Cast first argument of
5433         __sync_bool_compare_and_swap_si correct to void*.
5434
5435 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
5436
5437         * iconv/iconv_prog.c (print_known_names): Make machine-readable
5438         output even less cluttered.
5439
5440 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
5441
5442         [BZ #269]
5443         * setjmp/Makefile (tests): Add bug269-setjmp.
5444         * setjmp/bug269-setjmp.c: New file.
5445         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
5446         Store R2 from jmpbuf in callers TOC save area.
5447         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
5448         Store R2 in TOC save area.
5449         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
5450         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
5451
5452 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
5453
5454         * locale/newlocale.c: Include bits/libc-lock.h.
5455         (__libc_setlocale_lock): Extern decl.
5456         (__newlocale): Use it.
5457         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
5458
5459 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
5460
5461         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
5462         static inline __attribute ((always_inline)).  Don't define if
5463         NO_CANCELLATION.
5464         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
5465         __fcntl_nocancel.
5466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
5467         Remove static inline __attribute ((always_inline)).  Don't define
5468         if NO_CANCELLATION.
5469         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
5470         __fcntl_nocancel.
5471         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
5472         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
5473         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
5474         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
5475
5476         [BZ #262]
5477         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
5478         for main.
5479         * elf/Makefile: Add rules to build and run tst-pie1.
5480         * elf/tst-pie1.c: New test.
5481         * elf/tst-piemod1.c: New file.
5482
5483 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
5484
5485         [BZ #266]
5486         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
5487         long.  Rewrite example code so that it takes into account l64a output
5488         shorter than 6 characters.
5489         Reported by Julian Graham <julian.graham@aya.yale.edu>.
5490
5491 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
5492
5493         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
5494         (elf_machine_rela_relative): Remove unused valiable.
5495
5496 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
5497
5498         [BZ #263]
5499         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
5500         outside the buffer if the read returns 0.  __strtod_l can't set
5501         endp to NULL, so remove a test for that case.
5502
5503 2004-07-12  Roland McGrath  <roland@redhat.com>
5504
5505         * manual/signal.texi (Interrupted Primitives): Make clear that
5506         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
5507         it to -1 to define "failure".
5508
5509 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
5510
5511         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
5512         ldsodefs.h.
5513         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
5514         already defined.
5515         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
5516         already defined.
5517
5518         * elf/rtld.c (print_statistics): Mark with noinline attribute.
5519         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
5520         attribute.
5521         (elf_machine_rel_relative): Likewise.
5522
5523         * include/string.h: Add libc_hidden_proto for __strtok_r and
5524         __strsep_g.
5525         * sysdeps/generic/strsep.c: Add libc_hidden_def.
5526         * sysdeps/generic/strtok_r.c: Likewise.
5527         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
5528         * sysdeps/i386/i686/strtok_r.S: Likewise.
5529         * sysdeps/x86_64/strtok_r.S: Likewise.
5530
5531 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
5532
5533         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
5534         instead of internal-linkage, such that we can alias to it.
5535         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
5536
5537 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
5538
5539         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
5540         to the front for gcc 3.5+.
5541         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
5543         * include/fcntl.h: Don't declare __fcntl_nocancel here if
5544         NO_CANCELLATION is defined.
5545
5546 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
5547
5548         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
5549         GL(dl_nloaded) into it while still in critical section.
5550
5551 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
5552
5553         * nss/getent.c (print_group, print_passwd): Use %lu format for
5554         `unsigned long int' values.
5555
5556         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
5557         error typos in goto statements.
5558
5559 2004-07-07  Roland McGrath  <roland@frob.com>
5560
5561         * Makefile (dist-separate): New variable.
5562         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
5563         Depend on their configure files.
5564         (dist-do-separate-dirs): New canned sequence to do that.
5565         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
5566         (dist): Depend on add-on tar files based on $(dist-separate).
5567         (dist-version): New variable, default to $(version).
5568         (tag-for-dist, dist): Use that in place of $(version) in deps.
5569
5570 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
5571
5572         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
5573         before the loop running the destructors.
5574
5575 2004-05-18  Andreas Schwab  <schwab@suse.de>
5576
5577         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
5578         the first segment for mprotect, not l_text_end.
5579
5580 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
5581
5582         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
5583         Remove hashfraction variable.  Make kcount and kcountsize local
5584         variables.
5585
5586         * elf/dl-init.c: Don't define and use _dl_starting_up if
5587         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
5588         * elf/dl-support.c: Likewise.
5589         * elf/rtld.c: Likewise.
5590         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
5591         if HAVE_INLINED_SYSCALLS is defined.
5592         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
5593         here.
5594         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
5595         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
5596         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
5597
5598         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
5599         is needed to stop profiling.
5600         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
5601         profile make sure it cannot be unloaded.
5602
5603         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
5604
5605         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
5606         support, make sure the helper function is inlined.
5607         * sysdeps/unix/sysv/linux/pread.c: Likewise.
5608         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5609         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
5611
5612 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
5613
5614         * include/string.h (ffs): Add libc_hidden_builtin_proto.
5615         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
5616         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
5617         * sysdeps/alpha/ffs.S (ffs): Likewise.
5618         * sysdeps/s390/ffs.c (ffs): Likewise.
5619         * sysdeps/powerpc/ffs.c (ffs): Likewise.
5620         * sysdeps/i386/ffs.c (ffs): Likewise.
5621         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
5622         * sysdeps/m68k/ffs.c (ffs): Likewise.
5623         * sysdeps/generic/ffs.c (ffs): Likewise.
5624         * sysdeps/m88k/ffs.c (ffs): Likewise.
5625         * sysdeps/am29k/ffs.c (ffs): Likewise.
5626         * sysdeps/i960/ffs.c (ffs): Likewise.
5627         * sysdeps/x86_64/ffs.c (ffs): Likewise.
5628
5629         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
5630
5631         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
5632         __libc_siglongjmp): Remove symbol_version.
5633         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
5634         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
5635         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
5636         unconditionally.
5637         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
5638         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
5639         strong_alias instead of default_symbol_version, remove
5640         symbol_version.
5641         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
5642         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
5643         into strong_alias to __novmxsetjmp.
5644         (__vmx__setjmp): Similarly with __vmxsetjmp.
5645         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
5646         default_symbol_version and symbol_version.
5647         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
5648         into strong_alias to __novmxsetjmp.
5649         (__vmx__setjmp): Similarly with __vmxsetjmp.
5650         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
5651         default_symbol_version and symbol_version.
5652
5653         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
5654
5655 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
5656
5657         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
5658
5659 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
5660
5661         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
5662         instead of libc_hidden_def.
5663
5664 2004-07-01  Roland McGrath  <roland@redhat.com>
5665
5666         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
5667
5668         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
5669         $(..)shlib-versions file to last in deps list.  This lets add-ons give
5670         more-specific matches that override defaults in the top-level file.
5671
5672         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
5673         already set, don't set it or libc_cv_gcc_unwind_find_fde.
5674         * sysdeps/unix/sysv/linux/configure: Regenerated.
5675
5676 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5677
5678         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
5679         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
5680         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
5681         * sysdeps/s390/fpu/e_sqrt.c: New file.
5682         * sysdeps/s390/fpu/e_sqrtf.c: New file.
5683         * sysdeps/s390/Implies: New file.
5684         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
5685         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
5686         * sysdeps/s390/s390-64/Implies: Likewise.
5687
5688 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
5689
5690         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
5691         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5692
5693         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
5694         DO_CALL (exit, 1) instead of branching to _exit.
5695         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
5696         Likewise.
5697
5698         * sysdeps/s390/fpu/bits/mathinline.h: New file.
5699
5700         * include/glob.h (glob64): Add libc_hidden_proto.
5701         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
5702         * sysdeps/gnu/glob64.c (glob64): Likewise.
5703         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
5704
5705 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
5706
5707         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
5708         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5709
5710 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
5711
5712         * sysdeps/powerpc/fpu/s_lround.c: Removed.
5713         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
5714         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
5715         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
5716         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
5717         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
5718         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
5719         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
5720         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
5721         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
5722         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
5723         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
5724         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
5725         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
5726         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
5727         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
5728
5729 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
5730
5731         * include/net/if.h: Handle if_nameindex and if_freenameindex with
5732         libc_proto_hidden.
5733         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
5734         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
5735         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
5736         netlink if possible.  Fall back on ioctl method if necessary.
5737         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
5738
5739         * include/unistd.h: Declare __truncate.
5740         * sysdeps/generic/truncate.c: Also define __truncate.
5741         * sysdeps/mach/hurd/truncate.c: Likewise.
5742         * sysdeps/unix/common/syscalls.list: Likewise.
5743         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
5744
5745 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
5746
5747         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
5748         info.extra.  Patch by Marcus Meissner.
5749
5750 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5751
5752         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
5753         Fix branch offset for a PLT entry.
5754
5755 2004-06-20  Jim Meyering  <jim@meyering.net>
5756
5757         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
5758         documentation.
5759
5760 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
5761
5762         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
5763         Workaround for [BZ #232].
5764
5765         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
5766
5767 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
5768
5769         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
5770         in ucs2/ucs2reverse when unaligned memory access is attempted.
5771         * iconv/tst-iconv5.c: New file.
5772         * iconv/Makefile (tests): Add tst-iconv5.
5773
5774 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
5775
5776         * inet/bug-if1.c: Include <string.h>.
5777
5778 2004-06-19  Roland McGrath  <roland@redhat.com>
5779
5780         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
5781         under this macro name instead.
5782         [NO_DO_WAITID]: Don't define it at all.
5783         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
5784         defined, then return ENOTSUP for combinations of selection bits other
5785         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
5786
5787         * posix/tst-waitid.c: New file.
5788         * posix/Makefile (tests): Add it.
5789
5790 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
5791
5792         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
5793
5794         [BZ #231]
5795         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
5796         relocation in librt.so.
5797
5798         [BZ #230]
5799         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
5800         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
5801
5802 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
5803
5804         * elf/ldconfig.c (add_dir): Take chroot into account.
5805         Based on changes by HJ Lu and Hideki Iwamoto.
5806
5807         * nscd/connections.c (invalidate_cache): If the host cache has to
5808         be invalidated, re-read resolv.conf.
5809
5810         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
5811         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
5812         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
5813         if RES_NOIP6DOTINT flag is set.
5814         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
5815
5816 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
5817
5818         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
5819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
5820         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
5821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
5822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
5823
5824         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
5825         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
5826
5827 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
5828
5829         [BZ #231]
5830         * sysdeps/unix/alpha/Makefile: New file.
5831         * sysdeps/unix/alpha/rt-sysdep.S: New file.
5832         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
5833
5834 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
5835
5836         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
5837         determine the canonical name only for the first returned entry.
5838
5839         * inet/bug-if1.c: New file.
5840         * inet/Makefile (tests): Add bug-if1.
5841
5842 2004-06-18  Roland McGrath  <roland@frob.com>
5843
5844         * Makerules (compile-mkdep-flags): Add -MT $@.
5845
5846         * Makefile (dist, tag-for-dist): New targets.
5847         (files-for-dist, tag-of-stem): New variables.
5848         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
5849         Make tar files using cvs export.
5850         (%.bz2, %.gz, tag-%): New pattern rules.
5851         (distribute): Variable removed.
5852         (+subdir_targets): Remove distinfo targets.
5853         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
5854         (rpm/%): Pattern rule removed.
5855         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
5856         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
5857         Targets removed.
5858         * Makerules (dist, subdir_distinfo): Targets removed.
5859         ($(objpfx)distinfo): Depend on $(distribute).
5860         * Make-dist: File removed.
5861
5862         * NEWS: Fix a typo.  Update bug-reporting instructions.
5863
5864 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
5865
5866         * sysdeps/unix/sysv/linux/sched_setaffinity.c
5867         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
5868         cpuset is wrongly set.
5869
5870 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5871
5872         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
5873         for POWER4 machines.
5874
5875 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
5876
5877         [BZ #218]
5878         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
5879         in a local variable, point rp to that local variable afterwards.
5880
5881 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
5882
5883         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
5884         cases properly.
5885
5886 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
5887
5888         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
5889         error value for unknown interface. [BZ #198]
5890
5891 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
5892
5893         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
5894         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
5895         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
5896         the asm uses as its input, either of size __n where __n is known or
5897         0xfffffff.
5898         (strstr): Add "memory" clobber.
5899
5900 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
5901
5902         [BZ #219]
5903         * nss/nsswitch.c (free_mem): Don't try to close a library handle
5904         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
5905
5906 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
5907
5908         [BZ #217]
5909         * debug/xtrace.sh: Fix typo in error diagnostics.
5910
5911 2004-06-14  Andreas Schwab  <schwab@suse.de>
5912
5913         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
5914         failed.
5915
5916 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5917
5918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
5919         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
5920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
5921         that clobbers r19.
5922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
5923         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
5924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
5925         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
5926         Fix pasto that overflowed sigcontext.v_reserve.
5927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
5928         Fix pasto that clobbers r19.
5929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
5930         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
5931         overflowed sigcontext.v_reserve.
5932
5933 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5934
5935         [BZ #150]
5936         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
5937         instead of ".gnu.linkonce.ro." as the prefix for linkonce
5938         read-only section name.
5939
5940 2004-06-14  Richard Henderson  <rth@redhat.com>
5941
5942         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
5943         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
5944
5945 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
5946
5947         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
5948         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
5949         (__backtrace): Don't call init #ifndef SHARED.
5950         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
5951         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
5952         (__backtrace): Don't call init #ifndef SHARED.
5953         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
5954         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
5955         (__backtrace): Don't call init #ifndef SHARED.
5956
5957 2004-06-11  Roland McGrath  <roland@redhat.com>
5958
5959         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
5960         From Krzysztof Halasa <khc@pm.waw.pl>.
5961
5962 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
5963
5964         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
5965
5966 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
5967
5968         [BZ #199]
5969         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
5970         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
5971
5972         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
5973         fails.  Avoid memory leak if realloc fails.
5974
5975 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
5976
5977         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
5978         NULL, "" or contains '=' character in it.  Reported by
5979         Michael T Kerrisk <mtk-lists@gmx.net>.
5980         * stdlib/tst-environ.c: Include errno.h.
5981         (main): Add tests for these arguments to setenv/unsetenv.
5982
5983 2004-06-07  Roland McGrath  <roland@frob.com>
5984
5985         * NEWS: Update bug reporting instructions.  Fix some typos.
5986
5987 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
5988
5989         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
5990         * stdio-common/_itoa.c: Add _itoa implementation.
5991
5992         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
5993         to also send request.  Add parameter to allow this.
5994         Change callers.
5995         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
5996         * nscd/nscd_getpw_r.c: Likewise.
5997         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
5998
5999 2004-06-05  Andreas Jaeger  <aj@suse.de>
6000
6001         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6002         Handle more than 6 args correctly.  Based on a patch by Masahide
6003         Washizawa <washi@jp.ibm.com>.
6004
6005 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
6006
6007         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
6008         in all places, not __nss_not_use_nscd_group.
6009         Reported by Philippe Gregoire.
6010
6011 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
6012
6013         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
6014
6015 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
6016
6017         * argp/argp-help.c (__argp_error, __argp_failure): Check result
6018         of __asprintf call and don't use string if it failed.
6019         * stdio-common/psignal.c (psignal): Likewise.
6020         * locale/programs/localedef.c (more_help): Likewise.
6021         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
6022         arg_bool, parse_line): Check result of __asprintf calls and
6023         don't use string if they failed.
6024         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
6025         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
6026         call and exit if it failed.
6027
6028 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
6029
6030         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
6031         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
6032         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
6033         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
6034         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
6035         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
6036         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
6037         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
6038         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
6039         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6040         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
6041
6042 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
6043
6044         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
6045         -momit-leaf-frame-pointer.
6046
6047         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
6048         #ifdef AF_PACKET.
6049
6050         * sysdeps/mach/hurd/getcwd.c
6051         (_hurd_canonicalize_directory_name_intern): Only realloc when
6052         size is <= 0.
6053
6054         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
6055         isn't page aligned.
6056
6057         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
6058         new size.
6059
6060         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
6061         __libc_write and __libc_lseek64.
6062
6063 2004-05-29  Roland McGrath  <roland@redhat.com>
6064
6065         * elf/Makefile (shared-only-routines): Add dl-caller.
6066
6067 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
6068
6069         * sysdeps/powerpc/configure.in: New file.
6070
6071 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
6072
6073         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
6074         "altivec" to enable VMX instructions.
6075         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
6076         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
6077         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6084
6085 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
6086
6087         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
6088         __builtin_expm1l for GCC 3.5+.
6089         (__expl): Define using __builtin_expl for GCC 3.4+.
6090         (exp, expf, expl): Don't define for GCC 3.4+.
6091         (tan, tanf, tanl): Don't define for GCC 3.5+.
6092         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
6093         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
6094         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
6095         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
6096         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
6097         for GCC 3.4+.
6098         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
6099         Don't define for GCC 3.5+.
6100         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
6101         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
6102         define for GCC 3.5+.
6103         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
6104         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
6105         define for GCC 3.2+.
6106
6107 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
6108
6109         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
6110         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
6111         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
6112         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
6113         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
6114         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
6115         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
6116         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
6117         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
6118         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
6119         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
6120         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
6121         libc_hidden_builtin_def if MEMPCPY_P.
6122         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
6123         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
6124         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
6125         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
6126         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
6127
6128 2004-05-26  Roland McGrath  <roland@frob.com>
6129
6130         * sysdeps/generic/bits/in.h
6131         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
6132         These are long obsolete in BSD systems where they originated.
6133         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
6134
6135 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
6136
6137         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
6138         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
6139         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
6140         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
6141         constant '\0' and first argument is not constant.
6142         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
6143         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
6144         For GCC 3.2+ use __builtin_strncpy.
6145         (strncat): For GCC 3.2+ use __builtin_strncat.
6146         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
6147         constant.
6148         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
6149         if both arguments are constant.
6150
6151 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
6152
6153         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
6154         mapped addresses in gethostbyaddr.
6155
6156 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
6157
6158         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
6159         flags parameter, convert afp to simple int parameter.  Adjust code.
6160         typep was never != NULL and flags therefore also unused.  *afp is
6161         never modified.
6162         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
6163         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
6164         handling for __nss_hostname_digits_dots calls.
6165         * nss/getXXbyYY_r.c: Likewise.
6166
6167         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
6168
6169 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
6170
6171         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
6172         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
6173         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
6174         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
6175         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
6176         implementation from w_sqrt.c.
6177         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
6178         implementation from w_sqrtf.c.
6179         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
6180         using inline __ieee754_sqrt().
6181         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
6182         using inline __ieee754_sqrtf().
6183         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
6184         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
6185         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
6186         PPC_FEATURE_*  independent of __ASSEMBLER__.
6187
6188 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
6189
6190         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
6191         include.
6192         (aio_start_notify_thread): Define if not defined.
6193         (notify_func_wrapper): Use it.
6194         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
6195         include.
6196         (aio_create_helper_thread): Define if not defined.
6197         (__aio_create_helper_thread): New function.
6198         (__aio_enqueue_request): Use aio_create_helper_thread.
6199
6200         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
6201         (struct ypresp_all_data): New type.
6202         (__xdr_ypresp_all): Change second argument to
6203         struct ypresp_all_data *.  Replace ypall_foreach and
6204         ypall_data with objp->foreach and objp->data.
6205         (yp_all): Remove status variable, add data.  Replace
6206         all uses of status with data.status.  Initialize data.foreach
6207         and data.data instead of ypall_foreach and ypall_data.
6208
6209 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
6210
6211         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
6212         in l_flags_1, not in l_flags.
6213
6214 2004-04-10  Robert Millan  <robertmh@gnu.org>
6215
6216         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
6217         with sysdeps/generic/bits/in.h.
6218
6219 2004-05-25  Roland McGrath  <roland@frob.com>
6220
6221         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
6222         GCC GPL to standard glibc LGPL.
6223
6224 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
6225
6226         * manual/string.texi (Copying and Concatenation): Fixed second
6227         concat example.
6228         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
6229
6230 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
6231
6232         * malloc/obstack.c: Don't allow linking with _obstack.
6233
6234 2004-05-23  Andreas Schwab  <schwab@suse.de>
6235
6236         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
6237         of separate "m" constraints.
6238
6239 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
6240
6241         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
6242         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
6243         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
6244
6245 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
6246
6247         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
6248         Add comment explaining why libc still defines it.
6249
6250 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6251
6252         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
6253         obstack_alignment_mask, obstack_alloc, obstack_base,
6254         obstack_blank, obstack_blank_fast, obstack_chunk_size,
6255         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
6256         obstack_grow0, obstack_init, obstack_int_grow,
6257         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
6258         obstack_next_free, obstack_object_size, obstack_ptr_grow,
6259         obstack_ptr_grow_fast, obstack_room): Remove declarations of
6260         nonexistent functions.
6261
6262 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
6263
6264         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
6265         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
6266         [PIC]: Redundent for powerpc64, removed.
6267         (ENTRY): Generate size and alignment for opd entry.
6268         (EALIGN): Generate size and alignment for opd entry.
6269         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
6270         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
6271
6272 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
6273
6274         * misc/regexp.h: Say the functions have been withdrawn.
6275
6276         * wcsmbs/tst-wcpncpy.c: Add more tests.
6277
6278 2004-05-18  Roland McGrath  <roland@frob.com>
6279
6280         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
6281         standard glibc LGPL.
6282         * sysdeps/generic/unwind-dw2.c: Likewise.
6283         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
6284         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
6285         * sysdeps/generic/unwind-pe.h: Likewise.
6286
6287 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
6288
6289         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
6290         MONTENEGRO" which have taken over the code 819.  Patch from
6291         Danilo Segan. [BZ #40]
6292
6293 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
6294
6295         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6296         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
6297         __sparc_get_pic_l7.
6298
6299 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6300
6301         * catgets/gencat.c: Update bug reporting instructions.
6302         * csu/version.c: Likewise.
6303         * debug/catchsegv.sh: Likewise.
6304         * debug/pcprofiledump.c: Likewise.
6305         * debug/xtrace.sh: Likewise.
6306         * elf/ldd.bash.in: Likewise.
6307         * iconv/iconv_prog.c: Likewise.
6308         * iconv/iconvconfig.c: Likewise.
6309         * locale/programs/locale.c: Likewise.
6310         * locale/programs/localedef.c: Likewise.
6311         * login/programs/pt_chown.c: Likewise.
6312         * malloc/memusage.sh: Likewise.
6313         * malloc/memusagestat.c: Likewise.
6314         * malloc/mtrace.pl: Likewise.
6315         * manual/crypt.texi: Likewise.
6316         * manual/install.texi: Likewise.
6317         * nss/makedb.c: Likewise.
6318
6319 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
6320
6321         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
6322         CHECK_STATIC_TLS if sym != NULL.
6323         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6324         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
6325
6326 2004-05-12  Andreas Schwab  <schwab@suse.de>
6327
6328         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
6329         when translating.
6330
6331 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
6332
6333         * Rules (xtests): Depend on tests.
6334
6335 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
6336
6337         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
6338         count is negative, yet write_ptr < write_end.
6339         (_IO_default_xsgetn): Avoid one underflow per char if count is
6340         negative, yet read_ptr < read_end.
6341
6342 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
6343
6344         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
6345         equal to TAB3.
6346
6347 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
6348
6349         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
6350         call.
6351
6352 2004-05-10  Roland McGrath  <roland@frob.com>
6353
6354         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
6355         (__hurd_directory_name_split): Likewise.
6356
6357 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
6358
6359         * po/fr.po: Update from translation team.
6360
6361 2004-05-10  Andreas Jaeger  <aj@suse.de>
6362
6363         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6364         Correctly compute alignment.
6365         Patch by Michael Matz <matz@suse.de>.
6366
6367 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
6368
6369         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
6370         * sysdeps/posix/sigpause.c: Likewise.
6371         * signal/signal.h: Don't define sigpause macro unless needed.
6372
6373 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
6374
6375         * configure.in (libc_cv_libgcc_s_suffix): New check.
6376         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
6377         * config.make.in (libgcc_s_suffix): Set.
6378         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
6379
6380 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
6381
6382         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
6383
6384 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
6385
6386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
6387         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
6388         Load argument values into temporary variables.
6389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
6390         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
6391         Likewise.
6392
6393 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
6394
6395         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
6396         need to be compiled with exceptions.
6397
6398 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
6399
6400         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
6401         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
6402
6403         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
6404         realloc cannot fail.
6405
6406         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
6407         be expanded.
6408
6409         * nis/nis_table.c: Clean up memory handling.
6410         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
6411         * nis/nis_removemember.c (nis_removemember): Add comment
6412         explaining use of realloc.
6413
6414         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
6415         (carg): Likewise.
6416         Patch by Lev S Bishop <lev.bishop@yale.edu>.
6417
6418         * math/bug-tgmath1.c (main): Test fabs and carg as well.
6419
6420 2004-05-06  Richard Henderson  <rth@redhat.com>
6421
6422         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
6423         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
6424         * sysdeps/unix/sysv/linux/alpha/Versions: Export
6425         __libc_alpha_cache_shape as a private symbol.
6426         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
6427         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
6428
6429 2004-05-06  Richard Henderson  <rth@redhat.com>
6430
6431         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
6432         * sysdeps/alpha/divl.S: Use them.
6433         * sysdeps/alpha/divq.S: Likewise.
6434         * sysdeps/alpha/divqu.S: Likewise.
6435         * sysdeps/alpha/reml.S: Likewise.
6436         * sysdeps/alpha/remq.S: Likewise.
6437         * sysdeps/alpha/remqu.S: Likewise.
6438
6439 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
6440
6441         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
6442         (cimag): Use it.
6443         (creal): Likewise.
6444         * math/Makefile (tests): Add bug-tgmath1.
6445         * math/bug-tgmath1.c: New file.
6446
6447 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
6448
6449         * sysdeps/alpha/atomicity.h: Remove.
6450         * sysdeps/generic/atomicity.h: Remove.
6451
6452 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
6453
6454         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
6455         char *.
6456
6457 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
6458
6459         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
6460           rt-sysdep.
6461         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
6462
6463         * sysdeps/ia64/strcat.c: New file.
6464         * sysdeps/ia64/strcat.S: Delete.
6465
6466 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
6467
6468         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
6469         defined.
6470
6471 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
6472
6473         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
6474         libc_hidden_proto.  Define to __GI___libm_error_support for
6475         assembly going into libc.so.
6476         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
6477         libc_hidden_def.
6478
6479         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
6480         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
6481
6482         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
6483         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
6484         if USE___THREAD.
6485
6486 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
6487
6488         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
6489         __USE_BSD or __USE_UNIX98.
6490         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6491         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6492         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
6493         Likewise.
6494         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6495         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6496         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6497         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
6498         Likewise.
6499         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
6500         Likewise.
6501         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
6502         Likewise.
6503         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
6504         Likewise.
6505         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
6506         Likewise.
6507         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
6508         Likewise.
6509         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
6510         Likewise.
6511         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
6512         Likewise.
6513         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
6514         Likewise.
6515         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
6516         Likewise.
6517         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
6518         Likewise.
6519         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
6520         Likewise.
6521         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
6522         Likewise.
6523         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6524         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
6525         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
6526
6527 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
6528
6529         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
6530         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
6531         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
6532         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
6533         * sysdeps/unix/sysv/linux/Versions (libc): Remove
6534         __libc_sigaction@@GLIBC_PRIVATE.
6535         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
6536         __modify_ldt@@GLIBC_PRIVATE.
6537         * socket/Versions (libc): Remove __libc_accept, __libc_send,
6538         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
6539         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
6540         * stdio-common/Versions (libc): Remove
6541         _itoa_upper_digits@@GLIBC_PRIVATE.
6542         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
6543         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
6544         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
6545         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
6546         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
6547         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
6548         __libc_lseek64 @@GLIBC_PRIVATE.
6549
6550 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
6551
6552         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
6553         check.
6554
6555 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
6556
6557         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
6558         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
6559         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
6560         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
6561         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
6562         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
6563         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
6564         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
6565         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
6566         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
6567         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
6568         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
6569         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
6570         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
6571         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
6572         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
6573         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
6574         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
6575
6576         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
6577         mantissa for AIX long double format.
6578         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
6579         long double format.
6580         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
6581         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
6582         (_fpioconst_pow10): AIX long double format has same exponent range as
6583         double.
6584         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
6585         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
6586         as double.
6587
6588 2004-04-23  Art Haas  <ahaas@airmail.net>
6589
6590         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
6591
6592 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
6593
6594         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
6595         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
6596         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
6597         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
6598         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
6599
6600 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
6601
6602         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
6603         entries.
6604
6605 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
6606
6607         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
6608         prototypes and description [BZ #131].
6609
6610         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
6611         Patch by Ed Catmur <ed@catmur.co.uk>.
6612         * string/tst-inlcall.c (main): Add test for strpbrk.
6613
6614         [BZ #140]
6615         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
6616         include.
6617         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
6618         yet defined, #undef back after including linux/sysctl.h if defined
6619         here.
6620         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
6621         back after including linux/sysctl.h if defined here.
6622
6623         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
6624         for single precision register, add it to __asm clobbers [BZ #139].
6625         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
6626         for single precision register, add it to __asm clobbers.
6627         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
6628         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
6629         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
6630         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
6631
6632 2004-04-23  Andreas Schwab  <schwab@suse.de>
6633
6634         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
6635         __attribute_used__.
6636
6637 2004-04-22  Philip Blundell  <philb@gnu.org>
6638
6639         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
6640         when calling _dl_signal_error.
6641         (elf_machine_rel): Likewise.
6642
6643 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
6644
6645         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
6646         and use it internally instead of __sigsetjmp.
6647         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
6648         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
6649         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
6650         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
6651         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
6652         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
6653         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
6654         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
6655         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
6656         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
6657         HIDDEN_JUMPTARGET for exit call.
6658         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
6659         _exit call.
6660         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
6661         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
6662         strcpy calls.
6663
6664 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
6665
6666         * posix/tst-chmod.c (do_test): Fix a typo.
6667
6668         * elf/lateglobal.c (main): Fix error checks.
6669         Patch by Stephen Clarke <stephen.clarke@st.com>.
6670
6671         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
6672         mention they have been added in ISO C99.
6673         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6674
6675 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
6676
6677         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
6678
6679 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
6680
6681         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
6682         EACCES.
6683
6684 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
6685
6686         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
6687         handling change.
6688         * stdio-common/tst-sscanf.c (int_tests): Adjust.
6689
6690         * nis/nss-nis.c: Include stdlib.h.
6691
6692         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
6693         warning.
6694         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
6695         libc_hidden_builtin_def.
6696
6697 2004-04-20  Jim Meyering  <jim@meyering.net>
6698
6699         * misc/error.c (error_tail): Don't leak upon realloc failure.
6700
6701 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6702
6703         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
6704         Use RETURN_ADDRESS instead of __builtin_return_address.
6705
6706 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
6707
6708         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
6709         compact code.
6710
6711 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
6712
6713         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
6714         do input_error () instead of conv_error () and don't look at errno.
6715         Don't eat any whitespace before %% if skip_space == 0.
6716         * stdio-common/tst-sscanf.c (int_tests): New array.
6717         (main): Run int_tests.
6718
6719
6720 See ChangeLog.14 for earlier changes.