* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
[platform/upstream/glibc.git] / ChangeLog
1 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2
3         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
4         native interface lookup in all the relevant places.
5
6 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7             Ulrich Drepper  <drepper@redhat.com>
8
9         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
10         field.  Use sockaddr_in6 for source_addr.
11         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
12         (match_prefix): Likewise.
13         (get_label): Likewise.
14         (get_precedence): Likewise.
15         (rfc3484_sort): Change to use indirect access to results array.
16         Adjust to use of sockaddr_in6.  Replace service_order test with
17         simple index comparison.
18         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
19         service_order field.  Adjust qsort_t calls.  Access sorted result
20         array indirectly through order array.
21         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
22         * posix/tst-rfc3484-2.c: Likewise.
23         * posix/tst-rfc3484-3.c: Likewise.
24
25 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
26
27         [BZ #5541]
28         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
29         pollfd structures.
30         Patch by AndrĂ© Cruz.
31
32         [BZ #5545]
33         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
34         (clnt_spcreateerror): Likewise.
35
36         [BZ #5553]
37         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
38         (public_mEMALIGn): Likewise.
39         Patch mostly by Daniel Jacobowitz.
40
41 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
42
43         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
44         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
45         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
46         * stdlib/tst-makecontext2.c: New test.
47
48 008-01-08  Jakub Jelinek  <jakub@redhat.com>
49
50         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
51         defined.
52         (REINIT_PARAMS): Likewise.  Undefine before end of file.
53         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
54         transliteration hooks and REINIT_PARAMS afterwards.
55         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
56         status.
57         (REINIT_PARAMS): Define.
58         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
59         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
60         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
61         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
62         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
63         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
64         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
65         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
66         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
67         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
68         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
69         * iconvdata/tst-iconv7.c: New test.
70
71 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
72
73         * libio/stdio.h (vscanf): Fix definition for loser compilers.
74
75 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
76
77         [BZ #5112]
78         * nscd/connections.c (restart): Fix condition.
79
80 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
81
82         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
83         __ctype_toupper_loc): Add __THROW.
84
85 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
86
87         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
88         recognition of interface family.
89
90         * posix/getconf.c: Update copyright year.
91         * nss/getent.c: Likewise.
92         * iconv/iconvconfig.c: Likewise.
93         * iconv/iconv_prog.c: Likewise.
94         * elf/ldconfig.c: Likewise.
95         * catgets/gencat.c: Likewise.
96         * csu/version.c: Likewise.
97         * elf/ldd.bash.in: Likewise.
98         * elf/sprof.c (print_version): Likewise.
99         * locale/programs/locale.c: Likewise.
100         * locale/programs/localedef.c: Likewise.
101         * nscd/nscd.c (print_version): Likewise.
102         * debug/xtrace.sh: Likewise.
103         * malloc/memusage.sh: Likewise.
104         * malloc/mtrace.pl: Likewise.
105         * debug/catchsegv.sh: Likewise.
106
107 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
108
109         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
110         second lookup.
111
112 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
113
114         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
115         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
116
117 2007-12-17  Roland McGrath  <roland@redhat.com>
118
119         * inet/ether_line.c (ether_line): Remove unused variable.
120
121 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
122
123         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
124         and winp.
125         * login/openpty.c (openpty): Likewise.
126         * login/pty.h (openpty, forkpty): Likewise.
127         * manual/terminal.texi (openpty, forkpty): Likewise.
128
129 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
130
131         * malloc/malloc.c (public_cALLOc): For arena other than
132         main_arena, count all bytes inside the mprotect_size range of the
133         heap as uninitialized.
134
135 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
136
137         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
138         executable stacks.
139
140         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
141         mTRIm for all of them.
142         (mTRIm): Additionally iterate over all free blocks and use madvise
143         to free memory for all those blocks which contain at least one
144         memory page.
145         * malloc/tst-trim1.c: New file.
146         * malloc/Makefile (tests): Add tst-trim1.
147
148         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
149
150 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
151
152         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
153         First cast argument to long
154         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
155         Return long.
156         (__vdso_clock_gettime): Likewise.
157         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
158         return long.
159
160 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
161
162         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
163         * locale/nl_langinfo_l.c: Real implementation, copied from
164         nl_langinfo.c.
165         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
166
167 2007-12-01  Jim Meyering  <meyering@redhat.com>
168
169         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
170         that would inhibit utf8-optimization of a regexp containing line-
171         or buffer-anchors, e.g., `^', `$'.
172
173 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
174
175         * time/bug-getdate1.c (do_test): Don't use century values which
176         aren't valid on 32-bit systems.
177
178 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
179
180         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
181         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
182         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
183         __strcat_g, __strncat_g): Add __asm__.
184
185 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
186
187         [BZ #5477]
188         * io/fchmodat.c: Fix typo in stub_warning use.
189         Patch by Petr Salinger.
190
191 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
192
193         * iconvdata/hp-thai8.c: New file.
194         * iconvdata/Makefile: Add rules for hp-thai8.c.
195         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
196         * iconvdata/gconv-modules: Likewise.
197
198         [BZ #5464]
199         * iconvdata/hp-greek8.c: New file.
200         * iconvdata/Makefile: Add rules for hp-greek8.c.
201         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
202         * iconvdata/gconv-modules: Likewise.
203
204         [BZ #5463]
205         * iconvdata/hp-turkish8.c: New file.
206         * iconvdata/Makefile: Add rules for hp-turkish8.c.
207         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
208         * iconvdata/gconv-modules: Likewise.
209
210         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
211         (shrink_heap): ... this new function.
212         (heap_trim): Call shrink_heap instead of grow_heap.
213
214         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
215         case don't call alloc_perturb.
216
217 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
218
219         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
220         possible.
221         * sysdeps/unix/sysv/linux/kernel-features.h
222         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
223         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
224
225 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
226
227         [BZ #5424]
228         * stdio-common/vfprintf.c: Do not overflow when adding to done.
229         * stdio-common/Makefile (tests): Add bug22.
230         * stdio-common/bug22.c: New file.
231
232         [BZ #5451]
233         * time/getdate.c: Fix filling in default values.
234         * time/bug-getdate1.c: New file.
235         * time/Makefile: Add rules to build and run bug-getdate1.
236
237         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
238         * iconvdata/ebcdic-es.c: Likewise.
239         * iconvdata/ebcdic-es-a.c: Likewise.
240         * iconvdata/ebcdic-uk.c: Likewise.
241         * iconvdata/iso8859-16.c: Likewise.
242         * iconvdata/viscii.c: Likewise.
243         * iconvdata/iso8859-9e.c: Likewise.
244         * iconvdata/Makefile: Adjust appropriately.
245
246         [BZ #5428]
247         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
248         __need_wint_t.
249
250 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
251
252         [BZ #5427]
253         * iconvdata/hp-roman9.c: New file.
254         * iconvdata/Makefile: Add rules for hp-roman9.c.
255         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
256         * iconvdata/gconv-modules: Likewise.
257
258         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
259         * iconvdata/Makefile: Adjust appropriately.
260
261         [BZ #5441]
262         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
263         structure, it's allocated with alloca.
264         * stdio-common/Makefile (tests): Add bug21.
265         * stdio-common/bug21.c: New file.
266
267 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
268
269         [BZ #5452]
270         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
271         keyword for gcc's braced-groups.
272
273 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
274
275         [BZ #5454]
276         * inet/ether_line.c: Strip hostname of whitespaces.
277         * inet/Makefile (tests): Add tst-ether_line.
278         * inet/tst-ether_line.c: New file.
279
280 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
281
282         [BZ #5439]
283         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
284
285         [BZ #5435]
286         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
287
288         * stdlib/tst-setcontext.c: Catch the case where the links gets
289         messed up and we do not reach main again.
290
291         * po/ca.po: Update from translation team.
292
293 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
294
295         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
296         * posix/regex.h (REG_ENOSYS): Likewise.
297         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
298
299 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
300
301         * nscd/nscd.h (MAX_STACK_USE): Define.
302         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
303         (gc): Initialize stack_used based on allocation in prune_cache.
304         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
305         Clear array before use.
306
307         * nscd/aicache.c (addhstaiX): Update statistics counter in case
308         memory allocation failed.
309         * nscd/hstcache.c (cache_addhst): Likewise.
310         * nscd/grpcache.c (cache_addgr): Likewise.
311         * nscd/servicescache.c (cache_addserv): Likewise.
312         * nscd/pwdcache.c (cache_addpw): Likewise.
313         * nscd/initgrcache.c (addinitgroupsX): Likewise.
314
315 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
316
317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
318         and creat system calls.
319
320         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
321
322 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
323
324         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
325         Add netiucv/iucv.h.
326         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
327         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
328         protocol.
329         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
330         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
331         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
332
333 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
334
335         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
336         strncat): Define as macros to avoid compile errors.
337
338         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
339         creat entries.
340
341 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
342
343         [BZ #5382]
344         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
345         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
346         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
347         overflow it.
348         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
349
350         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
351         Return zero in case the thread library is not NPTL.
352
353         [BZ #5375]
354         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
355         initializing interface list.
356
357         [BZ #5378]
358         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
359         use result of nss_getgrgid_r if nothing was found.  For other
360         error return with a failure.
361         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
362
363         * locale/programs/ld-collate.c (collate_read): Fix loop to match
364         macro name.
365
366 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
367
368         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
369         (get_scope): For IPv4 scope, use scopes table.
370         (fini): Free scopes table if necessary.
371         (free_scopelist): New function.
372         (scopecmp): New function.
373         (gaiconf_init): Also handle scopev4 entries.
374         * posix/tst-rfc3484.c (do_test): Initialize scopes.
375         * posix/tst-rfc3484-2.c (do_test): Likewise.
376         * posix/gai.conf: Document scopev4 defaults.
377         * posix/Makefile (tests): Add tst-rfc3484-3.
378         * posix/tst-rfc3484-3.c: New file.
379
380         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
381         Teredo tunnels.
382         * posix/gai.conf: Update for current default tables.
383
384 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
385
386         * po/tr.po: Update from translation team.
387
388 2007-11-18  Roland McGrath  <roland@frob.com>
389
390         * manual/arith.texi (Remainder Functions): Spelling fix.
391         From Shaun Silk <genix@mysoul.com.au>.
392
393         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
394
395 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
396
397         * po/zh_CN.po: Update from translation team.
398
399         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
400         Add sys/signalfd.h and sys/eventfd.h.
401
402 2007-11-15  Bruno Haible  <bruno@clisp.org>
403
404         [BZ #5346]
405         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
406         union.
407         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
408         (DCIGETTEXT): Change the allocation of the 'search' variable so that
409         it needs only fixed stack space. Delay the initialization of
410         msgid_len until it is needed.
411
412 2007-11-15  Andreas Jaeger  <aj@suse.de>
413
414         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
415         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
416
417 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
418
419         * po/ko.po: Update from translation team.
420
421 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
422
423         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
424         significantly.  The device type is also part of the ifinfomsg data.
425
426         * po/sv.po: Update from translation team.
427         * po/nl.po: Likewise.
428
429         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
430         to wake up in 24 hours.
431
432         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
433
434 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
435
436         * po/cs.po: Update from translation team.
437         * po/pl.po: Likewise.
438
439         * include/ifaddrs.h: Remove in6ai_temporary.
440         (struct in6addrinfo): Add index element.
441         Declare __check_native.
442         * inet/Makefile (aux): Add check_native.
443         * sysdeps/unix/sysv/linux/check_native.c: New file.
444         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
445         IFA_F_TEMPORARY.  Pass back ifa_index.
446         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
447         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
448         call __check_native if necessary.
449         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
450         to sort addresses.  Pass information about the results.
451         * posix/tst-rfc3484.c: Adjust for addition of index field and change
452         of rfc3484_sort interface.
453         * posix/tst-rfc3484-2.c: Likewise.
454
455         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
456         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
457         for _quicksort.
458         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
459         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
460         on as third parameter to compare function and _quicksort.
461         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
462         to the compare function.
463         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
464         * Versions.def: Add GLIBC_2.8 for libc.
465
466         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
467         * posix/tst-rfc3484-2.c: Likewise.
468
469         * include/kernel-features.h: Moved to...
470         * sysdeps/mach/hurd/kernel-features.h: ...here.
471
472 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
473
474         * sysdeps/i386/i586/memcpy_chk.S: New file.
475         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
476         * sysdeps/i386/i586/memset_chk.S: Likewise.
477
478 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
479
480         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
481         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
482         list of interfaces.  Also store prefix length.
483         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
484         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
485         prefix if source and destination address are in the same subnet.
486         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
487         Always look for matching record in in6ai list.
488         Correct source_addr_len value for IPv6->IPv4 converted records.
489
490 2007-11-11  Roland McGrath  <roland@frob.com>
491
492         * include/kernel-features.h: New file.
493
494 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
495
496         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
497         complications for 64-bit platforms.
498
499         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
500         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
501         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
502         open64_2.
503         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
504         entries.
505         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
506         * sysdeps/wordsize-64/alphasort.c: New file.
507         * sysdeps/wordsize-64/alphasort64.c: New file.
508         * sysdeps/wordsize-64/fseeko.c: New file.
509         * sysdeps/wordsize-64/fseeko64.c: New file.
510         * sysdeps/wordsize-64/ftello.c: New file.
511         * sysdeps/wordsize-64/ftello64.c: New file.
512         * sysdeps/wordsize-64/ftw.c: New file.
513         * sysdeps/wordsize-64/ftw64.c: New file.
514         * sysdeps/wordsize-64/iofgetpos.c: New file.
515         * sysdeps/wordsize-64/iofgetpos64.c: New file.
516         * sysdeps/wordsize-64/iofopen.c: New file.
517         * sysdeps/wordsize-64/iofopen64.c: New file.
518         * sysdeps/wordsize-64/iofsetpos.c: New file.
519         * sysdeps/wordsize-64/iofsetpos64.c: New file.
520         * sysdeps/wordsize-64/lockf.c: New file.
521         * sysdeps/wordsize-64/lockf64.c: New file.
522         * sysdeps/wordsize-64/mkostemp.c: New file.
523         * sysdeps/wordsize-64/mkostemp64.c: New file.
524         * sysdeps/wordsize-64/mkstemp.c: New file.
525         * sysdeps/wordsize-64/mkstemp64.c: New file.
526         * sysdeps/wordsize-64/scandir.c: New file.
527         * sysdeps/wordsize-64/scandir64.c: New file.
528         * sysdeps/wordsize-64/tmpfile.c: New file.
529         * sysdeps/wordsize-64/tmpfile64.c: New file.
530         * sysdeps/wordsize-64/versionsort.c: New file.
531         * sysdeps/wordsize-64/versionsort64.c: New file.
532         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
533         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
534         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
535         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
536         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
537         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
538         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
539         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
540         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
541         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
542         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
543         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
544
545         * crypt/sha256-crypt.c: Fix a comment.
546         * crypt/sha512-crypt.c: Likewise.
547
548 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
549
550         * sysdeps/x86_64/memset.S: Add sfence after movnti.
551
552 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
553
554         [BZ #5277]
555         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
556         because output buffer is too small break, don't loop.
557         * iconvdata/Makefile (tests): Add bug-iconv6.
558         * iconvdata/bug-iconv6.c: New file.
559
560 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
561
562         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
563         with size_t type.
564         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
565         size_t.  Add casts where needed.
566
567         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
568         old headers, don't call avc_has_perm if we don't have the
569         permission information.
570
571 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
572
573         * elf/rtld.c (dl_main): Use the page size to find the map start.
574
575 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
576
577         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
578         Patch by Szymon Siwek <sls@poczta.wp.pl>.
579
580         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
581         when the lookup call failed.
582
583         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
584         Add prune_cond and wakeup_time.
585         (CACHE_PRUNE_INTERNAL): Define.
586         Update declarations of prune_cache and setup_thread.
587         * nscd/connections.c (dbs): Update initializers.
588         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
589         (nscd_init): Default number of threads is now 4.
590         (invalidate_cache): Take lock before calling prune_cache.
591         (handle_request): If SELinux forbids the request, say so.
592         (readylist_cond): Use static initializer.
593         (nscd_run_prune): New function.  Used only by pruning threads.
594         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
595         here.
596         (fd_ready): Update nscd_run reference.
597         (start_threads): No need to initialize readylist_cond.
598         Start pruning threads separately.
599         * nscd/nscd_setup_thread.c: Change return value type to int and always
600         return 0.
601         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
602         to int and return nonzero value if we can use the TID address hack.
603         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
604         the database is later than the new entry's timeout, update the
605         wakeup time and wake the cleanup thread.
606         (prune_cache): Return seconds the next entry in the database is still
607         valid.  Remove locking for pruning here.
608         * nscd/nscd.conf: Document default number of threads.
609
610 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
611
612         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
613         stack is properly aligned for the target function.
614         Correct unwind info.
615
616         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
617         when using auditing libraries.
618
619 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
620
621         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
622         _nss_dns_getnetbyaddr2_r.
623         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
624         extra parameter to getanswer_r.
625         (_nss_dns_getnetbyaddr_r): Now a wrapper around
626         _nss_dns_getnetbyaddr2_r.
627
628         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
629         gethstbynm3_r.
630         * nscd/gethstbynm2_r.c: Remove.
631         * nscd/gethstbynm3_r.c: New file.
632         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
633         __gethostbyaddr_r.
634         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
635         __gethostbyaddr_r compatibility wrapper.
636         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
637         determining timeout of entry.
638         (lookup): Take new parameter and pass it to __gethostbyname3_r and
639         __gethostbyaddr2_r.
640         (addhstbyX): Pass reference to variable for TTL to lookup and
641         cache_addhst.
642         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
643         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
644         and __nss_next2.  Remove __nss_services_lookup.
645         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
646         Add compat wrapper.
647         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
648         __nss_next2.
649         * nss/getXXent_r.c: Likewise.
650         * nss/getnssent_r.c: Likewise.
651         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
652         does not exist in module, try the optional second name.
653         (__nss_next2): New function.
654         (__nss_next): Now wrapper around __nss_next2.
655         * nss/nsswitch.h: Adjust __nss_lookup prototype.
656         Declare __nss_next2.
657         Adjust definition of db_lookup_function type.
658         * nss/service-lookup.c: Define NO_COMPAT.
659         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
660         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
661         * inet/ether_ntoh.c: Likewise.
662         * sunrpc/netname.c: Likewise.
663         * sunrpc/publickey.c: Likewise.
664         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
665         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
666         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
667         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
668         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
669
670         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
671
672         * inet/getnetgrent.c (setup): Encrypt static pointer.
673
674 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
675
676         [BZ #5204]
677         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
678         * crypt/sha512c-test.c: Likewise.
679
680         [BZ #5225]
681         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
682         to keep track of end of %[ format string element.
683         * stdio-common/Makefile (tests): Add bug20.
684         * stdio-common/bug20.c: New file.
685
686         [BZ #5222]
687         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
688         path elements in counting mode.
689
690 2007-10-27  Andreas Jaeger  <aj@suse.de>
691
692         [BZ #5040]
693         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
694
695         [BZ #3112]
696         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
697         (__cleanup): Free shared library when exiting.
698         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
699         (__cleanup): Free shared library when exiting.
700
701 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
702
703         [BZ #2549]
704         * math/libm-test.inc (check_float_internal): Support
705         denormalized return.
706
707 2007-10-23  Andreas Jaeger  <aj@suse.de>
708
709         [BZ #5208]
710         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
711         __LONG_LONG_PAIR to handle little endian byte order.
712         Suggested by abhishekrai@google.com
713
714 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
715
716         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
717
718 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
719
720         * nscd/cache.c (prune_cache): Move test for modified file outside
721         of locking.
722
723 2007-10-21  Andreas Jaeger  <aj@suse.de>
724
725         * manual/texinfo.tex: Update to latest version.
726
727         * manual/sysinfo.texi (System Parameters): Fix Formatting.
728
729         * manual/arith.texi (Status bit operations): Fix formatting.
730
731         * manual/errno.texi (Error Messages): Fix formatting.
732
733         * manual/sysinfo.texi (System Parameters): Fix formatting.
734
735         * manual/libc.texinfo: Update VERSION and UPDATED.
736
737 2007-10-19  Roland McGrath  <roland@redhat.com>
738
739         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
740
741 2007-10-06  David S. Miller  <davem@davemloft.net>
742
743         * configure.in: Add sparcv9v2 and sparc64v2.
744         * scripts/config.sub: Likewise.
745         * configure: Regenerate.
746         * elf/elf.h (HWCAP_SPARC_N2): New.
747         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
748         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
749         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
750         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
751         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
752         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
753         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
754
755 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
756
757         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
758         even if the poll result indicates there is data to read.
759         Patch by Jeff Moyer <jmoyer@redhat.com>.
760
761 2007-10-18  Roland McGrath  <roland@redhat.com>
762
763         * elf/elf.h (NT_PPC_VMX): New macro.
764
765 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
766
767         * version.h (VERSION): Set to 2.7.90.
768
769 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
770
771         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
772         weak_alias.
773
774 2007-10-17  Roland McGrath  <roland@frob.com>
775
776         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
777         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
778
779 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
780
781         * version.h (VERSION): Bump to 2.7.
782         * include/features.h (__GLIBC_MINOR__): Bump to 7.
783
784         [BZ #5186]
785         * time/tzset.c (__tz_convert): Don't force testing for a change of
786         TZ if not called from localtime.  But then also see whether the
787         file changed, in case __use_tzfile is set.
788
789         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
790         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
791         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
792         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
793         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
794         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
795         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
796         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
797
798 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
799
800         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
801         and admin selects to be able to replace the gai.conf file, lock
802         data structures around the qsort call.
803
804 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
805
806         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
807         new memset.
808         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
809         too high for the improvements.  Implement bzero unconditionally for
810         use in libc.
811
812 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
813             Jakub Jelinek  <jakub@redhat.com>
814
815         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
816         even when time_t is 32-bit.
817         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
818         timezone data read by __tzfile_default.  Ensure __tzname[0] is
819         always set after the search.
820
821 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
822
823         * time/tzfile.c (__tzfile_read): Help the compiler recognize
824         unreachable code on 32-bit machines.
825
826 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
827
828         [BZ #5184]
829         * time/strftime_l.c: Include stdbool.h.
830         (my_strftime): New wrapper, old function renamed to...
831         (__strftime_internal): ... new function.  Add tzset_called
832         argument, pass it down to recursive calls, don't call tzset ()
833         if already true, set to true after call to tzset ().
834
835 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
836
837         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
838         into account when copying TZ string.
839
840 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
841
842         * time/tzfile.c (__tzfile_compute): For use_last case set i to
843         num_transition rather than num_transitions - 1.
844
845 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
846
847         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
848         PIC indirect jump.
849
850         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
851         a local label rather than HIDDEN_JUMPTARGET.
852
853 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
854
855         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
856         (init_cacheinfo): Initialize it.
857         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
858         Always define bzero.
859         Remove non-glibc code.
860         * sysdeps/x86_64/bzero.S: Make an empty file.
861
862 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
863
864         * sysdeps/x86_64/cacheinfo.c
865         (__x86_64_preferred_memory_instruction): New.
866         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
867
868         * sysdeps/x86_64/memset.S: Rewrite.
869
870 2007-10-15  Roland McGrath  <roland@redhat.com>
871
872         * po/libc.pot: Regenerated.
873
874 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
875
876         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
877         pointers.
878
879         [BZ #3425]
880         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
881         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
882         address record to T_A/T_AAAA requests.
883
884 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
885
886         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
887
888         * posix/glob.c: Add some branch prediction throughout.
889
890         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
891         read from nscd.
892
893         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
894         service_order.
895         (rfc3484_sort): Make sure that even if qsort doesn't support
896         stable sorting out sorting here is stable by comparing service_order.
897         (getaddrinfo): Initialize service_order.
898         * posix/tst-rfc3484.c (do_test): Adjust for addition of
899         service_order field to sorting structure.
900         * posix/tst-rfc3484-2.c (do_test): Likewise.
901
902         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
903         * time/tzset.c (tzset_internal): Break TZ string parsing out into
904         __tzset_parse_tz and updating of daylight, timezone, tzname into
905         update_vars.
906         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
907         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
908         happens in __tz_compute.
909         * time/tzfile.c (__tzfile_read): Also read TZ string.
910         (find_transition): Fold into __tzfile_compute.
911         (__tzfile_compute): For times beyond the last transition try to
912         use the TZ string.
913         * timezone/tst-timezone.c: Information in daylight and tzname does
914         change for Asia/Tokyo timezone with more concrete information.
915         Remove the test.
916
917         * include/stdio.h: Add libc_hidden_proto for ftello.
918         * libio/ftello.c: Add libc_hidden_def.
919
920         [BZ #1140]
921         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
922         on the specified time and not the last entries in the file.  Move
923         code to determine tzname[] to...
924         (find_transition): ...here.  Add ugly guess for times before the
925         first transition.
926
927 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
928
929         [BZ #3195]
930         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
931         no entry.
932         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
933         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
934         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
935         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
936
937         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
938         read mechanism when there are no group members and avoid no-op
939         read syscall in this case.
940
941         [BZ #3242]
942         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
943         (__readall): If reading failed due to EAGAIN error wait a bit
944         and possibly try again.
945         (__readvall): Likewise.
946
947 2007-10-13  Bruno Haible  <bruno@clisp.org>
948
949         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
950         when we cannot recode the message.
951
952 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
953
954         [BZ #4359]
955         * libio/__freading.c (__freading): Don't return true for
956         write-only streams.  For read/write streams, check whether we
957         performed a read operation already.
958         * libio/Makefile (tests): Add tst-ext2.
959         * libio/tst-ext2.c: New file.
960
961 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
962
963         * locale/programs/repertoire.c (repertoire_read): Always free
964         memory for repertoire file name [Coverity CID 270].
965
966         * elf/cache.c (save_aux_cache): Free memory allocated for
967         temporary file name [Coverity CID 267].
968
969 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
970
971         * misc/Makefile (headers): Add bits/error.h.
972
973 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
974
975         * posix/fnmatch_loop.c: Take rule index returned as part of
976         findidx return value into account when accessing weights.
977         * posix/regcomp.c: Likewise.
978         * posix/regexec.c: Likewise.
979
980         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
981         (skip_to): Fix problems with parameter of elifdef/elifndef.
982
983 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
984
985         * iconv/gconv_simple.c: Add some branch prediction.
986
987 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
988
989         * locale/programs/ld-collate.c (collate_read): If ignore_content
990         and nowtok is tok_define, eat any tok_eol tokens.
991
992 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
993
994         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
995         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
996
997         * inet/netinet/in.h: Don't include bits/socket.h.
998         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
999         macro.
1000         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1001
1002 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
1003
1004         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
1005         and tok_elifndef.
1006         * locale/programs/locfile-kw.gperf: Likewise.
1007         * locale/programs/ld-collate.c: Implement primitive preprocessor.
1008
1009 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
1010
1011         * stdio-common/printf-parse.h: Include string.h and wchar.h.
1012         (__find_specwc): Change into __extern_always_inline function.
1013         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
1014         (__parse_one_specmb): Remove ps argument.
1015         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
1016         Adjust __find_specmb and __parse_one_specmb callers.
1017         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
1018         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
1019         Removed.
1020         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
1021         caller.
1022
1023 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
1024
1025         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
1026         with some Pentium Ds.
1027
1028 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
1029
1030         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
1031         __read not read.
1032         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
1033         __write not write.
1034
1035 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
1036
1037         [BZ #181]
1038         * locale/C-time.c: Set week_1stday data to 19971201.
1039         * locale/programs/ld-time.c (time_finish): Default for
1040         first_workday is Monday.
1041
1042         [BZ #2633]
1043         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
1044
1045         [BZ #5103]
1046         * posix/glob.c (glob): Recognize patterns starting \/.
1047         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
1048         (main): Add test for pattern starting \/.
1049
1050         * misc/error.h: Use __const instead of const.
1051         * misc/bits/error.h: Likewise.
1052
1053 2007-10-07  Andreas Jaeger  <aj@suse.de>
1054
1055         * include/bits/error.h: New file.
1056
1057         * misc/bits/error.h (error_at_line): Fix prototype.
1058
1059 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
1060
1061         [BZ #3924]
1062         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
1063         more little bugs in creating the stack frame when pltexit has to
1064         be called.
1065
1066         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
1067         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
1068
1069         [BZ #4407]
1070         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
1071         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
1072         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1073         * math/libm-test.inc: Add test for this case.
1074
1075         [BZ #5010]
1076         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
1077         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
1078         map service succeeded.
1079         (svc_is_mapped): New function.
1080         (svc_unregister): Use it before trying to unmap service.
1081
1082 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
1083
1084         * timezone/zic.c: Update from tzcode2007h.
1085
1086         [BZ #5063]
1087         * timezone/africa: Update from tzdata2007h.
1088         * timezone/antarctica: Likewise.
1089         * timezone/asia: Likewise.
1090         * timezone/australasia: Likewise.
1091         * timezone/europe: Likewise.
1092         * timezone/leapseconds: Likewise.
1093         * timezone/northamerica: Likewise.
1094         * timezone/southamerica: Likewise.
1095         * timzeone/zone.tab: Likewise.
1096
1097         [BZ #5104]
1098         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
1099
1100         [BZ #5113]
1101         * string/bits/string2.h (__strdup): Cast parameters to calloc to
1102         avoid warning with -Wconversion.
1103         (__strndup): Likewise.
1104         Half the patch by Christian Iseli <christian.iseli@licr.org>.
1105
1106         [BZ #5112]
1107         * nscd/connections.c (restart): Don't resync if database is
1108         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
1109
1110         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
1111         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
1112
1113         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
1114         evetnfd_read, eventfd_write.
1115         * sysdeps/unix/sysv/linux/eventfd.c: New file.
1116         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
1117         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
1118         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
1119         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
1120         eventfd_write for GLIBC_2.7.
1121
1122         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
1123         * sysdeps/unix/sysv/linux/signalfd.c: New file.
1124         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
1125         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
1126
1127 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
1128
1129         * stdlib/msort.c: Include stdint.h.
1130         (struct msort_param): New type.
1131         (msort_with_tmp): Use struct msort_param pointer for unchanging
1132         parameters.  Add optimized handling for several common sizes
1133         and indirect sorting mode.
1134         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
1135         sorting.
1136         Suggested by Belazougui Djamel .
1137
1138         * stdlib/Makefile (tests): Add tst-qsort2.
1139         * stdlib/tst-qsort2.c: New test.
1140
1141 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
1142
1143         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
1144         for dup2 in case another thread races with the current one.  Retry
1145         in this case.
1146
1147         * misc/error.h: Remove support for use outside of libc.  We have to
1148         include <features.h> now.  Include <bits/error.h> if possible.
1149         * misc/bits/error.h: New file.
1150
1151 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
1152
1153         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
1154         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
1155         __extern_always_inline functions unconditionally, drop macros.
1156
1157         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
1158         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
1159         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
1160
1161         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
1162         add __artificial__ attribute.
1163
1164 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
1165
1166         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
1167         backward to forward direction.
1168
1169         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
1170
1171         [BZ #645]
1172         * locale/programs/ld-collate.c (collate_finish): Compare against last
1173         used section which is known to have rules defined.
1174         (collate_read): After order_start, correctly record order of sections
1175         and queue sections up.
1176
1177 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
1178
1179         [BZ #5071]
1180         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
1181         the same number of pages.
1182         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
1183
1184         * locale/programs/ld-collate.c (collate_read): After initial copy
1185         statement, continue in state 0.
1186
1187         * include/stdio_ext.h (__fsetlocking): Define as macro.
1188
1189 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
1190
1191         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
1192         of section order.
1193
1194         * po/pt_BR.po: Fix typo.
1195
1196 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
1197
1198         * iconvdata/Makefile (modules): Add ISO8859-9E.
1199         (distribute): Add iso8859-9e.c.
1200         (gen-8bit-gap-modules): Add iso8859-9e.
1201         * iconvdata/iso8859-9e.c: New file.
1202         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
1203         * iconvdata/TESTS: Likewise.
1204         * iconvdata/tst-tables.sh: Likewise.
1205
1206         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
1207
1208         * locale/iso-639.def: Add several new entries.
1209
1210 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1211
1212         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
1213         void * pointers instead of struct link_map **.
1214         (_dl_scope_free): Change argument type to void *.
1215         * include/link.h (struct link_map): Change type of l_reldeps
1216         to struct link_map_reldeps, move l_reldepsact into that
1217         struct too.
1218         * elf/dl-deps.c: Include atomic.h.
1219         (_dl_map_object_deps): Only change l->l_initfini when it is
1220         fully populated, use _dl_scope_free for freeing it.  Optimize
1221         removal of libs from reldeps by using l_reserved flag, when
1222         some removal is needed, allocate a new list instead of
1223         reallocating and free the old with _dl_scope_free.  Adjust
1224         for l_reldeps and l_reldepsact changes.
1225         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
1226         searching in l_initfini and l_reldeps without holding dl_load_lock.
1227         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
1228         l_reldepsact changes.
1229         * elf/dl-close.c (_dl_close_worker): Likewise.
1230         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
1231
1232 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
1233
1234         * iconvdata/Makefile (modules): Add KOI8-RU.
1235         (distribute): Add koi8-ru.c.
1236         (gen-8bit-gap-modules): Add koi8-ru.
1237         * iconvdata/koi8-ru.c: New file.
1238         * iconvdata/gconv-modules: Add entries for KOI8-RU.
1239         * iconvdata/TESTS: Likewise.
1240         * iconvdata/tst-tables.sh: Likewise.
1241
1242         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
1243
1244 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
1245
1246         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
1247         with __warning__/__error__ attributes.
1248         (__warnattr): Define.
1249         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
1250         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
1251         __warnattr.
1252         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
1253         of __*_chk if compile time detectable overflow is found.
1254         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
1255         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
1256         with __warnattr.
1257         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
1258         instead of __*_chk if compile time detectable overflow is found.
1259         (__gets_alias): Rename to...
1260         (__gets_warn): ... this.  Add __warnattr.
1261         (gets): Call __gets_warn instead of __gets_alias.
1262         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
1263         aliases with __warnattr.
1264         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
1265         time detectable overflow is found.
1266         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
1267         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
1268         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
1269         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
1270         __getdomainname_chk_warn): New aliases with __warnattr.
1271         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
1272         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
1273         __*_chk_warn instead of __*_chk if compile time detectable overflow
1274         is found.
1275         (__getgroups_chk): Rename argument to __listlen from listlen.
1276         (__getwd_alias): Rename to...
1277         (__getwd_warn): ... this.  Add __warnattr.
1278         (getwd): Call __getwd_warn instead of __getwd_alias.
1279         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
1280         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
1281         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
1282         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
1283         __wcsnrtombs_chk_warn): New aliases with __warnattr.
1284         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
1285         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
1286         compile time detectable overflow is found.
1287         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
1288         to use __*_chk or not.
1289         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
1290         in comparisons which function should be called and in __*_chk*
1291         arguments.  Call __*_chk_warn instead of __*_chk if compile time
1292         detectable overflow is found.
1293         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
1294         __*_chk argument.
1295         * debug/tst-chk1.c (do_test): Add a few more tests.
1296
1297 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
1298
1299         [BZ #5058]
1300         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
1301         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
1302         (_nl_unload_domain): Finalize conversions_lock.
1303         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
1304         handling table of known conversions.
1305
1306 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1307
1308         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
1309         close_not_cancel_no_status instead of close.
1310
1311 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
1312
1313         [BZ #5028]
1314         * posix/regcomp.c (lookup_collation_sequence_value): Check that
1315         nrules != 0 for multibyte chars.
1316
1317 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
1318
1319         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
1320         Provide better error message in case the type is unknown.
1321
1322         [BZ #4963]
1323         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
1324         * string/stratcliff.c: Make usable to test wide char functions.
1325         * wcsmbs/wcsatcliff.c: New file.
1326         * wcsmbs/Makefiel (tests): Add wcsatcliff.
1327
1328         [BZ #4972]
1329         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
1330         (distribute): Add mac-centraleurope.c.
1331         (gen-8bit-gap-modules): Add mac-centraleurope.
1332         * iconvdata/mac-centraleurope.c: New file.
1333         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
1334         * iconvdata/TESTS: Likewise.
1335         * iconvdata/tst-tables.sh: Likewise.
1336
1337         [BZ #5043]
1338         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
1339
1340 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
1341
1342         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
1343         from __x86_64_core_cache_size_half.
1344         (init_cacheinfo): Compute shared cache size for AMD processors with
1345         shared L3 correctly.
1346         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
1347         name change.
1348         Patch in large parts by Evandro Menezes.
1349
1350 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
1351
1352         * elf/dl-lookup.c (add_dependency): Handle failing memory
1353         allocation for dependency list.  Remove unnecessary check.
1354
1355         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
1356         open/close when determining source addresses.
1357
1358         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
1359         sha512-crypt, and sha512.
1360         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
1361         (distribute): Add sha256.h and sha512.h.
1362         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
1363         and call the appropriate code.
1364         * crypt/sha256-crypt.c: New file.
1365         * crypt/sha256.c: New file.
1366         * crypt/sha256.h: New file.
1367         * crypt/sha256c-test.c: New file.
1368         * crypt/sha256test.c: New file.
1369         * crypt/sha512-crypt.c: New file.
1370         * crypt/sha512.c: New file.
1371         * crypt/sha512.h: New file.
1372         * crypt/sha512c-test.c: New file.
1373         * crypt/sha512test.c: New file.
1374
1375 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
1376
1377         * misc/bits/syslog.h (syslog): Remove extraneous argument from
1378         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
1379         __syslog_chk.
1380
1381 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
1382
1383         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
1384         %as in fscanf format strings.
1385
1386         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
1387         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1388         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
1389         Likewise.
1390         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
1391         Likewise.
1392
1393         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
1394         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
1395         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
1396         * elf/dl-sym.c (do_sym): Likewise.
1397         * include/link.h (struct link_map): Add l_serial field.
1398         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
1399         * elf/dl-lookup.c (add_dependency): Add flags argument.
1400         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
1401         flags, use THREAD_GSCOPE_RESET_FLAG before and
1402         THREAD_GSCOPE_SET_FLAG after
1403         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
1404         Don't dereference map until it has been found on some list.
1405         If map->l_serial changed, return -1.
1406
1407 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
1408
1409         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
1410         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
1411         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
1412         libc_hidden_proto.
1413         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
1414         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
1415         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
1416         add libc_hidden_proto.
1417         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
1418         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
1419         conformance requested.
1420         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
1421         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
1422         conformance requested.
1423         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
1424         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
1425         conformance requested.
1426         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
1427         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
1428         ISO C99 or POSIX conformance requested.
1429         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
1430         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
1431         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
1432         and __isoc99_vsscanf@@GLIBC_2.7.
1433         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
1434         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
1435         (tests): Add scanf14.
1436         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
1437         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
1438         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
1439         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
1440         CFLAGS-isoc99_scanf.c): Add $(exceptions).
1441         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
1442         from using internal headers.
1443         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
1444         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
1445         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
1446         and __isoc99_vswscanf@@GLIBC_2.7.
1447         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
1448         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
1449         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
1450         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
1451         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
1452         * stdio-common/isoc99_scanf.c: New file.
1453         * stdio-common/isoc99_vsscanf.c: New file.
1454         * stdio-common/isoc99_vscanf.c: New file.
1455         * stdio-common/isoc99_vfscanf.c: New file.
1456         * stdio-common/isoc99_fscanf.c: New file.
1457         * stdio-common/isoc99_sscanf.c: New file.
1458         * wcsmbs/isoc99_fwscanf.c: New file.
1459         * wcsmbs/isoc99_vswscanf.c: New file.
1460         * wcsmbs/isoc99_swscanf.c: New file.
1461         * wcsmbs/isoc99_wscanf.c: New file.
1462         * wcsmbs/isoc99_vwscanf.c: New file.
1463         * wcsmbs/isoc99_vfwscanf.c: New file.
1464         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
1465         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
1466         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
1467         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
1468         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
1469         * stdio-common/scanf14.c: New test.
1470         * stdio-common/scanf15.c: New test.
1471         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
1472         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
1473         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
1474         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
1475         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
1476         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
1477         __nldbl___isoc99_scanf@@GLIBC_2.7,
1478         __nldbl___isoc99_fscanf@@GLIBC_2.7,
1479         __nldbl___isoc99_sscanf@@GLIBC_2.7,
1480         __nldbl___isoc99_vscanf@@GLIBC_2.7,
1481         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
1482         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
1483         __nldbl___isoc99_wscanf@@GLIBC_2.7,
1484         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
1485         __nldbl___isoc99_swscanf@@GLIBC_2.7,
1486         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
1487         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
1488         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
1489         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
1490         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
1491         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
1492         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
1493         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
1494         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
1495         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
1496         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
1497         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
1498         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
1499         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
1500         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
1501         functions.
1502         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
1503         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
1504         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
1505         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
1506         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
1507         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
1508         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
1509         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
1510         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
1511         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
1512         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
1513         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
1514
1515         * stdio-common/Makefile (tests): Add scanf13.
1516         (scanf13-ENV): New.
1517         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
1518         m modifier followed by l.
1519         (STRING_ARG): Add width argument.
1520         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
1521         <case L_('C')>: Handle %mlc and %mC.
1522         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
1523         arguments.
1524         * stdio-common/scanf13.c: New test.
1525
1526         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
1527         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
1528
1529 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
1530
1531         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
1532         type and __THROW marker of splice, vmsplice, and tee.
1533         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1534         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1535         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1536         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1537         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1538         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1539         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
1540         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
1541         as cancellation points.
1542
1543 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
1544
1545         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
1546         parse more than three parts of the version number.
1547
1548 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
1549
1550         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
1551         modifier.  Patch by Jakub Jelinek.
1552
1553 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
1554
1555         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
1556         call_fallocate in misc subdir.
1557         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
1558         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
1559         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
1560         instead of __fallocate64.
1561         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
1562
1563 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
1564
1565         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
1566         * rt/Makefile (headers): Add bits/mqueue2.h.
1567         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
1568         optimizing with GCC and __va_arg_pack_len is defined.
1569         * rt/bits/mqueue2.h: New file.
1570         * rt/mq_open.c (__mq_open): Renamed from mq_open.
1571         (mq_open): New strong_alias.
1572         (__mq_open_2): New function.
1573         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
1574         (mq_open): New strong_alias.
1575         (__mq_open_2): New function.
1576         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
1577         * Versions.def (librt): Add GLIBC_2.7 version.
1578         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
1579         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
1580
1581         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
1582         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
1583         is defined rather than when not C++.
1584         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
1585         __openat64_alias): New redirects.
1586         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
1587         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
1588         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
1589         (open, open64, openat, openat64): Rewrite as __extern_always_inline
1590         functions instead of function-like macros.
1591
1592 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1593
1594         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
1595         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
1596         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
1597
1598 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
1599
1600         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
1601         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
1602
1603 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
1604
1605         * inet/tst-network.c: Increment ERRORS for failing tests.
1606
1607 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
1608
1609         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
1610         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
1611         implement as __extern_always_inline function.
1612         (vsyslog): Define as __extern_always_inline function unconditionally.
1613         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
1614         When __va_arg_pack is defined, implement as __extern_always_inline
1615         functions.
1616         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
1617         __extern_always_inline functions unconditionally.
1618         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
1619         bits/stdio2.h will be included.
1620         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
1621         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
1622         implement as __extern_always_inline functions.
1623         (vswprintf, vwprintf, vfwprintf): Define as
1624         __extern_always_inline functions unconditionally.
1625         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
1626
1627 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
1628
1629         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
1630         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
1631         attribute.
1632         * include/features.h (__USE_EXTERN_INLINES): Define only when
1633         __extern_inline is defined.
1634         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
1635         is defined instead of when not __cplusplus.
1636         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
1637         is defined instead of when not __cplusplus.
1638         * socket/sys/socket.h: Include bits/socket2.h when
1639         __extern_always_inline is defined instead of when not __cplusplus.
1640         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
1641         is defined instead of when not __cplusplus.
1642         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
1643         is defined instead of when not __cplusplus.
1644         * string/string.h: Include bits/string3.h when __extern_always_inline
1645         is defined instead of when not __cplusplus.
1646         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
1647         is defined instead of when not __cplusplus.
1648         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
1649         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
1650         is not defined.
1651         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
1652         defined __extern_always_inline instead of !defined __cplusplus.
1653         * libio/bits/stdio-ldbl.h: Likewise.
1654         * wcsmbs/bits/wchar-ldbl.h: Likewise.
1655         * misc/bits/syslog.h (syslog): Don't define for C++.
1656         (vsyslog): Use __extern_always_inline function for C++ instead of
1657         a macro.
1658         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
1659         whenever that macro is defined.
1660         (vprintf): Don't provide the inline for C++.
1661         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
1662         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
1663         define the macros for C++.
1664         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
1665         __extern_always_inline functions for C++.
1666         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
1667         stat64, lstat64, fstat64, fstatat64): Don't define if not
1668         __USE_EXTERN_INLINES.
1669         * wcsmbs/bits/wchar2.h: Fix #error message.
1670         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
1671         (vswprintf, vwprintf, vfwprintf): Define using
1672         __extern_always_inline functions for C++.
1673         * string/bits/string3.h: Don't #undef macros if __cplusplus.
1674         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
1675         strncpy, strcat, strncat): Define as __extern_always_inline
1676         functions instead of macros for C++.
1677         * math/bits/cmathcalls.h: Guard __extern_inline routines with
1678         defined __extern_inline.
1679         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
1680         to __extern_inline whenever that macro is defined.
1681         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
1682         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
1683         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
1684         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
1685         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
1686         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
1687         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
1688         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
1689         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
1690         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
1691         prototypes.  Only provide __extern_inline routines if
1692         __USE_EXTERN_INLINES.
1693         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
1694         tests.
1695         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
1696         For now avoid some *printf tests in C++.  Skip all testing
1697         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
1698         is not.
1699         * debug/tst-chk4.cc: New file.
1700         * debug/tst-chk5.cc: New file.
1701         * debug/tst-chk6.cc: New file.
1702         * debug/tst-lfschk4.cc: New file.
1703         * debug/tst-lfschk5.cc: New file.
1704         * debug/tst-lfschk6.cc: New file.
1705         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
1706         prototypes in C++.
1707         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
1708         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
1709         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
1710
1711 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
1712
1713         * po/cs.po: Update from translation team.
1714
1715 2007-09-11  Roland McGrath  <roland@redhat.com>
1716
1717         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
1718         compiling.
1719
1720 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1721
1722         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
1723
1724 2007-09-05  Roland McGrath  <roland@redhat.com>
1725
1726         * manual/signal.texi (Signaling Another Process): Typo fix.
1727         From Karl Berry <karl@freefriends.org>.
1728
1729 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
1730
1731         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
1732         zero if not defined.
1733         (make_request): Recognize optimistic addresses and treat them like
1734         deprecated addresses.
1735         Reported by Neil Horman <nhorman@redhat.com>.
1736
1737 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
1738
1739         * nscd/connections.c (send_ro_fd): Also transfer file size.
1740         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
1741         file size don't call fstat.
1742
1743         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
1744         ahead and map the file.  This should always be correct and we can
1745         catch problems later.
1746
1747 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
1748
1749         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
1750         prototypes.
1751         (__fread_alias, __fread_unlocked_alias): New aliases.
1752         (fread): New extern inline.
1753         (fread_unlocked): Likewise.  Undef macro before definition of
1754         the inline function.
1755         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
1756         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
1757         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
1758         and __fread_unlocked_chk@@GLIBC_2.7.
1759         * debug/fread_chk.c: New file.
1760         * debug/fread_u_chk.c: New file.
1761         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
1762
1763 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
1764
1765         * sysdeps/unix/sysv/linux/syscalls.list
1766         (personality): Change caller to EXTRA.
1767
1768 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
1769
1770         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
1771         to keep gcc quiet.
1772         * iconvdata/iso-2022-cn.c (BODY): Likewise.
1773
1774         * locale/programs/ld-collate.c (collate_output): Avoid warning if
1775         NDEBUG is defined.
1776
1777         * Makerules: Use -p option with mkdir.
1778
1779         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
1780         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
1781         (_xdr_directory_obj): Likewise.
1782         (xdr_entry_obj): Likewise.
1783         (xdr_group_obj): Likewise.
1784         (xdr_link_obj): Likewise.
1785         (xdr_table_obj): Likewise.
1786         (_xdr_nis_result): Likewise.
1787         (_xdr_ns_request): Likewise.
1788         (_xdr_ib_request): Likewise.
1789         (_xdr_nis_taglist): Likewise.
1790         (xdr_cback_data): Likewise.
1791         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
1792         (xdr_ypresp_maplist): Likewise.
1793
1794         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
1795
1796         * posix/regex_internal.h: Prevent some declarations and definitions
1797         to be seen when used in tests.
1798
1799         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
1800         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
1801
1802         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
1803
1804         * config.make.in (datarootdir): Add to shut up configure.
1805
1806         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
1807         associativity for fully-associative caches.
1808
1809         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
1810         requests.  Fill on more associativity values for L2.
1811         Patch mostly by Evandro Menezes.
1812
1813 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
1814
1815         * sysdeps/unix/sysv/linux/x86_64/init-first.c
1816         (_libc_vdso_platform_setup): Avoid using exported variable by using
1817         alias.
1818
1819         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
1820
1821         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
1822         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
1823         defined.
1824
1825 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
1826
1827         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
1828         align stack for call if pltexit is to be used.
1829
1830         [BZ #3924]
1831         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
1832         align for function call in case pltexit has to be called later.
1833
1834         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
1835         implicit atomic operation when storing function pointer.
1836         (_dl_runtime_profile): Likewise.
1837
1838 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
1839
1840         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
1841         NIS_NOTFOUND.
1842
1843 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
1844
1845         [BZ #4566]
1846         * string/strtok.c: Fix typo in comment.
1847
1848         [BZ #4582]
1849         * debug/segfault.c: Fix typos in comments.
1850
1851         [BZ #4588]
1852         * stdio-common/tempnam.c: Fix comment, it is not checked that
1853         TMPDIR points to a writable directory.
1854
1855         [BZ #4726]
1856         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
1857         memory allocated for the name server address.
1858
1859         [BZ #4946]
1860         * nscd/connections.c (handle_request): Using sendfile always
1861         requires that mmap is used for the database.
1862         Patch by Petr Baudis <pasky@suse.cz>.
1863
1864         [BZ #4905]
1865         * nscd/hstcache.c (cache_addhst): When reloading an entry which
1866         suddenly has two or more addresses, ignore it and remove the old
1867         entry.
1868
1869         [BZ #4814]
1870         * resolv/res_hconf.c: Prepare for compiling outside libc.
1871         * nscd/res_hconf.c: New file.
1872         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
1873         the new file.
1874         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
1875         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
1876
1877         * nscd/hstcache.c (cache_addhst): Minimal optimization.
1878
1879         [BZ #4925]
1880         * debug/pcprofiledump.c: Turn on internationalization by calling
1881         setlocale.  Patch mostly by Benno Schulenberg.
1882
1883         [BZ #4936]
1884         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
1885         the state.
1886         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
1887         * iconvdata/bug-iconv5.c: New file.
1888
1889 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
1890
1891         [BZ #4896]
1892         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
1893         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
1894         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
1895         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
1896         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
1897         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
1898         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
1899         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
1900
1901 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
1902
1903         [BZ #4937]
1904         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
1905         lookup loop.  Suggested by John Reiser.
1906
1907 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
1908
1909         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
1910
1911 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
1912
1913         * csu/libc-start.c: Don't handle VDSO_SETUP here.
1914         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
1915         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
1916         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
1917         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
1918         to...
1919         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
1920
1921 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
1922
1923         * po/nl.po: Update from translation team.
1924
1925 2007-08-16  Andreas Jaeger  <aj@suse.de>
1926
1927         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
1928         Reported by Peter Festner <peter.festner@ewetel.net>.
1929
1930 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
1931
1932         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
1933
1934 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
1935
1936         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
1937         to check for undefined symbols.
1938
1939         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
1940         If the syscall fails, set errno to the actual returned error number
1941         rather than EINVAL.
1942         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
1943         arguments are incorrect, set errno to EINVAL, if the syscall
1944         fails, set errno to the actual returned error number.
1945
1946         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
1947         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
1948
1949         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
1950         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
1951         file.
1952         (ASI_PNF, ASI_BLK_P): Don't define.
1953         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
1954         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
1955         file.
1956         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
1957         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
1958         file.
1959
1960 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
1961
1962         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
1963         FE_UNDERFLOW on Niagara CPUs.
1964
1965         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
1966         exceptions.
1967
1968 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
1969
1970         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
1971         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
1972         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
1973         flush should be used or not inside of the function.
1974         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
1975
1976         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
1977         __thread_start): Use HIDDEN_JUMPTARGET.
1978         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
1979         __thread_start): Likewise.
1980         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
1981
1982         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
1983         Add libc_hidden_proto.
1984         (STRTOF): Add libc_hidden_proto.
1985         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
1986         (strtold_l, wcstold_l): Use them as second argument for
1987         long_double_symbol.
1988
1989 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
1990
1991         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
1992
1993 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1994
1995         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
1996
1997 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
1998
1999         * po/bg.po: New file.  From the translation team.
2000
2001 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
2002
2003         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
2004         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
2005         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
2006         when each feature was introduced.
2007
2008         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
2009         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
2010         (CHECK_HASH): New macro.
2011         (PREPARE_VERSION): Use it.
2012
2013         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
2014         prototype if not __ASSUME_PSELECT.
2015         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
2016         prototype if not __ASSUME_PPOLL.
2017
2018         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
2019
2020         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
2021         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
2022         is defined.
2023
2024 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
2025
2026         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
2027         (_libc_vdso_platform_setup): If vDSO is not available point
2028         __vdso_gettimeofday to the vsyscall.
2029         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
2030         __vdso_gettimeofday instead of vsyscall.
2031
2032 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
2033
2034         * nscd/servicescache.c: Include kernel-features.h.
2035         * nscd/gai.c: Likewise.
2036         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
2037         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
2038         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
2039         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2040         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2041         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
2042         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2043         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
2044         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2045
2046 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
2047
2048         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
2049         and _dl_get_origin defines anymore.
2050
2051         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
2052         Build fix for systems which might lack POSIX timer support.
2053
2054         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
2055         (_libc_vdso_platform_setup): Mangle function pointers before storing
2056         them.
2057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
2058         Demangle vdso pointer before use.
2059         (INTERNAL_VSYSCALL): Likewise.
2060
2061         * elf/cache.c (primes): Mark as const.
2062         Noted by Roland McGrath.
2063
2064 2007-08-01  Andreas Jaeger  <aj@suse.de>
2065             Jakub Jelinek  <jakub@redhat.com>
2066
2067         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
2068         (options): Add option.
2069         (parse_opt): Handle option.
2070         (manual_link): Adjust process_file caller.  Call implicit_soname.
2071         (search_dir): Formatting.  Use and populate auxiliary cache.
2072         (main): Load and save auxiliary cache.
2073         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
2074         stat64 from fstat64 to caller.
2075         (implicit_soname): New function.
2076         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
2077         leave *soname as NULL.
2078         * elf/cache.c: Include libgen.h.
2079         (print_entry, print_cache, compare, save_cache, add_to_cache):
2080         Formatting and cleanups.
2081         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
2082         aux_cache_file): New structures.
2083         (AUX_CACHEMAGIC): Define.
2084         (primes): New array.
2085         (aux_hash_size, aux_hash): New variables.
2086         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
2087         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
2088         load_aux_cache, save_aux_cache): New functions.
2089         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
2090         (init_aux_cache, search_aux_cache, add_to_aux_cache,
2091         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
2092         (process_file): Adjust prototype.
2093
2094 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
2095
2096         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
2097         with __need_size_t.
2098
2099 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
2100
2101         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
2102         r_found_version structure as second parameter.
2103         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
2104         (_dl_vdso_vsym): Change type of second parameter accordingly.
2105         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
2106         (_libc_vdso_platform_setup): Adjust.
2107         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2108         (_libc_vdso_platform_setup): Likewise.
2109
2110         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
2111         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
2112         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
2113         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
2114         * csu/libc-start.c: Pretty printing.
2115         Use VDSO_SETUP if defined.
2116         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
2117         and let generic code call into _libc_vdso_platform_setup.
2118         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
2119         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
2120         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
2121         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
2122         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
2123         for GLIBC_PRIVATE.
2124         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
2125         (sysdep_rountines): Add dl-vdso.
2126
2127         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
2128         of routines.
2129
2130         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
2131         attribute_hidden to __vdso_gettimeofday prototype.
2132
2133 2007-08-12  Roland McGrath  <roland@redhat.com>
2134
2135         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
2136         From: Karl Berry <karl@freefriends.org>.
2137
2138 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
2139
2140         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
2141         an atime update for the files we read.
2142
2143 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
2144
2145         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
2146
2147         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
2148         instead of mkstemp.
2149
2150         * misc/Makefile (routines): Add mkostemp and mkostemp64.
2151         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
2152         * misc/mkostemp.c: New file.
2153         * misc/mkostemp64.c: New file.
2154         * stdlib/stdlib.h: Declare the new functions.
2155         * sysdeps/posix/tempname.c: Add new parameter which is added to
2156         the flags for open.  Remove __GT_BIGFILE handling.
2157         * stdio-common/tempname.c: Likewise.
2158         * include/stdio.h: Adjust __gen_tempname prototype.
2159         Renumber __GT_* constants.
2160         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
2161         * misc/mkdtemp.c: Likewise.
2162         * misc/mkstemp.c: Likewise.
2163         * misc/mkstemp64.c: Likewise.
2164         * misc/mktemp.c: Likewise.
2165         * stdio-common/tempnam.c: Likewise.
2166         * stdio-common/tmpfile.c: Likewise.
2167         * stdio-common/tmpfile64.c: Likewise.
2168         * stdio-common/tmpnam.c: Likewise.
2169         * stdio-common/tmpnam_r.c: Likewise.
2170
2171 2007-08-10  Roland McGrath  <roland@frob.com>
2172
2173         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
2174         New macros.
2175         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
2176         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2177
2178 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
2179
2180         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
2181         possible.
2182         * nss/nss_files/files-alias.c (internal_setent): Likewise.
2183         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
2184         * nss/nss_files/files-have_o_cloexec.c: New file.
2185
2186         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
2187         available.
2188
2189 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
2190
2191         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
2192         ___new_wcstold_l): New weak aliases.
2193         (strtold_l, wcstold_l): Use them as second argument for
2194         long_double_symbol.
2195
2196 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
2197
2198         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
2199         register in test for error.
2200
2201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
2202         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
2203
2204         * po/sv.po: Update from translation team.
2205
2206 2007-08-06  Roland McGrath  <roland@redhat.com>
2207
2208         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
2209         Remove __strto*_l inlines.
2210         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
2211         * stdlib/strtod.c: Add libc_hidden_def.
2212         * stdlib/strtod_l.c: Likewise.
2213         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
2214         for __new_strtold and __new_wcstold.
2215         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
2216         __STRTOF, STRTOF.
2217         * stdlib/strtol.c: Add libc_hidden_def.
2218         * stdlib/strtol_l.c: Likewise.
2219         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
2220         strtoq.
2221
2222         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
2223
2224         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
2225         * scripts/data/localplt-generic.data: ... here.
2226         * elf/Makefile (check-data): Get generic file if no other.
2227         ($(objpfx)check-localplt.out): Make target unconditional.
2228
2229         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
2230         Use ElfW(Nhdr).
2231
2232 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
2233
2234         * po/zh_CN.po: Updated translation from translation team.
2235
2236 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
2237
2238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
2239         Don't use CGOTSETUP and CGOTRESTORE macros.
2240
2241 2007-08-04  Roland McGrath  <roland@redhat.com>
2242
2243         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
2244
2245 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
2246
2247         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
2248         __extension__ around the whole statement expression.
2249
2250 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
2251
2252         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
2253         elements during initialization.
2254
2255         * po/pl.po: Updated translation from translation team.
2256         * po/tr.po: Likewise.
2257         * po/nl.po: Likewise.
2258
2259 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
2260
2261         * rt/aio.h: Add __nonnull attributes.
2262
2263 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2264
2265         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
2266         * stdlib/Makefile (tests): Add tst-strtod5.
2267         (tst-strtod5-ENV): New.
2268         * stdlib/tst-strtod5.c: New file.
2269
2270         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
2271         failed.
2272         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
2273         on failure.
2274
2275         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
2276         allocated.
2277
2278 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2279
2280         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
2281         numbers.
2282
2283 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
2284
2285         * io/Makefile (aux): Add have_o_cloexec.
2286         * include/fcntl.h: Declare __have_o_cloexec.
2287         * io/have_o_cloexec.c: New file.
2288         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
2289         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
2290         fcntl call if not necessary.
2291         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
2292         of local variable.
2293
2294         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
2295         Avoid memset, add explicit initialization.
2296         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
2297         to the end and change into zero-sized array.
2298         Move lock member to fill a hole on 64-bit platforms.
2299
2300         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
2301         inline functions.
2302         * include/stdlib.h: Add __strto*_internal prototypes here.
2303         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
2304         inline functions.
2305         * include/wchar.h: Add __wcsto*_internal prototypes.
2306         * sysdeps/generic/inttypes.h: No need to protect the declaration
2307         of the __strto*_internal and __wcsto*_internal members here.
2308
2309         * rt/mqueue.h: Change const to __const and add nonnull attributes.
2310
2311 2007-08-02  Roland McGrath  <roland@redhat.com>
2312
2313         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
2314         $(inst_bindir)/getconf if possible.
2315
2316         * posix/Makefile ($(objpfx)getconf.speclist): New target.
2317         (generated): Add it.
2318         ($(inst_libexecdir)/getconf): Use it.
2319
2320 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
2321
2322         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
2323         /proc is faster and sufficient.  /sys is still needed for
2324         __get_nprocs_conf.
2325
2326 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
2327
2328         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
2329         syscall as __fallocate64.
2330         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
2331         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
2332
2333 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2334
2335         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
2336         value.
2337
2338         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
2339         if off_t is different rank from size_t.
2340
2341         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
2342         uw_frame_state_for): Avoid type punning warnings.
2343         * sysdeps/generic/unwind-dw2-fde-glibc.c
2344         (_Unwind_IteratePhdrCallback): Likewise.
2345         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
2346         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
2347         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
2348         pointers.
2349
2350 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
2351
2352         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
2353         total processors using sysfs.
2354         (__get_nprocs): Use sysfs to determine which processors are online.
2355
2356 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
2357
2358         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
2359         syscall arguments count.
2360
2361         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
2362
2363 2007-07-30  Roland McGrath  <roland@redhat.com>
2364
2365         * manual/libc.texinfo: Update copyrights, formatting magic, and
2366         @dircategory.  From Karl Berry <karl@freefriends.org>.
2367
2368 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
2369
2370         [BZ #4860]
2371         * io/Makefile (headers): Add bits/fcntl2.h.
2372
2373         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
2374         using gcc builtin.
2375         (__CPU_EQUAL_S): Likewise.
2376
2377         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
2378         (tests): Add tst-cpuset.
2379         * posix/sched_cpualloc.c: New file.
2380         * posix/sched_cpufree.c: New file.
2381         * posix/tst-cpuset.c: New file.
2382         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
2383         GLIBC_2.7.
2384         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
2385         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
2386         macros.  Define CPU_*_S macros.
2387
2388 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
2389
2390         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
2391         entry.
2392
2393         [BZ #4858]
2394         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
2395         #.0g and value rounded to 1.0.
2396         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
2397
2398 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
2399
2400         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
2401         for int_frac_digits and frac_digits.
2402
2403         * login/logout.c (logout): Avoid aliasing violation.
2404         * login/logwtmp.c (logwtmp): Likewise.
2405
2406         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
2407
2408         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
2409         to avoid warning.
2410         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
2411         warning.
2412         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
2413         warning.
2414         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
2415         to avoid warnings.
2416
2417         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
2418         void **.
2419         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
2420
2421         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
2422         char * to avoid warning.
2423         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
2424
2425         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
2426
2427         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
2428         allocate_arrays): Cast second argument to charmap_find_symbol
2429         to char * to avoid warnings.
2430
2431         * locale/programs/repertoire.c (repertoire_new_char): Change
2432         from_nr, to_nr and cnt to unsigned long, adjust printf format
2433         string.
2434
2435         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
2436         Cast second argument to new_element to char * to avoid warnings.
2437
2438         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
2439
2440         * intl/gettextP.h (struct loaded_domain): Change plural to const
2441         struct expression *.
2442         * intl/plural-eval.c (plural_eval): Change first argument to
2443         const struct expression *.
2444         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
2445         argument to const struct expression **.
2446         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
2447         prototypes.
2448         * intl/loadmsgcat (_nl_unload_domain): Cast away const
2449         in call to __gettext_free_exp.
2450
2451         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
2452         unitialized wstring/wpattern var warnings.
2453
2454         * posix/runtests.c (struct a_test): Make data field const char *.
2455
2456         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
2457         vars if not LDBL_MANT_DIG >= 106.
2458
2459         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
2460
2461         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
2462         __find_specmb to avoid warning.
2463
2464         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
2465
2466         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
2467         to avoid warnings.
2468
2469         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
2470         initializer.
2471
2472         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
2473         tv var when it will be actually used.
2474
2475         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
2476         to avoid warnings.
2477
2478         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
2479         char array resp. pointer.
2480         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
2481         char array.
2482         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
2483         to const unsigned char **.
2484         (ucs4_to_cns11643): Change second argument to unsigned char *.
2485         * iconvdata/euc-tw.c (BODY): Change endp type to
2486         const unsigned char *.
2487         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
2488         to unsigned char *.
2489         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
2490         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
2491         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
2492         types to unsigned char pointers/arrays instead of char.
2493         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
2494         to unsigned char *.
2495         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
2496         * iconvdata/jis0212.h: Include assert.h.
2497         (ucs4_to_jisx0212): Change second argument to unsigned char *.
2498         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
2499         of trying to handle that.
2500         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
2501         shut up a warning.
2502         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
2503         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
2504         two dimensional const unsigned char arrays.
2505         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
2506         Initialize endp to inptr to shut up a warning.
2507
2508 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
2509
2510         [BZ #4772]
2511         * time/strptime_l.c (__strptime_internal): Silently ignore
2512         strftime modifiers and field width in recursive calls.
2513
2514         * include/time.h (enum ptime_locale_status): Remove.
2515         (__strptime_internal): Remove decided and era_cnt arguments,
2516         add statep argument.
2517         * time/strptime_l.c (__strptime_internal): Remove decided
2518         and era_cnt arguments, add statep argument.  Don't recompute
2519         any fields in recursive calls, only update caller's tm
2520         and state, if recursive call fails, don't change tm nor
2521         any state.
2522         (get_alt_number): Adjust.
2523         (recursive): Adjust caller.
2524         (strptime): Likewise.
2525         * time/strptime.c (strptime): Likewise.
2526
2527 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
2528
2529         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
2530         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
2531         if from and to charsets are the same.
2532         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
2533         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
2534         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
2535
2536 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
2537
2538         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
2539         Don't define wint_t when __need_mbstate_t unless it
2540         is necessary.
2541         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
2542         in the typedef if possible.
2543         * wctype/wctype.h (wint_t): Define by including
2544         wchar.h with __need_wint_t instead of including stddef.h
2545         with __need_wint_t and as fallback definining it ourselves.
2546         * iconv/gconv.h (__need_wint_t): Define before including
2547         wchar.h.
2548         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
2549         or _GLIBCPP_USE_WCHAR_T.
2550         (__need_wchar_t): Don't define
2551         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
2552         (__need_wint_t): Don't define before including stddef.h,
2553         define before including wchar.h only if _LIBC or
2554         _GLIBCPP_USE_WCHAR_T.
2555         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
2556         * sysdeps/mach/hurd/_G_config.h: Likewise.
2557         * sysdeps/generic/_G_config.h: Likewise.
2558         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
2559         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
2560         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
2561         if _LIBC or _GLIBCPP_USE_WCHAR_T.
2562
2563 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
2564
2565         * sysdeps/posix/posix_fallocate64.c: Undefine
2566         __posix_fallocate64_l64 before alias handling.
2567         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
2568         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
2569         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
2570         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
2571
2572         * io/tst-posix_fallocate.c: Include <fcntl.h>.
2573
2574 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
2575
2576         * locale/programs/ld-collate.c (atwc): New variable.
2577         (add_to_tablewc): New toplevel function, moved from collate_output.
2578         (collate_output): Remove add_to_tablewc nested function.
2579
2580         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
2581         (name_insert): New function.
2582         (write_output): Remove hash_table and hash_size vars and name_insert
2583         nested function.
2584
2585 2007-07-24  Roland McGrath  <roland@redhat.com>
2586
2587         * Makerules (install-others-programs-nosubdir): New target.
2588         (install-no-libc.a-nosubdir): Depend on it.
2589
2590         * iconv/Makefile (install-others-programs): Set this instead of
2591         install-others.
2592         * login/Makefile (install-others-programs): Likewise.
2593         * posix/Makefile (install-others-programs): Likewise.
2594
2595         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
2596         dependencies.
2597
2598 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
2599
2600         * io/Makefile (tests): Add tst-posix_fallocate.
2601         * io/tst-posix_fallocate.c: New file.
2602
2603         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2604         __ASSUME_FALLOCATE.
2605
2606 2007-07-22  Roland McGrath  <roland@frob.com>
2607
2608         * hurd/getdport.c: Add missing copyright year update.
2609
2610         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
2611         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
2612
2613 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
2614
2615         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
2616
2617         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
2618         O_CLOEXEC is needed.
2619         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
2620         Avoid additional fcntl to set O_CLOEXEC if not needed.
2621         * nis/nss_compat/compat-initgroups.c: Likewise.
2622         * nis/nss_compat/compat-pwd.c: Likewise.
2623         * nis/nss_compat/compat-spwd.c: Likewise.
2624
2625 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2626
2627         [BZ #3665]
2628         * manual/errno.texi: Change ECANCELED value to 119.
2629
2630         [BZ #4610]
2631         * mach/lock-intern.h: Include <sys/cdefs.h>.
2632
2633         [BZ #4178]
2634         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
2635         reading A.
2636
2637         [BZ #4126]
2638         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
2639         to __sigsuspend.
2640
2641         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
2642
2643 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
2644
2645         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
2646         `__ASSEMBLER__'.
2647         * sysdeps/mach/hurd/i386/tls.h: Likewise.
2648
2649 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
2650
2651         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
2652         descriptor received from nscd.
2653
2654         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
2655
2656         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
2657         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2658         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2659         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2660         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2661         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2662
2663 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
2664
2665         [BZ #4816]
2666         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
2667
2668         [BZ #4813]
2669         * login/forkpty.c (forkpty): Close master and slave fds on
2670         fork failure.  Patch by
2671         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
2672
2673 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
2674
2675         * include/features.h (__USE_ISOC95): New define.
2676         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
2677         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
2678         for -std=iso9899:199409.
2679         * CONFORMANCE: Remove comments about unsupported AMD1.
2680
2681 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
2682
2683         * sysdeps/ia64/sched_cpucount.c: New file.
2684         * sysdeps/powerpc/sched_cpucount.c: New file.
2685
2686         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
2687         __BEGIN_DECLS/__END_DECLS around the prototype.
2688         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
2689         pointer to const cpu_set_t.
2690
2691         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
2692         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
2693         __need_size_t and include stddef.h.
2694         * sysvipc/sys/msg.h: Likewise.
2695         * posix/sched.h: Likewise.
2696         * hurd/hurd/signal.h (__need_size_t): Define.
2697
2698         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
2699         neither does signal.h in pedantic ISO C namespaces.  stdio.h
2700         no longer defines wint_t or wchar_t.
2701
2702         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
2703         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
2704         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
2705         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
2706         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
2707         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
2708         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
2709         * debug/printf_chk.c (__printf_chk): Likewise.
2710         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
2711         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
2712
2713         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
2714         Define.
2715
2716         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
2717         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
2718
2719 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
2720
2721         [BZ #4792]
2722         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
2723         * malloc/malloc.h (realloc): Likewise.
2724
2725         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
2726         if one of proc_file_chain streams has that fileno.
2727         * stdio-common/Makefile (tests): Add tst-popen2.
2728         * stdio-common/tst-popen2.c: New test.
2729
2730 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
2731
2732         * elf/ldconfig.c: Allow GPLv2 or any later version.
2733         * elf/readlib.c: Likewise.
2734         * elf/chroot_canon.c: Likewise.
2735         * elf/cache.c: Likewise.
2736         * nscd/mem.c: Likewise.
2737         * nscd/getpwuid_r.c: Likewise.
2738         * nscd/grpcache.c: Likewise.
2739         * nscd/aicache.c: Likewise.
2740         * nscd/getsrvbynm_r.c: Likewise.
2741         * nscd/nscd.c: Likewise.
2742         * nscd/servicescache.c: Likewise.
2743         * nscd/getsrvbypt_r.c: Likewise.
2744         * nscd/initgrcache.c: Likewise.
2745         * nscd/gethstbyad_r.c: Likewise.
2746         * nscd/gethstbynm2_r.c: Likewise.
2747         * nscd/getgrnam_r.c: Likewise.
2748         * nscd/nscd_setup_thread.c: Likewise.
2749         * nscd/getpwnam_r.c: Likewise.
2750         * nscd/gai.c: Likewise.
2751         * nscd/connections.c: Likewise.
2752         * nscd/dbg_log.c: Likewise.
2753         * nscd/cache.c: Likewise.
2754         * nscd/hstcache.c: Likewise.
2755         * nscd/nscd_conf.c: Likewise.
2756         * nscd/getgrgid_r.c: Likewise.
2757         * nscd/pwdcache.c: Likewise.
2758         * catgets/gencat.c: Likewise.
2759         * locale/programs/linereader.h: Likewise.
2760         * locale/programs/locarchive.c: Likewise.
2761         * locale/programs/ld-paper.c: Likewise.
2762         * locale/programs/locfile-kw.h: Likewise.
2763         * locale/programs/ld-address.c: Likewise.
2764         * locale/programs/xmalloc.c: Likewise.
2765         * locale/programs/ld-time.c: Likewise.
2766         * locale/programs/localedef.c: Likewise.
2767         * locale/programs/simple-hash.c: Likewise.
2768         * locale/programs/xstrdup.c: Likewise.
2769         * locale/programs/ld-numeric.c: Likewise.
2770         * locale/programs/locfile-kw.gperf: Likewise.
2771         * locale/programs/ld-collate.c: Likewise.
2772         * locale/programs/charmap-kw.gperf: Likewise.
2773         * locale/programs/charmap.h: Likewise.
2774         * locale/programs/charmap-kw.h: Likewise.
2775         * locale/programs/config.h: Likewise.
2776         * locale/programs/locfile.c: Likewise.
2777         * locale/programs/ld-ctype.c: Likewise.
2778         * locale/programs/charmap.c: Likewise.
2779         * locale/programs/ld-messages.c: Likewise.
2780         * locale/programs/repertoire.h: Likewise.
2781         * locale/programs/locale.c: Likewise.
2782         * locale/programs/ld-name.c: Likewise.
2783         * locale/programs/linereader.c: Likewise.
2784         * locale/programs/locfile.h: Likewise.
2785         * locale/programs/3level.h: Likewise.
2786         * locale/programs/ld-monetary.c: Likewise.
2787         * locale/programs/ld-measurement.c: Likewise.
2788         * locale/programs/charmap-dir.c: Likewise.
2789         * locale/programs/ld-identification.c: Likewise.
2790         * locale/programs/localedef.h: Likewise.
2791         * locale/programs/charmap-dir.h: Likewise.
2792         * locale/programs/repertoire.c: Likewise.
2793         * locale/programs/simple-hash.h: Likewise.
2794         * locale/programs/ld-telephone.c: Likewise.
2795         * locale/programs/locale-spec.c: Likewise.
2796         * locale/programs/locfile-token.h: Likewise.
2797         * posix/getconf.c: Likewise.
2798         * iconv/dummy-repertoire.c: Likewise.
2799         * iconv/iconv_charmap.c: Likewise.
2800         * iconv/iconvconfig.c: Likewise.
2801         * iconv/iconv_prog.c: Likewise.
2802         * malloc/memusagestat.c: Likewise.
2803         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
2804
2805 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2806
2807         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
2808         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
2809         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
2810         check for the first argument.
2811
2812 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
2813
2814         [BZ #4775]
2815         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
2816         (__tgmath_real_type): Fix if expr is const int or other const
2817         qualified integral type.
2818         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
2819         expressions and handle const qualified arguments.
2820         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
2821         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
2822         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
2823         statement expressions.
2824         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
2825         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
2826         (__TGMATH_UNARY_IMAG): Define.
2827         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
2828         * math/Makefile (tests): Add test-tgmath2.
2829         (CFLAGS-test-tgmath2.c): Add.
2830         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
2831         count_cfloat, count_cldouble): New variables.
2832         (NCCALLS): Define.
2833         (main): Check number of complex calls as well.
2834         (F(compile_test)): Add complex tests and tests with const qualified
2835         arguments.
2836         (y, z, ccount): Define.
2837         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
2838         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
2839         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
2840         F(cproj)): New functions.
2841         * math/test-tgmath2.c: New test.
2842
2843 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
2844
2845         [BZ #4776]
2846         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
2847         RPATH etc. as "/" rather than "", don't segfault on empty paths,
2848         instead output ".".
2849         * dlfcn/Makefile (distribute): Add glreflib3.c.
2850         (module-names): Add glreflib3.
2851         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
2852         glreflib1.so.
2853         (LDFLAGS_glreflib3.so): New.
2854         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
2855         glreflib1.so.
2856         * dlfcn/glreflib3.c: New file.
2857
2858         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
2859         returned -1, return NULL.
2860         * intl/explodename.c (_nl_explode_name): Return -1 if
2861         _nl_normalize_codeset failed.
2862
2863 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
2864
2865         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
2866         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
2867         and avoid branch misspredicts for > 31 bytes memset case.
2868         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
2869         Remove toc ref to __cache_line_size.
2870
2871         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
2872         to get ISA-V2.0 branch hints.
2873         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
2874         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
2875         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
2876         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
2877         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
2878         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
2879         Remove toc ref to __cache_line_size.
2880
2881         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
2882         Include math_ldbl_opt.h.
2883
2884 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
2885
2886         [BZ #4773]
2887         * time/strptime_l.c (__strptime_internal): Implement greedy
2888         matching of weekday and month names.
2889
2890 2007-07-09  Roland McGrath  <roland@redhat.com>
2891
2892         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
2893         (ELF_NOTE_ABI): Use it.
2894         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
2895
2896 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
2897
2898         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
2899         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2900
2901 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
2902
2903         [BZ #4745]
2904         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
2905         in loop to look for conversion specifier to avoid testing of
2906         wrong errno value.
2907         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
2908         * stdio-common/bug18.c: New file.
2909         * stdio-common/bug18a.c: New file.
2910         * stdio-common/bug19.c: New file.
2911         * stdio-common/bug19a.c: New file.
2912
2913 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
2914
2915         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
2916         running awk script.
2917
2918 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
2919
2920         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
2921         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
2922         Return NULL if mmap failed instead of asserting it does not.
2923         (calloc): Check for integer overflow.
2924
2925         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
2926         than LONG_MAX / 10.
2927
2928 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
2929
2930         [BZ #4702]
2931         * nis/nss-default.c: Include errno.h.
2932         (init): Preserve errno.
2933
2934 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
2935
2936         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
2937
2938 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
2939
2940         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
2941
2942 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2943
2944         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
2945
2946 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2947
2948         * sysdeps/s390/dl-procinfo.c: New file.
2949         * sysdeps/s390/dl-procinfo.h: New file.
2950         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
2951
2952 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
2953
2954         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
2955         in PT_NOTE segments with multiple notes.
2956         * elf/readelflib.c (process_elf_file): Likewise.
2957
2958 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
2959
2960         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
2961         ISO C compliant.
2962
2963 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
2964
2965         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
2966
2967 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
2968
2969         * include/link.h: Don't include rtld-lowlevel.h.
2970         (struct link_map): Remove l_scope_lock.
2971         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
2972         (_dl_scope_free_list): New field (variable) in _rtld_global.
2973         (DL_LOOKUP_SCOPE_LOCK): Remove.
2974         (_dl_scope_free): New prototype.
2975         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
2976         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
2977         (_dl_profile_fixup): Likewise.
2978         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
2979         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
2980         THREAD_GSCOPE_RESET_FLAG around it.
2981         * elf/dl-close.c (_dl_close_worker): Don't use
2982         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
2983         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
2984         scopes were queued or if l_scope_mem has been abandoned.
2985         * elf/dl-open.c (_dl_scope_free): New function.
2986         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
2987         * elf/dl-support.c (_dl_scope_free_list): New variable.
2988         * elf/dl-lookup.c (add_dependency): Remove flags argument.
2989         Remove DL_LOOKUP_SCOPE_LOCK handling.
2990         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
2991         handling.
2992         * elf/dl-object.c (_dl_new_object): Don't use
2993         __rtld_mrlock_initialize.
2994
2995 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
2996
2997         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
2998         to fill in holes
2999         (rtld_global_ro): Likewise.
3000
3001 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3002
3003         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
3004         Move PT_LOAD checking to...
3005         (_dl_addr_inside_object): ... here, new function.
3006         * elf/dl-sym.c (do_sym): If not l_contiguous,
3007         call _dl_addr_inside_object.
3008         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3009         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
3010         * elf/dl-open.c (dl_open_worker): Likewise.
3011         (_dl_addr_inside_object): New function if IS_IN_rtld.
3012         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
3013         holes are present or are PROT_NONE protected.
3014         * include/link.h (struct link_map): Add l_contiguous field.
3015         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
3016
3017 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3018             Tomas Janousek  <tjanouse@redhat.com>
3019             Ulrich Drepper  <drepper@redhat.com>
3020
3021         [BZ #4647]
3022         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
3023         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
3024         socket.
3025         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
3026         unused member a bitmap.
3027         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
3028         servers are configured.
3029
3030 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3031
3032         * elf/rtld.c (dl_main): Don't call init_tls more than once.
3033
3034 2007-06-17  Andreas Schwab  <schwab@suse.de>
3035
3036         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
3037
3038 2007-06-16  Andreas Jaeger  <aj@suse.de>
3039
3040         [BZ #4125]
3041         * sysdeps/unix/sysv/linux/sys/ptrace.h
3042         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
3043         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
3044         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
3045         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
3046         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
3047         Define.
3048         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3049         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
3050         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3051         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3052
3053 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
3054
3055         [BZ #4599]
3056         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
3057         determining whether there are IPv4/IPv6 addresses, ignore loopback
3058         addresses.
3059
3060 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
3061
3062         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
3063         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
3064         as the return type.  Change type of "r" variable to CMPtype.
3065         * soft-fp/eqsf2.c (__eqsf2): Likewise.
3066         * soft-fp/eqtf2.c (__eqtf2): Likewise.
3067         * soft-fp/gedf2.c (__gedf2): Likewise.
3068         * soft-fp/gesf2.c (__gesf2): Likewise.
3069         * soft-fp/getf2.c (__getf2): Likewise.
3070         * soft-fp/ledf2.c (__ledf2): Likewise.
3071         * soft-fp/lesf2.c (__lesf2): Likewise.
3072         * soft-fp/letf2.c (__letf2): Likewise.
3073         * soft-fp/unorddf2 (__unorddf2): Likewise.
3074         * soft-fp/unordsf2 (__unordsf2): Likewise.
3075         * soft-fp/unordtf2 (__unordtf2): Likewise.
3076
3077 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
3078
3079         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
3080         make sure gcc doesn't mess around with this.
3081
3082 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
3083
3084         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
3085
3086 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
3087
3088         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
3089         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
3090         at most once per _dl_close_worker.
3091
3092 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
3093
3094         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
3095         __sched_cpucount as const.
3096         * posix/sched_cpucount.c: Adjust.
3097
3098         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
3099         instruction for counting bits.
3100         * sysdeps/x86_64/sched_cpucount.c: New file.
3101
3102 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
3103
3104         * configure.in: Avoid variable named BASH.
3105         * config.make.in: Likewise.
3106         Patch in part by Mike Frysinger.
3107
3108 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
3109
3110         [BZ #4586]
3111         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
3112         pseudo-zeros as zero.
3113         * sysdeps/x86_64/ldbl2mpn.c: New file.
3114         * sysdeps/ia64/ldbl2mpn.c: New file.
3115
3116 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
3117
3118         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
3119         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
3120         Remove unreachable code at the end.
3121
3122 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
3123
3124         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
3125         ldbl-128ibm in comment.
3126         (fpclassifyl): Correct classification of denormals.
3127         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
3128         return value for MIN denormal. Rewrite using long double math too
3129         correctly handle denormals and canonicalize the results.
3130
3131 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
3132
3133         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
3134         (__mpn_construct_long_double): Fix conversion where result ought
3135         to be smaller than __LDBL_MIN__, or the low double should be
3136         denormal.  Fix decision where to negate low double - honor round
3137         to even rules.
3138         * stdio-common/tst-sprintf2.c: Include string.h.
3139         (COMPARE_LDBL): Define.
3140         (TEST): Also test whether a string hexadecimal float representation
3141         can be parsed back to the number.
3142         (main): Add a couple of further tests.
3143
3144 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
3145
3146         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
3147         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
3148         is non-zero, but smaller than 2 * __DBL_MIN__.
3149         * stdio-common/tst-sprintf2.c: New test.
3150         * stdio-common/Makefile (tests): Add tst-sprintf2.
3151
3152         * math/test-misc.c (main): Don't run last batch of tests with
3153         IBM long double format.
3154
3155 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3156
3157         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
3158         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
3159         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
3160         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
3161         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
3162         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
3163         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
3164         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
3165         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
3166         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
3167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
3168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
3169         New file.
3170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
3171         New file.
3172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
3173         New file.
3174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
3175         New file.
3176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
3177         New file.
3178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
3179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
3180         New file.
3181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
3182         New file.
3183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
3184         New file.
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
3186         New file.
3187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
3188         New file.
3189
3190 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3191
3192         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
3193         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
3194         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
3195         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
3196         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
3197         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
3198         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
3199         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
3200
3201 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
3202
3203         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
3204         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3205         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
3206         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3207         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
3208         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3209         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
3210         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3211
3212 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
3213
3214         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
3215         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
3216         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
3217         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
3218
3219 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
3220
3221         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
3222         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
3223
3224 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
3225
3226         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
3227         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
3228         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
3229         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
3230
3231 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
3232
3233         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
3234         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
3235
3236 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
3237
3238         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
3239         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
3240
3241         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
3242         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
3243         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
3244         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
3245
3246 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
3247
3248         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
3249         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
3250         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
3251         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
3252
3253 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
3254
3255         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
3256         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
3257         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
3258         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
3259         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
3260         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
3261
3262 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
3263
3264         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
3265         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
3266         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
3267         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
3268
3269 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
3270
3271         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
3272         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
3273         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
3274         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
3275         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
3276         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
3277         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
3278         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
3279         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
3280         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
3281         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
3282         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
3283         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
3284         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
3285         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
3286         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
3287
3288 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
3289
3290         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
3291         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
3292
3293 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
3294
3295         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
3296         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
3297
3298 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3299
3300         * sysdeps/powerpc/powerpc32/970/Implies: New file.
3301         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
3302         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
3303         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
3304         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
3305         * sysdeps/powerpc/powerpc64/970/Implies: New file.
3306         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
3307         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
3308         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
3309         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
3310
3311 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
3312
3313         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
3314
3315 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
3316
3317         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
3318         branch miss-predicts. Ensure that cache line crossing does not impact
3319         dispatch grouping.
3320
3321 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
3322
3323         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
3324         "../../powerpc32/power4/memcopy.h".
3325         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
3326         "../../powerpc32/power4/wordcopy.c".
3327
3328 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
3329
3330         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
3331         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
3332         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
3333         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
3334         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
3335         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
3336
3337 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
3338
3339         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
3340
3341 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
3342
3343         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
3344         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
3345         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
3346         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
3347         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
3348         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
3349         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
3350         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
3351
3352 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
3353
3354         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
3355
3356 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
3357
3358         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
3359         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
3360         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
3361         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
3362         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
3363         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
3364         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
3365
3366 2007-05-29  Roland McGrath  <roland@redhat.com>
3367
3368         * po/Makefile (po-sed-cmd): New variable.
3369         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
3370
3371 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
3372
3373         * crypt/md5-crypt.c: Fix comment.
3374
3375         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
3376         of crashing.  When this is the case or if the reply is malformed,
3377         don't try to close the new file descriptor since it does not
3378         exist.
3379         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
3380
3381 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
3382
3383         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
3384         if __NR_utimensat is not defined.
3385
3386 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
3387
3388         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
3389
3390 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
3391
3392         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
3393         (open): Fix comment typos.  Don't call __open_2 if flags
3394         is a compile time constant without O_CREAT.
3395         (__open64_2): Add nonnull attribute.
3396         (open64): Fix comment typos.  Don't call __open64_2 if flags
3397         is a compile time constant without O_CREAT.
3398         (__openat_2): Add nonnull attribute, fix nonnull attribute
3399         on redirect.
3400         (openat): Fix comment typos.  Don't call __openat_2 if flags
3401         is a compile time constant without O_CREAT.
3402         (__openat64_2): Add nonnull attribute, fix nonnull attribute
3403         on redirect.
3404         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
3405         is a compile time constant without O_CREAT.
3406
3407 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
3408
3409         * Makerules (sysd-rules): Define PTW for ptw-* files.
3410         * Versions: Define GLIBC_2.7 for libc.
3411         * include/stdio.h: Declare __fortify_fail.
3412         * debug/fortify_fail.c: New file.
3413         * debug/Makefile (routines): Add fortify_fail.
3414         * debug/chk_fail.c: Use __fortify_fail.
3415         * debug/stack_chk_fail.c: Likewise.
3416         * io/Versions: Export __open_2, __open64_2, __openat_2, and
3417         __openat64_2 for GLIBC_2.7.
3418         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
3419         * io/open.c: Define *_2 variant of function which checks for O_CREAT
3420         and fails if necessary.
3421         * io/open64.c: Likewise.
3422         * io/openat.c: Likewise.
3423         * io/openat64.c: Likewise.
3424         * sysdeps/unix/sysv/linux/open64.c: Likewise.
3425         * sysdeps/unix/sysv/linux/openat.c: Likewise.
3426         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
3427         * io/bits/fcntl2.h: New file.
3428         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
3429         __openat64_2.
3430         * include/bits/fcntl2.h: New file.
3431         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3432         Add open_2.
3433         * sysdeps/unix/sysv/linux/open_2.c: New file.
3434
3435 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
3436
3437         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
3438         as second parameter to handle_intel.
3439
3440         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
3441         the entry.
3442
3443         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
3444         handling to ...
3445         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
3446         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
3447         cacheinfo.
3448         * sysdeps/x86_64/memcpy.S: Complete rewrite.
3449         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
3450         Patch by Evandro Menezes <evandro.menezes@amd.com>.
3451
3452         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
3453
3454 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
3455
3456         [BZ #4525]
3457         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
3458         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
3459         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
3460
3461         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
3462
3463         [BZ #4514]
3464         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
3465         reinitialize workend at the start of each do_positional format spec
3466         loop, free workstart before do_positional loops.
3467         (printf_unknown): Fix size of work_buffer.
3468         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
3469
3470         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
3471         (public_sET_STATe): If ms->version < 3, put all chunks into
3472         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
3473         chunks.
3474
3475         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
3476         * malloc/hooks.c: Likewise.
3477         * malloc/arena.c: Likewise.
3478         * malloc/malloc.c (do_check_malloc_state): Don't assert
3479         n_mmaps is not greater than n_mmaps_max.  This removes the need
3480         for the previous change.
3481
3482         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
3483         2007-05-07 commit.
3484
3485 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
3486
3487         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
3488         Define for kernel >= 2.6.22.
3489
3490 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
3491
3492         * elf/dl-close.c (_dl_close_worker): When removing object from
3493         global scope, wait for all lookups to finish afterwards.
3494         * elf/dl-open.c (add_to_global): When global scope array must
3495         grow, allocate a new one and free old array only after all
3496         lookups finish.
3497         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
3498         (_dl_lookup_symbol_x): Likewise.
3499         * elf/dl-support.c: Define _dl_wait_lookup_done.
3500         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
3501         _dl_wait_lookup_done.
3502
3503         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
3504         not overlapping with arena.
3505
3506         * malloc/mcheck.c (reallochook): If size==0, free the block.
3507
3508         * rt/tst-shm.c: Use fstat64 instead of fstat.
3509
3510         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
3511         __NR_sync_file_range is not defined.
3512
3513 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
3514
3515         Dummy files to prevent stub versions from being used.
3516         * sysdeps/x86_64/fpu/k_cosl.c: New file.
3517         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
3518         * sysdeps/x86_64/fpu/k_sinl.c: New file.
3519         * sysdeps/x86_64/fpu/k_tanl.c: New file.
3520
3521         * version.h (VERSION): Set to 2.6.90.
3522
3523 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
3524
3525         * version.h (VERSION): Define to 2.6.
3526         * include/features.h (__GLIBC_MINOR__): Define to 6.
3527
3528         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
3529
3530         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
3531         sizes.
3532
3533 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
3534
3535         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
3536         number of mmaps.  n_mmaps_max is the target.
3537         * malloc/hooks.c: Likewise.
3538         * malloc/arena.c: Likewise.
3539
3540 2007-05-12  Andreas Jaeger  <aj@suse.de>
3541
3542         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
3543         getpid.
3544
3545 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
3546
3547         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
3548         adding new variables.
3549
3550         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
3551         optimize.  Completely extend global scope array before making the
3552         new entries visible.
3553
3554 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
3555
3556         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
3557         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
3558         tst-getcpu.
3559
3560         * include/link.h: Move l_version and l_nversion members around to
3561         fill gaps.
3562
3563         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
3564
3565         * sysdeps/unix/sysv/linux/sched_setaffinity.c
3566         (__sched_setaffinity_new): If syscall was successful and
3567         RESET_VGETCPU_CACHE is defined, use it before returning.
3568         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
3569
3570         * io/sys/stat.h: Make sure struct timespec is defined for
3571         __USE_ATFILE.
3572
3573         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
3574         UTIME_OMIT.
3575         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3576         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3577         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
3578         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3579         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
3580         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3581         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
3582         * io/sys/stat.h: Declare utimensat, futimens.
3583         * io/utimensat.c: New file.
3584         * io/futimens.c: New file.
3585         * sysdeps/unix/sysv/linux/utimensat.c: New file.
3586         * sysdeps/unix/sysv/linux/futimens.c: New file.
3587         * io/Makefile (routines): Add utimensat, futimens.
3588         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
3589         * sysdeps/unix/sysv/linux/lutimes.c: New file.
3590         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
3591         available.
3592
3593         * include/sys/cdefs.h: Redefine __nonnull so that test for
3594         incorrect parameters in the libc code itself are not omitted.
3595
3596 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
3597
3598         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
3599         exception in addition to inexact when asked to raise only FE_INEXACT.
3600
3601         [BZ #3427]
3602         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
3603         in *envp.
3604
3605 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
3606
3607         [BZ #4403]
3608         * string/strfry.c (strfry): Make result more random.
3609
3610 2007-05-07  Richard Henderson  <rth@redhat.com>
3611
3612         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
3613         if __NO_LONG_DOUBLE_MATH.
3614         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
3615         available in the compiler, add .arch directive to the assembly.
3616
3617 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
3618
3619         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
3620         compat_symbol to GLIBC_2_1.
3621         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
3622         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
3623         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
3624         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
3625         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
3626         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
3627         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
3628         libc, not libm.
3629         (__isnanl): New compat_symbol.
3630
3631 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
3632             Jakub Jelinek  <jakub@redhat.com>
3633
3634         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
3635         (new_heap): Initialize mprotect_size.
3636         (grow_heap): When growing, only mprotect from mprotect_size till
3637         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
3638         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
3639
3640 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
3641             Peter Bergner  <bergner@us.ibm.com>
3642
3643         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
3644         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
3645         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
3646         * sysdeps/powerpc/fpu/fe_mask.c: New file.
3647         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
3648         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
3649         Call __fe_mask_env() if all FP exceptions disabled.
3650         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
3651         from old FPSCR to new fenv to propagate DFP rounding modes.
3652         Call __fe_mask_env() if FP exceptions previously enabled.
3653         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
3654         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
3655         transitioning from all exceptions disabled to any exception enabled
3656         or visa versa.
3657         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
3658         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
3659         when transitioning from all exceptions disabled to any exception
3660         enabled or visa versa.
3661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
3662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
3663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
3664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
3665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
3666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
3667
3668 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
3669
3670         [BZ #4465]
3671         * posix/unistd.h: Remove __THROW from fdatasync.
3672
3673 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
3674
3675         [BZ #4465]
3676         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
3677
3678 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
3679
3680         * stdio-common/vfprintf.c (process_string_arg): Optimize
3681         ridiculous precision in wide char code printing multi-byte string.
3682         Reported by Jim Meyering <jim@meyering.net>.
3683
3684         [BZ #4131]
3685         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
3686         boundaries to work around systems with overlapping binary loading.
3687         Based on a patch by Suzuki <suzuki@in.ibm.com>.
3688
3689 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
3690
3691         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
3692         __mbsnrtowcs after last change.
3693
3694         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
3695         (get_ident): Likewise.
3696
3697 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
3698
3699         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
3700         with setting the sticky bit.
3701         * math/test-misc.c (main): Add more truncation tests.
3702
3703 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
3704
3705         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
3706         double in the function declaration.
3707         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
3708         double in the function declaration.
3709         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
3710         float in the function declaration.
3711         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
3712         float in the function declaration.
3713
3714         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
3715         denormal operands.  Do not generate FP_EX_DENORM exception.
3716         (FP_UNPACK_RAW_EP): Ditto.
3717         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
3718         undefined _FP_UNPACK_RAW_E.
3719         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
3720         undefined _FP_UNPACK_RAW_EP.
3721         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
3722         undefined _FP_PACK_RAW_E.
3723         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
3724         undefined _FP_PACK_RAW_EP.
3725
3726         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
3727         _FP_FRAC_COPY_2.
3728         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
3729         _FP_FRAC_COPY_4.
3730
3731 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
3732             Jakub Jelinek  <jakub@redhat.com>
3733
3734         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
3735         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
3736         this case.
3737         * soft-fp/op-common.h (FP_TRUNC): Ditto.
3738
3739 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
3740
3741         * math/test-misc.c (main): Add tests for rounding long double
3742         values close to smallest double denormalized value to double.
3743
3744 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
3745
3746         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
3747         condition for truncating to 0.  Set sticky bit for such
3748         truncation.
3749
3750 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
3751
3752         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
3753         fixed length array for ignore.
3754
3755 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
3756
3757         [BZ #4438]
3758         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
3759         stack for large precisions.
3760         * stdio-common/test-vfprintf.c (main): Add test for large
3761         precision.
3762
3763 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
3764
3765         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
3766         for exponent 0.
3767         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
3768
3769         [BZ #4439]
3770         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
3771         account in the size check.
3772         * resolv/tst-inet_ntop.c: New test.
3773         * resolv/Makefile (tests): Add tst-inet_ntop.
3774
3775 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
3776             Jakub Jelinek  <jakub@redhat.com>
3777
3778         [BZ #4349]
3779         * malloc/malloc.c: Keep separate list for first blocks on the bin
3780         lists with a given size.  This helps skipping over list elements
3781         we know won't fit in two places.
3782         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
3783
3784 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
3785
3786         [BZ #4102]
3787         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
3788         label to Teredo tunnel addresses 2001://32.
3789
3790 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
3791
3792         * locale/programs/ld-collate.c (collate_read): Allow order_start
3793         after copy.
3794
3795         * locale/programs/ld-collate.c (collate_read): Fix printing of
3796         error message.
3797
3798         [BZ #3213]
3799         * locale/C-translit.h.in: Add entry for U2044.
3800
3801         [BZ #4342]
3802         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
3803         hexa-decimal floats without exponent.
3804         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
3805
3806 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
3807
3808         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
3809         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
3810         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
3811         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
3812         GLIBC_2.6.
3813         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
3814         Add sched_getcpu.
3815
3816 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
3817
3818         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
3819         of 0 after the out_fail label.
3820
3821 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
3822
3823         [BZ #4406]
3824         * iconv/gconv_charset.h (strip): Allow ':'.
3825         * iconv/iconv_open.c (iconv_open): Adjust comment.
3826
3827 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
3828
3829         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
3830         version.
3831
3832 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
3833
3834         [BZ #4381]
3835         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
3836         alignment of buffer and tmp_buffer.
3837         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
3838         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
3839         alignment of buffer.
3840         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
3841         bigger than INT_MAX.
3842         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
3843         h_errnop arguments.  Fail if buflen is too small.
3844         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
3845
3846 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
3847
3848         [BZ #4405]
3849         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
3850         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
3851
3852 2007-04-22  Roland McGrath  <roland@redhat.com>
3853
3854         * elf/elf.h (NT_PRXFPREG): New macro.
3855
3856 2007-04-19  Andreas Jaeger  <aj@suse.de>
3857
3858         [BZ #3905]
3859         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
3860         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
3861         Added.
3862
3863 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
3864
3865         * include/sys/mman.h: Mark madvise hidden.
3866         * misc/madvise.c: Add libc_hidden_def.
3867
3868 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
3869
3870         * nis/nis_domain_of.c (__nis_domain_of): New function.
3871         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
3872         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
3873         * nis/nis_call.c (rec_dirsearch): Likewise.
3874         (first_shoot): Likewise.  Remove search_parent_first argument.
3875         (struct nis_server_cache): Rename search_parent_first field
3876         to search_parent.
3877         (nis_server_cache_search, nis_server_cache_add): Rename
3878         search_parent_first argument to search_parent.
3879         (__nisfind_server): Likewise.  If search_parent, call
3880         __nis_domain_of.
3881
3882 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
3883
3884         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
3885
3886 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
3887
3888         [BZ #4368]
3889         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
3890
3891 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
3892
3893         [BZ #4364]
3894         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
3895
3896 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
3897
3898         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
3899         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
3900         current number of locales in SUPPORTED.
3901         (create_archive): Initialize serial.
3902         (enlarge_archive): Preserve aliases rather than duplicating
3903         their locrecs.
3904
3905 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
3906
3907         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
3908         after _IO_un_link, not before it.
3909
3910         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
3911         special case handling when wcp == wstartp + 1.  Fix a comment typo.
3912         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
3913
3914 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
3915
3916         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
3917         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
3918         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
3919         Remove __THROW.
3920         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
3921         _IO_file_xsgetn_maybe_mmap): Likewise.
3922         * libio/oldfileops.c (old_do_write): Likewise.
3923         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
3924         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
3925         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
3926         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
3927         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
3928         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
3929         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
3930         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
3931         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
3932         _IO_file_underflow, _IO_file_underflow_mmap,
3933         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
3934         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
3935         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
3936         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
3937         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
3938         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
3939         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
3940         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
3941         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
3942         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
3943         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
3944         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
3945         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
3946         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
3947         _IO_adjust_column_internal, _IO_default_uflow_internal,
3948         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
3949         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
3950         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
3951         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
3952         _IO_file_close_it_internal, _IO_file_underflow_internal,
3953         _IO_file_overflow_internal, _IO_file_attach_internal,
3954         _IO_file_fopen_internal, _IO_file_sync_internal,
3955         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
3956         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
3957         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
3958         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
3959         _IO_seekpos_unlocked): Likewise.
3960         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
3961         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
3962
3963 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
3964
3965         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
3966         argument in xmalloc size computation.
3967
3968 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
3969
3970         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
3971         math_opt_barrier and math_force_eval macros.
3972
3973 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
3974
3975         [BZ #3306]
3976         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
3977         * sysdeps/i386/fpu/math_private.h: New file.
3978         * sysdeps/x86_64/fpu/math_private.h: New file.
3979         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
3980         math_force_eval macros.  Use "+m" constraint on asm rather than
3981         "=m" and "m".
3982         * math/s_nextafter.c (__nextafter): Likewise.
3983         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
3984         Likewise.
3985         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
3986         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
3987         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
3988         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
3989         math_opt_barrier and math_force_eval macros.
3990         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
3991         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
3992         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
3993         (__nexttoward): Use math_opt_barrier and
3994         math_force_eval macros.  Use "+m" constraint on asm rather than
3995         "=m" and "m".  Only use asm to force double result if
3996         FLT_EVAL_METHOD is 2.
3997         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
3998         (__nexttowardf): Use math_opt_barrier and
3999         math_force_eval macros.  Use "+m" constraint on asm rather than
4000         "=m" and "m".  Only use asm to force double result if
4001         FLT_EVAL_METHOD is not 0.
4002         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
4003         (__nexttowardf): Use math_opt_barrier and
4004         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
4005         x to float using asm.
4006         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
4007         (__nldbl_nexttowardf): Use math_opt_barrier and
4008         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
4009         x to float using asm.
4010         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
4011         (__nexttowardf): Use math_opt_barrier and math_force_eval
4012         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
4013         * math/bug-nextafter.c (zero, inf): New variables.
4014         (main): Add new tests.
4015         * math/bug-nexttoward.c (zero, inf): New variables.
4016         (main): Add new tests.
4017
4018 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
4019
4020         [BZ #3427]
4021         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
4022         exceptions both in SW and MXCSR.
4023         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
4024         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
4025         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4026         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
4027         in MXCSR if SSE is available.
4028         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
4029         and ldsodefs.h.
4030         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
4031         Fix comment typo.
4032         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
4033         Return 0 rather than 1.
4034         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
4035         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
4036         * math/test-fenv.c (feholdexcept_tests): New function.
4037         (main): Call it.
4038
4039 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
4040
4041         [BZ #3427]
4042         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
4043         in SW.
4044
4045 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
4046
4047         [BZ #4344]
4048         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
4049         Reported by David Anderson <davea42@earthlink.net>.
4050
4051 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
4052
4053         * posix/sys/wait.h: Remove unnecessary forward declaration.
4054
4055 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
4056
4057         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
4058         with obj->do_servers after first_shoot.
4059
4060 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
4061
4062         * posix/Makefile (routines): Add sched_cpucount.
4063         (tests): Add tst-cpucount.
4064         * posix/sched_cpucount.c: New file.
4065         * posix/tst-cpucount.c: New file.
4066         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
4067         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
4068         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4069         * posix/sched.h: Define CPU_COUNT.
4070
4071 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
4072
4073         * posix/fnmatch.c (STRUCT): Define.
4074         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
4075         * posix/fnmatch_loop.c (struct STRUCT): New type.
4076         (FCT): Add ends argument.  If ends != NULL and normal * is
4077         seen in the pattern, store current pattern and string pointers
4078         and return.  Adjust recursive calls.
4079         (EXT): Adjust FCT callers.
4080         (STRUCT): Undef at the end of the file.
4081         * posix/Makefile (tests): Add tst-fnmatch2.
4082         * posix/tst-fnmatch2.c: New test.
4083
4084 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
4085
4086         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
4087         and 1 on failure.
4088
4089         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
4090         Change last argument to unsigned int.
4091
4092 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
4093
4094         * scripts/check-local-headers.sh: Filter out sys/capability.h.
4095
4096 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
4097
4098         * config.h.in (HAVE_LIBCAP): Add.
4099         * nscd/selinux.h: Include sys/capability.h rather than non-existent
4100         sys/capabilities.h.
4101         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
4102         free_caps.  Cast away const from 4th cap_set_flag argument.
4103
4104 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
4105
4106         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
4107         GLIBC_2.6.
4108         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4109         Add sync_file_range.
4110         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
4111
4112 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
4113
4114         * sysdeps/powerpc/bits/atomic.h
4115         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
4116         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
4117         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4118         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
4119         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4120         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
4121         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
4122         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
4123         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4124         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
4125         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
4126         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
4127         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4128         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
4129         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4130         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
4131         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4132         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
4133         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4134         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
4135
4136 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
4137
4138         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4139         (__cache_line_size): Define the variable here.  Add
4140         attribute_hidden, remove weak_extern.
4141         (__libc_start_main): Set __cache_line_size
4142         unconditionally.
4143         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4144         (__cache_line_size): Define the variable here.  Add
4145         attribute_hidden, remove weak_extern.
4146         (DL_PLATFORM_AUXV): Set __cache_line_size
4147         unconditionally.
4148         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
4149         weak_extern, add attribute_hidden.
4150         (__elf_machine_runtime_setup): Assume __cache_line_size is always
4151         defined in ld.so.
4152         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
4153         definition.
4154         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
4155
4156 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
4157
4158         [BZ #4276]
4159         * timezone/africa: Update from tzdata2007d.
4160         * timezone/asia: Likewise.
4161         * timezone/australasia: Likewise.
4162         * timezone/backward: Likewise.
4163         * timezone/europe: Likewise.
4164         * timezone/iso3166.tab: Likewise.
4165         * timezone/leapseconds: Likewise.
4166         * timezone/northamerica: Likewise.
4167         * timezone/southamerica: Likewise.
4168         * timezone/zone.tab: Likewise.
4169
4170         * timezone/private.h: Update from tzcode2007d.
4171         * timezone/zdump.c: Likewise.
4172         * timezone/zic.c: Likewise.
4173
4174 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
4175
4176         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
4177         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
4178         variables.
4179         (nis_server_cache_search, nis_server_cache_add): New functions.
4180         (__nisfind_server): Use them.  Add dbp and flags argument, if
4181         call __nisbind_create.
4182         (__nisbind_create): Add server_used and current_ep arguments,
4183         only call __nis_findfastest if server_used is ~0.
4184         (__do_niscall2, __prepare_niscall): Adjust callers.
4185         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
4186         ckey_cache_euid, ckey_cache_lock): New variables.
4187         (get_ckey): New function.
4188         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
4189         __pmap_getnisport.  Save __pmap_getnisport result in
4190         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
4191         key.
4192         * nis/nis_lookup.c (nis_lookup): Likewise.
4193         * nis/nis_table.c (nis_list): Likewise.
4194         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
4195         prototypes.
4196
4197         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
4198         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
4199         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
4200         _nss_nisplus_getservbyport_r): Likewise.
4201         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
4202         _nss_nisplus_getnetbyaddr_r): Likewise.
4203         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
4204         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
4205         _nss_nisplus_getntohost_r): Likewise.
4206         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
4207         _nss_nisplus_getrpcbynumber_r): Likewise.
4208
4209 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
4210
4211         * configure.in (libc_cv_gnu89_inline): Only do compile test.
4212         * configure: Rebuilt.
4213
4214         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
4215         bit-fields.
4216         * soft-fp/extended.h (_FP_UNION_E): Likewise.
4217
4218 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
4219
4220         [BZ #2831]
4221         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
4222         bit-fields.
4223
4224 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
4225
4226         * nscd/gai.c: Include alloca.h.
4227         (__libc_use_alloca): Define.
4228
4229 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
4230
4231         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
4232         smaller scopes.
4233         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
4234         (DL_DST_REQUIRED): Adjust user.
4235
4236         * include/dlfcn.h (struct link_map): New forward decl.
4237
4238         * inet/getnameinfo.c: Include stddef.h.
4239         (getnameinfo): Use offsetof.
4240
4241         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
4242
4243         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
4244
4245         * string/strerror_l.c: Include stdlib.h.
4246
4247         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
4248         * config.make.in (gnu89-inline-CFLAGS): New variable.
4249         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
4250         -std=gnu99.
4251         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
4252         * argp/argp.h: Use it.
4253         * bits/mathinline.h: Likewise.
4254         * bits/sigset.h: Likewise.
4255         * bits/string.h: Likewise.
4256         * ctype/ctype.h: Likewise.
4257         * hurd/hurd.h: Likewise.
4258         * hurd/hurd/fd.h: Likewise.
4259         * hurd/hurd/port.h: Likewise.
4260         * hurd/hurd/signal.h: Likewise.
4261         * hurd/hurd/threadvar.h: Likewise.
4262         * hurd/hurd/userlink.h: Likewise.
4263         * io/sys/stat.h: Likewise.
4264         * libio/bits/stdio.h: Likewise.
4265         * libio/bits/stdio2.h: Likewise.
4266         * mach/lock-intern.h: Likewise.
4267         * mach/mach/mig_support.h: Likewise.
4268         * math/bits/cmathcalls.h: Likewise.
4269         * posix/bits/unistd.h: Likewise.
4270         * socket/bits/socket2.h: Likewise.
4271         * stdlib/bits/stdlib.h: Likewise.
4272         * stdlib/stdlib.h: Likewise.
4273         * string/argz.h: Likewise.
4274         * string/bits/string2.h: Likewise.
4275         * string/bits/string3.h: Likewise.
4276         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
4277         * sysdeps/generic/inttypes.h: Likewise.
4278         * sysdeps/generic/machine-lock.h: Likewise.
4279         * sysdeps/generic/machine-sp.h: Likewise.
4280         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4281         * sysdeps/i386/i486/bits/string.h: Likewise.
4282         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
4283         * sysdeps/mach/alpha/machine-lock.h: Likewise.
4284         * sysdeps/mach/alpha/machine-sp.h: Likewise.
4285         * sysdeps/mach/i386/machine-lock.h: Likewise.
4286         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
4287         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
4288         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
4289         * sysdeps/s390/bits/string.h: Likewise.
4290         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
4291         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
4292         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4293         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
4294         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4295         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
4296         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
4297         * wcsmbs/bits/wchar2.h: Likewise.
4298         * wcsmbs/wchar.h: Likewise.
4299         * stdlib/gmp.h: Likewise.  Include <features.h> to get
4300         __extern_inline definition.
4301
4302 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
4303
4304         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
4305         NULL.
4306
4307         [BZ #3919]
4308         * math/libm-test.inc (log_test): Test -Inf and NaN.
4309         (log10_test, log1p_test, log2_test): Test -Inf.
4310         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
4311         FE_INVALID when argument is qNaN.
4312         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
4313         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
4314         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4315         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
4316         andb $1, %ah with testb $1, %ah, don't test for parity, instead
4317         testb $4, %ah and jump if non-zero.
4318         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4319         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
4320
4321         [BZ #4101]
4322         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
4323         ancestors with the same depths.
4324         Patch by Niels Moeller <nisse@lysator.liu.se>.
4325         (filter_doc): Don't crash if argp is NULL.
4326         * argp/Makefile (tests): Add tst-argp2.
4327         * argp/tst-argp2.c: New test.
4328
4329         [BZ #4130]
4330         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
4331         open_not_cancel_2.
4332         (updwtmp_file): Likewise.
4333
4334         [BZ #4181]
4335         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
4336         (inet6_opt_append): Don't check extlen is big enough if extbuf
4337         is NULL.
4338         (inet6_opt_finish): Likewise.
4339         * inet/Makefile (tests): Add test-inet6_opt.
4340         * inet/test-inet6_opt.c: New test.
4341
4342         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
4343         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
4344         NLMSG_ERR.  Instead use a page sized buffer.
4345         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
4346         buffer.
4347
4348 2007-03-14  Richard Henderson  <rth@redhat.com>
4349
4350         * sysdeps/alpha/fpu/s_llround.c: New file.
4351         * sysdeps/alpha/fpu/s_llroundf.c: New file.
4352         * sysdeps/alpha/fpu/s_lround.c: New file.
4353         * sysdeps/alpha/fpu/s_lroundf.c: New file.
4354         * sysdeps/alpha/fpu/s_round.c: New file.
4355         * sysdeps/alpha/fpu/s_roundf.c: New file.
4356         * sysdeps/alpha/fpu/s_trunc.c: New file.
4357         * sysdeps/alpha/fpu/s_truncf.c: New file.
4358
4359         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
4360         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
4361         * sysdeps/alpha/fpu/s_floor.c: Likewise.
4362         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
4363         * sysdeps/alpha/fpu/s_rint.c: Likewise.
4364         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
4365
4366         * sysdeps/alpha/fpu/s_fmax.S: New file.
4367         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
4368         * sysdeps/alpha/fpu/s_fmin.S: New file.
4369         * sysdeps/alpha/fpu/s_fminf.S: New file.
4370         * sysdeps/alpha/fpu/s_isnan.c: New file.
4371         * sysdeps/alpha/fpu/s_isnanf.c: New file.
4372         * sysdeps/alpha/fpu/s_llrint.c: New file.
4373         * sysdeps/alpha/fpu/s_llrintf.c: New file.
4374         * sysdeps/alpha/fpu/s_lrint.c: New file.
4375         * sysdeps/alpha/fpu/s_lrintf.c: New file.
4376         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
4377         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
4378
4379         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
4380         (__fdimf, fdimf, __fdim, fdim): Remove.
4381         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
4382         (__isnanf, __isnan, __isnanl): New.
4383
4384 2007-03-13  Richard Henderson  <rth@redhat.com>
4385
4386         * sysdeps/ieee754/ldbl-128/Makefile: New file.
4387
4388 2007-03-13  Richard Henderson  <rth@redhat.com>
4389
4390         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
4391         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
4392         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
4393         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
4394         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
4395         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
4396
4397 2007-03-13  Richard Henderson  <rth@redhat.com>
4398
4399         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
4400         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
4401         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
4402         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
4403         Move to dl-auxv.h; initialize instead of extern weak.
4404         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
4405         weak symbol.
4406         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
4407         Extern instead of initialized.
4408
4409 2007-03-13  Richard Henderson  <rth@redhat.com>
4410
4411         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
4412         __sigsuspend_nocancel.
4413
4414 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
4415
4416         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
4417         172.16/12 address range.
4418
4419 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
4420
4421         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
4422         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
4423         message.
4424
4425 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
4426
4427         [BZ #4069]
4428         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
4429         earlier.
4430         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
4431
4432         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
4433         for x qNaN and y either +-inf or non-integer value.
4434         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
4435         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4436         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
4437
4438 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
4439
4440         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
4441         from sysdep_headers.
4442
4443 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
4444
4445         * time/tzfile.c (find_transition): Instead of a linear search try to
4446         guess the transition index, use a linear search if the result is at
4447         most 10 transitions away from the guess or binary search otherwise.
4448
4449 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
4450
4451         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
4452         memory reallocation.
4453
4454 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
4455
4456         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
4457         and fix some typos.
4458         Optimize use of TOLOWER.
4459
4460         [BZ #3325]
4461         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
4462         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
4463         * sysdeps/i386/fpu/e_fmod.S: Likewise.
4464
4465         [BZ #3458]
4466         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
4467         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
4468
4469         [BZ #4076]
4470         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
4471         (open_dir_stream): Likewise.
4472         * io/Makefile (tests): Add bug-ftw5.
4473         * io/bug-ftw5.c: New file.
4474
4475         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
4476         * nscd/servicescache.c (cache_addserv): Likewise.
4477
4478         * nscd/grpcache.c (cache_addgr): In case a record changed on
4479         refresh, adjust key_copy.
4480
4481         [BZ #4074]
4482         * nscd/pwdcache.c (cache_addpw): In case a record changed on
4483         refresh, adjust key_copy.
4484
4485         [BZ #4070]
4486         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
4487         special cases.
4488         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
4489
4490 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
4491
4492         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
4493         optimization.
4494
4495         * stdio-common/vfscanf.c: Small cleanups throughout.
4496
4497 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
4498
4499         [BZ #3325]
4500         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
4501         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
4502         * sysdeps/i386/fpu/e_fmod.S: Likewise.
4503         Patch by Jared Casper <jaredcasper@gmail.com>.
4504
4505         * sysdeps/unix/closedir.c: Outside libc don't use locking.
4506         * sysdeps/unix/opendir.c: Likewise.
4507         * sysdeps/unix/readdir.c: Likewise.
4508
4509         [BZ #2211]
4510         * stdio-common/vfscanf.c: Handle localized digits etc for floating
4511         point numbers.
4512         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
4513
4514         * stdio-common/vfscanf.c: Fix problems in width accounting.
4515         * stdio-common/tst-sscanf.c (double_tests): New tests.
4516         (main): Hook them up.
4517
4518         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
4519         More simplifications of floating-point reader.
4520
4521         * stdio-common/Makefile (tests): Add tst-swscanf.
4522         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
4523         testing.
4524         * stdio-common/tst-swscanf.c: New file.
4525
4526 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
4527
4528         [BZ #2633]
4529         * libio/stdio.h: Define struct _IO_FILE in global namespace.
4530         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
4531         Remove using for __jmp_buf_tag.
4532         * locale/locale.h (struct lconv): Also define in std namespace.
4533         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
4534
4535         [BZ #3842]
4536         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
4537         using __libc_enable_secure.
4538
4539         [BZ #3818]
4540         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
4541
4542         [BZ #3745]
4543         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
4544         of names for ellipsises.
4545
4546         [BZ #3348]
4547         * malloc/memusage.sh: Cleanups.
4548         * debug/xtrace.sh: Quoting and trap changes.
4549
4550 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
4551
4552         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
4553
4554         * locale/iso-3166.def: Update entry for Serbia.
4555         * locale/iso-4217.def: Define RSD, remove CSD.
4556
4557         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
4558         and 64-bit operations.
4559
4560         [BZ #4040]
4561         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
4562         16-bit operations.
4563
4564         * nscd/nscd.c (parse_opt): One more conversion to use send instead
4565         of writev.
4566
4567 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
4568
4569         [BZ #3991]
4570         * assert/assert.h (assert): Simplify.
4571         (assert_perror): Likewise.
4572         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
4573
4574         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
4575         reqdata.
4576
4577         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
4578         change: don't pass NULL in place of an integer.
4579
4580 2007-02-02  Bruno Haible  <bruno@clisp.org>
4581
4582         [BZ #3954]
4583         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
4584         Add mapping for U+327E.
4585         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
4586         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
4587         mapping of 0xD9 0xE8.
4588         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
4589         mapping of U+327E.
4590         Reported by Jungshik Shin <jungshik@google.com>.
4591
4592         [BZ #3955]
4593         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
4594         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
4595         Reported by Jungshik Shin <jungshik@google.com>.
4596
4597 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
4598
4599         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
4600         byte variants.
4601
4602         [BZ #4040]
4603         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
4604         byte variants.  Patch mostly be tom@tommay.net.
4605
4606 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
4607
4608         [BZ #3996]
4609         * posix/glob.c (attribute_hidden): Define if not defined.
4610         (glob): Unescape dirname, filename or username when needed and not
4611         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
4612         is NULL.  Handle unescaped [ in pattern without closing ].
4613         Don't pass GLOB_CHECK down to recursive glob for directories.
4614         (__glob_pattern_type): New function.
4615         (__glob_pattern_p): Implement using __glob_pattern_type.
4616         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
4617         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
4618         Remove unreachable code.
4619         * posix/globtest.sh: Add a couple of new tests.
4620
4621 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
4622
4623         * po/ru.po: Update from translation team.
4624
4625 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
4626
4627         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
4628         to the list of i486+ CPUs.
4629         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
4630
4631 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
4632
4633         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
4634         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
4635         references.
4636
4637 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
4638
4639         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
4640
4641         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
4642         * resolv/res_mkquery.c: Define __res_nopt.
4643         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
4644         try adding EDNS0 record.
4645         * resolv/res_send.c (send_dg): If request failed with FORMERR and
4646         EDNS0 record was send make sure we don't try it again.
4647         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
4648         * include/resolv.h: Declare __res_nopt.
4649
4650 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
4651
4652         [BZ #3944]
4653         * time/strptime_l.c (__strptime_internal): Set have_mon for
4654         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
4655         have been computed from tm_yday and tm_year.  Don't crash
4656         in day_of_the_week or day_of_the_year if not have_mon
4657         and tm_mon contains bogus value.
4658         * time/Makefile (tests): Add tst-strptime3.
4659         * time/tst-strptime3.c: New test.
4660
4661 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
4662
4663         [BZ #3957]
4664         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
4665         bit for RE_HAT_LISTS_NOT_NEWLINE.
4666         (build_charclass_op): Remove bogus comment.
4667         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
4668         * posix/bug-regex27.c: New test.
4669         * posix/bug-regex28.c: New test.
4670
4671 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
4672
4673         * po/sv.po: Update from translation team.
4674
4675 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
4676
4677         * nscd/nscd_helper.c (open_socket): Minor size optimization.
4678
4679 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
4680
4681         * include/locale.h (__uselocale): Add libc_hidden_proto.
4682         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
4683
4684         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
4685         gettimeofday.
4686
4687 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
4688
4689         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
4690         returning.
4691         (PTR_DEMANGLE): Real definition now that it's not the same as
4692         PRT_MANGLE anymore.
4693         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4694
4695         * string/strerror_l.c: New file.
4696         * string/Makefile (routines): Add strerror_l.
4697         * string/string.h: Declare strerror_l.
4698         * string/Versions: Export strerror_l for GLIBC_2.6.
4699
4700 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
4701
4702         * nscd/nscd_helper.c (open_socket): Now takes request type and key
4703         as parameter.  Construct request record.  Try sending request
4704         before the first poll use, it usually succeeds.  Adjust all
4705         callers.
4706         * nscd/nscd-client.h: Define MAXKEYLEN.
4707         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
4708
4709 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
4710
4711         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
4712         from return value.
4713         * nscd/nscd_helper.c: Include string.h.
4714         (__nscd_cache_search): Remove const qualifier from return value.
4715         On strict alignment architectures check hash entry and data head
4716         alignment.
4717         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
4718         mmapped data during GC cycle contains garbage.  If
4719         __nscd_drop_map_ref fails, decrement mapped->counter when returning
4720         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
4721         dropped to 0.
4722         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
4723         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
4724         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4725         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4726         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4727
4728 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
4729
4730         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
4731
4732 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
4733
4734         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
4735         names not numbers in cfi_*.
4736
4737 2007-01-26  Andreas Jaeger  <aj@suse.de>
4738
4739         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
4740         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
4741         Correct values of PER_HPUX and PER_OSF4.
4742
4743 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
4744
4745         * elf/dl-minimal.c: Undefine _itoa first.
4746         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
4747         * malloc/mtrace.c: Revert last change.
4748         * posix/wordexp.c: Likewise.
4749
4750 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
4751
4752         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
4753         and __geode__ to the list of i486+ CPUs.
4754         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
4755
4756 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
4757
4758         * stdio-common/_itoa.c: Include <limits.h>.
4759         * stdio-common/_itowa.c: Likewise.
4760
4761 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
4762
4763         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
4764         platforms.
4765         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
4766         64-bit platforms.
4767         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
4768         possible.
4769         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
4770         if possible.
4771
4772         [BZ #3902]
4773         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
4774         * stdio-common/Makefile (tests): Add bug17.
4775         * stdio-common/bug17.c: New file.
4776
4777 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
4778
4779         * iconvdata/brf.c: New file.
4780         * iconvdata/testdata/BRF: New file.
4781         * iconvdata/testdata/BRF..UTF8: New file.
4782         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4783         * iconvdata/Makefile: Add rules to build BRF.
4784         * iconvdata/TESTS: Add BRF entry.
4785         * iconvdata/gconv-modules: Likewise.
4786         * iconvdata/tst-tables.sh: Likewise.
4787
4788 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
4789
4790         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
4791         type `long long int', not `long int'.
4792         (wcstoq): Likewise.
4793
4794 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
4795
4796         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
4797         of values on 64-bit platforms which are too large.
4798
4799 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
4800             Joe Kerian  <jkerian@us.us.ibm.com>
4801
4802         [BZ #2749]
4803         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
4804         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
4805         (__copysignl): Use signbit() for comparison.
4806         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
4807         SET_LDOUBLE_WORDS64.
4808
4809         [BZ #2423, #2749]
4810         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
4811         (__ceill): Remove calls to fegetround(), fesetround().
4812         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
4813         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
4814         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
4815
4816 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
4817
4818         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
4819
4820         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
4821
4822 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
4823
4824         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
4825         demangle pointer.
4826         * csu/libc-start.c: Likewise.
4827
4828 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
4829
4830         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
4831         really work anyway.
4832
4833 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
4834
4835         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
4836         users.
4837         (handle_request): Remove unnecessary tests.
4838
4839         * nscd/cache.c (cache_add): Record the failure to add to the cache.
4840
4841 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
4842
4843         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
4844         workbits in semi-raw fraction.
4845
4846         * math/test-misc.c: Add new tests.
4847
4848 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
4849
4850         * math/basic-test.c: Include test-skeleton.c.
4851         (TEST_TRUNC): Define.
4852         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
4853         (main): Rename to ...
4854         (do_test): ...this.  Run new tests.
4855         (TEST_FUNCTION): Define.
4856
4857 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
4858             Joe Kerian  <jkerian@us.us.ibm.com>
4859
4860         [BZ #2749]
4861         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
4862         handling for high words.
4863         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
4864         and overflow for infinity.
4865
4866 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
4867
4868         * nscd/connections.c (handle_request): Add a __builtin_expect.
4869
4870         * nscd/connections.c (serv2db): Change type into structure which
4871         also says whether this is a request for data.  Renamed to
4872         servinfo.  All users changed.
4873         (handle_request): Much simpler test whether we should search the cache.
4874
4875         * nscd/connections.c (handle_request): Fix thinko in selinux test
4876         invocation.
4877
4878         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
4879         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
4880         it before getting dl_load_lock and then relock.
4881         (_dl_lookup_symbol_x): Pass flags to add_dependency.
4882         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
4883         case we unlocked the scope.
4884         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
4885         _dl_lookup_symbol_x in case we locked the scope.
4886         (_dl_profile_fixup): Likewise.
4887         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
4888         set DL_LOOKUP_SCOPE_LOCK.
4889
4890 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
4891
4892         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
4893         CFLAGS-getsrvbynpt_r.c.
4894         * nscd/getsrvbynm_r.c: New file.
4895         * nscd/getsrvbypt_r.c: New file.
4896         * nscd/nscd_getserv_r.c: New file.
4897         * nscd/servicescache.c: New file.
4898         * nscd/Makefile (routines): Add nscd_getserv_r.
4899         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
4900         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
4901         CFLAGS-getsrvbypt_r.c.
4902         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
4903         table.  Add entries for services database.
4904         * nscd/connections.c (serv2str): Mark as const.  Add entries for
4905         services database.
4906         (dbs): Add .reset_res and servdb initialization.
4907         (serv2db): Add entries for services database.
4908         (verify_persistent_db): Accept dbnr == servdb.
4909         (invalidate_cache): Rewrite database name recognition to use a table.
4910         Call res_init() if .reset_res is set for database.
4911         (handle_request): Add code to handle services database.
4912         * nscd/gai.c: Don't define __getservbyname_r.
4913         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
4914         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
4915         (serv_response_header): Define.
4916         (struct datahead): Add serv_response_header member.
4917         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
4918         using table.
4919         * nscd/nscd.conf: Add entries for services database.
4920         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
4921         Declare serv_iov_disabled.
4922         Declare addservbyname, readdservbyname, addservbyport, and
4923         readdservbyport.
4924         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
4925         (find_db): Fix error message.
4926         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
4927         __nscd_getservbyname_r, and __nscd_getservbyport_r.
4928         * nscd/selinux.c (perms): Add entries for services database.
4929         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
4930         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
4931
4932         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
4933         * nscd/hstcache.c: Likewise.
4934         * nscd/pwdcache.c: Likewise.
4935
4936         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
4937         computation of keylen.
4938
4939         * include/string.h: Only redefine strndupa if this is really for
4940         libc code.
4941
4942 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
4943
4944         * nscd/nscd_gethst_r.c: Minor cleanups.
4945
4946         * nscd/connections.c (handle_request): Check selinux permissions
4947         for all non-admin commands.
4948
4949         * sysdeps/i386/i486/bits/atomic.h: Define
4950         atomic_compare_and_exchange_val_acq,
4951         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
4952         using __sync_* built-ins for gcc >= 4.1.
4953         * sysdeps/x86_64/bits/atomic.h: Likewise.
4954
4955         [BZ #3840]
4956         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
4957         and .oS.d files.
4958
4959 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
4960
4961         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
4962         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
4963         (do_test): Check errno and exit(0) if ENOSYS.
4964
4965 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
4966
4967         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
4968         thousands separators.
4969         * stdlib/Makefile: Add rules to build and run tst-strtod4.
4970         * stdlib/tst-strtod4.c: New test.
4971
4972         [BZ #3855]
4973         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
4974         hexadecimal digit should accept just the initial 0.
4975         * stdlib/tst-strtod2.c (tests): New variable.
4976         (do_test): Run several tests rather than just one.
4977
4978 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
4979
4980         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
4981         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
4982
4983 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
4984
4985         * io/fts.c: Make sure fts_cur is always valid after return from
4986         fts_read.
4987         Patch by Miloslav Trmac <mitr@redhat.com>.
4988
4989 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
4990
4991         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
4992         (R_MIPS_NUM): Bump by 1.
4993
4994 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
4995
4996         * posix/execvp.c: Include alloca.h.
4997         (allocate_scripts_argv): Renamed to...
4998         (scripts_argv): ... this.  Don't allocate buffer here nor count
4999         arguments.
5000         (execvp): Use alloca if possible.
5001         * posix/Makefile: Add rules to build and run tst-vfork3 test.
5002         * posix/tst-vfork3.c: New test.
5003
5004 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
5005
5006         * string/Makefile (tst-strxfrm2-ENV): Define.
5007         * stdlib/Makefile (tst-strtod3-ENV): Define.
5008
5009 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
5010
5011         * posix/getconf.c: Update copyright year.
5012         * nss/getent.c: Likewise.
5013         * iconv/iconvconfig.c: Likewise.
5014         * iconv/iconv_prog.c: Likewise.
5015         * elf/ldconfig.c: Likewise.
5016         * catgets/gencat.c: Likewise.
5017         * csu/version.c: Likewise.
5018         * elf/ldd.bash.in: Likewise.
5019         * elf/sprof.c (print_version): Likewise.
5020         * locale/programs/locale.c: Likewise.
5021         * locale/programs/localedef.c: Likewise.
5022         * nscd/nscd.c (print_version): Likewise.
5023         * debug/xtrace.sh: Likewise.
5024         * malloc/memusage.sh: Likewise.
5025         * malloc/mtrace.pl: Likewise.
5026         * debug/catchsegv.sh: Likewise.
5027
5028 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
5029
5030         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
5031         attempts.
5032
5033 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
5034
5035         * posix/wordexp.c: Remove some unnecessary tests.
5036
5037 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
5038
5039         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
5040         blacklist the group till after we look it up.
5041
5042 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
5043
5044         * include/atomic.h (atomic_forced_read): New macro.
5045
5046 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
5047
5048         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
5049
5050 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
5051
5052         * nss/getXXbyYY_r.c: Include atomic.h.
5053         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
5054         add atomic_write_barrier () in between.
5055
5056         * stdlib/Makefile (tests): Add tst-makecontext.
5057         * stdlib/tst-makecontext.c: New test.
5058
5059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
5060         (__makecontext): Don't realign uc_mcontext.uc_regs.
5061
5062 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
5063
5064         * elf/dl-support.c: Include dl-procinfo.h.
5065         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
5066         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
5067         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
5068         Define.
5069         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
5070         hardcoded constants.
5071         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
5072         PPC_PLATFORM_* macros for array designators.
5073
5074 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
5075
5076         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
5077         names to the beginning.
5078         (_dl_powerpc_platforms): Add "power6x".
5079         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
5080         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
5081         (_DL_PLATFORMS_COUNT): Increase.
5082         (_dl_string_platform): Handle power6x case.
5083         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
5084         PPC_FEATURE_POWER6_EXT): Define.
5085         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
5086
5087 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
5088
5089         [BZ #3747]
5090         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
5091         [-2^31 .. 2^31) range.
5092         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
5093         targets.
5094         * stdlib/tst-rand48-2.c: New test.
5095         * stdlib/Makefile (tests): Add tst-rand48-2.
5096
5097 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
5098
5099         * misc/tst-pselect.c (do_test): Fix sigblock argument.
5100
5101 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
5102
5103         * misc/tst-pselect.c (do_test): Make sure the helper process is
5104         terminating when the test is aborted.
5105
5106 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
5107
5108         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
5109         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5110         Handle relatime mount option.
5111
5112         [BZ #2337]
5113         * libio/Makefile (tests): Add tst-setvbuf1.
5114         * libio/tst-setvbuf1.c: New file.
5115
5116 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
5117
5118         [BZ #2337]
5119         * libio/genops.c (__uflow): Fix a typo.
5120         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
5121         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
5122         the narrow buffer size.
5123
5124 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
5125
5126         [BZ #2337]
5127         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
5128         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
5129         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
5130         in _flags.
5131         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
5132         _IO_wstr_finish): Likewise.
5133         * libio/wmemstream.c (open_wmemstream): Likewise.
5134         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
5135         even for wide streams.
5136
5137 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
5138
5139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
5140         kernel-features.h.
5141
5142 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
5143
5144         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
5145         separators also if no non-zero digits found.
5146         * stdlib/Makefile (tests): Add tst-strtod3.
5147
5148 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
5149
5150         [BZ #3632]
5151         * include/features.h: Fix comment about default value for
5152         _POSIX_C_SOURCE.
5153
5154         [BZ #3664]
5155         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
5156         empty parsed strings.
5157         * stdlib/Makefile (tests): Add tst-strtod2.
5158         * stdlib/tst-strtod2.c: New file.
5159
5160         [BZ #3673]
5161         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
5162         computation.
5163         * stdlib/Makefile (tests): Add tst-atof2.
5164         * stdlib/tst-atof2.c: New file.
5165
5166         [BZ #3674]
5167         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
5168         correctly if removing trailing zero of hex-float.
5169         * stdlib/Makefile (tests): Add tst-atof1.
5170         * stdlib/tst-atof1.c: New file.
5171
5172 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
5173
5174         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
5175         Start searching for next comma at p rather than rest.
5176         * misc/Makefile (tests): Add tst-mntent2.
5177         * misc/tst-mntent2.c: New test.
5178
5179         * misc/getusershell.c (initshells): Check for integer overflows.
5180         Make strings buffer one bigger as fgets always succeeds when second
5181         argument is 1.  Don't use calloc for shells array.  Disallow
5182         / as shell.
5183
5184 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
5185
5186         * malloc/memusage.c: Handle realloc with new size of zero and
5187         non-NULL pointer correctly.
5188         (me): Really write first record twice.
5189         (struct entry): Make format bi-arch safe.
5190         (dest): Write out more realloc statistics.
5191         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
5192
5193 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
5194
5195         * nis/nis_subr.c (nis_getnames): Revert last change.
5196
5197 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
5198
5199         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
5200         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
5201         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
5202         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
5203         ENOTTY.
5204         * io/Makefile: Add rules to build and run tst-ttyname_r test.
5205         * io/tst-ttyname_r.c: New test.
5206
5207 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5208
5209         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
5210
5211 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
5212
5213         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
5214         jump table entries.
5215
5216 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5217
5218         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
5219         `clone' function to ensure proper unwinding stop of gdb.
5220         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
5221
5222 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
5223
5224         * nscd/nscd.init: Remove obsolete and commented-out -S option
5225         handling.
5226
5227 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
5228
5229         [BZ #3514]
5230         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
5231
5232         [BZ #3515]
5233         * manual/string.texi (strtok): Remove duplicate paragraph.
5234
5235 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5236
5237         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
5238         libgcc not supporting `rflags' unwinding (register # >= 17).
5239
5240 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
5241
5242         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
5243         succeeded.
5244
5245 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
5246             Jakub Jelinek  <jakub@redhat.com>
5247             Jan Kratochvil  <jan.kratochvil@redhat.com>
5248
5249         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
5250         unwind information.
5251         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
5252         'restore_rt' even in the 'signal' directory.
5253         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
5254
5255 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
5256
5257         [BZ #3559]
5258         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
5259         malloc crashed.  Don't allocate memory unnecessarily in each
5260         loop.
5261
5262 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
5263
5264         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
5265
5266 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
5267
5268         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
5269
5270 2006-11-18  Bruno Haible  <bruno@clisp.org>
5271
5272         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
5273         __sysconf only after having tried to call getgroups32.
5274
5275 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
5276
5277         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
5278         addresses for IPv4 queries if they can be mapped.
5279
5280 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
5281
5282         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
5283         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
5284         (signmask): Add .size directive.
5285         (othermask): Add .type directive.
5286
5287 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
5288
5289         * po/nl.po: Update from translation team.
5290
5291         * timezone/zdump.c: Redo fix for BZ #3137.
5292
5293 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
5294
5295         * nss/nss_files/files-alias.c (get_next_alias): Set line back
5296         to first_unused after parsing :include: file.
5297
5298 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
5299
5300         * timezone/africa: Update from tzdata2006o.
5301         * timezone/antarctica: Likewise.
5302         * timezone/asia: Likewise.
5303         * timezone/australasia: Likewise.
5304         * timezone/backward: Likewise.
5305         * timezone/europe: Likewise.
5306         * timezone/iso3166.tab: Likewise.
5307         * timezone/northamerica: Likewise.
5308         * timezone/southamerica: Likewise.
5309         * timezone/zone.tab: Likewise.
5310
5311         * time/tzfile.c (__tzfile_read): Extend to handle new file format
5312         on machines with 64-bit time_t.
5313
5314         * timezone/checktab.awk: Update from tzcode2006o.
5315         * timezone/ialloc.c: Likewise.
5316         * timezone/private.h: Likewise.
5317         * timezone/scheck.c: Likewise.
5318         * timezone/tzfile.h: Likewise.
5319         * timezone/tzselect.ksh: Likewise.
5320         * timezone/zdump.c: Likewise.
5321         * timezone/zic.c: Likewise.
5322
5323         [BZ #3483]
5324         * elf/ldconfig.c (main): Call setlocale and textdomain.
5325         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
5326
5327         [BZ #3480]
5328         * manual/argp.texi: Fix typos.
5329         * manual/charset.texi: Likewise.
5330         * manual/errno.texi: Likewise.
5331         * manual/filesys.texi: Likewise.
5332         * manual/lang.texi: Likewise.
5333         * manual/maint.texi: Likewise.
5334         * manual/memory.texi: Likewise.
5335         * manual/message.texi: Likewise.
5336         * manual/resource.texi: Likewise.
5337         * manual/search.texi: Likewise.
5338         * manual/signal.texi: Likewise.
5339         * manual/startup.texi: Likewise.
5340         * manual/stdio.texi: Likewise.
5341         * manual/sysinfo.texi: Likewise.
5342         * manual/syslog.texi: Likewise.
5343         * manual/time.texi: Likewise.
5344         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5345
5346         [BZ #3465]
5347         * sunrpc/clnt_raw.c: Minimal message improvements.
5348         * sunrpc/pm_getmaps.c: Likewise.
5349         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
5350         * nis/nis_print_group_entry.c: Likewise.
5351         * locale/programs/repertoire.c: Likewise.
5352         * locale/programs/charmap.c: Likewise.
5353         * malloc/memusage.sh: Likewise.
5354         * elf/dl-deps.c: Likewise.
5355         * locale/programs/ld-collate.c: Likewise.
5356         * libio/vswprintf.c: Likewise.
5357         * malloc/memusagestat.c: Likewise.
5358         * sunrpc/auth_unix.c: Likewise.
5359         * sunrpc/rpc_main.c: Likewise.
5360         * nscd/cache.c: Likewise.
5361         * locale/programs/repertoire.c: Unify output messages.
5362         * locale/programs/charmap.c: Likewise.
5363         * locale/programs/ld-ctype.c: Likewise.
5364         * locale/programs/ld-monetary.c: Likewise.
5365         * locale/programs/ld-numeric.c: Likewise.
5366         * locale/programs/ld-time.c: Likewise.
5367         * elf/ldconfig.c: Likewise.
5368         * nscd/selinux.c: Likewise.
5369         * elf/cache.c: Likewise.
5370         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
5371
5372         [BZ #3451]
5373         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
5374         change atomic.
5375         (ceil): Likewise.
5376
5377 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
5378
5379         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
5380         if N is one bigger than return value.
5381         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
5382         and l1 last arguments, if buf is defined, verify the return value
5383         equals to strlen (buf) and verify no byte beyond passed length
5384         is modified.
5385
5386 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
5387
5388         * po/sv.po: Update from translation team.
5389
5390 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
5391
5392         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
5393         noinline attribute.
5394
5395 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
5396
5397         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
5398         noinline attribute.
5399
5400         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
5401         Use __new_sys_siglist instead of _sys_siglist_internal as
5402         second macro argument.
5403         (_old_sys_siglist): Use declare_symbol_alias macro instead of
5404         strong_alias.
5405
5406 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
5407
5408         [BZ #3493]
5409         * posix/unistd.h (sysconf): Remove const attribute.
5410
5411         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
5412         temporary or deprecated addresses.
5413         Patch by Sridhar Samudrala <sri@us.ibm.com>.
5414
5415         * string/Makefile (tests): Add tst-strxfrm2.
5416         * string/tst-strxfrm2.c: New file.
5417
5418 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
5419
5420         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
5421         rather than r->r_brk.
5422
5423 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
5424
5425         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
5426         optimization even if needed > n.
5427
5428         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
5429         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
5430         return false, otherwise return true.
5431         (cache_rpath): Return decompose_rpath return value.
5432
5433 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
5434
5435         * include/libc-symbols.h (declare_symbol): Rename to...
5436         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
5437         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
5438         .size directive.
5439         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
5440         changes.
5441         * sysdeps/gnu/siglist.c: Likewise.
5442
5443 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
5444
5445         * sysdeps/powerpc/fpu/bits/mathinline.h
5446         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
5447         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
5448
5449 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
5450
5451         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
5452         Update handling of cache descriptor 0x49 for new models.
5453         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
5454         Likewise.
5455
5456 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
5457
5458         * malloc/memusage.c (dest): Reset not_me back to false after
5459         printing statistics.
5460
5461 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
5462
5463         * configure.in: Work around ld --help change and avoid -z relro
5464         test completely if the architecture doesn't care about security.
5465
5466 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
5467
5468         * po/sv.po: Update from translation team.
5469
5470 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
5473         generate compatibility version.
5474
5475 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
5476
5477         * configure.in: Relax -z relro requirement a bit.
5478
5479         * po/sv.po: Update from translation team.
5480
5481 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
5482
5483         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
5484         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
5485         * elf/dl-close.c (_dl_close_worker): Likewise.
5486         * elf/dl-open.c (_dl_open_worker): Likewise.
5487         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
5488
5489 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
5490
5491         * configure.in: Require assembler support for visibility, compiler
5492         support for visibility and aliases, linker support for various -z
5493         options.
5494         * Makeconfig: Remove conditional code which now is unnecessary.
5495         * config.h.in: Likewise.
5496         * config.make.in: Likewise.
5497         * dlfcn/Makefile: Likewise.
5498         * elf/Makefile: Likewise.
5499         * elf/dl-load.c: Likewise.
5500         * elf/rtld.c: Likewise.
5501         * include/libc-symbols.h: Likewise.
5502         * include/stdio.h: Likewise.
5503         * io/Makefile: Likewise.
5504         * io/fstat.c: Likewise.
5505         * io/fstat64.c: Likewise.
5506         * io/fstatat.c: Likewise.
5507         * io/fstatat64.c: Likewise.
5508         * io/lstat.c: Likewise.
5509         * io/lstat64.c: Likewise.
5510         * io/mknod.c: Likewise.
5511         * io/mknodat.c: Likewise.
5512         * io/stat.c: Likewise.
5513         * io/stat64.c: Likewise.
5514         * libio/stdio.c: Likewise.
5515         * nscd/Makefile: Likewise.
5516         * stdlib/Makefile: Likewise.
5517         * stdlib/atexit.c: Likewise.
5518         * sysdeps/generic/ldsodefs.h: Likewise.
5519         * sysdeps/i386/dl-machine.h: Likewise.
5520         * sysdeps/i386/sysdep.h: Likewise.
5521         * sysdeps/i386/i686/memcmp.S: Likewise.
5522         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
5523         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5524         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5525
5526         * Makerules: USE_TLS support is now default.
5527         * tls.make.c: Likewise.
5528         * csu/Versions: Likewise.
5529         * csu/libc-start.c: Likewise.
5530         * csu/libc-tls.c: Likewise.
5531         * csu/version.c: Likewise.
5532         * dlfcn/dlinfo.c: Likewise.
5533         * elf/dl-addr.c: Likewise.
5534         * elf/dl-cache.c: Likewise.
5535         * elf/dl-close.c: Likewise.
5536         * elf/dl-iteratephdr.c: Likewise.
5537         * elf/dl-load.c: Likewise.
5538         * elf/dl-lookup.c: Likewise.
5539         * elf/dl-object.c: Likewise.
5540         * elf/dl-open.c: Likewise.
5541         * elf/dl-reloc.c: Likewise.
5542         * elf/dl-support.c: Likewise.
5543         * elf/dl-sym.c: Likewise.
5544         * elf/dl-sysdep.c: Likewise.
5545         * elf/dl-tls.c: Likewise.
5546         * elf/ldconfig.c: Likewise.
5547         * elf/rtld.c: Likewise.
5548         * elf/tst-tls-dlinfo.c: Likewise.
5549         * elf/tst-tls1.c: Likewise.
5550         * elf/tst-tls10.h: Likewise.
5551         * elf/tst-tls14.c: Likewise.
5552         * elf/tst-tls2.c: Likewise.
5553         * elf/tst-tls3.c: Likewise.
5554         * elf/tst-tls4.c: Likewise.
5555         * elf/tst-tls5.c: Likewise.
5556         * elf/tst-tls6.c: Likewise.
5557         * elf/tst-tls7.c: Likewise.
5558         * elf/tst-tls8.c: Likewise.
5559         * elf/tst-tls9.c: Likewise.
5560         * elf/tst-tlsmod1.c: Likewise.
5561         * elf/tst-tlsmod13.c: Likewise.
5562         * elf/tst-tlsmod13a.c: Likewise.
5563         * elf/tst-tlsmod14a.c: Likewise.
5564         * elf/tst-tlsmod2.c: Likewise.
5565         * elf/tst-tlsmod3.c: Likewise.
5566         * elf/tst-tlsmod4.c: Likewise.
5567         * elf/tst-tlsmod5.c: Likewise.
5568         * elf/tst-tlsmod6.c: Likewise.
5569         * include/errno.h: Likewise.
5570         * include/link.h: Likewise.
5571         * include/tls.h: Likewise.
5572         * locale/global-locale.c: Likewise.
5573         * locale/localeinfo.h: Likewise.
5574         * malloc/arena.c: Likewise.
5575         * malloc/hooks.c: Likewise.
5576         * malloc/malloc.c: Likewise.
5577         * resolv/Versions: Likewise.
5578         * sysdeps/alpha/dl-machine.h: Likewise.
5579         * sysdeps/alpha/libc-tls.c: Likewise.
5580         * sysdeps/generic/ldsodefs.h: Likewise.
5581         * sysdeps/generic/tls.h: Likewise.
5582         * sysdeps/i386/dl-machine.h: Likewise.
5583         * sysdeps/ia64/dl-machine.h: Likewise.
5584         * sysdeps/ia64/libc-tls.c: Likewise.
5585         * sysdeps/mach/hurd/fork.c: Likewise.
5586         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5587         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
5588         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5589         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5590         * sysdeps/s390/libc-tls.c: Likewise.
5591         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5592         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5593         * sysdeps/sh/dl-machine.h: Likewise.
5594         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5595         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5596         * sysdeps/x86_64/dl-machine.h: Likewise.
5597
5598         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
5599         split out locking and parameter checking.
5600         (_dl_close): Call _dl_close_worker after locking and checking.
5601         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
5602         _dl_close.
5603         * elf/Makefile: Add rules to build and run tst-thrlock.
5604         * elf/tst-thrlock.c:  New file.
5605
5606         [BZ #3426]
5607         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
5608         reality.
5609
5610         [BZ #3429]
5611         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
5612         we are sure we do not need it anymore for _dl_close.  Also move
5613         the asserts inside the lock region.
5614         Patch mostly by Suzuki <suzuki@in.ibm.com>.
5615
5616 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
5617
5618         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
5619         argument.
5620         (_dl_lookup_symbol_x): Adjust caller.
5621
5622         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
5623         _ns_global_scope.
5624         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
5625
5626         * elf/dl-libc.c: Revert l_scope name changes.
5627         * elf/dl-load.c: Likewise.
5628         * elf/dl-object.c: Likewise.
5629         * elf/rtld.c: Likewise.
5630         * elf/dl-close.c (_dl_close): Likewise.
5631         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
5632         always use __rtld_mrlock_{change,done}.  Always free old scope list
5633         here if not l_scope_mem.
5634         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
5635         change.  Never free scope list here.  Just __rtld_mrlock_lock before
5636         the lookup and __rtld_mrlock_unlock it after the lookup.
5637         * elf/dl-sym.c: Likewise.
5638         * include/link.h (struct r_scoperec): Remove.
5639         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
5640         with l_scope_mem and l_scoperec_lock with l_scope_lock.
5641
5642 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
5643
5644         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
5645
5646 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
5647
5648         * configure.in: Disable building profile libraries by default.
5649
5650 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
5651
5652         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
5653         as signed longs, check for x_base + pos overflow.
5654         * sunrpc/Makefile (tests): Add tst-xdrmem2.
5655         * sunrpc/tst-xdrmem2.c: New test.
5656
5657 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
5658
5659         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
5660         _dl_lookup_symbol_x code.
5661
5662 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
5663
5664         * elf/dl-runtime.c: Include sysdep-cancel.h.
5665         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
5666         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
5667         instead of catomic_* macros.
5668         * elf/dl-sym.c: Include sysdep-cancel.h.
5669         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
5670         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
5671         * elf/dl-close.c: Include sysdep-cancel.h.
5672         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
5673         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
5674         * elf/dl-open.c: Include sysdep-cancel.h.
5675         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
5676         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
5677
5678 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
5679
5680         [BZ #3313]
5681         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
5682         fastbin rather than end of fastbin array.
5683
5684 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
5685
5686         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
5687         body macro.
5688         * sysdeps/x86_64/bits/atomic.h
5689         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
5690         (catomic_decrement): Use correct body macro.
5691
5692 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
5693
5694         * include/atomic.h: Add a unique prefix to all local variables
5695         in macros.
5696         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
5697
5698 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
5699
5700         [BZ #3369]
5701         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
5702         and 7.
5703
5704 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
5705
5706         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
5707
5708 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
5709
5710         [BZ #3313]
5711         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
5712         determine highest fast bin to consolidate, always look into all of
5713         them.
5714         (do_check_malloc_state): Only require for empty bins for large
5715         sizes in main arena.
5716
5717         * libio/stdio.h: Add more __wur attributes.
5718
5719         * elf/dl-minimal.c (realloc): Optimize last patch.
5720
5721 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
5722
5723         [BZ #3352]
5724         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
5725         and use memcpy() if it does.
5726
5727 2006-11-12  Andreas Jaeger  <aj@suse.de>
5728
5729         [BZ #2510]
5730         * manual/search.texi (Hash Search Function): Clarify.
5731         (Array Search Function): Clarify.
5732
5733 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
5734
5735         [BZ #2830]
5736         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
5737         shifting.
5738         * math/atest-exp2.c (read_mpn_hex): Likewise.
5739         * math/atest-sincos.c (main): Likewise.
5740
5741 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
5742
5743         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
5744         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
5745         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
5746         version GLIBC_2.6.
5747         * Versions.def: Add GLIBC_2.6 for libc.
5748
5749         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
5750
5751         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
5752
5753 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
5754
5755         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
5756
5757         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
5758
5759         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
5760         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
5761
5762 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
5763
5764         * include/atomic.c: Define catomic_* operations.
5765         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
5766         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
5767         * malloc/memusage.c: Likewise.
5768         * gmon/mcount.c: Likewise.
5769         * elf/dl-close.c: Likewise.
5770         * elf/dl-open.c: Likewise.
5771         * elf/dl-profile.c: Likewise.
5772         * elf/dl-sym.c: Likewise.
5773         * elf/dl-runtime.c: Likewise.
5774         * elf/dl-fptr.c: Likewise.
5775         * resolv/res_libc.c: Likewise.
5776
5777 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
5778
5779         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
5780         components which lack them.
5781
5782         * nis/nis_subr.c (nis_getnames): Make sure that we always return
5783         at least one entry consisting of the parameter concatenated with
5784         the domain.
5785
5786 2006-10-10  Roland McGrath  <roland@frob.com>
5787
5788         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
5789         * sysdeps/mach/hurd/futimes.c: Likewise.
5790         * sysdeps/mach/hurd/lutimes.c: Likewise.
5791
5792 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
5793             Jakub Jelinek  <jakub@redhat.com>
5794
5795         Implement reference counting of scope records.
5796         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
5797         from the list in objects which remain.  Always allocate new scope
5798         record.
5799         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
5800         don't resize, allocate a new one.
5801         * elf/dl-runtime.c: Update reference counters before using a scope
5802         array.
5803         * elf/dl-sym.c: Likewise.
5804         * elf/dl-libc.c: Adjust for l_scope name change.
5805         * elf/dl-load.c: Likewise.
5806         * elf/dl-object.c: Likewise.
5807         * elf/rtld.c: Likewise.
5808         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
5809         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
5810         Add l_scoperec_lock.
5811         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
5812         * sysdeps/generic/rtld-lowlevel.h: New file.
5813
5814         * include/atomic.h: Rename atomic_and to atomic_and_val and
5815         atomic_or to atomic_or_val.  Define new macros atomic_and and
5816         atomic_or which do not return values.
5817         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
5818         Various cleanups.
5819         * sysdeps/i386/i486/bits/atomic.h: Likewise.
5820
5821         * po/sv.po: Update from translation team.
5822
5823 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
5824
5825         * Versions.def: Add GLIBC_2.6 to libpthread.
5826
5827         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
5828         (versioned_symbol): Likewise.
5829         (compat_symbol): Likewise.
5830
5831         * po/tr.po: Update from translation team.
5832
5833 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
5834
5835         * nis/Banner: Removed.  It's been integral part forever and the
5836         author info is incomplete anyway.
5837         * libio/Banner: Likewise.
5838
5839         * nis/nis_table.c (nis_list): If __follow_path fails in the new
5840         code, make sure the nis_freeresult call doesn't crash and that the
5841         result is reported correctly.
5842
5843 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
5844
5845         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
5846         when callback is NULL.
5847
5848         * nis/Versions (libnss_nisplus): Add
5849         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
5850         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
5851         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
5852         _nss_create_tablename): Rename to...
5853         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
5854         ... these.  No longer static.
5855         (internal_setgrent): Adjust users.
5856         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
5857         Don't use locking around _nss_grp_create_tablename call.
5858         * nis/nss_nisplus/nisplus-initgroups.c: New file.
5859
5860 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
5861
5862         * version.h (VERSION): Bump to 2.5.90 for new development tree.
5863
5864 2006-10-06  Andreas Jaeger  <aj@suse.de>
5865
5866         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
5867
5868 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
5869
5870         * po/pl.po: Update from translation team.
5871
5872         * nscd/nscd.c (main): Fix typo in message.
5873         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
5874
5875 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
5876
5877         [BZ #3291]
5878         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
5879         errno.h, signal.h, unistd.h and sysdep-cancel.h.
5880         (__sigprocmask): Define.
5881
5882 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
5883
5884         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
5885         used.
5886
5887 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
5888
5889         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
5890         in oldtotal and newtotal calculation.
5891         * nscd/nscd-client.h (struct mapped_database): Add datasize
5892         field.
5893         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
5894         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
5895         increased.
5896         (__nscd_cache_search): Add checks to make sure we never reference
5897         data beyond the current mapping.
5898
5899 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5900
5901         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
5902         variables const to avoid compiler warnings.
5903
5904         * io/fts.c (fts_close): Remove redundant checks.
5905         (fts_build): Likewise.
5906         (fts_palloc): Likewise.
5907
5908         * manual/message.texi (Advanced gettext functions,
5909         Using gettextized software): Fix typos.
5910
5911 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
5912
5913         * posix/glob.c (glob_in_dir): Add some comments and asserts to
5914         explain why there are no leaks.
5915
5916 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
5917
5918         * libio/wmemstream.c: Include <wchar.h>.
5919         * libio/bug-wmemstream1.c: Likewise.
5920         * libio/tst-wmemstream1.c: Likewise.
5921         * libio/tst-wmemstream2.c: Likewise.
5922
5923         * version.h (RELEASE): Bump to 2.5.
5924         * README: Regenerated.
5925
5926         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
5927
5928         [BZ #3273]
5929         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
5930         found no group members.
5931         Patch by Petr Baudis.
5932
5933 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
5934
5935         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
5936         assert bootstrap_map.l_tls_modid is zero.
5937         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
5938         if USE___THREAD.
5939
5940 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
5941
5942         * libio/stdio.h: Move open_wmemstream prototype to ...
5943         * wcsmbs/wchar.h: ... here.
5944
5945 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
5946
5947         [BZ #3252]
5948         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
5949         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
5950         __{,l}chown to handle the rest.
5951         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
5952         fchownat syscall and __ASSUME_32BITUIDS case inline, call
5953         __{,l}chown to handle the rest.
5954         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
5955         i386/fchownat.c.
5956         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
5957         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
5958
5959         [BZ #3253]
5960         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
5961         time, rather allocate increasingly bigger arrays of pointers, if
5962         possible with alloca, if too large with malloc.
5963
5964 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
5965
5966         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
5967
5968         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
5969
5970 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
5971
5972         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
5973         home addresses.
5974         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
5975         IFA_F_HOMEADDRESS flag for interfaces.
5976         * include/ifaddrs.h (struct in6addrinfo): Define
5977         in6ai_homeaddress.
5978
5979 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
5980
5981         [BZ #3225]
5982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
5983         PTR_DEMANGLE3): Define.
5984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
5985         PTR_DEMANGLE3): Likewise.
5986         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
5987         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
5988         Likewise.
5989         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
5990
5991 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
5992
5993         * po/libc.pot: Regenerated.
5994         * po/be.po: Updated.
5995         * po/ca.po: Likewise.
5996         * po/cs.po: Likewise.
5997         * po/da.po: Likewise.
5998         * po/de.po: Likewise.
5999         * po/el.po: Likewise.
6000         * po/en_GB.po: Likewise.
6001         * po/es.po: Likewise.
6002         * po/fi.po: Likewise.
6003         * po/fr.po: Likewise.
6004         * po/gl.po: Likewise.
6005         * po/hr.po: Likewise.
6006         * po/hu.po: Likewise.
6007         * po/ja.po: Likewise.
6008         * po/ko.po: Likewise.
6009         * po/nb.po: Likewise.
6010         * po/nl.po: Likewise.
6011         * po/pl.po: Likewise.
6012         * po/pt_BR.po: Likewise.
6013         * po/ru.po: Likewise.
6014         * po/rw.po: Likewise.
6015         * po/sk.po: Likewise.
6016         * po/sv.po: Likewise.
6017         * po/tr.po: Likewise.
6018         * po/zh_CN.po: Likewise.
6019         * po/zh_TW.po: Likewise.
6020
6021         [BZ #3137]
6022         * iconv/iconv_prog.c (main): Fix spelling in error message.
6023         * iconv/iconvconfig.c (main): Likewise.
6024         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
6025         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
6026         * locale/programs/localedef.c (main): Likewise.
6027         * locale/programs/repertoire.c (repertoire_read): Likewise.
6028         * timezone/zdump.c (main): Likewise.
6029         * nscd/connections.c (handle_request): Fix spelling in log message.
6030         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
6031
6032 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
6033
6034         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
6035         interfaces.
6036
6037 2006-09-20  Andreas Jaeger  <aj@suse.de>
6038
6039         * math/libm-test.inc (lrint_test_upward): Fix typo.
6040
6041 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
6042
6043         [BZ #2592]
6044         * math/libm-test.inc (lrint_test_tonearest): New function.
6045         (lrint_test_towardzero): New function.
6046         (lrint_test_downward): New function.
6047         (lrint_test_upward): New function.
6048         (main): Run these new tests.
6049         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
6050         of values near to 0.
6051         (two52): Use double not long double.
6052         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
6053         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
6054         (two23): Use float not double.
6055         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
6056         (two23): Use float not double.
6057         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
6058         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
6059         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
6060         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
6061
6062 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6063
6064         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
6065         Cast sp to unsigned long to avoid compiler warning.
6066         Use __makecontext_ret function instead of a trampoline on the stack.
6067         (__makecontext_ret): New function.
6068         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
6069
6070 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
6071
6072         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
6073         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
6074         bits.
6075
6076 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
6077
6078         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
6079         sure no reference to the unloaded map's search list remains in the
6080         dependency's scope.
6081
6082 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
6083
6084         * elf/Makefile: Add rules to build and run unload7 test.
6085         * elf/unload7.c: New test.
6086         * elf/unload7mod1.c: New file.
6087         * elf/unload7mod2.c: New file.
6088
6089 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
6090
6091         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
6092         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
6093         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6094         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
6095         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
6096         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
6097         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
6098         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
6099         PTRACE_GETEVENTMSG): Likewise.
6100         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
6101         values.
6102
6103 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
6104
6105         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
6106         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6107         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
6108         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
6109
6110 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
6111
6112         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
6113         write '\0' to the fd.
6114         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
6115         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
6116         Change regs to unsigned long pointer from unsigned int, fix fscr
6117         offset.
6118
6119 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
6120
6121         * io/Makefile (CFLAGS-fstatat.c): Set.
6122         (CFLAGS-fstatat64.c): Likewise.
6123         (CFLAGS-mknodat.c): Likewise.
6124
6125         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
6126         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
6127         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
6128         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
6129
6130 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
6131             Steven Munroe  <sjmunroe@us.ibm.com>
6132
6133         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
6134         names to the beginning.  Rename "cell" to "cellbe".
6135         (_dl_powerpc_platforms): New.
6136         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
6137         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
6138         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
6139         (_DL_HWCAP_PLATFORM): Define to new mask.
6140         (_dl_platform_string, _dl_string_platform): New functions.
6141         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
6142         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
6143
6144 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
6145
6146         [BZ #2526]
6147         * README.libm: Fix a thinko in sqrt algorithm description.
6148
6149         [BZ #3143]
6150         * manual/string.texi (argz_delete): Fix prototype.
6151         Patch by <alpt@freaknet.org>.
6152
6153 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
6154
6155         [BZ #3138]
6156         * io/test-lfs.c (do_prepare): Give name_len type size_t.
6157         * io/tst-fcntl.c (do_prepare): Likewise.
6158         * posix/tst-exec.c (do_prepare): Likewise.
6159         * posix/tst-preadwrite.c (do_prepare): Likewise.
6160         * posix/tst-spawn.c (do_prepare): Likewise.
6161         * posix/tst-truncate.c (do_prepare): Likewise.
6162         * rt/tst-aio.c (do_prepare): Likewise.
6163         * rt/tst-aio64.c (do_prepare): Likewise.
6164         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
6165         size_t.
6166
6167 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
6168
6169         [BZ #2821]
6170         * time/mktime.c (guess_time_tm): Fix overflow detection.
6171         * time/Makefile (tests): Add bug-mktime1.
6172         * time/bug-mktime1.c: New file.
6173
6174         [BZ #3189, #3188]
6175         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
6176         (mremap): Likewise.
6177
6178 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
6179
6180         [BZ #1006]
6181         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
6182         Ensure relocation doesn't clobber any bits outside of the
6183         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
6184         R_SPARC_HI22 and R_SPARC_H44.
6185
6186         [BZ #2775]
6187         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
6188         (long) (MINSIZE + nb - old_size) is positive.
6189
6190         * malloc/arena.c (grow_heap): When growing bail even if new_size
6191         is negative.
6192
6193         [BZ #3155]
6194         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
6195         stack below r1.
6196
6197 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6198
6199         * posix/regex_internal.c (re_string_reconstruct): Handle
6200         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6201         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6202         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6203         re_string_context_at.
6204         * posix/Makefile: Add rules to build and run bug-regex26 test.
6205         * posix/bug-regex26.c: New test.
6206
6207         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
6208         rather than col_sym_free.  Move seqp declaration earlier.
6209
6210         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
6211
6212 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
6213
6214         * nscd/initgrcache.c (addinitgroupsX): Move any_success
6215         decl before first goto out.
6216
6217 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
6218
6219         * Makerules (shlib.lds): If have-hash-style, put .hash section
6220         at the end of the RO segment.
6221
6222 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
6223
6224         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
6225         style hash table format is used.
6226
6227 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
6228
6229         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
6230         randomization rather than before.
6231         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
6232
6233 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
6234
6235         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
6236
6237         * malloc/malloc.c (_int_malloc): Use full list insert and not
6238         shortcut which assumes the list is empty for large requests
6239         too.
6240
6241         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
6242
6243 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
6244
6245         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
6246         and offout arguments to the prototype.
6247         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
6248         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
6249         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
6250         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
6251         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
6252         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
6253         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
6254         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
6255
6256 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
6257
6258         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
6259
6260         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
6261         dlopen parameters.
6262
6263 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
6264
6265         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
6266         only if herrno is NETDB_INTERNAL.  Handle errors other than
6267         ERANGE outside of the loops, handle TRY_AGAIN.
6268
6269         * locale/programs/ld-ctype.c (translit_flatten): Issue error
6270         if other's ctype category was missing.
6271         * locale/programs/ld-collate.c (collate_read): Return if
6272         copy_locale's collate category is missing.
6273
6274 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
6275
6276         [BZ #2684]
6277         * malloc/malloc.c (public_rEALLOc): Try harder by using other
6278         arenas if allocation failed.
6279         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
6280
6281 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
6282
6283         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
6284         waste bins[0..1].
6285         (malloc_state): Reduce bins size by 2.
6286         (_int_malloc): Fix test for large enough buffer for early termination.
6287         When no unsorted block matches perfectly and an exiting block has
6288         to be split, use full list insert and not shortcut which assumes
6289         the list is empty.
6290
6291         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
6292         failure.
6293
6294 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
6295
6296         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
6297         do anything.
6298
6299         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
6300         symbol require exact match (these are PLTs).
6301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
6302         (_dl_ppc64_addr_sym_match): Likewise.
6303
6304         [BZ #2683]
6305         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
6306         If symbol has a value use it.
6307         * elf/tst-dladdr1.c: New file.
6308         * elf/Makefile: Add rules to build and run tst-addr1.
6309
6310 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
6311
6312         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
6313         keeps failing and heap growth or new heap creation isn't
6314         successful either.
6315         * malloc/tst-malloc.c (main): Add new tests.
6316
6317 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
6318
6319         [BZ #2734]
6320         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
6321         as in the x86-64 code to use bswap.
6322
6323 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
6324
6325         [BZ #2680]
6326         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
6327         __USE_UNIX98.
6328         * posix/bits/unistd.h: Likewise.
6329
6330 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
6331
6332         [BZ #2751]
6333         * string/strchr.c: Add cast to avoid warning.
6334
6335 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
6336
6337         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
6338         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
6339         limit is needed to avoid the exploding of the address space
6340         requirement for secondary heaps.
6341         * malloc/arena.c (HEAP_MAX_SIZE): Define using
6342         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
6343
6344 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
6345
6346         [BZ #3018]
6347         * Makerules (depfiles): Handle extra-test-objs the same as
6348         extra-objs.
6349         (common-mostlyclean): Likewise.
6350         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
6351         instead.
6352         * elf/Makefile (extra-objs): Likewise.
6353         * stdlib/Makefile (extra-objs): Likewise.
6354
6355 2006-08-14  Eric Blake  <ebb9@byu.net>
6356
6357         [BZ #3044]
6358         * misc/error.h: Assume C89 or better.
6359         * misc/error.c: Likewise.
6360
6361 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
6362
6363         [BZ #3040]
6364         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
6365         __ASSUME_ATFCTS is defined.
6366
6367 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
6368
6369         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
6370         to sort in each call.
6371
6372         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
6373         is empty simply return and use next service.
6374         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
6375
6376         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
6377         tells us when not finding a charmap file is an error.
6378         * locale/programs/charmap.h: Adjust charmap_read prototype.
6379         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
6380         cannot find a charmap.
6381         * locale/programs/localedef.c (main): Adjust charmap_read call.
6382
6383 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
6384
6385         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
6386         sysdeps/posix/pause.c implementation instead.
6387
6388 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
6389
6390         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
6391         to EPERM.
6392
6393 2006-08-13  Andreas Schwab  <schwab@suse.de>
6394
6395         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
6396         Don't clobber caller's LRSAVE.
6397         (_dl_prof_resolve): Likewise.
6398
6399 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
6400
6401         [BZ #1996]
6402         * libio/memstream.c (open_memstream): Allocate initial buffer with
6403         calloc.
6404         * libio/wmemstream.c (open_wmemstream): Likewise.
6405         * libio/strops.c: Pretty printing.
6406         (_IO_str_overflow): Clear uninitialized part of the new buffer.
6407         (enlarge_userbuf): New function.
6408         (_IO_str_seekoff): Call it if seek position is larger than current
6409         buffer.
6410         * libio/wstrops.c: Likewise.
6411         * libio/vasprintf.c: Add comment as to why we do not have to use
6412         calloc instead of malloc to allocate initial buffer.
6413         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
6414         * libio/bug-memstream1.c: New file.
6415         * libio/bug-wmemstream1.c: New file.
6416
6417 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
6418
6419         * libio/wstrops.c: Remove dead macro definitions and comments.
6420         * libio/strops.c: Likewise.
6421
6422         [BZ #2764]
6423         * login/utmpname.c (__utmpname): Remove unnecessary test.
6424
6425 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
6426
6427         [BZ #2832]
6428         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
6429         0s from integers.
6430
6431 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
6432
6433         [BZ #2987]
6434         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
6435         for CPU clocks.
6436         * sysdeps/unix/clock_settime.c: Add support for platform-specific
6437         setting of CPU clocks.
6438
6439 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
6440
6441         [BZ #2841]
6442         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
6443         since C99 requires the result to promote to 'int' when uint_least8_t
6444         and uint_least16_t promote to 'int'.
6445
6446 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6447
6448         [BZ #3013]
6449         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
6450         lenght of one output field, correct bitmask creation.
6451         * locale/programs/ld-time.c: Add alignment.
6452
6453         [BZ #2997]
6454         * misc/error.c: Add space between program name and message if file
6455         name is missing.
6456
6457 2006-08-03  Eric Blake  <ebb9@byu.net>
6458
6459         [BZ #2998]
6460         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
6461
6462 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
6463
6464         * malloc/memusagestat.c: Silence warnings.
6465
6466         * malloc/malloc.c: Dynamically size mmap treshold if the program
6467         frees mmaped blocks.
6468         Patch by Valerie Henson and Arjan van de Ven.
6469
6470 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
6471
6472         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
6473         __USE_GNU.
6474
6475         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
6476         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
6477         (DEF): Don't put the var into .gnu.linkonce.r.* section.
6478         Only provide var definitions in strtol_l (or for *ull*
6479         in strtoll_l).
6480
6481         * stdio-common/bug16.c (tests): New array.
6482         (do_tests): Allow the first hexadecimal digit
6483         to be 1, 2, 4 or 8.  Do 3 additional tests.
6484
6485         * sysdeps/s390/fpu/libm-test-ulps: Update.
6486
6487         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
6488         fchownat syscall if available.
6489         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
6490         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
6491         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
6492
6493 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
6494
6495         * nis/nis_xdr.c: Avoid some function calls.
6496
6497 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
6498             Ulrich Drepper  <drepper@redhat.com>
6499
6500         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
6501         short cut if only one name component is stripped away.
6502
6503 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
6504
6505         * nis/nis_call.c: Minor cleanups throughout.
6506         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
6507         (first_shoot): Add search_parent_first parameter.  Only if it is set
6508         search parent server first.
6509         If directory for table found through cold start cache is not the same
6510         as referenced in the cache, don't use it.
6511         (__nisfind_server): Take additional parameter.  Pass it on to
6512         first_shoot.
6513         (__prepare_niscall): Adjust __nisfind_server call.
6514         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
6515         * nis/nis_table.c: Adjust __nisfind_server call.
6516         * nis/nis_lookup.c: Likewise.
6517         (nis_lookup): Don't loop endlessly if name is reduced to ".".
6518
6519 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
6520
6521         [BZ #2182]
6522         * math/s_cacosh.c: Return values from positive branch.
6523         * math/s_cacoshf.c: Likewise.
6524         * math/s_cacoshl.c: Likewise.
6525
6526         [BZ #2883]
6527         * sysvipc/sys/msg.h: Change return value to ssize_t.
6528         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
6529         * sysvipc/msgrcv.c: Likewise.
6530         * include/sys/msg.h: Likewise.
6531
6532         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
6533         test introduced in patch for bz #661.
6534         (getgrouplist): Simplify code a bit.  Don't allocate one additional
6535         element for NEWGROUPS.
6536
6537         [BZ #2908]
6538         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
6539         'f', use '1' as leading digit not '\1'.
6540         * stdio-common/Makefile (tests): Add bug16.
6541         * stdio-common/bug16.c: New file.
6542
6543         [BZ #2914]
6544         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
6545         and don't try to open it.  The patch introducing the macro
6546         contained a bug and used the same file name as the new file
6547         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
6548         this out completely.
6549
6550         [BZ #2926]
6551         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
6552         Patch by Jerry James <Jerry.James@usu.edu>.
6553
6554         * rt/Makefile (tests): Add tst-clock2.
6555         * rt/tst-clock2.c: New file.
6556
6557         [BZ #2978]
6558         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
6559         function and its parameters and pass it to new thread.
6560         (__gai_notify): Add support for alternative waiting for completion.
6561         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
6562         waiting for completion.
6563         * resolv/getaddrinfo_a.c: Likewise.
6564         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
6565         waiting for completion is used.
6566         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
6567         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
6568         * resolv/gai_error.c: Likewise.
6569         * resolv/gai_sigqueue.c: Likewise.
6570
6571 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
6572
6573         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
6574         errno to EBADF and return MACH_PORT_NULL.
6575
6576 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
6577
6578         [BZ #2980]
6579         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
6580
6581 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
6582
6583         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
6584         walk them instead of the symbol table.
6585
6586 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
6587
6588         [BZ #2098]
6589         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
6590         status of NSS calls, not the number of returned entries.
6591
6592         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
6593         request_key, keyctl.
6594
6595 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
6596
6597         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
6598
6599 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
6600
6601         * elf/tst-auditmod1.c: Fix typo in #error.
6602
6603 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
6604
6605         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
6606
6607         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
6608
6609 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
6610
6611         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
6612         that the directory is empty even on non-POSIX filesystems.
6613
6614 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
6615
6616         * elf/dl-open.c (dl_open_worker): Add branch prediction.
6617
6618         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
6619         the backend NSS module.  If backend setgrent call failed, don't have
6620         internal_setgrent fail.  Just remember this until it is needed.
6621         * nis/nss_compat/compat-pwd.c: Likewise.
6622         * nis/nss_compat/compat-spwd.c: Likewise.
6623
6624 2006-07-30  Roland McGrath  <roland@redhat.com>
6625
6626         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
6627         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
6628         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
6629         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
6630
6631         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
6632         (nanosleep_not_cancel): New macro.
6633         (sigsuspend_not_cancel): new macro.
6634         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
6635         (do_sigsuspend): Define as inline.
6636         (__sigsuspend): Always use do_sigsuspend.
6637         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
6638         * include/signal.h: Declare __sigsuspend_nocancel.
6639         * sysdeps/posix/pause.c
6640         [! NO_CANCELLATION] (__pause_nocancel): New function.
6641
6642         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
6643         * include/time.h (__nanosleep_nocancel): Likewise.
6644
6645 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
6646
6647         * locale/programs/localedef.c (add_to_readlist): Rename local
6648         variables to avoid confusion.
6649
6650         * locale/programs/charmap.c (charmap_read): Emit error message if
6651         charmap couldn't be found or read.
6652
6653 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
6654
6655         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6656         __ASSUME_FUTEX_LOCK_PI.
6657         * include/time.h: Declare __nanosleep_nocancel.
6658         * include/unistd.h: Declare __pause_nocancel.
6659
6660         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
6661         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
6662         get the __stack_chk_fail_local definition when it's needed.
6663
6664 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
6665
6666         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
6667         * dlfcn/bug-atexit3.c: New file.
6668         * dlfcn/bug-atexit3-lib.cc: New file.
6669
6670         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
6671         used when the namespace is not the base namespace.
6672
6673 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
6674
6675         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
6676         (__new_exitfn): Bump it in every successful call.
6677         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
6678         more exit handlers, call them right away.
6679         * stdlib/exit.h: Declare __new_exitfn_called.
6680
6681 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
6682
6683         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
6684         calling registered handler.
6685
6686         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
6687         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6688         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6689         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6690         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6691         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6692         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6693         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6694
6695 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
6696
6697         * elf/dl-lookup.c (dl_new_hash): New functions.
6698         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
6699         value here.  Compute new-style hash value.  Pass new hash value
6700         and reference to variable with the old value to do_lookup_x.
6701         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
6702         old-style hash table.
6703         (_dl_debug_bindings): Pass new hash value and reference to variable
6704         with the old value to do_lookup_x.
6705         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
6706         new-style hash value and change old-style hash value parameter to
6707         be a reference.  Reoganize functions to determine whether
6708         new-style hash table is available.  Only fall back on old-style
6709         table.  If old-style hash value is needed, compute it here.
6710         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
6711         entry.
6712         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
6713         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
6714         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
6715         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
6716         * Makeconfig: If linker supports --hash-style option add it to all
6717         linker command lines to build DSOs.
6718         * config.make.in: Define have-hash-style.
6719         * configure.in: Test whether linker supports --hash-style option.
6720
6721         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
6722         * sysdeps/generic/ldsodefs.h: Adjust prototype.
6723
6724 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
6725
6726         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
6727         auditing.
6728
6729         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
6730         RPATH of main map twice.
6731
6732 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
6733
6734         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
6735         look further, return original strings.
6736         (_nl_find_msg): Do not return found translation if the conversion
6737         failed.  Either signal the string is unusable or that something went
6738         wrong and the original should be used.
6739
6740 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
6741
6742         * string/_strerror.c (__strerror_r): Add __builtin_expect.
6743
6744 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
6745
6746         [BZ #2766]
6747         * misc/insremque.c (insque): Handle prev == NULL.
6748         * misc/Makefile (tests): Add tst-insremque.
6749         * misc/tst-insremque.c: New test.
6750
6751 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
6752
6753         [BZ #2792]
6754         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
6755         conflict with DL_DST_REQUIRED.
6756
6757 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
6758
6759         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
6760         match what Solaris does.
6761
6762 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
6763
6764         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
6765         local_setegid instead of seteuid and setegid.
6766         * sysdeps/generic/local-setxid.h: New file.
6767         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
6768
6769         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
6770
6771         * string/Makefile (tests): Add bug-envz1.
6772         * string/bug-envz1.c: New file.
6773
6774 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6775
6776         * posix/regex_internal.c (re_string_skip_chars): If no character has
6777         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
6778         to the byte which couldn't be converted.
6779         (re_string_reconstruct): Don't clear valid_raw_len before calling
6780         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6781         tip_context using re_string_context_at.
6782         * posix/Makefile: Add rules to build and run bug-regex25 test.
6783         * posix/bug-regex25.c: New test.
6784
6785 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
6786
6787         [BZ #2703]
6788         * string/envz.c (envz_strip): Correct erroneously reversed src
6789         and dest parameters to memmove() invocation.
6790
6791 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
6792
6793         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
6794         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
6795         to make sure the database has been already invalidated.
6796         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
6797         after the cache has been invalidated.  Use pthread_mutex_lock rather
6798         than pthread_mutex_trylock if fd != -1.
6799         * nscd/connections.c (invalidate_cache): Add fd argument, write
6800         response to fd if not calling prune_cache, pass fd to prune_cache.
6801         (handle_request): Adjust invalidate_cache caller.
6802         (nscd_run): Pass -1 as fd to prune_cache.
6803
6804 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
6805
6806         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
6807         the correct place.
6808
6809 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
6810
6811         * nscd/nscd.h (struct database_dyn): Add prunelock field.
6812         * nscd/cache.c (prune_cache): Take prunelock before starting the
6813         work.  Just return in case it is already taken.
6814         * nscd/connections.c (dbs): Initialize .prunelock.
6815
6816 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
6817
6818         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
6819         copying.  No need to allocate new array for group members.  Just
6820         move the pointers and update the size.
6821
6822         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
6823         Avoid memory leak in case realloc fails.  Simplification for
6824         better code generation.
6825
6826         Avoid deprecation warning because of libc_hidden_proto for
6827         inet6_option_alloc.
6828         * inet/inet6_option.c (option_alloc): Renamed from
6829         inet6_option_alloc.  Made static.
6830         (inet6_option_alloc): Now a simple wrapper around option_alloc.
6831         (inet6_option_append): Call option_alloc.
6832         * include/netinet/in.h: Remove libc_hidden_proto for
6833         inet6_option_alloc.
6834
6835         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
6836         for cleanup when cb!=NULL [Coverity CID 233].
6837
6838 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
6839
6840         [BZ #2693]
6841         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
6842         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
6843         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
6844         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
6845         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
6846         and inet6_rth_getaddr.
6847         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
6848         array.
6849         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
6850         Mark inet6_option_* interfaces as deprecated.
6851         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
6852         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
6853         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
6854         inet6_rth_segments, and inet6_rth_getaddr.
6855         * inet/inet6_opt.c: New file.
6856         * inet/inet6_rth.c: New file.
6857
6858         * inet/netinet/icmp6.h: Pretty printing.
6859
6860         [BZ #2683]
6861         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
6862
6863 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
6864
6865         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
6866         doing it all here.  When server does not know the answer do not
6867         fail immediate, try parent first.
6868
6869         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
6870         overflow test.
6871
6872 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
6873
6874         * nis/nis_call.c (__prepare_niscall): New function.  Split out
6875         from __do_niscall.
6876         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
6877         and exported.
6878         (__follow_path): New function.  Split out from nis_list.
6879         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
6880         _xdr_nis_result.
6881         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
6882         _xdr_nis_result.
6883         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
6884         and __follow_path.
6885         * nis/Versions: Export __prepare_niscall, __create_ib_request,
6886         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
6887         from libnsl for version GLIBC_PRIVATE.
6888         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
6889         Remove entry parameter from _nss_nisplus_parse_pwent and
6890         _nss_nisplus_parse_grent.
6891         * nis/nss_nisplus/nisplus-parser.c: Likewise.
6892         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
6893         again.  Rewrite getpwent handling to not use nis_first_entry and
6894         nis_next_entry.  Roll out own niscall handling.
6895         * nis/nss_nisplus/nisplus-grp.c: Likewise.
6896
6897         * sunrpc/xdr_rec.c: Fix typo in comment.
6898
6899 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
6900
6901         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
6902         handling.
6903
6904         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
6905         to allocate memory for my_pollfd.  Better initialization of
6906         cb_is_running.  Use TEMP_FAILURE_RETRY.
6907
6908         * malloc/memusage.sh (memusageso): Add quotes.
6909         (memusagestat): Likewise.
6910         * debug/xtrace.sh (pcprofileso): Likewise.
6911         (pcprofiledump): Likewise.
6912         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
6913         replacement.
6914         * malloc/Makefile ($(objpfx)memusage): Likewise.
6915
6916         * nis/nis_callback.c (__nis_create_callback): Calls to
6917         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
6918         asprintf call fails.
6919
6920         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
6921         no uninitialized memory is passed to sendto.
6922
6923 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
6924
6925         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
6926         of snprintf+strdup.  Handle OOM.
6927         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
6928         cb->serv together.  Remove now obsolete free calls.
6929         (__nis_destroy_callback): Remove now obsolete free call.
6930
6931 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
6932
6933         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
6934         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
6935         and ULA respectively). Set precedence for IPv4 address to 10 as
6936         defined in RFC3484 for preferring IPv6.
6937         * posix/gai.conf: Update to match the new default tables.
6938
6939 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
6940
6941         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
6942         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
6943         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
6944         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
6945
6946         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
6947         Removed.
6948         (init_nss_interface): Remove initialization of these variables.
6949
6950 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
6951
6952         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
6953         nis_free_directory forward to avoid duplication.
6954
6955 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
6956
6957         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
6958         rec_dirsearch returning NULL.
6959         (first_shoot): Handle __nis_finddirectory returning NULL.
6960         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
6961
6962         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
6963         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
6964
6965 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
6966
6967         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
6968         pid changed.
6969
6970 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
6971
6972         * include/rpc/pmap_prot.h: Mark all functions as hidden.
6973
6974         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
6975         * nscd/nscd_getgr_r.c: Likewise.
6976
6977         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
6978
6979         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
6980         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
6981
6982         * stdlib/longlong.h (__clz_tab): Mark as hidden.
6983
6984         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
6985
6986         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
6987
6988         * include/rpc/auth.h: Mark xdr_des_block_internal and
6989         xdr_opaque_auth_internal as hidden.
6990
6991         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
6992         hidden.
6993
6994         * include/rpc/xdr.h: Mark all _internal functions as hidden.
6995
6996         * misc/getusershell.c (okshells): Don't use static initializers,
6997         do it dynamically.
6998
6999         * stdlib/fmtmsg.c (keywords): Change type of len element to
7000         uint32_t to not waste space on 64bit machines.
7001
7002         * locale/setlocale.c: Change _nl_category_names into a string.
7003         Add new _nl_category_name_idxs.  Change all users.
7004         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
7005         Declare _nl_category_name_idxs.
7006         * locale/findlocale.c: Adjust for _nl_category_names change.
7007         * locale/loadlocale.c: Likewise.
7008         * locale/newlocale.c: Likewise.
7009         * intl/dcigettext.c: Likewise.
7010
7011         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
7012         (add_alias2): ...here.  New function.
7013         (__gconv_read_conf): Simplify builtin alias handling.
7014         (builtin_aliases): Convert to string to avoid relocations.
7015         * iconv/gconv_builtin.h: Add comment about correct formatting.
7016
7017 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
7018
7019         * resolv/res_debug.c (loc_ntoa): Make error const.
7020
7021 2006-05-14  Andreas Schwab  <schwab@suse.de>
7022
7023         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
7024
7025 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
7026
7027         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
7028         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
7029         sizeof (cpu_set_t).
7030
7031 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
7032
7033         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
7034
7035         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
7036
7037         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
7038         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
7039
7040         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
7041         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
7042
7043         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
7044         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
7045         xdr_cback_data.
7046
7047         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
7048         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
7049         xdr_ypupdate_args.
7050
7051         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
7052         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
7053
7054         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
7055         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
7056
7057         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
7058         * include/rpcsvc/nis_callback.h: New file.
7059
7060         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
7061         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
7062
7063         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
7064         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
7065
7066         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
7067         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
7068
7069         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
7070         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
7071
7072         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
7073         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
7074         xdr_ypdelete_args.
7075
7076         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
7077         __BEGIN_DECLS and __END_DECLS, the header is not installed.
7078
7079         * nis/nis_error.c: Remove table of strings.  Use position
7080         independent mechanism.
7081         * nis/nis_error.h: New file.
7082
7083 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
7084
7085         * locale/programs/ld-time.c (time_finish): If wide era name or
7086         format aren't provided, set both wname and wformat to L"".
7087
7088 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
7089
7090         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
7091         results if the call was succesful.
7092
7093         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
7094
7095         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
7096         as hidden.
7097
7098 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
7099
7100         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
7101
7102 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
7103
7104         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
7105         caller makes sure this is not the case.
7106         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
7107
7108 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
7109
7110         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
7111         calls.
7112
7113         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
7114         [Coverity CID 229, 230]
7115
7116         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
7117         DGETTEXT calls.
7118         (hol_help): Likewise.  [Coverity CID 226, 227]
7119
7120         * string/argz-replace.c (__argz_replace): Unconditionally call
7121         free on SRC.  [Coverity CID 225]
7122
7123         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
7124         the return value of __nis_default_owner and __nis_default_group,
7125         it has been especially allocated.  [Coverity CID 224]
7126
7127         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
7128         searchgroup and searchowner.  Significantly simplified.
7129         (__nis_default_owner): Remove duplication.  Do not locally copy the
7130         string before duplicating it.
7131         (__nis_default_group): Likewise.
7132
7133         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
7134         we must clear the variable before calling __nisfind_server.
7135
7136         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
7137         nis_getnames.  [Coverity CID 223]
7138
7139         * locale/programs/locfile.c (locfile_read): Use alloca instead of
7140         xmalloc to allocate local repertoire name.  [Coverity CID 222]
7141
7142         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
7143         allocate memory for the input to add_bytes.  [Coverity CID 221]
7144
7145         * posix/wordexp.c (w_addword): Free word if realloc fails and it
7146         was allocated here.  [Coverity CID 219, 220]
7147
7148         * posix/getconf.c (print_all): Free confstr data after printing.
7149         [Coverity CID 218]
7150
7151         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
7152         list allocation fails.  [Coverity CID 215]
7153
7154         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
7155         [Coverity CID 213]
7156
7157         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
7158         string is NULL.  [Coverity CID 212]
7159         * argp/Makefile: Add rules to build and run bug-argp1.
7160         * argp/bug-argp1.c: New file.
7161
7162         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
7163         end of string.
7164         * stdlib/canonicalize.c (__realpath): Likewise.
7165
7166         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
7167         pointer.  [Coverity CID 206]
7168
7169         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
7170         in statically linked code.
7171         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
7172         statically built code, be prepared to have no link map.
7173         [Coverity CID 205]
7174
7175         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
7176         dgettext calls. [Coverity CID 204]
7177
7178         * argp/argp-help.c (struct uparams): Remove valid member.  Change
7179         the one user.
7180         (uparam_names): Reduce size.  Avoid relative relocations.
7181         Moved to read-only segment.
7182         (fill_in_uparams): Update for new layout.
7183
7184         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
7185         assumed to always be != NULL. [Coverity CID 202]
7186
7187         * argp/argp-help.c (hol_entry_help): Remove some dead code
7188         [Coverity CID 200].
7189
7190         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
7191         away a few more unconditional yperr2nss calls.
7192         (_nss_nis_getservbyname_r): Likewise.
7193
7194 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
7195
7196         * sysdeps/generic/ldsodefs.h: Remove support for non-core
7197         architectures.
7198
7199         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
7200         that unused memory passed to sendto is nevertheless initialized.
7201
7202         [BZ #2499]
7203         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
7204         possibly unaligned memory accesses.
7205
7206         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
7207         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
7208         and __putlong respectively.  Correct buffer overflow check for
7209         NS_NOTIFY_OP.
7210
7211         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
7212
7213         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
7214         (send_dg): Rewrite error handling to be more compact and avoid
7215         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
7216
7217         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
7218
7219         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
7220         instead of ns_get16.
7221         (res_queriesmatch): Likewise.  Minor optimization.
7222
7223         [BZ #2499]
7224         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
7225         __libc_res_nsend might reallocate the buffer for the answer.  In
7226         this case we have to reload the HP pointer.
7227
7228 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7229
7230         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
7231         some branch prediction hints.
7232
7233         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
7234         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7235         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7236         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7237         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7238         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7239         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7240         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7241
7242 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7243
7244         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
7245         by a GOT relocation to make Scrt1.o position independent.
7246         * sysdeps/s390/s390-64/elf/start.S: Likewise.
7247
7248         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
7249         six system call parameters.
7250         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
7251
7252 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7253
7254         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
7255         malloc&bzero.
7256
7257         * sunrpc/svc_udp.c (BZERO): Remove definition.
7258         (CALLOC): Define.
7259         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
7260
7261         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
7262         (des_SPtrans): Use uint32_t type.
7263         (des_skb): Likewise.
7264
7265         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
7266
7267 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
7268
7269         [BZ #2509]
7270         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
7271         on 32-bit arches.
7272
7273 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7274
7275         * locale/programs/ld-address.c (address_finish): Fix one more
7276         place where the iso639 array might be accessed beyond the limits.
7277
7278 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
7279
7280         * nis/nis_table.c (nis_list): Avoid clearing res twice before
7281         filling it for the first time.
7282
7283         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
7284         Adjust all callers.
7285         Free res object content before returning.
7286
7287         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
7288
7289         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
7290         client->cl_auth.
7291
7292         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
7293         cleanup for initial thread, just the free call on TVP.
7294
7295         * nscd/gai.c (__getline): Define.
7296
7297
7298 See ChangeLog.16 for earlier changes.