whitespace
[glibc.git] / ChangeLog
blobfe19f998c466d1a0ccc670219d7aef92ecc08955
1 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
3         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
4         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5         Return NULL if mmap failed instead of asserting it does not.
6         (calloc): Check for integer overflow.
8         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
9         than LONG_MAX / 10.
11 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
13         [BZ #4702]
14         * nis/nss-default.c: Include errno.h.
15         (init): Preserve errno.
17 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
19         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
21 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
23         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
25 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
27         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
29 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
31         * sysdeps/s390/dl-procinfo.c: New file.
32         * sysdeps/s390/dl-procinfo.h: New file.
33         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
35 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
37         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
38         in PT_NOTE segments with multiple notes.
39         * elf/readelflib.c (process_elf_file): Likewise.
41 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
43         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
44         ISO C compliant.
46 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
48         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
50 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
52         * include/link.h: Don't include rtld-lowlevel.h.
53         (struct link_map): Remove l_scope_lock.
54         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
55         (_dl_scope_free_list): New field (variable) in _rtld_global.
56         (DL_LOOKUP_SCOPE_LOCK): Remove.
57         (_dl_scope_free): New prototype.
58         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
59         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
60         (_dl_profile_fixup): Likewise.
61         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
62         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
63         THREAD_GSCOPE_RESET_FLAG around it.
64         * elf/dl-close.c (_dl_close_worker): Don't use
65         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
66         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
67         scopes were queued or if l_scope_mem has been abandoned.
68         * elf/dl-open.c (_dl_scope_free): New function.
69         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
70         * elf/dl-support.c (_dl_scope_free_list): New variable.
71         * elf/dl-lookup.c (add_dependency): Remove flags argument.
72         Remove DL_LOOKUP_SCOPE_LOCK handling.
73         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
74         handling.
75         * elf/dl-object.c (_dl_new_object): Don't use
76         __rtld_mrlock_initialize.
78 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
80         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
81         to fill in holes
82         (rtld_global_ro): Likewise.
84 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
86         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
87         Move PT_LOAD checking to...
88         (_dl_addr_inside_object): ... here, new function.
89         * elf/dl-sym.c (do_sym): If not l_contiguous,
90         call _dl_addr_inside_object.
91         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
92         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
93         * elf/dl-open.c (dl_open_worker): Likewise.
94         (_dl_addr_inside_object): New function if IS_IN_rtld.
95         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
96         holes are present or are PROT_NONE protected.
97         * include/link.h (struct link_map): Add l_contiguous field.
98         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
100 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
101             Tomas Janousek  <tjanouse@redhat.com>
102             Ulrich Drepper  <drepper@redhat.com>
104         [BZ #4647]
105         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
106         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
107         socket.
108         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
109         unused member a bitmap.
110         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
111         servers are configured.
113 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
115         * elf/rtld.c (dl_main): Don't call init_tls more than once.
117 2007-06-17  Andreas Schwab  <schwab@suse.de>
119         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
121 2007-06-16  Andreas Jaeger  <aj@suse.de>
123         [BZ #4125]
124         * sysdeps/unix/sysv/linux/sys/ptrace.h
125         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
126         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
127         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
128         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
129         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
130         Define.
131         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
132         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
133         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
134         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
136 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
138         [BZ #4599]
139         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
140         determining whether there are IPv4/IPv6 addresses, ignore loopback
141         addresses.
143 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
145         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
146         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
147         as the return type.  Change type of "r" variable to CMPtype.
148         * soft-fp/eqsf2.c (__eqsf2): Likewise.
149         * soft-fp/eqtf2.c (__eqtf2): Likewise.
150         * soft-fp/gedf2.c (__gedf2): Likewise.
151         * soft-fp/gesf2.c (__gesf2): Likewise.
152         * soft-fp/getf2.c (__getf2): Likewise.
153         * soft-fp/ledf2.c (__ledf2): Likewise.
154         * soft-fp/lesf2.c (__lesf2): Likewise.
155         * soft-fp/letf2.c (__letf2): Likewise.
156         * soft-fp/unorddf2 (__unorddf2): Likewise.
157         * soft-fp/unordsf2 (__unordsf2): Likewise.
158         * soft-fp/unordtf2 (__unordtf2): Likewise.
160 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
162         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
163         make sure gcc doesn't mess around with this.
165 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
167         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
169 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
171         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
172         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
173         at most once per _dl_close_worker.
175 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
177         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
178         __sched_cpucount as const.
179         * posix/sched_cpucount.c: Adjust.
181         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
182         instruction for counting bits.
183         * sysdeps/x86_64/sched_cpucount.c: New file.
185 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
187         * configure.in: Avoid variable named BASH.
188         * config.make.in: Likewise.
189         Patch in part by Mike Frysinger.
191 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
193         [BZ #4586]
194         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
195         pseudo-zeros as zero.
196         * sysdeps/x86_64/ldbl2mpn.c: New file.
197         * sysdeps/ia64/ldbl2mpn.c: New file.
199 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
201         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
202         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
203         Remove unreachable code at the end.
205 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
207         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
208         ldbl-128ibm in comment.
209         (fpclassifyl): Correct classification of denormals.
210         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
211         return value for MIN denormal. Rewrite using long double math too
212         correctly handle denormals and canonicalize the results.
214 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
216         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
217         (__mpn_construct_long_double): Fix conversion where result ought
218         to be smaller than __LDBL_MIN__, or the low double should be
219         denormal.  Fix decision where to negate low double - honor round
220         to even rules.
221         * stdio-common/tst-sprintf2.c: Include string.h.
222         (COMPARE_LDBL): Define.
223         (TEST): Also test whether a string hexadecimal float representation
224         can be parsed back to the number.
225         (main): Add a couple of further tests.
227 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
229         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
230         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
231         is non-zero, but smaller than 2 * __DBL_MIN__.
232         * stdio-common/tst-sprintf2.c: New test.
233         * stdio-common/Makefile (tests): Add tst-sprintf2.
235         * math/test-misc.c (main): Don't run last batch of tests with
236         IBM long double format.
238 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
240         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
241         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
242         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
243         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
244         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
245         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
246         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
247         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
248         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
249         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
252         New file.
253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
254         New file.
255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
256         New file.
257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
258         New file.
259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
260         New file.
261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
263         New file.
264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
265         New file.
266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
267         New file.
268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
269         New file.
270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
271         New file.
273 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
275         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
276         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
277         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
278         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
279         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
280         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
281         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
282         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
284 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
286         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
287         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
288         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
289         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
290         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
291         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
292         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
293         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
295 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
297         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
298         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
299         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
300         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
302 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
304         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
305         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
307 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
309         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
310         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
311         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
312         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
314 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
316         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
317         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
319 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
321         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
322         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
324         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
325         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
326         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
327         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
329 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
331         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
332         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
333         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
334         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
336 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
338         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
339         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
340         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
341         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
342         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
343         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
345 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
347         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
348         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
349         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
350         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
352 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
354         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
355         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
356         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
357         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
358         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
359         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
360         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
361         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
362         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
363         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
364         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
365         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
366         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
367         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
368         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
369         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
371 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
373         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
374         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
376 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
378         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
379         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
381 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
383         * sysdeps/powerpc/powerpc32/970/Implies: New file.
384         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
385         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
386         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
387         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
388         * sysdeps/powerpc/powerpc64/970/Implies: New file.
389         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
390         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
391         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
392         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
394 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
396         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
398 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
400         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
401         branch miss-predicts. Ensure that cache line crossing does not impact
402         dispatch grouping.
404 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
406         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
407         "../../powerpc32/power4/memcopy.h".
408         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
409         "../../powerpc32/power4/wordcopy.c".
411 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
413         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
414         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
415         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
416         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
417         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
418         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
420 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
422         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
424 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
426         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
427         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
428         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
429         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
430         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
431         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
432         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
433         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
435 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
437         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
439 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
441         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
442         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
443         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
444         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
445         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
446         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
447         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
449 2007-05-29  Roland McGrath  <roland@redhat.com>
451         * po/Makefile (po-sed-cmd): New variable.
452         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
454 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
456         * crypt/md5-crypt.c: Fix comment.
458         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
459         of crashing.  When this is the case or if the reply is malformed,
460         don't try to close the new file descriptor since it does not
461         exist.
462         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
464 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
466         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
467         if __NR_utimensat is not defined.
469 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
471         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
473 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
475         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
476         (open): Fix comment typos.  Don't call __open_2 if flags
477         is a compile time constant without O_CREAT.
478         (__open64_2): Add nonnull attribute.
479         (open64): Fix comment typos.  Don't call __open64_2 if flags
480         is a compile time constant without O_CREAT.
481         (__openat_2): Add nonnull attribute, fix nonnull attribute
482         on redirect.
483         (openat): Fix comment typos.  Don't call __openat_2 if flags
484         is a compile time constant without O_CREAT.
485         (__openat64_2): Add nonnull attribute, fix nonnull attribute
486         on redirect.
487         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
488         is a compile time constant without O_CREAT.
490 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
492         * Makerules (sysd-rules): Define PTW for ptw-* files.
493         * Versions: Define GLIBC_2.7 for libc.
494         * include/stdio.h: Declare __fortify_fail.
495         * debug/fortify_fail.c: New file.
496         * debug/Makefile (routines): Add fortify_fail.
497         * debug/chk_fail.c: Use __fortify_fail.
498         * debug/stack_chk_fail.c: Likewise.
499         * io/Versions: Export __open_2, __open64_2, __openat_2, and
500         __openat64_2 for GLIBC_2.7.
501         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
502         * io/open.c: Define *_2 variant of function which checks for O_CREAT
503         and fails if necessary.
504         * io/open64.c: Likewise.
505         * io/openat.c: Likewise.
506         * io/openat64.c: Likewise.
507         * sysdeps/unix/sysv/linux/open64.c: Likewise.
508         * sysdeps/unix/sysv/linux/openat.c: Likewise.
509         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
510         * io/bits/fcntl2.h: New file.
511         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
512         __openat64_2.
513         * include/bits/fcntl2.h: New file.
514         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
515         Add open_2.
516         * sysdeps/unix/sysv/linux/open_2.c: New file.
518 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
520         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
521         as second parameter to handle_intel.
523         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
524         the entry.
526         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
527         handling to ...
528         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
529         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
530         cacheinfo.
531         * sysdeps/x86_64/memcpy.S: Complete rewrite.
532         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
533         Patch by Evandro Menezes <evandro.menezes@amd.com>.
535         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
537 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
539         [BZ #4525]
540         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
541         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
542         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
544         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
546         [BZ #4514]
547         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
548         reinitialize workend at the start of each do_positional format spec
549         loop, free workstart before do_positional loops.
550         (printf_unknown): Fix size of work_buffer.
551         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
553         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
554         (public_sET_STATe): If ms->version < 3, put all chunks into
555         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
556         chunks.
558         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
559         * malloc/hooks.c: Likewise.
560         * malloc/arena.c: Likewise.
561         * malloc/malloc.c (do_check_malloc_state): Don't assert
562         n_mmaps is not greater than n_mmaps_max.  This removes the need
563         for the previous change.
565         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
566         2007-05-07 commit.
568 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
570         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
571         Define for kernel >= 2.6.22.
573 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
575         * elf/dl-close.c (_dl_close_worker): When removing object from
576         global scope, wait for all lookups to finish afterwards.
577         * elf/dl-open.c (add_to_global): When global scope array must
578         grow, allocate a new one and free old array only after all
579         lookups finish.
580         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
581         (_dl_lookup_symbol_x): Likewise.
582         * elf/dl-support.c: Define _dl_wait_lookup_done.
583         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
584         _dl_wait_lookup_done.
586         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
587         not overlapping with arena.
589         * malloc/mcheck.c (reallochook): If size==0, free the block.
591         * rt/tst-shm.c: Use fstat64 instead of fstat.
593         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
594         __NR_sync_file_range is not defined.
596 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
598         Dummy files to prevent stub versions from being used.
599         * sysdeps/x86_64/fpu/k_cosl.c: New file.
600         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
601         * sysdeps/x86_64/fpu/k_sinl.c: New file.
602         * sysdeps/x86_64/fpu/k_tanl.c: New file.
604         * version.h (VERSION): Set to 2.6.90.
606 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
608         * version.h (VERSION): Define to 2.6.
609         * include/features.h (__GLIBC_MINOR__): Define to 6.
611         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
613         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
614         sizes.
616 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
618         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
619         number of mmaps.  n_mmaps_max is the target.
620         * malloc/hooks.c: Likewise.
621         * malloc/arena.c: Likewise.
623 2007-05-12  Andreas Jaeger  <aj@suse.de>
625         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
626         getpid.
628 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
630         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
631         adding new variables.
633         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
634         optimize.  Completely extend global scope array before making the
635         new entries visible.
637 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
639         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
640         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
641         tst-getcpu.
643         * include/link.h: Move l_version and l_nversion members around to
644         fill gaps.
646         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
648         * sysdeps/unix/sysv/linux/sched_setaffinity.c
649         (__sched_setaffinity_new): If syscall was successful and
650         RESET_VGETCPU_CACHE is defined, use it before returning.
651         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
653         * io/sys/stat.h: Make sure struct timespec is defined for
654         __USE_ATFILE.
656         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
657         UTIME_OMIT.
658         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
659         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
660         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
661         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
662         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
663         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
664         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
665         * io/sys/stat.h: Declare utimensat, futimens.
666         * io/utimensat.c: New file.
667         * io/futimens.c: New file.
668         * sysdeps/unix/sysv/linux/utimensat.c: New file.
669         * sysdeps/unix/sysv/linux/futimens.c: New file.
670         * io/Makefile (routines): Add utimensat, futimens.
671         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
672         * sysdeps/unix/sysv/linux/lutimes.c: New file.
673         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
674         available.
676         * include/sys/cdefs.h: Redefine __nonnull so that test for
677         incorrect parameters in the libc code itself are not omitted.
679 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
681         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
682         exception in addition to inexact when asked to raise only FE_INEXACT.
684         [BZ #3427]
685         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
686         in *envp.
688 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
690         [BZ #4403]
691         * string/strfry.c (strfry): Make result more random.
693 2007-05-07  Richard Henderson  <rth@redhat.com>
695         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
696         if __NO_LONG_DOUBLE_MATH.
697         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
698         available in the compiler, add .arch directive to the assembly.
700 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
702         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
703         compat_symbol to GLIBC_2_1.
704         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
705         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
706         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
707         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
708         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
709         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
710         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
711         libc, not libm.
712         (__isnanl): New compat_symbol.
714 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
715             Jakub Jelinek  <jakub@redhat.com>
717         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
718         (new_heap): Initialize mprotect_size.
719         (grow_heap): When growing, only mprotect from mprotect_size till
720         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
721         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
723 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
724             Peter Bergner  <bergner@us.ibm.com>
726         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
727         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
728         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
729         * sysdeps/powerpc/fpu/fe_mask.c: New file.
730         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
731         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
732         Call __fe_mask_env() if all FP exceptions disabled.
733         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
734         from old FPSCR to new fenv to propagate DFP rounding modes.
735         Call __fe_mask_env() if FP exceptions previously enabled.
736         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
737         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
738         transitioning from all exceptions disabled to any exception enabled
739         or visa versa.
740         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
741         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
742         when transitioning from all exceptions disabled to any exception
743         enabled or visa versa.
744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
751 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
753         [BZ #4465]
754         * posix/unistd.h: Remove __THROW from fdatasync.
756 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
758         [BZ #4465]
759         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
761 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
763         * stdio-common/vfprintf.c (process_string_arg): Optimize
764         ridiculous precision in wide char code printing multi-byte string.
765         Reported by Jim Meyering <jim@meyering.net>.
767         [BZ #4131]
768         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
769         boundaries to work around systems with overlapping binary loading.
770         Based on a patch by Suzuki <suzuki@in.ibm.com>.
772 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
774         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
775         __mbsnrtowcs after last change.
777         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
778         (get_ident): Likewise.
780 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
782         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
783         with setting the sticky bit.
784         * math/test-misc.c (main): Add more truncation tests.
786 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
788         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
789         double in the function declaration.
790         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
791         double in the function declaration.
792         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
793         float in the function declaration.
794         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
795         float in the function declaration.
797         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
798         denormal operands.  Do not generate FP_EX_DENORM exception.
799         (FP_UNPACK_RAW_EP): Ditto.
800         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
801         undefined _FP_UNPACK_RAW_E.
802         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
803         undefined _FP_UNPACK_RAW_EP.
804         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
805         undefined _FP_PACK_RAW_E.
806         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
807         undefined _FP_PACK_RAW_EP.
809         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
810         _FP_FRAC_COPY_2.
811         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
812         _FP_FRAC_COPY_4.
814 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
815             Jakub Jelinek  <jakub@redhat.com>
817         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
818         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
819         this case.
820         * soft-fp/op-common.h (FP_TRUNC): Ditto.
822 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
824         * math/test-misc.c (main): Add tests for rounding long double
825         values close to smallest double denormalized value to double.
827 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
829         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
830         condition for truncating to 0.  Set sticky bit for such
831         truncation.
833 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
835         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
836         fixed length array for ignore.
838 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
840         [BZ #4438]
841         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
842         stack for large precisions.
843         * stdio-common/test-vfprintf.c (main): Add test for large
844         precision.
846 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
848         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
849         for exponent 0.
850         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
852         [BZ #4439]
853         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
854         account in the size check.
855         * resolv/tst-inet_ntop.c: New test.
856         * resolv/Makefile (tests): Add tst-inet_ntop.
858 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
859             Jakub Jelinek  <jakub@redhat.com>
861         [BZ #4349]
862         * malloc/malloc.c: Keep separate list for first blocks on the bin
863         lists with a given size.  This helps skipping over list elements
864         we know won't fit in two places.
865         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
867 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
869         [BZ #4102]
870         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
871         label to Teredo tunnel addresses 2001://32.
873 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
875         * locale/programs/ld-collate.c (collate_read): Allow order_start
876         after copy.
878         * locale/programs/ld-collate.c (collate_read): Fix printing of
879         error message.
881         [BZ #3213]
882         * locale/C-translit.h.in: Add entry for U2044.
884         [BZ #4342]
885         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
886         hexa-decimal floats without exponent.
887         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
889 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
891         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
892         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
893         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
894         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
895         GLIBC_2.6.
896         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
897         Add sched_getcpu.
899 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
901         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
902         of 0 after the out_fail label.
904 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
906         [BZ #4406]
907         * iconv/gconv_charset.h (strip): Allow ':'.
908         * iconv/iconv_open.c (iconv_open): Adjust comment.
910 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
912         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
913         version.
915 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
917         [BZ #4381]
918         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
919         alignment of buffer and tmp_buffer.
920         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
921         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
922         alignment of buffer.
923         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
924         bigger than INT_MAX.
925         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
926         h_errnop arguments.  Fail if buflen is too small.
927         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
929 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
931         [BZ #4405]
932         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
933         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
935 2007-04-22  Roland McGrath  <roland@redhat.com>
937         * elf/elf.h (NT_PRXFPREG): New macro.
939 2007-04-19  Andreas Jaeger  <aj@suse.de>
941         [BZ #3905]
942         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
943         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
944         Added.
946 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
948         * include/sys/mman.h: Mark madvise hidden.
949         * misc/madvise.c: Add libc_hidden_def.
951 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
953         * nis/nis_domain_of.c (__nis_domain_of): New function.
954         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
955         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
956         * nis/nis_call.c (rec_dirsearch): Likewise.
957         (first_shoot): Likewise.  Remove search_parent_first argument.
958         (struct nis_server_cache): Rename search_parent_first field
959         to search_parent.
960         (nis_server_cache_search, nis_server_cache_add): Rename
961         search_parent_first argument to search_parent.
962         (__nisfind_server): Likewise.  If search_parent, call
963         __nis_domain_of.
965 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
967         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
969 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
971         [BZ #4368]
972         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
974 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
976         [BZ #4364]
977         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
979 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
981         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
982         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
983         current number of locales in SUPPORTED.
984         (create_archive): Initialize serial.
985         (enlarge_archive): Preserve aliases rather than duplicating
986         their locrecs.
988 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
990         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
991         after _IO_un_link, not before it.
993         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
994         special case handling when wcp == wstartp + 1.  Fix a comment typo.
995         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
997 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
999         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
1000         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
1001         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
1002         Remove __THROW.
1003         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
1004         _IO_file_xsgetn_maybe_mmap): Likewise.
1005         * libio/oldfileops.c (old_do_write): Likewise.
1006         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
1007         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
1008         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
1009         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
1010         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
1011         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
1012         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
1013         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
1014         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
1015         _IO_file_underflow, _IO_file_underflow_mmap,
1016         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
1017         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
1018         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
1019         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
1020         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
1021         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
1022         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
1023         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
1024         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
1025         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
1026         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
1027         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
1028         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
1029         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
1030         _IO_adjust_column_internal, _IO_default_uflow_internal,
1031         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
1032         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
1033         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
1034         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
1035         _IO_file_close_it_internal, _IO_file_underflow_internal,
1036         _IO_file_overflow_internal, _IO_file_attach_internal,
1037         _IO_file_fopen_internal, _IO_file_sync_internal,
1038         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
1039         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
1040         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
1041         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
1042         _IO_seekpos_unlocked): Likewise.
1043         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
1044         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
1046 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
1048         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
1049         argument in xmalloc size computation.
1051 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
1053         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
1054         math_opt_barrier and math_force_eval macros.
1056 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
1058         [BZ #3306]
1059         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
1060         * sysdeps/i386/fpu/math_private.h: New file.
1061         * sysdeps/x86_64/fpu/math_private.h: New file.
1062         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
1063         math_force_eval macros.  Use "+m" constraint on asm rather than
1064         "=m" and "m".
1065         * math/s_nextafter.c (__nextafter): Likewise.
1066         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
1067         Likewise.
1068         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
1069         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
1070         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
1071         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
1072         math_opt_barrier and math_force_eval macros.
1073         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
1074         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
1075         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
1076         (__nexttoward): Use math_opt_barrier and
1077         math_force_eval macros.  Use "+m" constraint on asm rather than
1078         "=m" and "m".  Only use asm to force double result if
1079         FLT_EVAL_METHOD is 2.
1080         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
1081         (__nexttowardf): Use math_opt_barrier and
1082         math_force_eval macros.  Use "+m" constraint on asm rather than
1083         "=m" and "m".  Only use asm to force double result if
1084         FLT_EVAL_METHOD is not 0.
1085         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
1086         (__nexttowardf): Use math_opt_barrier and
1087         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
1088         x to float using asm.
1089         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
1090         (__nldbl_nexttowardf): Use math_opt_barrier and
1091         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
1092         x to float using asm.
1093         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
1094         (__nexttowardf): Use math_opt_barrier and math_force_eval
1095         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
1096         * math/bug-nextafter.c (zero, inf): New variables.
1097         (main): Add new tests.
1098         * math/bug-nexttoward.c (zero, inf): New variables.
1099         (main): Add new tests.
1101 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
1103         [BZ #3427]
1104         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
1105         exceptions both in SW and MXCSR.
1106         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
1107         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
1108         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1109         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
1110         in MXCSR if SSE is available.
1111         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
1112         and ldsodefs.h.
1113         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
1114         Fix comment typo.
1115         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
1116         Return 0 rather than 1.
1117         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
1118         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
1119         * math/test-fenv.c (feholdexcept_tests): New function.
1120         (main): Call it.
1122 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
1124         [BZ #3427]
1125         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
1126         in SW.
1128 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
1130         [BZ #4344]
1131         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
1132         Reported by David Anderson <davea42@earthlink.net>.
1134 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
1136         * posix/sys/wait.h: Remove unnecessary forward declaration.
1138 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
1140         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
1141         with obj->do_servers after first_shoot.
1143 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
1145         * posix/Makefile (routines): Add sched_cpucount.
1146         (tests): Add tst-cpucount.
1147         * posix/sched_cpucount.c: New file.
1148         * posix/tst-cpucount.c: New file.
1149         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
1150         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
1151         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
1152         * posix/sched.h: Define CPU_COUNT.
1154 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
1156         * posix/fnmatch.c (STRUCT): Define.
1157         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
1158         * posix/fnmatch_loop.c (struct STRUCT): New type.
1159         (FCT): Add ends argument.  If ends != NULL and normal * is
1160         seen in the pattern, store current pattern and string pointers
1161         and return.  Adjust recursive calls.
1162         (EXT): Adjust FCT callers.
1163         (STRUCT): Undef at the end of the file.
1164         * posix/Makefile (tests): Add tst-fnmatch2.
1165         * posix/tst-fnmatch2.c: New test.
1167 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
1169         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
1170         and 1 on failure.
1172         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1173         Change last argument to unsigned int.
1175 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
1177         * scripts/check-local-headers.sh: Filter out sys/capability.h.
1179 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
1181         * config.h.in (HAVE_LIBCAP): Add.
1182         * nscd/selinux.h: Include sys/capability.h rather than non-existent
1183         sys/capabilities.h.
1184         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
1185         free_caps.  Cast away const from 4th cap_set_flag argument.
1187 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
1189         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
1190         GLIBC_2.6.
1191         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1192         Add sync_file_range.
1193         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1195 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
1197         * sysdeps/powerpc/bits/atomic.h
1198         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
1199         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
1200         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1201         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
1202         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1203         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
1204         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
1205         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
1206         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1207         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
1208         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
1209         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
1210         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
1211         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
1212         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
1213         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
1214         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
1215         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
1216         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
1217         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
1219 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
1221         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
1222         (__cache_line_size): Define the variable here.  Add
1223         attribute_hidden, remove weak_extern.
1224         (__libc_start_main): Set __cache_line_size
1225         unconditionally.
1226         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1227         (__cache_line_size): Define the variable here.  Add
1228         attribute_hidden, remove weak_extern.
1229         (DL_PLATFORM_AUXV): Set __cache_line_size
1230         unconditionally.
1231         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
1232         weak_extern, add attribute_hidden.
1233         (__elf_machine_runtime_setup): Assume __cache_line_size is always
1234         defined in ld.so.
1235         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
1236         definition.
1237         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
1239 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
1241         [BZ #4276]
1242         * timezone/africa: Update from tzdata2007d.
1243         * timezone/asia: Likewise.
1244         * timezone/australasia: Likewise.
1245         * timezone/backward: Likewise.
1246         * timezone/europe: Likewise.
1247         * timezone/iso3166.tab: Likewise.
1248         * timezone/leapseconds: Likewise.
1249         * timezone/northamerica: Likewise.
1250         * timezone/southamerica: Likewise.
1251         * timezone/zone.tab: Likewise.
1253         * timezone/private.h: Update from tzcode2007d.
1254         * timezone/zdump.c: Likewise.
1255         * timezone/zic.c: Likewise.
1257 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
1259         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
1260         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
1261         variables.
1262         (nis_server_cache_search, nis_server_cache_add): New functions.
1263         (__nisfind_server): Use them.  Add dbp and flags argument, if
1264         call __nisbind_create.
1265         (__nisbind_create): Add server_used and current_ep arguments,
1266         only call __nis_findfastest if server_used is ~0.
1267         (__do_niscall2, __prepare_niscall): Adjust callers.
1268         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
1269         ckey_cache_euid, ckey_cache_lock): New variables.
1270         (get_ckey): New function.
1271         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
1272         __pmap_getnisport.  Save __pmap_getnisport result in
1273         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
1274         key.
1275         * nis/nis_lookup.c (nis_lookup): Likewise.
1276         * nis/nis_table.c (nis_list): Likewise.
1277         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
1278         prototypes.
1280         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
1281         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
1282         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
1283         _nss_nisplus_getservbyport_r): Likewise.
1284         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
1285         _nss_nisplus_getnetbyaddr_r): Likewise.
1286         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
1287         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
1288         _nss_nisplus_getntohost_r): Likewise.
1289         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
1290         _nss_nisplus_getrpcbynumber_r): Likewise.
1292 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
1294         * configure.in (libc_cv_gnu89_inline): Only do compile test.
1295         * configure: Rebuilt.
1297         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
1298         bit-fields.
1299         * soft-fp/extended.h (_FP_UNION_E): Likewise.
1301 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
1303         [BZ #2831]
1304         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
1305         bit-fields.
1307 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
1309         * nscd/gai.c: Include alloca.h.
1310         (__libc_use_alloca): Define.
1312 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
1314         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
1315         smaller scopes.
1316         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
1317         (DL_DST_REQUIRED): Adjust user.
1319         * include/dlfcn.h (struct link_map): New forward decl.
1321         * inet/getnameinfo.c: Include stddef.h.
1322         (getnameinfo): Use offsetof.
1324         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
1326         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
1328         * string/strerror_l.c: Include stdlib.h.
1330         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
1331         * config.make.in (gnu89-inline-CFLAGS): New variable.
1332         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
1333         -std=gnu99.
1334         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
1335         * argp/argp.h: Use it.
1336         * bits/mathinline.h: Likewise.
1337         * bits/sigset.h: Likewise.
1338         * bits/string.h: Likewise.
1339         * ctype/ctype.h: Likewise.
1340         * hurd/hurd.h: Likewise.
1341         * hurd/hurd/fd.h: Likewise.
1342         * hurd/hurd/port.h: Likewise.
1343         * hurd/hurd/signal.h: Likewise.
1344         * hurd/hurd/threadvar.h: Likewise.
1345         * hurd/hurd/userlink.h: Likewise.
1346         * io/sys/stat.h: Likewise.
1347         * libio/bits/stdio.h: Likewise.
1348         * libio/bits/stdio2.h: Likewise.
1349         * mach/lock-intern.h: Likewise.
1350         * mach/mach/mig_support.h: Likewise.
1351         * math/bits/cmathcalls.h: Likewise.
1352         * posix/bits/unistd.h: Likewise.
1353         * socket/bits/socket2.h: Likewise.
1354         * stdlib/bits/stdlib.h: Likewise.
1355         * stdlib/stdlib.h: Likewise.
1356         * string/argz.h: Likewise.
1357         * string/bits/string2.h: Likewise.
1358         * string/bits/string3.h: Likewise.
1359         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
1360         * sysdeps/generic/inttypes.h: Likewise.
1361         * sysdeps/generic/machine-lock.h: Likewise.
1362         * sysdeps/generic/machine-sp.h: Likewise.
1363         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1364         * sysdeps/i386/i486/bits/string.h: Likewise.
1365         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
1366         * sysdeps/mach/alpha/machine-lock.h: Likewise.
1367         * sysdeps/mach/alpha/machine-sp.h: Likewise.
1368         * sysdeps/mach/i386/machine-lock.h: Likewise.
1369         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
1370         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1371         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
1372         * sysdeps/s390/bits/string.h: Likewise.
1373         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
1374         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
1375         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1376         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
1377         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1378         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
1379         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
1380         * wcsmbs/bits/wchar2.h: Likewise.
1381         * wcsmbs/wchar.h: Likewise.
1382         * stdlib/gmp.h: Likewise.  Include <features.h> to get
1383         __extern_inline definition.
1385 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
1387         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
1388         NULL.
1390         [BZ #3919]
1391         * math/libm-test.inc (log_test): Test -Inf and NaN.
1392         (log10_test, log1p_test, log2_test): Test -Inf.
1393         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
1394         FE_INVALID when argument is qNaN.
1395         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
1396         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
1397         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
1398         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
1399         andb $1, %ah with testb $1, %ah, don't test for parity, instead
1400         testb $4, %ah and jump if non-zero.
1401         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
1402         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
1404         [BZ #4101]
1405         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
1406         ancestors with the same depths.
1407         Patch by Niels Moeller <nisse@lysator.liu.se>.
1408         (filter_doc): Don't crash if argp is NULL.
1409         * argp/Makefile (tests): Add tst-argp2.
1410         * argp/tst-argp2.c: New test.
1412         [BZ #4130]
1413         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
1414         open_not_cancel_2.
1415         (updwtmp_file): Likewise.
1417         [BZ #4181]
1418         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
1419         (inet6_opt_append): Don't check extlen is big enough if extbuf
1420         is NULL.
1421         (inet6_opt_finish): Likewise.
1422         * inet/Makefile (tests): Add test-inet6_opt.
1423         * inet/test-inet6_opt.c: New test.
1425         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
1426         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
1427         NLMSG_ERR.  Instead use a page sized buffer.
1428         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
1429         buffer.
1431 2007-03-14  Richard Henderson  <rth@redhat.com>
1433         * sysdeps/alpha/fpu/s_llround.c: New file.
1434         * sysdeps/alpha/fpu/s_llroundf.c: New file.
1435         * sysdeps/alpha/fpu/s_lround.c: New file.
1436         * sysdeps/alpha/fpu/s_lroundf.c: New file.
1437         * sysdeps/alpha/fpu/s_round.c: New file.
1438         * sysdeps/alpha/fpu/s_roundf.c: New file.
1439         * sysdeps/alpha/fpu/s_trunc.c: New file.
1440         * sysdeps/alpha/fpu/s_truncf.c: New file.
1442         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
1443         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
1444         * sysdeps/alpha/fpu/s_floor.c: Likewise.
1445         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
1446         * sysdeps/alpha/fpu/s_rint.c: Likewise.
1447         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
1449         * sysdeps/alpha/fpu/s_fmax.S: New file.
1450         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
1451         * sysdeps/alpha/fpu/s_fmin.S: New file.
1452         * sysdeps/alpha/fpu/s_fminf.S: New file.
1453         * sysdeps/alpha/fpu/s_isnan.c: New file.
1454         * sysdeps/alpha/fpu/s_isnanf.c: New file.
1455         * sysdeps/alpha/fpu/s_llrint.c: New file.
1456         * sysdeps/alpha/fpu/s_llrintf.c: New file.
1457         * sysdeps/alpha/fpu/s_lrint.c: New file.
1458         * sysdeps/alpha/fpu/s_lrintf.c: New file.
1459         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
1460         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
1462         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
1463         (__fdimf, fdimf, __fdim, fdim): Remove.
1464         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
1465         (__isnanf, __isnan, __isnanl): New.
1467 2007-03-13  Richard Henderson  <rth@redhat.com>
1469         * sysdeps/ieee754/ldbl-128/Makefile: New file.
1471 2007-03-13  Richard Henderson  <rth@redhat.com>
1473         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
1474         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
1475         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1476         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
1477         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
1478         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
1480 2007-03-13  Richard Henderson  <rth@redhat.com>
1482         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
1483         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
1484         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
1485         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
1486         Move to dl-auxv.h; initialize instead of extern weak.
1487         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
1488         weak symbol.
1489         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
1490         Extern instead of initialized.
1492 2007-03-13  Richard Henderson  <rth@redhat.com>
1494         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
1495         __sigsuspend_nocancel.
1497 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
1499         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
1500         172.16/12 address range.
1502 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
1504         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
1505         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
1506         message.
1508 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
1510         [BZ #4069]
1511         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
1512         earlier.
1513         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
1515         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
1516         for x qNaN and y either +-inf or non-integer value.
1517         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
1518         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1519         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1521 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
1523         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
1524         from sysdep_headers.
1526 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
1528         * time/tzfile.c (find_transition): Instead of a linear search try to
1529         guess the transition index, use a linear search if the result is at
1530         most 10 transitions away from the guess or binary search otherwise.
1532 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
1534         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
1535         memory reallocation.
1537 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
1539         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
1540         and fix some typos.
1541         Optimize use of TOLOWER.
1543         [BZ #3325]
1544         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
1545         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
1546         * sysdeps/i386/fpu/e_fmod.S: Likewise.
1548         [BZ #3458]
1549         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
1550         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
1552         [BZ #4076]
1553         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
1554         (open_dir_stream): Likewise.
1555         * io/Makefile (tests): Add bug-ftw5.
1556         * io/bug-ftw5.c: New file.
1558         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
1559         * nscd/servicescache.c (cache_addserv): Likewise.
1561         * nscd/grpcache.c (cache_addgr): In case a record changed on
1562         refresh, adjust key_copy.
1564         [BZ #4074]
1565         * nscd/pwdcache.c (cache_addpw): In case a record changed on
1566         refresh, adjust key_copy.
1568         [BZ #4070]
1569         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
1570         special cases.
1571         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
1573 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
1575         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
1576         optimization.
1578         * stdio-common/vfscanf.c: Small cleanups throughout.
1580 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
1582         [BZ #3325]
1583         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
1584         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
1585         * sysdeps/i386/fpu/e_fmod.S: Likewise.
1586         Patch by Jared Casper <jaredcasper@gmail.com>.
1588         * sysdeps/unix/closedir.c: Outside libc don't use locking.
1589         * sysdeps/unix/opendir.c: Likewise.
1590         * sysdeps/unix/readdir.c: Likewise.
1592         [BZ #2211]
1593         * stdio-common/vfscanf.c: Handle localized digits etc for floating
1594         point numbers.
1595         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
1597         * stdio-common/vfscanf.c: Fix problems in width accounting.
1598         * stdio-common/tst-sscanf.c (double_tests): New tests.
1599         (main): Hook them up.
1601         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
1602         More simplifications of floating-point reader.
1604         * stdio-common/Makefile (tests): Add tst-swscanf.
1605         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
1606         testing.
1607         * stdio-common/tst-swscanf.c: New file.
1609 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
1611         [BZ #2633]
1612         * libio/stdio.h: Define struct _IO_FILE in global namespace.
1613         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
1614         Remove using for __jmp_buf_tag.
1615         * locale/locale.h (struct lconv): Also define in std namespace.
1616         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
1618         [BZ #3842]
1619         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
1620         using __libc_enable_secure.
1622         [BZ #3818]
1623         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
1625         [BZ #3745]
1626         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
1627         of names for ellipsises.
1629         [BZ #3348]
1630         * malloc/memusage.sh: Cleanups.
1631         * debug/xtrace.sh: Quoting and trap changes.
1633 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
1635         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
1637         * locale/iso-3166.def: Update entry for Serbia.
1638         * locale/iso-4217.def: Define RSD, remove CSD.
1640         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
1641         and 64-bit operations.
1643         [BZ #4040]
1644         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
1645         16-bit operations.
1647         * nscd/nscd.c (parse_opt): One more conversion to use send instead
1648         of writev.
1650 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
1652         [BZ #3991]
1653         * assert/assert.h (assert): Simplify.
1654         (assert_perror): Likewise.
1655         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
1657         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
1658         reqdata.
1660         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
1661         change: don't pass NULL in place of an integer.
1663 2007-02-02  Bruno Haible  <bruno@clisp.org>
1665         [BZ #3954]
1666         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
1667         Add mapping for U+327E.
1668         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
1669         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
1670         mapping of 0xD9 0xE8.
1671         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
1672         mapping of U+327E.
1673         Reported by Jungshik Shin <jungshik@google.com>.
1675         [BZ #3955]
1676         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
1677         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
1678         Reported by Jungshik Shin <jungshik@google.com>.
1680 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
1682         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
1683         byte variants.
1685         [BZ #4040]
1686         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
1687         byte variants.  Patch mostly be tom@tommay.net.
1689 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
1691         [BZ #3996]
1692         * posix/glob.c (attribute_hidden): Define if not defined.
1693         (glob): Unescape dirname, filename or username when needed and not
1694         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
1695         is NULL.  Handle unescaped [ in pattern without closing ].
1696         Don't pass GLOB_CHECK down to recursive glob for directories.
1697         (__glob_pattern_type): New function.
1698         (__glob_pattern_p): Implement using __glob_pattern_type.
1699         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
1700         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
1701         Remove unreachable code.
1702         * posix/globtest.sh: Add a couple of new tests.
1704 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
1706         * po/ru.po: Update from translation team.
1708 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
1710         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
1711         to the list of i486+ CPUs.
1712         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
1714 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
1716         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
1717         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
1718         references.
1720 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
1722         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
1724         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
1725         * resolv/res_mkquery.c: Define __res_nopt.
1726         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
1727         try adding EDNS0 record.
1728         * resolv/res_send.c (send_dg): If request failed with FORMERR and
1729         EDNS0 record was send make sure we don't try it again.
1730         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
1731         * include/resolv.h: Declare __res_nopt.
1733 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
1735         [BZ #3944]
1736         * time/strptime_l.c (__strptime_internal): Set have_mon for
1737         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
1738         have been computed from tm_yday and tm_year.  Don't crash
1739         in day_of_the_week or day_of_the_year if not have_mon
1740         and tm_mon contains bogus value.
1741         * time/Makefile (tests): Add tst-strptime3.
1742         * time/tst-strptime3.c: New test.
1744 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1746         [BZ #3957]
1747         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1748         bit for RE_HAT_LISTS_NOT_NEWLINE.
1749         (build_charclass_op): Remove bogus comment.
1750         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
1751         * posix/bug-regex27.c: New test.
1752         * posix/bug-regex28.c: New test.
1754 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
1756         * po/sv.po: Update from translation team.
1758 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
1760         * nscd/nscd_helper.c (open_socket): Minor size optimization.
1762 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
1764         * include/locale.h (__uselocale): Add libc_hidden_proto.
1765         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
1767         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
1768         gettimeofday.
1770 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
1772         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
1773         returning.
1774         (PTR_DEMANGLE): Real definition now that it's not the same as
1775         PRT_MANGLE anymore.
1776         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1778         * string/strerror_l.c: New file.
1779         * string/Makefile (routines): Add strerror_l.
1780         * string/string.h: Declare strerror_l.
1781         * string/Versions: Export strerror_l for GLIBC_2.6.
1783 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
1785         * nscd/nscd_helper.c (open_socket): Now takes request type and key
1786         as parameter.  Construct request record.  Try sending request
1787         before the first poll use, it usually succeeds.  Adjust all
1788         callers.
1789         * nscd/nscd-client.h: Define MAXKEYLEN.
1790         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
1792 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
1794         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
1795         from return value.
1796         * nscd/nscd_helper.c: Include string.h.
1797         (__nscd_cache_search): Remove const qualifier from return value.
1798         On strict alignment architectures check hash entry and data head
1799         alignment.
1800         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
1801         mmapped data during GC cycle contains garbage.  If
1802         __nscd_drop_map_ref fails, decrement mapped->counter when returning
1803         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
1804         dropped to 0.
1805         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1806         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1807         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1808         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1809         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1811 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
1813         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
1815 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
1817         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
1818         names not numbers in cfi_*.
1820 2007-01-26  Andreas Jaeger  <aj@suse.de>
1822         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
1823         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
1824         Correct values of PER_HPUX and PER_OSF4.
1826 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
1828         * elf/dl-minimal.c: Undefine _itoa first.
1829         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
1830         * malloc/mtrace.c: Revert last change.
1831         * posix/wordexp.c: Likewise.
1833 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
1835         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
1836         and __geode__ to the list of i486+ CPUs.
1837         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
1839 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
1841         * stdio-common/_itoa.c: Include <limits.h>.
1842         * stdio-common/_itowa.c: Likewise.
1844 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
1846         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
1847         platforms.
1848         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
1849         64-bit platforms.
1850         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
1851         possible.
1852         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
1853         if possible.
1855         [BZ #3902]
1856         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
1857         * stdio-common/Makefile (tests): Add bug17.
1858         * stdio-common/bug17.c: New file.
1860 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
1862         * iconvdata/brf.c: New file.
1863         * iconvdata/testdata/BRF: New file.
1864         * iconvdata/testdata/BRF..UTF8: New file.
1865         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1866         * iconvdata/Makefile: Add rules to build BRF.
1867         * iconvdata/TESTS: Add BRF entry.
1868         * iconvdata/gconv-modules: Likewise.
1869         * iconvdata/tst-tables.sh: Likewise.
1871 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
1873         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
1874         type `long long int', not `long int'.
1875         (wcstoq): Likewise.
1877 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
1879         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
1880         of values on 64-bit platforms which are too large.
1882 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
1883             Joe Kerian  <jkerian@us.us.ibm.com>
1885         [BZ #2749]
1886         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
1887         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
1888         (__copysignl): Use signbit() for comparison.
1889         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
1890         SET_LDOUBLE_WORDS64.
1892         [BZ #2423, #2749]
1893         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
1894         (__ceill): Remove calls to fegetround(), fesetround().
1895         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
1896         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
1897         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
1899 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
1901         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
1903         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
1905 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
1907         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
1908         demangle pointer.
1909         * csu/libc-start.c: Likewise.
1911 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
1913         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
1914         really work anyway.
1916 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
1918         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
1919         users.
1920         (handle_request): Remove unnecessary tests.
1922         * nscd/cache.c (cache_add): Record the failure to add to the cache.
1924 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
1926         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
1927         workbits in semi-raw fraction.
1929         * math/test-misc.c: Add new tests.
1931 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
1933         * math/basic-test.c: Include test-skeleton.c.
1934         (TEST_TRUNC): Define.
1935         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
1936         (main): Rename to ...
1937         (do_test): ...this.  Run new tests.
1938         (TEST_FUNCTION): Define.
1940 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
1941             Joe Kerian  <jkerian@us.us.ibm.com>
1943         [BZ #2749]
1944         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
1945         handling for high words.
1946         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
1947         and overflow for infinity.
1949 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
1951         * nscd/connections.c (handle_request): Add a __builtin_expect.
1953         * nscd/connections.c (serv2db): Change type into structure which
1954         also says whether this is a request for data.  Renamed to
1955         servinfo.  All users changed.
1956         (handle_request): Much simpler test whether we should search the cache.
1958         * nscd/connections.c (handle_request): Fix thinko in selinux test
1959         invocation.
1961         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
1962         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
1963         it before getting dl_load_lock and then relock.
1964         (_dl_lookup_symbol_x): Pass flags to add_dependency.
1965         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
1966         case we unlocked the scope.
1967         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
1968         _dl_lookup_symbol_x in case we locked the scope.
1969         (_dl_profile_fixup): Likewise.
1970         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
1971         set DL_LOOKUP_SCOPE_LOCK.
1973 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
1975         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
1976         CFLAGS-getsrvbynpt_r.c.
1977         * nscd/getsrvbynm_r.c: New file.
1978         * nscd/getsrvbypt_r.c: New file.
1979         * nscd/nscd_getserv_r.c: New file.
1980         * nscd/servicescache.c: New file.
1981         * nscd/Makefile (routines): Add nscd_getserv_r.
1982         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
1983         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
1984         CFLAGS-getsrvbypt_r.c.
1985         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
1986         table.  Add entries for services database.
1987         * nscd/connections.c (serv2str): Mark as const.  Add entries for
1988         services database.
1989         (dbs): Add .reset_res and servdb initialization.
1990         (serv2db): Add entries for services database.
1991         (verify_persistent_db): Accept dbnr == servdb.
1992         (invalidate_cache): Rewrite database name recognition to use a table.
1993         Call res_init() if .reset_res is set for database.
1994         (handle_request): Add code to handle services database.
1995         * nscd/gai.c: Don't define __getservbyname_r.
1996         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
1997         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
1998         (serv_response_header): Define.
1999         (struct datahead): Add serv_response_header member.
2000         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
2001         using table.
2002         * nscd/nscd.conf: Add entries for services database.
2003         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
2004         Declare serv_iov_disabled.
2005         Declare addservbyname, readdservbyname, addservbyport, and
2006         readdservbyport.
2007         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
2008         (find_db): Fix error message.
2009         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
2010         __nscd_getservbyname_r, and __nscd_getservbyport_r.
2011         * nscd/selinux.c (perms): Add entries for services database.
2012         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
2013         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
2015         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
2016         * nscd/hstcache.c: Likewise.
2017         * nscd/pwdcache.c: Likewise.
2019         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
2020         computation of keylen.
2022         * include/string.h: Only redefine strndupa if this is really for
2023         libc code.
2025 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
2027         * nscd/nscd_gethst_r.c: Minor cleanups.
2029         * nscd/connections.c (handle_request): Check selinux permissions
2030         for all non-admin commands.
2032         * sysdeps/i386/i486/bits/atomic.h: Define
2033         atomic_compare_and_exchange_val_acq,
2034         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
2035         using __sync_* built-ins for gcc >= 4.1.
2036         * sysdeps/x86_64/bits/atomic.h: Likewise.
2038         [BZ #3840]
2039         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
2040         and .oS.d files.
2042 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
2044         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
2045         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
2046         (do_test): Check errno and exit(0) if ENOSYS.
2048 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
2050         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
2051         thousands separators.
2052         * stdlib/Makefile: Add rules to build and run tst-strtod4.
2053         * stdlib/tst-strtod4.c: New test.
2055         [BZ #3855]
2056         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
2057         hexadecimal digit should accept just the initial 0.
2058         * stdlib/tst-strtod2.c (tests): New variable.
2059         (do_test): Run several tests rather than just one.
2061 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
2063         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
2064         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
2066 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
2068         * io/fts.c: Make sure fts_cur is always valid after return from
2069         fts_read.
2070         Patch by Miloslav Trmac <mitr@redhat.com>.
2072 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
2074         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
2075         (R_MIPS_NUM): Bump by 1.
2077 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
2079         * posix/execvp.c: Include alloca.h.
2080         (allocate_scripts_argv): Renamed to...
2081         (scripts_argv): ... this.  Don't allocate buffer here nor count
2082         arguments.
2083         (execvp): Use alloca if possible.
2084         * posix/Makefile: Add rules to build and run tst-vfork3 test.
2085         * posix/tst-vfork3.c: New test.
2087 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
2089         * string/Makefile (tst-strxfrm2-ENV): Define.
2090         * stdlib/Makefile (tst-strtod3-ENV): Define.
2092 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
2094         * posix/getconf.c: Update copyright year.
2095         * nss/getent.c: Likewise.
2096         * iconv/iconvconfig.c: Likewise.
2097         * iconv/iconv_prog.c: Likewise.
2098         * elf/ldconfig.c: Likewise.
2099         * catgets/gencat.c: Likewise.
2100         * csu/version.c: Likewise.
2101         * elf/ldd.bash.in: Likewise.
2102         * elf/sprof.c (print_version): Likewise.
2103         * locale/programs/locale.c: Likewise.
2104         * locale/programs/localedef.c: Likewise.
2105         * nscd/nscd.c (print_version): Likewise.
2106         * debug/xtrace.sh: Likewise.
2107         * malloc/memusage.sh: Likewise.
2108         * malloc/mtrace.pl: Likewise.
2109         * debug/catchsegv.sh: Likewise.
2111 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
2113         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
2114         attempts.
2116 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
2118         * posix/wordexp.c: Remove some unnecessary tests.
2120 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
2122         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
2123         blacklist the group till after we look it up.
2125 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
2127         * include/atomic.h (atomic_forced_read): New macro.
2129 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2131         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
2133 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
2135         * nss/getXXbyYY_r.c: Include atomic.h.
2136         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
2137         add atomic_write_barrier () in between.
2139         * stdlib/Makefile (tests): Add tst-makecontext.
2140         * stdlib/tst-makecontext.c: New test.
2142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
2143         (__makecontext): Don't realign uc_mcontext.uc_regs.
2145 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
2147         * elf/dl-support.c: Include dl-procinfo.h.
2148         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
2149         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
2150         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
2151         Define.
2152         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
2153         hardcoded constants.
2154         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
2155         PPC_PLATFORM_* macros for array designators.
2157 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
2159         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
2160         names to the beginning.
2161         (_dl_powerpc_platforms): Add "power6x".
2162         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
2163         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
2164         (_DL_PLATFORMS_COUNT): Increase.
2165         (_dl_string_platform): Handle power6x case.
2166         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
2167         PPC_FEATURE_POWER6_EXT): Define.
2168         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
2170 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
2172         [BZ #3747]
2173         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
2174         [-2^31 .. 2^31) range.
2175         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
2176         targets.
2177         * stdlib/tst-rand48-2.c: New test.
2178         * stdlib/Makefile (tests): Add tst-rand48-2.
2180 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
2182         * misc/tst-pselect.c (do_test): Fix sigblock argument.
2184 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
2186         * misc/tst-pselect.c (do_test): Make sure the helper process is
2187         terminating when the test is aborted.
2189 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
2191         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
2192         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
2193         Handle relatime mount option.
2195         [BZ #2337]
2196         * libio/Makefile (tests): Add tst-setvbuf1.
2197         * libio/tst-setvbuf1.c: New file.
2199 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
2201         [BZ #2337]
2202         * libio/genops.c (__uflow): Fix a typo.
2203         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
2204         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
2205         the narrow buffer size.
2207 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
2209         [BZ #2337]
2210         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
2211         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
2212         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
2213         in _flags.
2214         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
2215         _IO_wstr_finish): Likewise.
2216         * libio/wmemstream.c (open_wmemstream): Likewise.
2217         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
2218         even for wide streams.
2220 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
2222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
2223         kernel-features.h.
2225 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
2227         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
2228         separators also if no non-zero digits found.
2229         * stdlib/Makefile (tests): Add tst-strtod3.
2231 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
2233         [BZ #3632]
2234         * include/features.h: Fix comment about default value for
2235         _POSIX_C_SOURCE.
2237         [BZ #3664]
2238         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
2239         empty parsed strings.
2240         * stdlib/Makefile (tests): Add tst-strtod2.
2241         * stdlib/tst-strtod2.c: New file.
2243         [BZ #3673]
2244         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
2245         computation.
2246         * stdlib/Makefile (tests): Add tst-atof2.
2247         * stdlib/tst-atof2.c: New file.
2249         [BZ #3674]
2250         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
2251         correctly if removing trailing zero of hex-float.
2252         * stdlib/Makefile (tests): Add tst-atof1.
2253         * stdlib/tst-atof1.c: New file.
2255 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
2257         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
2258         Start searching for next comma at p rather than rest.
2259         * misc/Makefile (tests): Add tst-mntent2.
2260         * misc/tst-mntent2.c: New test.
2262         * misc/getusershell.c (initshells): Check for integer overflows.
2263         Make strings buffer one bigger as fgets always succeeds when second
2264         argument is 1.  Don't use calloc for shells array.  Disallow
2265         / as shell.
2267 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
2269         * malloc/memusage.c: Handle realloc with new size of zero and
2270         non-NULL pointer correctly.
2271         (me): Really write first record twice.
2272         (struct entry): Make format bi-arch safe.
2273         (dest): Write out more realloc statistics.
2274         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
2276 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
2278         * nis/nis_subr.c (nis_getnames): Revert last change.
2280 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
2282         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
2283         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
2284         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
2285         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
2286         ENOTTY.
2287         * io/Makefile: Add rules to build and run tst-ttyname_r test.
2288         * io/tst-ttyname_r.c: New test.
2290 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2292         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
2294 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
2296         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
2297         jump table entries.
2299 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2301         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
2302         `clone' function to ensure proper unwinding stop of gdb.
2303         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2305 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
2307         * nscd/nscd.init: Remove obsolete and commented-out -S option
2308         handling.
2310 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
2312         [BZ #3514]
2313         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
2315         [BZ #3515]
2316         * manual/string.texi (strtok): Remove duplicate paragraph.
2318 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2320         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
2321         libgcc not supporting `rflags' unwinding (register # >= 17).
2323 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
2325         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
2326         succeeded.
2328 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
2329             Jakub Jelinek  <jakub@redhat.com>
2330             Jan Kratochvil  <jan.kratochvil@redhat.com>
2332         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
2333         unwind information.
2334         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
2335         'restore_rt' even in the 'signal' directory.
2336         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
2338 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
2340         [BZ #3559]
2341         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
2342         malloc crashed.  Don't allocate memory unnecessarily in each
2343         loop.
2345 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
2347         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
2349 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
2351         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
2353 2006-11-18  Bruno Haible  <bruno@clisp.org>
2355         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
2356         __sysconf only after having tried to call getgroups32.
2358 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
2360         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
2361         addresses for IPv4 queries if they can be mapped.
2363 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
2365         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
2366         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
2367         (signmask): Add .size directive.
2368         (othermask): Add .type directive.
2370 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
2372         * po/nl.po: Update from translation team.
2374         * timezone/zdump.c: Redo fix for BZ #3137.
2376 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
2378         * nss/nss_files/files-alias.c (get_next_alias): Set line back
2379         to first_unused after parsing :include: file.
2381 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
2383         * timezone/africa: Update from tzdata2006o.
2384         * timezone/antarctica: Likewise.
2385         * timezone/asia: Likewise.
2386         * timezone/australasia: Likewise.
2387         * timezone/backward: Likewise.
2388         * timezone/europe: Likewise.
2389         * timezone/iso3166.tab: Likewise.
2390         * timezone/northamerica: Likewise.
2391         * timezone/southamerica: Likewise.
2392         * timezone/zone.tab: Likewise.
2394         * time/tzfile.c (__tzfile_read): Extend to handle new file format
2395         on machines with 64-bit time_t.
2397         * timezone/checktab.awk: Update from tzcode2006o.
2398         * timezone/ialloc.c: Likewise.
2399         * timezone/private.h: Likewise.
2400         * timezone/scheck.c: Likewise.
2401         * timezone/tzfile.h: Likewise.
2402         * timezone/tzselect.ksh: Likewise.
2403         * timezone/zdump.c: Likewise.
2404         * timezone/zic.c: Likewise.
2406         [BZ #3483]
2407         * elf/ldconfig.c (main): Call setlocale and textdomain.
2408         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
2410         [BZ #3480]
2411         * manual/argp.texi: Fix typos.
2412         * manual/charset.texi: Likewise.
2413         * manual/errno.texi: Likewise.
2414         * manual/filesys.texi: Likewise.
2415         * manual/lang.texi: Likewise.
2416         * manual/maint.texi: Likewise.
2417         * manual/memory.texi: Likewise.
2418         * manual/message.texi: Likewise.
2419         * manual/resource.texi: Likewise.
2420         * manual/search.texi: Likewise.
2421         * manual/signal.texi: Likewise.
2422         * manual/startup.texi: Likewise.
2423         * manual/stdio.texi: Likewise.
2424         * manual/sysinfo.texi: Likewise.
2425         * manual/syslog.texi: Likewise.
2426         * manual/time.texi: Likewise.
2427         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2429         [BZ #3465]
2430         * sunrpc/clnt_raw.c: Minimal message improvements.
2431         * sunrpc/pm_getmaps.c: Likewise.
2432         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2433         * nis/nis_print_group_entry.c: Likewise.
2434         * locale/programs/repertoire.c: Likewise.
2435         * locale/programs/charmap.c: Likewise.
2436         * malloc/memusage.sh: Likewise.
2437         * elf/dl-deps.c: Likewise.
2438         * locale/programs/ld-collate.c: Likewise.
2439         * libio/vswprintf.c: Likewise.
2440         * malloc/memusagestat.c: Likewise.
2441         * sunrpc/auth_unix.c: Likewise.
2442         * sunrpc/rpc_main.c: Likewise.
2443         * nscd/cache.c: Likewise.
2444         * locale/programs/repertoire.c: Unify output messages.
2445         * locale/programs/charmap.c: Likewise.
2446         * locale/programs/ld-ctype.c: Likewise.
2447         * locale/programs/ld-monetary.c: Likewise.
2448         * locale/programs/ld-numeric.c: Likewise.
2449         * locale/programs/ld-time.c: Likewise.
2450         * elf/ldconfig.c: Likewise.
2451         * nscd/selinux.c: Likewise.
2452         * elf/cache.c: Likewise.
2453         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
2455         [BZ #3451]
2456         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
2457         change atomic.
2458         (ceil): Likewise.
2460 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
2462         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
2463         if N is one bigger than return value.
2464         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
2465         and l1 last arguments, if buf is defined, verify the return value
2466         equals to strlen (buf) and verify no byte beyond passed length
2467         is modified.
2469 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
2471         * po/sv.po: Update from translation team.
2473 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
2475         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
2476         noinline attribute.
2478 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
2480         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
2481         noinline attribute.
2483         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
2484         Use __new_sys_siglist instead of _sys_siglist_internal as
2485         second macro argument.
2486         (_old_sys_siglist): Use declare_symbol_alias macro instead of
2487         strong_alias.
2489 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
2491         [BZ #3493]
2492         * posix/unistd.h (sysconf): Remove const attribute.
2494         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
2495         temporary or deprecated addresses.
2496         Patch by Sridhar Samudrala <sri@us.ibm.com>.
2498         * string/Makefile (tests): Add tst-strxfrm2.
2499         * string/tst-strxfrm2.c: New file.
2501 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
2503         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
2504         rather than r->r_brk.
2506 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
2508         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
2509         optimization even if needed > n.
2511         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
2512         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
2513         return false, otherwise return true.
2514         (cache_rpath): Return decompose_rpath return value.
2516 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
2518         * include/libc-symbols.h (declare_symbol): Rename to...
2519         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
2520         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
2521         .size directive.
2522         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
2523         changes.
2524         * sysdeps/gnu/siglist.c: Likewise.
2526 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
2528         * sysdeps/powerpc/fpu/bits/mathinline.h
2529         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
2530         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
2532 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
2534         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
2535         Update handling of cache descriptor 0x49 for new models.
2536         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
2537         Likewise.
2539 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
2541         * malloc/memusage.c (dest): Reset not_me back to false after
2542         printing statistics.
2544 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
2546         * configure.in: Work around ld --help change and avoid -z relro
2547         test completely if the architecture doesn't care about security.
2549 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
2551         * po/sv.po: Update from translation team.
2553 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
2555         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
2556         generate compatibility version.
2558 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
2560         * configure.in: Relax -z relro requirement a bit.
2562         * po/sv.po: Update from translation team.
2564 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
2566         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
2567         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
2568         * elf/dl-close.c (_dl_close_worker): Likewise.
2569         * elf/dl-open.c (_dl_open_worker): Likewise.
2570         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
2572 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
2574         * configure.in: Require assembler support for visibility, compiler
2575         support for visibility and aliases, linker support for various -z
2576         options.
2577         * Makeconfig: Remove conditional code which now is unnecessary.
2578         * config.h.in: Likewise.
2579         * config.make.in: Likewise.
2580         * dlfcn/Makefile: Likewise.
2581         * elf/Makefile: Likewise.
2582         * elf/dl-load.c: Likewise.
2583         * elf/rtld.c: Likewise.
2584         * include/libc-symbols.h: Likewise.
2585         * include/stdio.h: Likewise.
2586         * io/Makefile: Likewise.
2587         * io/fstat.c: Likewise.
2588         * io/fstat64.c: Likewise.
2589         * io/fstatat.c: Likewise.
2590         * io/fstatat64.c: Likewise.
2591         * io/lstat.c: Likewise.
2592         * io/lstat64.c: Likewise.
2593         * io/mknod.c: Likewise.
2594         * io/mknodat.c: Likewise.
2595         * io/stat.c: Likewise.
2596         * io/stat64.c: Likewise.
2597         * libio/stdio.c: Likewise.
2598         * nscd/Makefile: Likewise.
2599         * stdlib/Makefile: Likewise.
2600         * stdlib/atexit.c: Likewise.
2601         * sysdeps/generic/ldsodefs.h: Likewise.
2602         * sysdeps/i386/dl-machine.h: Likewise.
2603         * sysdeps/i386/sysdep.h: Likewise.
2604         * sysdeps/i386/i686/memcmp.S: Likewise.
2605         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
2606         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2607         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2609         * Makerules: USE_TLS support is now default.
2610         * tls.make.c: Likewise.
2611         * csu/Versions: Likewise.
2612         * csu/libc-start.c: Likewise.
2613         * csu/libc-tls.c: Likewise.
2614         * csu/version.c: Likewise.
2615         * dlfcn/dlinfo.c: Likewise.
2616         * elf/dl-addr.c: Likewise.
2617         * elf/dl-cache.c: Likewise.
2618         * elf/dl-close.c: Likewise.
2619         * elf/dl-iteratephdr.c: Likewise.
2620         * elf/dl-load.c: Likewise.
2621         * elf/dl-lookup.c: Likewise.
2622         * elf/dl-object.c: Likewise.
2623         * elf/dl-open.c: Likewise.
2624         * elf/dl-reloc.c: Likewise.
2625         * elf/dl-support.c: Likewise.
2626         * elf/dl-sym.c: Likewise.
2627         * elf/dl-sysdep.c: Likewise.
2628         * elf/dl-tls.c: Likewise.
2629         * elf/ldconfig.c: Likewise.
2630         * elf/rtld.c: Likewise.
2631         * elf/tst-tls-dlinfo.c: Likewise.
2632         * elf/tst-tls1.c: Likewise.
2633         * elf/tst-tls10.h: Likewise.
2634         * elf/tst-tls14.c: Likewise.
2635         * elf/tst-tls2.c: Likewise.
2636         * elf/tst-tls3.c: Likewise.
2637         * elf/tst-tls4.c: Likewise.
2638         * elf/tst-tls5.c: Likewise.
2639         * elf/tst-tls6.c: Likewise.
2640         * elf/tst-tls7.c: Likewise.
2641         * elf/tst-tls8.c: Likewise.
2642         * elf/tst-tls9.c: Likewise.
2643         * elf/tst-tlsmod1.c: Likewise.
2644         * elf/tst-tlsmod13.c: Likewise.
2645         * elf/tst-tlsmod13a.c: Likewise.
2646         * elf/tst-tlsmod14a.c: Likewise.
2647         * elf/tst-tlsmod2.c: Likewise.
2648         * elf/tst-tlsmod3.c: Likewise.
2649         * elf/tst-tlsmod4.c: Likewise.
2650         * elf/tst-tlsmod5.c: Likewise.
2651         * elf/tst-tlsmod6.c: Likewise.
2652         * include/errno.h: Likewise.
2653         * include/link.h: Likewise.
2654         * include/tls.h: Likewise.
2655         * locale/global-locale.c: Likewise.
2656         * locale/localeinfo.h: Likewise.
2657         * malloc/arena.c: Likewise.
2658         * malloc/hooks.c: Likewise.
2659         * malloc/malloc.c: Likewise.
2660         * resolv/Versions: Likewise.
2661         * sysdeps/alpha/dl-machine.h: Likewise.
2662         * sysdeps/alpha/libc-tls.c: Likewise.
2663         * sysdeps/generic/ldsodefs.h: Likewise.
2664         * sysdeps/generic/tls.h: Likewise.
2665         * sysdeps/i386/dl-machine.h: Likewise.
2666         * sysdeps/ia64/dl-machine.h: Likewise.
2667         * sysdeps/ia64/libc-tls.c: Likewise.
2668         * sysdeps/mach/hurd/fork.c: Likewise.
2669         * sysdeps/mach/hurd/i386/tls.h: Likewise.
2670         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
2671         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2672         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2673         * sysdeps/s390/libc-tls.c: Likewise.
2674         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2675         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2676         * sysdeps/sh/dl-machine.h: Likewise.
2677         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2678         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2679         * sysdeps/x86_64/dl-machine.h: Likewise.
2681         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
2682         split out locking and parameter checking.
2683         (_dl_close): Call _dl_close_worker after locking and checking.
2684         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
2685         _dl_close.
2686         * elf/Makefile: Add rules to build and run tst-thrlock.
2687         * elf/tst-thrlock.c:  New file.
2689         [BZ #3426]
2690         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
2691         reality.
2693         [BZ #3429]
2694         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
2695         we are sure we do not need it anymore for _dl_close.  Also move
2696         the asserts inside the lock region.
2697         Patch mostly by Suzuki <suzuki@in.ibm.com>.
2699 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
2701         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
2702         argument.
2703         (_dl_lookup_symbol_x): Adjust caller.
2705         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
2706         _ns_global_scope.
2707         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
2709         * elf/dl-libc.c: Revert l_scope name changes.
2710         * elf/dl-load.c: Likewise.
2711         * elf/dl-object.c: Likewise.
2712         * elf/rtld.c: Likewise.
2713         * elf/dl-close.c (_dl_close): Likewise.
2714         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
2715         always use __rtld_mrlock_{change,done}.  Always free old scope list
2716         here if not l_scope_mem.
2717         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
2718         change.  Never free scope list here.  Just __rtld_mrlock_lock before
2719         the lookup and __rtld_mrlock_unlock it after the lookup.
2720         * elf/dl-sym.c: Likewise.
2721         * include/link.h (struct r_scoperec): Remove.
2722         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
2723         with l_scope_mem and l_scoperec_lock with l_scope_lock.
2725 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
2727         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
2729 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
2731         * configure.in: Disable building profile libraries by default.
2733 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
2735         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
2736         as signed longs, check for x_base + pos overflow.
2737         * sunrpc/Makefile (tests): Add tst-xdrmem2.
2738         * sunrpc/tst-xdrmem2.c: New test.
2740 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
2742         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
2743         _dl_lookup_symbol_x code.
2745 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
2747         * elf/dl-runtime.c: Include sysdep-cancel.h.
2748         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
2749         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
2750         instead of catomic_* macros.
2751         * elf/dl-sym.c: Include sysdep-cancel.h.
2752         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
2753         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
2754         * elf/dl-close.c: Include sysdep-cancel.h.
2755         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
2756         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
2757         * elf/dl-open.c: Include sysdep-cancel.h.
2758         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
2759         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
2761 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
2763         [BZ #3313]
2764         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
2765         fastbin rather than end of fastbin array.
2767 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
2769         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
2770         body macro.
2771         * sysdeps/x86_64/bits/atomic.h
2772         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
2773         (catomic_decrement): Use correct body macro.
2775 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
2777         * include/atomic.h: Add a unique prefix to all local variables
2778         in macros.
2779         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
2781 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
2783         [BZ #3369]
2784         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
2785         and 7.
2787 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
2789         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
2791 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
2793         [BZ #3313]
2794         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
2795         determine highest fast bin to consolidate, always look into all of
2796         them.
2797         (do_check_malloc_state): Only require for empty bins for large
2798         sizes in main arena.
2800         * libio/stdio.h: Add more __wur attributes.
2802         * elf/dl-minimal.c (realloc): Optimize last patch.
2804 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
2806         [BZ #3352]
2807         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
2808         and use memcpy() if it does.
2810 2006-11-12  Andreas Jaeger  <aj@suse.de>
2812         [BZ #2510]
2813         * manual/search.texi (Hash Search Function): Clarify.
2814         (Array Search Function): Clarify.
2816 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
2818         [BZ #2830]
2819         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
2820         shifting.
2821         * math/atest-exp2.c (read_mpn_hex): Likewise.
2822         * math/atest-sincos.c (main): Likewise.
2824 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
2826         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
2827         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
2828         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
2829         version GLIBC_2.6.
2830         * Versions.def: Add GLIBC_2.6 for libc.
2832         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
2834         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
2836 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
2838         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
2840         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
2842         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
2843         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
2845 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
2847         * include/atomic.c: Define catomic_* operations.
2848         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
2849         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
2850         * malloc/memusage.c: Likewise.
2851         * gmon/mcount.c: Likewise.
2852         * elf/dl-close.c: Likewise.
2853         * elf/dl-open.c: Likewise.
2854         * elf/dl-profile.c: Likewise.
2855         * elf/dl-sym.c: Likewise.
2856         * elf/dl-runtime.c: Likewise.
2857         * elf/dl-fptr.c: Likewise.
2858         * resolv/res_libc.c: Likewise.
2860 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
2862         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
2863         components which lack them.
2865         * nis/nis_subr.c (nis_getnames): Make sure that we always return
2866         at least one entry consisting of the parameter concatenated with
2867         the domain.
2869 2006-10-10  Roland McGrath  <roland@frob.com>
2871         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
2872         * sysdeps/mach/hurd/futimes.c: Likewise.
2873         * sysdeps/mach/hurd/lutimes.c: Likewise.
2875 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
2876             Jakub Jelinek  <jakub@redhat.com>
2878         Implement reference counting of scope records.
2879         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
2880         from the list in objects which remain.  Always allocate new scope
2881         record.
2882         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
2883         don't resize, allocate a new one.
2884         * elf/dl-runtime.c: Update reference counters before using a scope
2885         array.
2886         * elf/dl-sym.c: Likewise.
2887         * elf/dl-libc.c: Adjust for l_scope name change.
2888         * elf/dl-load.c: Likewise.
2889         * elf/dl-object.c: Likewise.
2890         * elf/rtld.c: Likewise.
2891         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
2892         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
2893         Add l_scoperec_lock.
2894         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
2895         * sysdeps/generic/rtld-lowlevel.h: New file.
2897         * include/atomic.h: Rename atomic_and to atomic_and_val and
2898         atomic_or to atomic_or_val.  Define new macros atomic_and and
2899         atomic_or which do not return values.
2900         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
2901         Various cleanups.
2902         * sysdeps/i386/i486/bits/atomic.h: Likewise.
2904         * po/sv.po: Update from translation team.
2906 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
2908         * Versions.def: Add GLIBC_2.6 to libpthread.
2910         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
2911         (versioned_symbol): Likewise.
2912         (compat_symbol): Likewise.
2914         * po/tr.po: Update from translation team.
2916 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
2918         * nis/Banner: Removed.  It's been integral part forever and the
2919         author info is incomplete anyway.
2920         * libio/Banner: Likewise.
2922         * nis/nis_table.c (nis_list): If __follow_path fails in the new
2923         code, make sure the nis_freeresult call doesn't crash and that the
2924         result is reported correctly.
2926 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
2928         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
2929         when callback is NULL.
2931         * nis/Versions (libnss_nisplus): Add
2932         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
2933         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
2934         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
2935         _nss_create_tablename): Rename to...
2936         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
2937         ... these.  No longer static.
2938         (internal_setgrent): Adjust users.
2939         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
2940         Don't use locking around _nss_grp_create_tablename call.
2941         * nis/nss_nisplus/nisplus-initgroups.c: New file.
2943 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
2945         * version.h (VERSION): Bump to 2.5.90 for new development tree.
2947 2006-10-06  Andreas Jaeger  <aj@suse.de>
2949         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
2951 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
2953         * po/pl.po: Update from translation team.
2955         * nscd/nscd.c (main): Fix typo in message.
2956         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
2958 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
2960         [BZ #3291]
2961         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
2962         errno.h, signal.h, unistd.h and sysdep-cancel.h.
2963         (__sigprocmask): Define.
2965 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
2967         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
2968         used.
2970 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
2972         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
2973         in oldtotal and newtotal calculation.
2974         * nscd/nscd-client.h (struct mapped_database): Add datasize
2975         field.
2976         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
2977         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
2978         increased.
2979         (__nscd_cache_search): Add checks to make sure we never reference
2980         data beyond the current mapping.
2982 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2984         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
2985         variables const to avoid compiler warnings.
2987         * io/fts.c (fts_close): Remove redundant checks.
2988         (fts_build): Likewise.
2989         (fts_palloc): Likewise.
2991         * manual/message.texi (Advanced gettext functions,
2992         Using gettextized software): Fix typos.
2994 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
2996         * posix/glob.c (glob_in_dir): Add some comments and asserts to
2997         explain why there are no leaks.
2999 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
3001         * libio/wmemstream.c: Include <wchar.h>.
3002         * libio/bug-wmemstream1.c: Likewise.
3003         * libio/tst-wmemstream1.c: Likewise.
3004         * libio/tst-wmemstream2.c: Likewise.
3006         * version.h (RELEASE): Bump to 2.5.
3007         * README: Regenerated.
3009         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
3011         [BZ #3273]
3012         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
3013         found no group members.
3014         Patch by Petr Baudis.
3016 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
3018         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
3019         assert bootstrap_map.l_tls_modid is zero.
3020         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
3021         if USE___THREAD.
3023 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
3025         * libio/stdio.h: Move open_wmemstream prototype to ...
3026         * wcsmbs/wchar.h: ... here.
3028 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
3030         [BZ #3252]
3031         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
3032         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
3033         __{,l}chown to handle the rest.
3034         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
3035         fchownat syscall and __ASSUME_32BITUIDS case inline, call
3036         __{,l}chown to handle the rest.
3037         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
3038         i386/fchownat.c.
3039         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
3040         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
3042         [BZ #3253]
3043         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
3044         time, rather allocate increasingly bigger arrays of pointers, if
3045         possible with alloca, if too large with malloc.
3047 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
3049         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
3051         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
3053 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
3055         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
3056         home addresses.
3057         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
3058         IFA_F_HOMEADDRESS flag for interfaces.
3059         * include/ifaddrs.h (struct in6addrinfo): Define
3060         in6ai_homeaddress.
3062 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
3064         [BZ #3225]
3065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
3066         PTR_DEMANGLE3): Define.
3067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
3068         PTR_DEMANGLE3): Likewise.
3069         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
3070         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3071         Likewise.
3072         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
3074 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
3076         * po/libc.pot: Regenerated.
3077         * po/be.po: Updated.
3078         * po/ca.po: Likewise.
3079         * po/cs.po: Likewise.
3080         * po/da.po: Likewise.
3081         * po/de.po: Likewise.
3082         * po/el.po: Likewise.
3083         * po/en_GB.po: Likewise.
3084         * po/es.po: Likewise.
3085         * po/fi.po: Likewise.
3086         * po/fr.po: Likewise.
3087         * po/gl.po: Likewise.
3088         * po/hr.po: Likewise.
3089         * po/hu.po: Likewise.
3090         * po/ja.po: Likewise.
3091         * po/ko.po: Likewise.
3092         * po/nb.po: Likewise.
3093         * po/nl.po: Likewise.
3094         * po/pl.po: Likewise.
3095         * po/pt_BR.po: Likewise.
3096         * po/ru.po: Likewise.
3097         * po/rw.po: Likewise.
3098         * po/sk.po: Likewise.
3099         * po/sv.po: Likewise.
3100         * po/tr.po: Likewise.
3101         * po/zh_CN.po: Likewise.
3102         * po/zh_TW.po: Likewise.
3104         [BZ #3137]
3105         * iconv/iconv_prog.c (main): Fix spelling in error message.
3106         * iconv/iconvconfig.c (main): Likewise.
3107         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
3108         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
3109         * locale/programs/localedef.c (main): Likewise.
3110         * locale/programs/repertoire.c (repertoire_read): Likewise.
3111         * timezone/zdump.c (main): Likewise.
3112         * nscd/connections.c (handle_request): Fix spelling in log message.
3113         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
3115 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
3117         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
3118         interfaces.
3120 2006-09-20  Andreas Jaeger  <aj@suse.de>
3122         * math/libm-test.inc (lrint_test_upward): Fix typo.
3124 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
3126         [BZ #2592]
3127         * math/libm-test.inc (lrint_test_tonearest): New function.
3128         (lrint_test_towardzero): New function.
3129         (lrint_test_downward): New function.
3130         (lrint_test_upward): New function.
3131         (main): Run these new tests.
3132         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
3133         of values near to 0.
3134         (two52): Use double not long double.
3135         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
3136         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
3137         (two23): Use float not double.
3138         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
3139         (two23): Use float not double.
3140         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
3141         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
3142         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
3143         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
3145 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3147         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
3148         Cast sp to unsigned long to avoid compiler warning.
3149         Use __makecontext_ret function instead of a trampoline on the stack.
3150         (__makecontext_ret): New function.
3151         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
3153 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
3155         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
3156         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
3157         bits.
3159 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
3161         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
3162         sure no reference to the unloaded map's search list remains in the
3163         dependency's scope.
3165 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
3167         * elf/Makefile: Add rules to build and run unload7 test.
3168         * elf/unload7.c: New test.
3169         * elf/unload7mod1.c: New file.
3170         * elf/unload7mod2.c: New file.
3172 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
3174         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
3175         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
3176         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
3177         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
3178         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
3179         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
3180         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
3181         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
3182         PTRACE_GETEVENTMSG): Likewise.
3183         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
3184         values.
3186 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
3188         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
3189         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
3190         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
3191         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
3193 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
3195         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
3196         write '\0' to the fd.
3197         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
3198         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
3199         Change regs to unsigned long pointer from unsigned int, fix fscr
3200         offset.
3202 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
3204         * io/Makefile (CFLAGS-fstatat.c): Set.
3205         (CFLAGS-fstatat64.c): Likewise.
3206         (CFLAGS-mknodat.c): Likewise.
3208         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
3209         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
3210         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
3211         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
3213 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
3214             Steven Munroe  <sjmunroe@us.ibm.com>
3216         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
3217         names to the beginning.  Rename "cell" to "cellbe".
3218         (_dl_powerpc_platforms): New.
3219         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3220         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
3221         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
3222         (_DL_HWCAP_PLATFORM): Define to new mask.
3223         (_dl_platform_string, _dl_string_platform): New functions.
3224         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
3225         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
3227 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
3229         [BZ #2526]
3230         * README.libm: Fix a thinko in sqrt algorithm description.
3232         [BZ #3143]
3233         * manual/string.texi (argz_delete): Fix prototype.
3234         Patch by <alpt@freaknet.org>.
3236 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
3238         [BZ #3138]
3239         * io/test-lfs.c (do_prepare): Give name_len type size_t.
3240         * io/tst-fcntl.c (do_prepare): Likewise.
3241         * posix/tst-exec.c (do_prepare): Likewise.
3242         * posix/tst-preadwrite.c (do_prepare): Likewise.
3243         * posix/tst-spawn.c (do_prepare): Likewise.
3244         * posix/tst-truncate.c (do_prepare): Likewise.
3245         * rt/tst-aio.c (do_prepare): Likewise.
3246         * rt/tst-aio64.c (do_prepare): Likewise.
3247         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
3248         size_t.
3250 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
3252         [BZ #2821]
3253         * time/mktime.c (guess_time_tm): Fix overflow detection.
3254         * time/Makefile (tests): Add bug-mktime1.
3255         * time/bug-mktime1.c: New file.
3257         [BZ #3189, #3188]
3258         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
3259         (mremap): Likewise.
3261 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
3263         [BZ #1006]
3264         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
3265         Ensure relocation doesn't clobber any bits outside of the
3266         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
3267         R_SPARC_HI22 and R_SPARC_H44.
3269         [BZ #2775]
3270         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
3271         (long) (MINSIZE + nb - old_size) is positive.
3273         * malloc/arena.c (grow_heap): When growing bail even if new_size
3274         is negative.
3276         [BZ #3155]
3277         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
3278         stack below r1.
3280 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3282         * posix/regex_internal.c (re_string_reconstruct): Handle
3283         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3284         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3285         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3286         re_string_context_at.
3287         * posix/Makefile: Add rules to build and run bug-regex26 test.
3288         * posix/bug-regex26.c: New test.
3290         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
3291         rather than col_sym_free.  Move seqp declaration earlier.
3293         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
3295 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
3297         * nscd/initgrcache.c (addinitgroupsX): Move any_success
3298         decl before first goto out.
3300 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
3302         * Makerules (shlib.lds): If have-hash-style, put .hash section
3303         at the end of the RO segment.
3305 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
3307         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
3308         style hash table format is used.
3310 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
3312         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
3313         randomization rather than before.
3314         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
3316 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
3318         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
3320         * malloc/malloc.c (_int_malloc): Use full list insert and not
3321         shortcut which assumes the list is empty for large requests
3322         too.
3324         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
3326 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
3328         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
3329         and offout arguments to the prototype.
3330         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
3331         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
3332         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
3333         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
3334         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
3335         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
3336         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
3337         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
3339 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
3341         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
3343         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
3344         dlopen parameters.
3346 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
3348         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
3349         only if herrno is NETDB_INTERNAL.  Handle errors other than
3350         ERANGE outside of the loops, handle TRY_AGAIN.
3352         * locale/programs/ld-ctype.c (translit_flatten): Issue error
3353         if other's ctype category was missing.
3354         * locale/programs/ld-collate.c (collate_read): Return if
3355         copy_locale's collate category is missing.
3357 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
3359         [BZ #2684]
3360         * malloc/malloc.c (public_rEALLOc): Try harder by using other
3361         arenas if allocation failed.
3362         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
3364 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
3366         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
3367         waste bins[0..1].
3368         (malloc_state): Reduce bins size by 2.
3369         (_int_malloc): Fix test for large enough buffer for early termination.
3370         When no unsorted block matches perfectly and an exiting block has
3371         to be split, use full list insert and not shortcut which assumes
3372         the list is empty.
3374         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
3375         failure.
3377 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3379         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
3380         do anything.
3382         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
3383         symbol require exact match (these are PLTs).
3384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
3385         (_dl_ppc64_addr_sym_match): Likewise.
3387         [BZ #2683]
3388         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
3389         If symbol has a value use it.
3390         * elf/tst-dladdr1.c: New file.
3391         * elf/Makefile: Add rules to build and run tst-addr1.
3393 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
3395         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
3396         keeps failing and heap growth or new heap creation isn't
3397         successful either.
3398         * malloc/tst-malloc.c (main): Add new tests.
3400 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3402         [BZ #2734]
3403         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
3404         as in the x86-64 code to use bswap.
3406 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
3408         [BZ #2680]
3409         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
3410         __USE_UNIX98.
3411         * posix/bits/unistd.h: Likewise.
3413 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
3415         [BZ #2751]
3416         * string/strchr.c: Add cast to avoid warning.
3418 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
3420         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
3421         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
3422         limit is needed to avoid the exploding of the address space
3423         requirement for secondary heaps.
3424         * malloc/arena.c (HEAP_MAX_SIZE): Define using
3425         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
3427 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
3429         [BZ #3018]
3430         * Makerules (depfiles): Handle extra-test-objs the same as
3431         extra-objs.
3432         (common-mostlyclean): Likewise.
3433         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
3434         instead.
3435         * elf/Makefile (extra-objs): Likewise.
3436         * stdlib/Makefile (extra-objs): Likewise.
3438 2006-08-14  Eric Blake  <ebb9@byu.net>
3440         [BZ #3044]
3441         * misc/error.h: Assume C89 or better.
3442         * misc/error.c: Likewise.
3444 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
3446         [BZ #3040]
3447         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
3448         __ASSUME_ATFCTS is defined.
3450 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
3452         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
3453         to sort in each call.
3455         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
3456         is empty simply return and use next service.
3457         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
3459         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
3460         tells us when not finding a charmap file is an error.
3461         * locale/programs/charmap.h: Adjust charmap_read prototype.
3462         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
3463         cannot find a charmap.
3464         * locale/programs/localedef.c (main): Adjust charmap_read call.
3466 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
3468         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
3469         sysdeps/posix/pause.c implementation instead.
3471 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
3473         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
3474         to EPERM.
3476 2006-08-13  Andreas Schwab  <schwab@suse.de>
3478         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
3479         Don't clobber caller's LRSAVE.
3480         (_dl_prof_resolve): Likewise.
3482 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
3484         [BZ #1996]
3485         * libio/memstream.c (open_memstream): Allocate initial buffer with
3486         calloc.
3487         * libio/wmemstream.c (open_wmemstream): Likewise.
3488         * libio/strops.c: Pretty printing.
3489         (_IO_str_overflow): Clear uninitialized part of the new buffer.
3490         (enlarge_userbuf): New function.
3491         (_IO_str_seekoff): Call it if seek position is larger than current
3492         buffer.
3493         * libio/wstrops.c: Likewise.
3494         * libio/vasprintf.c: Add comment as to why we do not have to use
3495         calloc instead of malloc to allocate initial buffer.
3496         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
3497         * libio/bug-memstream1.c: New file.
3498         * libio/bug-wmemstream1.c: New file.
3500 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3502         * libio/wstrops.c: Remove dead macro definitions and comments.
3503         * libio/strops.c: Likewise.
3505         [BZ #2764]
3506         * login/utmpname.c (__utmpname): Remove unnecessary test.
3508 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
3510         [BZ #2832]
3511         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
3512         0s from integers.
3514 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3516         [BZ #2987]
3517         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
3518         for CPU clocks.
3519         * sysdeps/unix/clock_settime.c: Add support for platform-specific
3520         setting of CPU clocks.
3522 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3524         [BZ #2841]
3525         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
3526         since C99 requires the result to promote to 'int' when uint_least8_t
3527         and uint_least16_t promote to 'int'.
3529 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3531         [BZ #3013]
3532         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
3533         lenght of one output field, correct bitmask creation.
3534         * locale/programs/ld-time.c: Add alignment.
3536         [BZ #2997]
3537         * misc/error.c: Add space between program name and message if file
3538         name is missing.
3540 2006-08-03  Eric Blake  <ebb9@byu.net>
3542         [BZ #2998]
3543         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
3545 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
3547         * malloc/memusagestat.c: Silence warnings.
3549         * malloc/malloc.c: Dynamically size mmap treshold if the program
3550         frees mmaped blocks.
3551         Patch by Valerie Henson and Arjan van de Ven.
3553 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
3555         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
3556         __USE_GNU.
3558         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
3559         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
3560         (DEF): Don't put the var into .gnu.linkonce.r.* section.
3561         Only provide var definitions in strtol_l (or for *ull*
3562         in strtoll_l).
3564         * stdio-common/bug16.c (tests): New array.
3565         (do_tests): Allow the first hexadecimal digit
3566         to be 1, 2, 4 or 8.  Do 3 additional tests.
3568         * sysdeps/s390/fpu/libm-test-ulps: Update.
3570         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
3571         fchownat syscall if available.
3572         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
3573         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
3574         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
3576 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
3578         * nis/nis_xdr.c: Avoid some function calls.
3580 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
3581             Ulrich Drepper  <drepper@redhat.com>
3583         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
3584         short cut if only one name component is stripped away.
3586 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
3588         * nis/nis_call.c: Minor cleanups throughout.
3589         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
3590         (first_shoot): Add search_parent_first parameter.  Only if it is set
3591         search parent server first.
3592         If directory for table found through cold start cache is not the same
3593         as referenced in the cache, don't use it.
3594         (__nisfind_server): Take additional parameter.  Pass it on to
3595         first_shoot.
3596         (__prepare_niscall): Adjust __nisfind_server call.
3597         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
3598         * nis/nis_table.c: Adjust __nisfind_server call.
3599         * nis/nis_lookup.c: Likewise.
3600         (nis_lookup): Don't loop endlessly if name is reduced to ".".
3602 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
3604         [BZ #2182]
3605         * math/s_cacosh.c: Return values from positive branch.
3606         * math/s_cacoshf.c: Likewise.
3607         * math/s_cacoshl.c: Likewise.
3609         [BZ #2883]
3610         * sysvipc/sys/msg.h: Change return value to ssize_t.
3611         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
3612         * sysvipc/msgrcv.c: Likewise.
3613         * include/sys/msg.h: Likewise.
3615         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
3616         test introduced in patch for bz #661.
3617         (getgrouplist): Simplify code a bit.  Don't allocate one additional
3618         element for NEWGROUPS.
3620         [BZ #2908]
3621         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
3622         'f', use '1' as leading digit not '\1'.
3623         * stdio-common/Makefile (tests): Add bug16.
3624         * stdio-common/bug16.c: New file.
3626         [BZ #2914]
3627         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
3628         and don't try to open it.  The patch introducing the macro
3629         contained a bug and used the same file name as the new file
3630         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
3631         this out completely.
3633         [BZ #2926]
3634         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
3635         Patch by Jerry James <Jerry.James@usu.edu>.
3637         * rt/Makefile (tests): Add tst-clock2.
3638         * rt/tst-clock2.c: New file.
3640         [BZ #2978]
3641         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
3642         function and its parameters and pass it to new thread.
3643         (__gai_notify): Add support for alternative waiting for completion.
3644         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
3645         waiting for completion.
3646         * resolv/getaddrinfo_a.c: Likewise.
3647         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
3648         waiting for completion is used.
3649         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
3650         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
3651         * resolv/gai_error.c: Likewise.
3652         * resolv/gai_sigqueue.c: Likewise.
3654 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
3656         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
3657         errno to EBADF and return MACH_PORT_NULL.
3659 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
3661         [BZ #2980]
3662         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
3664 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
3666         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
3667         walk them instead of the symbol table.
3669 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
3671         [BZ #2098]
3672         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
3673         status of NSS calls, not the number of returned entries.
3675         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
3676         request_key, keyctl.
3678 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
3680         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
3682 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
3684         * elf/tst-auditmod1.c: Fix typo in #error.
3686 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
3688         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
3690         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
3692 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
3694         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
3695         that the directory is empty even on non-POSIX filesystems.
3697 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
3699         * elf/dl-open.c (dl_open_worker): Add branch prediction.
3701         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
3702         the backend NSS module.  If backend setgrent call failed, don't have
3703         internal_setgrent fail.  Just remember this until it is needed.
3704         * nis/nss_compat/compat-pwd.c: Likewise.
3705         * nis/nss_compat/compat-spwd.c: Likewise.
3707 2006-07-30  Roland McGrath  <roland@redhat.com>
3709         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
3710         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
3711         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
3712         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
3714         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
3715         (nanosleep_not_cancel): New macro.
3716         (sigsuspend_not_cancel): new macro.
3717         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
3718         (do_sigsuspend): Define as inline.
3719         (__sigsuspend): Always use do_sigsuspend.
3720         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
3721         * include/signal.h: Declare __sigsuspend_nocancel.
3722         * sysdeps/posix/pause.c
3723         [! NO_CANCELLATION] (__pause_nocancel): New function.
3725         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
3726         * include/time.h (__nanosleep_nocancel): Likewise.
3728 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
3730         * locale/programs/localedef.c (add_to_readlist): Rename local
3731         variables to avoid confusion.
3733         * locale/programs/charmap.c (charmap_read): Emit error message if
3734         charmap couldn't be found or read.
3736 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
3738         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3739         __ASSUME_FUTEX_LOCK_PI.
3740         * include/time.h: Declare __nanosleep_nocancel.
3741         * include/unistd.h: Declare __pause_nocancel.
3743         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
3744         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
3745         get the __stack_chk_fail_local definition when it's needed.
3747 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
3749         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
3750         * dlfcn/bug-atexit3.c: New file.
3751         * dlfcn/bug-atexit3-lib.cc: New file.
3753         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
3754         used when the namespace is not the base namespace.
3756 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
3758         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
3759         (__new_exitfn): Bump it in every successful call.
3760         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
3761         more exit handlers, call them right away.
3762         * stdlib/exit.h: Declare __new_exitfn_called.
3764 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
3766         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
3767         calling registered handler.
3769         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
3770         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3771         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3772         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3773         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3774         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3775         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3776         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3778 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
3780         * elf/dl-lookup.c (dl_new_hash): New functions.
3781         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
3782         value here.  Compute new-style hash value.  Pass new hash value
3783         and reference to variable with the old value to do_lookup_x.
3784         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
3785         old-style hash table.
3786         (_dl_debug_bindings): Pass new hash value and reference to variable
3787         with the old value to do_lookup_x.
3788         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
3789         new-style hash value and change old-style hash value parameter to
3790         be a reference.  Reoganize functions to determine whether
3791         new-style hash table is available.  Only fall back on old-style
3792         table.  If old-style hash value is needed, compute it here.
3793         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
3794         entry.
3795         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
3796         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
3797         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
3798         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
3799         * Makeconfig: If linker supports --hash-style option add it to all
3800         linker command lines to build DSOs.
3801         * config.make.in: Define have-hash-style.
3802         * configure.in: Test whether linker supports --hash-style option.
3804         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
3805         * sysdeps/generic/ldsodefs.h: Adjust prototype.
3807 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
3809         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
3810         auditing.
3812         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
3813         RPATH of main map twice.
3815 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
3817         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
3818         look further, return original strings.
3819         (_nl_find_msg): Do not return found translation if the conversion
3820         failed.  Either signal the string is unusable or that something went
3821         wrong and the original should be used.
3823 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
3825         * string/_strerror.c (__strerror_r): Add __builtin_expect.
3827 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
3829         [BZ #2766]
3830         * misc/insremque.c (insque): Handle prev == NULL.
3831         * misc/Makefile (tests): Add tst-insremque.
3832         * misc/tst-insremque.c: New test.
3834 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
3836         [BZ #2792]
3837         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
3838         conflict with DL_DST_REQUIRED.
3840 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
3842         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
3843         match what Solaris does.
3845 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
3847         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
3848         local_setegid instead of seteuid and setegid.
3849         * sysdeps/generic/local-setxid.h: New file.
3850         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
3852         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
3854         * string/Makefile (tests): Add bug-envz1.
3855         * string/bug-envz1.c: New file.
3857 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
3859         * posix/regex_internal.c (re_string_skip_chars): If no character has
3860         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
3861         to the byte which couldn't be converted.
3862         (re_string_reconstruct): Don't clear valid_raw_len before calling
3863         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
3864         tip_context using re_string_context_at.
3865         * posix/Makefile: Add rules to build and run bug-regex25 test.
3866         * posix/bug-regex25.c: New test.
3868 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
3870         [BZ #2703]
3871         * string/envz.c (envz_strip): Correct erroneously reversed src
3872         and dest parameters to memmove() invocation.
3874 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
3876         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
3877         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
3878         to make sure the database has been already invalidated.
3879         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
3880         after the cache has been invalidated.  Use pthread_mutex_lock rather
3881         than pthread_mutex_trylock if fd != -1.
3882         * nscd/connections.c (invalidate_cache): Add fd argument, write
3883         response to fd if not calling prune_cache, pass fd to prune_cache.
3884         (handle_request): Adjust invalidate_cache caller.
3885         (nscd_run): Pass -1 as fd to prune_cache.
3887 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
3889         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
3890         the correct place.
3892 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
3894         * nscd/nscd.h (struct database_dyn): Add prunelock field.
3895         * nscd/cache.c (prune_cache): Take prunelock before starting the
3896         work.  Just return in case it is already taken.
3897         * nscd/connections.c (dbs): Initialize .prunelock.
3899 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
3901         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
3902         copying.  No need to allocate new array for group members.  Just
3903         move the pointers and update the size.
3905         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
3906         Avoid memory leak in case realloc fails.  Simplification for
3907         better code generation.
3909         Avoid deprecation warning because of libc_hidden_proto for
3910         inet6_option_alloc.
3911         * inet/inet6_option.c (option_alloc): Renamed from
3912         inet6_option_alloc.  Made static.
3913         (inet6_option_alloc): Now a simple wrapper around option_alloc.
3914         (inet6_option_append): Call option_alloc.
3915         * include/netinet/in.h: Remove libc_hidden_proto for
3916         inet6_option_alloc.
3918         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
3919         for cleanup when cb!=NULL [Coverity CID 233].
3921 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
3923         [BZ #2693]
3924         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
3925         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
3926         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
3927         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
3928         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
3929         and inet6_rth_getaddr.
3930         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
3931         array.
3932         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
3933         Mark inet6_option_* interfaces as deprecated.
3934         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
3935         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
3936         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
3937         inet6_rth_segments, and inet6_rth_getaddr.
3938         * inet/inet6_opt.c: New file.
3939         * inet/inet6_rth.c: New file.
3941         * inet/netinet/icmp6.h: Pretty printing.
3943         [BZ #2683]
3944         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
3946 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
3948         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
3949         doing it all here.  When server does not know the answer do not
3950         fail immediate, try parent first.
3952         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
3953         overflow test.
3955 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
3957         * nis/nis_call.c (__prepare_niscall): New function.  Split out
3958         from __do_niscall.
3959         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
3960         and exported.
3961         (__follow_path): New function.  Split out from nis_list.
3962         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
3963         _xdr_nis_result.
3964         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
3965         _xdr_nis_result.
3966         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
3967         and __follow_path.
3968         * nis/Versions: Export __prepare_niscall, __create_ib_request,
3969         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
3970         from libnsl for version GLIBC_PRIVATE.
3971         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
3972         Remove entry parameter from _nss_nisplus_parse_pwent and
3973         _nss_nisplus_parse_grent.
3974         * nis/nss_nisplus/nisplus-parser.c: Likewise.
3975         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
3976         again.  Rewrite getpwent handling to not use nis_first_entry and
3977         nis_next_entry.  Roll out own niscall handling.
3978         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3980         * sunrpc/xdr_rec.c: Fix typo in comment.
3982 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
3984         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
3985         handling.
3987         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
3988         to allocate memory for my_pollfd.  Better initialization of
3989         cb_is_running.  Use TEMP_FAILURE_RETRY.
3991         * malloc/memusage.sh (memusageso): Add quotes.
3992         (memusagestat): Likewise.
3993         * debug/xtrace.sh (pcprofileso): Likewise.
3994         (pcprofiledump): Likewise.
3995         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
3996         replacement.
3997         * malloc/Makefile ($(objpfx)memusage): Likewise.
3999         * nis/nis_callback.c (__nis_create_callback): Calls to
4000         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
4001         asprintf call fails.
4003         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
4004         no uninitialized memory is passed to sendto.
4006 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
4008         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
4009         of snprintf+strdup.  Handle OOM.
4010         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
4011         cb->serv together.  Remove now obsolete free calls.
4012         (__nis_destroy_callback): Remove now obsolete free call.
4014 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
4016         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
4017         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
4018         and ULA respectively). Set precedence for IPv4 address to 10 as
4019         defined in RFC3484 for preferring IPv6.
4020         * posix/gai.conf: Update to match the new default tables.
4022 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
4024         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
4025         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
4026         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
4027         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
4029         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
4030         Removed.
4031         (init_nss_interface): Remove initialization of these variables.
4033 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
4035         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
4036         nis_free_directory forward to avoid duplication.
4038 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
4040         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
4041         rec_dirsearch returning NULL.
4042         (first_shoot): Handle __nis_finddirectory returning NULL.
4043         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
4045         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
4046         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
4048 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
4050         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
4051         pid changed.
4053 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
4055         * include/rpc/pmap_prot.h: Mark all functions as hidden.
4057         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
4058         * nscd/nscd_getgr_r.c: Likewise.
4060         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
4062         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
4063         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
4065         * stdlib/longlong.h (__clz_tab): Mark as hidden.
4067         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
4069         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
4071         * include/rpc/auth.h: Mark xdr_des_block_internal and
4072         xdr_opaque_auth_internal as hidden.
4074         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
4075         hidden.
4077         * include/rpc/xdr.h: Mark all _internal functions as hidden.
4079         * misc/getusershell.c (okshells): Don't use static initializers,
4080         do it dynamically.
4082         * stdlib/fmtmsg.c (keywords): Change type of len element to
4083         uint32_t to not waste space on 64bit machines.
4085         * locale/setlocale.c: Change _nl_category_names into a string.
4086         Add new _nl_category_name_idxs.  Change all users.
4087         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
4088         Declare _nl_category_name_idxs.
4089         * locale/findlocale.c: Adjust for _nl_category_names change.
4090         * locale/loadlocale.c: Likewise.
4091         * locale/newlocale.c: Likewise.
4092         * intl/dcigettext.c: Likewise.
4094         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
4095         (add_alias2): ...here.  New function.
4096         (__gconv_read_conf): Simplify builtin alias handling.
4097         (builtin_aliases): Convert to string to avoid relocations.
4098         * iconv/gconv_builtin.h: Add comment about correct formatting.
4100 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
4102         * resolv/res_debug.c (loc_ntoa): Make error const.
4104 2006-05-14  Andreas Schwab  <schwab@suse.de>
4106         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
4108 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
4110         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
4111         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
4112         sizeof (cpu_set_t).
4114 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
4116         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
4118         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
4120         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
4121         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
4123         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
4124         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
4126         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
4127         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
4128         xdr_cback_data.
4130         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
4131         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
4132         xdr_ypupdate_args.
4134         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
4135         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
4137         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
4138         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
4140         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
4141         * include/rpcsvc/nis_callback.h: New file.
4143         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
4144         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
4146         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
4147         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
4149         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
4150         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
4152         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
4153         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
4155         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
4156         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
4157         xdr_ypdelete_args.
4159         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
4160         __BEGIN_DECLS and __END_DECLS, the header is not installed.
4162         * nis/nis_error.c: Remove table of strings.  Use position
4163         independent mechanism.
4164         * nis/nis_error.h: New file.
4166 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
4168         * locale/programs/ld-time.c (time_finish): If wide era name or
4169         format aren't provided, set both wname and wformat to L"".
4171 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
4173         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
4174         results if the call was succesful.
4176         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
4178         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
4179         as hidden.
4181 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
4183         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
4185 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
4187         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
4188         caller makes sure this is not the case.
4189         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
4191 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
4193         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
4194         calls.
4196         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
4197         [Coverity CID 229, 230]
4199         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
4200         DGETTEXT calls.
4201         (hol_help): Likewise.  [Coverity CID 226, 227]
4203         * string/argz-replace.c (__argz_replace): Unconditionally call
4204         free on SRC.  [Coverity CID 225]
4206         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
4207         the return value of __nis_default_owner and __nis_default_group,
4208         it has been especially allocated.  [Coverity CID 224]
4210         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
4211         searchgroup and searchowner.  Significantly simplified.
4212         (__nis_default_owner): Remove duplication.  Do not locally copy the
4213         string before duplicating it.
4214         (__nis_default_group): Likewise.
4216         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
4217         we must clear the variable before calling __nisfind_server.
4219         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
4220         nis_getnames.  [Coverity CID 223]
4222         * locale/programs/locfile.c (locfile_read): Use alloca instead of
4223         xmalloc to allocate local repertoire name.  [Coverity CID 222]
4225         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
4226         allocate memory for the input to add_bytes.  [Coverity CID 221]
4228         * posix/wordexp.c (w_addword): Free word if realloc fails and it
4229         was allocated here.  [Coverity CID 219, 220]
4231         * posix/getconf.c (print_all): Free confstr data after printing.
4232         [Coverity CID 218]
4234         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
4235         list allocation fails.  [Coverity CID 215]
4237         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
4238         [Coverity CID 213]
4240         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
4241         string is NULL.  [Coverity CID 212]
4242         * argp/Makefile: Add rules to build and run bug-argp1.
4243         * argp/bug-argp1.c: New file.
4245         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
4246         end of string.
4247         * stdlib/canonicalize.c (__realpath): Likewise.
4249         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
4250         pointer.  [Coverity CID 206]
4252         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
4253         in statically linked code.
4254         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
4255         statically built code, be prepared to have no link map.
4256         [Coverity CID 205]
4258         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
4259         dgettext calls. [Coverity CID 204]
4261         * argp/argp-help.c (struct uparams): Remove valid member.  Change
4262         the one user.
4263         (uparam_names): Reduce size.  Avoid relative relocations.
4264         Moved to read-only segment.
4265         (fill_in_uparams): Update for new layout.
4267         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
4268         assumed to always be != NULL. [Coverity CID 202]
4270         * argp/argp-help.c (hol_entry_help): Remove some dead code
4271         [Coverity CID 200].
4273         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
4274         away a few more unconditional yperr2nss calls.
4275         (_nss_nis_getservbyname_r): Likewise.
4277 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
4279         * sysdeps/generic/ldsodefs.h: Remove support for non-core
4280         architectures.
4282         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
4283         that unused memory passed to sendto is nevertheless initialized.
4285         [BZ #2499]
4286         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
4287         possibly unaligned memory accesses.
4289         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
4290         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
4291         and __putlong respectively.  Correct buffer overflow check for
4292         NS_NOTIFY_OP.
4294         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
4296         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
4297         (send_dg): Rewrite error handling to be more compact and avoid
4298         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
4300         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
4302         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
4303         instead of ns_get16.
4304         (res_queriesmatch): Likewise.  Minor optimization.
4306         [BZ #2499]
4307         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
4308         __libc_res_nsend might reallocate the buffer for the answer.  In
4309         this case we have to reload the HP pointer.
4311 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
4313         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
4314         some branch prediction hints.
4316         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
4317         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4318         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4319         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4320         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4321         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4322         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4323         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4325 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4327         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
4328         by a GOT relocation to make Scrt1.o position independent.
4329         * sysdeps/s390/s390-64/elf/start.S: Likewise.
4331         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
4332         six system call parameters.
4333         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
4335 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
4337         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
4338         malloc&bzero.
4340         * sunrpc/svc_udp.c (BZERO): Remove definition.
4341         (CALLOC): Define.
4342         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
4344         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
4345         (des_SPtrans): Use uint32_t type.
4346         (des_skb): Likewise.
4348         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
4350 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
4352         [BZ #2509]
4353         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
4354         on 32-bit arches.
4356 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
4358         * locale/programs/ld-address.c (address_finish): Fix one more
4359         place where the iso639 array might be accessed beyond the limits.
4361 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
4363         * nis/nis_table.c (nis_list): Avoid clearing res twice before
4364         filling it for the first time.
4366         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
4367         Adjust all callers.
4368         Free res object content before returning.
4370         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
4372         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
4373         client->cl_auth.
4375         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
4376         cleanup for initial thread, just the free call on TVP.
4378         * nscd/gai.c (__getline): Define.
4381 See ChangeLog.16 for earlier changes.