* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
[platform/upstream/glibc.git] / ChangeLog
1 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2
3         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
4         are dlopened in statically linked program even for __LM_ID_CALLER.
5
6 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
7
8         * resolv/res_send.c (send_dg): Don't switch into single-request
9         mode if we already are in it.
10
11 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
12
13         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
14         are always at least 4 bytes in the returned line.
15
16 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
17
18         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
19         __libc_use_alloca (8192), if the stack is too small use 512 bytes
20         instead of 8K.  Stop searching in /proc/stat after hitting first
21         line not starting with cpu.
22         (next_line): Truncate too long
23         lines at buffer size * 3/4 instead of pretending there were line
24         breaks inside of large lines.
25
26 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
27
28         * sysdeps/x86_64/mp_clz_tab.c: New file.
29
30 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
31             Ulrich Drepper  <drepper@redhat.com>
32
33         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
34         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
35         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
36
37 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
38
39         * sysdeps/sh/libc-tls.c: New file.
40
41         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
42
43 2009-04-14  Roland McGrath  <roland@redhat.com>
44
45         * elf/elf.h: Add various missing ARM constants, to match binutils.
46
47 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
48
49         Optimizations from GMP.
50         * sysdeps/x86_64/add_n.S: New file.
51         * sysdeps/x86_64/addmul_1.S: New file.
52         * sysdeps/x86_64/lshift.S: New file.
53         * sysdeps/x86_64/mul_1.S: New file.
54         * sysdeps/x86_64/rshift.S: New file.
55         * sysdeps/x86_64/sub_n.S: New file.
56         * sysdeps/x86_64/submul_1.S: New file.
57
58 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
59
60         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
61         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
62         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
63         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
64
65 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
66
67         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
68         preadv/pwritev.
69
70 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
71
72         * sysdeps/x86-64/strrchr.S: New file.
73
74 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
75
76         * stdio-common/printf.h (struct printf_info): Add user element.
77         New types printf_arginfo_size_function, printf_va_arg_function.
78         Declare register_printf_specifier, register_printf_modifier,
79         register_printf_type.
80         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
81         (union printf_arg): Add pa_user element.
82         Adjust __printf_arginfo_table type.
83         Add __printf_va_arg_table, __printf_modifier_table,
84         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
85         declarations.
86         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
87         If registered arginfo call failed try normal specifier.
88         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
89         function.
90         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
91         * stdio-common/Versions: Export register_printf_modifier,
92         register_printf_type, and register_printf_specifier for GLIBC_2.10.
93         * stdio-common/reg-modifier.c: New file.
94         * stdio-common/reg-type.c: New file.
95         * stdio-common/reg-printf.c (__register_printf_specifier): New
96         function.  Mostly the old __register_printf_function function but
97         uses locking and type of third parameter changed.
98         (__register_printf_function): Implement using
99         __register_printf_specifier.
100         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
101         calls to arginfo functions.  Allocate enough memory for user-defined
102         types.  Call new va_arg functions to get user-defined types.
103         Try installed handlers even for existing format specifiers first.
104
105 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
106
107         * sysdeps/x86_64/rawmemchr.S: New file.
108
109         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
110         Simplified code and possible copy problem fixed.
111
112         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
113         function if it is not defined.  Add some necessary casts.
114         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
115
116         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
117         have preadv/pwritev in 2.6.30.
118
119 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
120
121         * malloc/malloc.c (malloc_info): New function.
122         * malloc/malloc.h: Declare it.
123         * malloc/Versions: Export malloc_info for GLIBC_2.10.
124
125         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
126         to avoid PLT slot.
127
128         * malloc/malloc.c (_int_realloc): Add parameter with old block
129         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
130         Adjust all callers.
131         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
132
133 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
134
135         * sysdeps/x86_64/strchrnul.S: New file.
136
137         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
138         depending libcrypt on -lfreebl3.
139
140         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
141         preadv/pwritev in 2.6.30.
142
143         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
144         instead of __strcasecmp.
145
146         * string/stratcliff.c (do_test): Add memchr tests..
147         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
148         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
149         first read quad word.
150
151 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
152
153         * string/strverscmp.c (__strverscmp): Fix last cleanups.
154         * string/tst-svc.input: Add new test case.
155         * string/tst-svc.expect: Adjust.
156         * string/Makefile: Don't ignore tst-svc error.
157
158         * sysdeps/x86_64/memchr.S: New file.
159
160         * resolv/resolv.h (RES_SNGLKUP): Define.
161         * resolv/res_init.c (res_setoptions): Recognize single-request option.
162         * resolv/res_send.c (send_dg): If we sent two requests at once and
163         only get one reply before timeout switch to mode where we send the
164         second request only after the first answer has been received.
165
166 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
167
168         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
169         * sysdeps/x86_64/strchr.S: Likewise.
170
171 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
172
173         * configure.in: We need to test for the compiler earlier.
174
175         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
176         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
177         GLIBC_2.10.
178         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
179         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
180         and pwritev.
181         * misc/preadv.c: New file.
182         * misc/preadv64.c: New file.
183         * misc/pwritev.c: New file.
184         * misc/pwritev64.c: New file.
185         * sysdeps/posx/preadv.c: New file.
186         * sysdeps/posx/preadv64.c: New file.
187         * sysdeps/posx/pwritev.c: New file.
188         * sysdeps/posx/pwritev64.c: New file.
189         * sysdeps/unix/sysv/linux/preadv.c: New file.
190         * sysdeps/unix/sysv/linux/preadv64.c: New file.
191         * sysdeps/unix/sysv/linux/pwritev.c: New file.
192         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
193         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
194         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
195
196         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
197         compatibility code.
198         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
199
200         * sysdeps/unix/sysv/linux/kernel-features.h: Define
201         __ASSUME_COMPLETE_READV_WRITEV.
202         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
203         with modern kernels.
204         * sysdeps/unix/sysv/linux/writev.c: Likewise.
205
206         * sysdeps/posix/readv.c: Since read is a cancellation point we have
207         to free a possible malloced buffer in case of cancellation.
208         * sysdeps/posix/writev.c: Likewise for write.
209
210 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
211
212         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
213
214         * configure.in: Recognize --enable-nss-crypt.
215         * config.make.in: Add nss-crypt entry.
216         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
217         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
218         and include path for NSS directory to compiler for md5-crypt,
219         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
220         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
221         function implementation, use NSS.  Introduce wrappers around the
222         hash function calls.  Little code size optimization.
223         * crypt/sha256-crypt.c: Likewise.
224         * crypt/sha512-crypt.c: Likewise.
225         * scripts/check-local-headers.sh: Ignore nss3 directory.
226
227         * configure.in: Rename pic_default to libc_cv_pic_default.
228         * config.make.in: Likewise.
229
230 2009-04-01  Roland McGrath  <roland@redhat.com>
231
232         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
233         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
234         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
235         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
236         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
237         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
238         (R_SPARC_NUM): Update.
239         From Dave Miller <davem@davemloft.net>.
240
241 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
242
243         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
244
245 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
246
247         * elf/dl-open.c: Keep track of used name spaces and only iterate over
248         those which are used.
249         * elf/dl-addr.c: Likewise.
250         * elf/dl-caller.c: Likewise.
251         * elf/dl-fini.c: Likewise.
252         * elf/dl-iteratephdr.c: Likewise.
253         * elf/dl-libc.c: Likewise.
254         * elf/dl-load.c: Likewise.
255         * elf/dl-support.c: Likewise.
256         * elf/dl-sym.c: Likewise.
257         * elf/rtld.c: Likewise.
258         * sysdeps/generic/ldsodefs.h: Likewise.
259
260         * elf/dl-load.c: Remove support for systems without MAP_ANON.
261         * elf/dl-minimal.c: Likewise.
262         * elf/dl-misc.c: Likewise.
263         * elf/rtld.c: Likewise.
264         * sysdeps/generic/ldsodefs.h: Likewise.
265
266 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
267
268         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
269         Avoid reuse of complex expression.
270
271         * po/fr.po: Update from translation team.
272
273 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
274
275         * include/dirent.h: Yet more changes to match sort function type
276         change.
277         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
278         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
279         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
280
281 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
282
283         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
284
285 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
286
287         * nscd/connections.c (restart): Try to preserve the process name
288         by reading the /proc/self/exe symlink and using the return name.
289         Patch by Jeff Bastian <jbastian@redhat.com>.
290
291 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
292
293         [BZ #9733]
294         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
295         if we are not loading a new audit library.
296         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
297         Only use profiling trampoline for auditing if we are not relocating
298         an audit library.
299         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
300         * elf/rtld.c: Likewise.
301         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
302
303         * elf/rtld.c (dl_main): Extend help message for --audit option.
304
305         [BZ #9759]
306         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
307         alphasort64, versionsort, and versionsort64 to POSIX 2008.
308         * dirent/alphasort.c: Adjust implementation to type change.
309         * dirent/alphasort64.c: Likewise.
310         * dirent/scandir.c: Likewise.
311         * dirent/versionsort.c: Likewise.
312         * dirent/versionsort64.c: Likewise.
313         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
314         declaration.
315         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
316         declaration.
317
318         [BZ #9880]
319         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
320         correctly.  Set segleft member in output as required.
321         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
322         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
323
324         [BZ #9881]
325         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
326         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
327         * inet/Makefile (tests): Add tst-inet6_rth.
328         * inet/tst-inet6_rth.c: New file.
329
330         [BZ #5807]
331         * string/strlen.c (strlen): Fix omission in the expression to test
332         for NUL bytes.
333
334 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
335
336         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
337
338         * elf/dl-runtime.c (reloc_offset): Define.
339         (reloc_index): Define.
340         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
341         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
342         computing index from reloc_offset.
343         (_dl_call_pltexit): Likewise.
344         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
345         the relocation index to _dl_fixup.
346         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
347         _dl_call_pltexit.
348         * sysdeps/x86_64/dl-runtime.c: New file.
349
350         [BZ #9893]
351         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
352         alignment of La_x86_64_regs.  Store xmm parameters.
353         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
354
355         [BZ #9913]
356         * string/strverscmp.c (__strverscmp): Fix case of different digits
357         in fractional part of string.
358         Patch by Jingyu Liu <jyliu@fortinet.com>.
359         * string/Makefile (tests): Add tst-svc2.
360         * string/tst-svc2.c: New file.
361
362         * string/strverscmp.c (__strverscmp): Optimize size of tables.
363
364         * locale/iso-639.def: Add Min Nan.
365
366 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
367
368         [BZ #9948]
369         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
370
371 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
372
373         * elf/dl-sysdep.c (auxvars): Compress data structure.
374
375         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
376         STT_GNU_IFUNC handling.
377         (elf_machine_rela): Likewise.
378
379 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
380
381         * config.h.in (USE_MULTIARCH): Define.
382         * configure.in: Handle --enable-multi-arch.
383         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
384         (_dl_fixup_profile): Likewise.
385         * elf/do-lookup.c (dl_lookup_x): Likewise.
386         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
387         * elf/elf.h (STT_GNU_IFUNC): Define.
388         * include/libc-symbols.h (libc_ifunc): Define.
389         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
390         framework in init-arch.h to get CPUID values.
391         * sysdeps/x86_64/multiarch/Makefile: New file.
392         * sysdeps/x86_64/multiarch/init-arch.c: New file.
393         * sysdeps/x86_64/multiarch/init-arch.h: New file.
394         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
395
396         * config.make.in (experimental-malloc): Define.
397         * configure.in: Handle --enable-experimental-malloc.
398         * malloc/Makefile: Handle experimental-malloc flag.
399         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
400         * malloc/arena.c: Likewise.
401         * malloc/hooks.c: Likewise.
402         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
403
404 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
405
406         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
407         prediction.  A few size optimizations.
408
409 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
410
411         * time/tzset.c: Optimize a bit for size.
412
413 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
414
415         * include/stdio.h (fmemopen): Add libc_hidden_proto.
416         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
417
418         * elf/sprof.c: Avoid warning about multi-line comment.
419
420 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
421
422         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
423         DST name.
424         * time/tst-posixtz.c: Add tests for quoted timezone names.
425
426 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
427
428         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
429         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
430         200809L instead of 200112L.
431         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
432         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
433
434         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
435         instead of __quick_exit_funcs to __run_exit_handlers.
436         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
437         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
438         (__cxa_at_quick_exit): Remove attribute_hidden.
439         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
440         to __run_exit_handlers.
441         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
442         attribute_hidden.
443
444 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
445
446         * po/id.po: Update from translation team.
447
448 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
449
450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
451         .machine push; .machine "power6" and .machine pop around mtfsf
452         insns outside of _ARCH_PWR6 define.
453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
455         Likewise.
456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
457         Likewise.
458         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
459         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
460         relax_fenv_state): Likewise.
461
462 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
463
464         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
465         cxa_at_quick_exit.
466         (static-only-routines): Add at_quick_exit.
467         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
468         GLIBC_2.10.
469         * stdlib/quick_exit.c: New file.
470         * stdlib/at_quick_exit.c: New file.
471         * stdlib/cxa_at_quick_exit.c: New file.
472         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
473         it appropriately.
474         (__internal_atexit): New function.
475         (__new_exitfn): Now takes parameter to point to the list to use.
476         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
477         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
478         (exit): ...here.  Just call __run_exit_handlers appropriately.
479         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
480         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
481         * stdlib/on_exit.c: Adjust call to __new_exitfn.
482         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
483
484         * po/id.po: Update from translation team.
485
486 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
487
488         * po/ru.po: Update from translation team.
489
490 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
491
492         * po/nl.po: Update from translation team.
493
494 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
495
496         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
497         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
498         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
499         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
500         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
501         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
502         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
503
504         * po/pl.po: Update from translation team.
505
506 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
507
508         [BZ #7083]
509         * sysdeps/unix/sysv/linux/fallocate.c: New file.
510         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
511         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
512         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
513         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
514         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
515         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
516         for GLIBC_2.10.
517         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
518         Add fallocate and fallocate64.
519
520         * io/fcntl.h: Pretty printing.
521
522 2009-03-02  Richard Guenther  <rguenther@suse.de>
523
524         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
525         attribute also for non-C99 inline semantics variant.
526
527 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
528
529         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
530         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
531         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
532         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
534         Likewise.
535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
536         Likewise.
537
538 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
539
540         * po/cs.po: Update from translation team.
541
542 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
543
544         * po/bg.po: Update from translation team.
545         * po/sv.po: Likewise.
546         * po/fi.po: Likewise.
547         * po/vi.po: Likewise.
548
549 2009-02-27  Roland McGrath  <roland@redhat.com>
550
551         * Makeconfig (%.v.i): Depend on Makeconfig.
552         Exclude % lines from initial #-comment removal.
553
554 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
555
556         * po/ko.po: Update from translation team.
557
558 2009-02-26  Roland McGrath  <roland@redhat.com>
559
560         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
561         avoids unused warning.
562
563 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
564             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
565
566         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
567         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
568         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
569         and asm/user.h.  Include asm/ptrace.h.
570         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
571         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
572         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
573         Undefine.
574         (start_thread): Don't undefine.
575         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
576         Define.
577
578 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
579
580         * wctype/wctype.h: The *_l functions are in POSIX 2008.
581         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
582         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
583         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
584         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
585         200112L to 200809L.
586         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
587         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
588         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
589         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
590         _SC_THREAD_ROBUST_PRIO_PROTECT.
591         * posix/unistd.h: fexecve is in POSIX 2008.
592         * time/time.h: strftime_l is in POSIX 2008.
593         * io/sys/stat.h: futimens is in POSIX 2008.
594         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
595         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
596         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
597         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
598         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
599         open_memstream, and vdprintf are in POSIX 2008.
600
601 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
602
603         * include/features.h: Define macros for XPG7/POSIX 2008.
604         * ctype/ctype.h: The *_l functions are in POSIX 2008.
605         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
606         POSIX 2008.
607         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
608         * locale/xlocale.h: Define locale_t type.
609         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
610         in POSIX 2008.  Don't define locale_t here.
611         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
612         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
613         UTIME_OMIT only with __USE_ATFILE.
614         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
615         * stdio-common/psiginfo.c: New file.
616         * stdio-common/psiginfo-data.h: New file.
617         * stdio-common/psiginfo-define.h: New file.
618         * stdio-common/Makefile (routines): Add psiginfo.
619         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
620         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
621         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
622         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
623         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
624         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
625         * io/sys/stat.h: Move mknodat definition into same conditional as
626         mknod.
627         * time/sys/time.h: futimesat is not among the functions accepted
628         into the POSIX standard.
629
630         * include/features.h: If no feature selection given and we select
631         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
632         * posix/Versions: Export __posix_getopt.
633         * posix/getopt.c (_getopt_initialize): Take additional parameter.
634         Use it to alternatively initialize __posixly_correct.
635         (_getopt_internal_r): Take addition parameter.  Pass on to
636         _getopt_initialize.
637         (_getopt_internal): Take addition parameter.  Pass on to
638         _getopt_internal_r.
639         (getopt): Pass additional zero to _getopt_internal.
640         (__posix_getopt): New function.
641         * posix/getopt.h: Add redirection for getopt.
642         * posix/getopt1.c (getopt_long): Pass additional zero to
643         _getopt_internal.
644         (getopt_long_only): Likewise.
645         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
646         (_getopt_long_only_r): Likewise.
647         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
648         _getopt_internal_r.
649
650 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
651
652         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
653         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
654         * sysdeps/posix/sysconf.c (__sysconf): Handle
655         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
656         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
657
658 2009-02-24  Roland McGrath  <roland@redhat.com>
659
660         [BZ #9895]
661         * README.template: Reworded not to use substituted version number.
662         Renamed to ...
663         * README: ... here (no longer generated).
664         * Makefile (README): Target removed.
665
666 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
667
668         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
669         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
670         instead.
671
672         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
673
674         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
675
676 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
677
678         * po/bg.po: Update from translation team.
679
680 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
681
682         * stdlib/monetary.h: Uglify function parameter names.
683         * sunrpc/rpc/pmap_clnt.h: Likewise.
684         * sunrpc/rpc/svc.h: Likewise.
685         * sunrpc/rpc/xdr.h: Likewise.
686         * sunrpc/rpc/clnt.h: Likewise.
687         * resolv/netdb.h: Likewise.
688         * resolv/arpa/nameser.h: Likewise.
689         * resolv/resolv.h: Likewise.
690         * argp/argp.h: Likewise.
691         * locale/langinfo.h: Likewise.
692         * io/sys/stat.h: Likewise.
693         * posix/spawn.h: Likewise.
694         * nis/rpcsvc/nislib.h: Likewise.
695         * malloc/obstack.h: Likewise.
696         * sysdeps/ia64/bits/link.h: Likewise.
697         * sysdeps/i386/bits/link.h: Likewise.
698         * sysdeps/s390/bits/link.h: Likewise.
699         * sysdeps/powerpc/bits/link.h: Likewise.
700         * sysdeps/x86_64/bits/link.h: Likewise.
701         * sysdeps/sparc/bits/link.h: Likewise.
702         * sysdeps/sh/bits/link.h: Likewise.
703         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
704         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
705         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
706         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
707
708 2008-12-01  Fredrik Unger  <fred@tree.se>
709
710         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
711         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
712         _FP_UNPACK_RAW_2, fix up first argument.
713
714 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
715
716         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
717         (GET_NPROCS_PARSER): Change parameters and use next_line.
718         (__get_nprocs): Rewrite to not use stdio routines.
719         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
720         Change parameters and use next_line.
721
722 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
723
724         [BZ #5381]
725         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
726         Change mempool_alloc prototype.
727         * nscd/mem.c (gc): Don't handle mem_in_flight.
728         (mempool_alloc): Third parameter now only indicates whether this is the
729         first call (to allocate data) or not.  If it is, get db rdlock.
730         Release it on error.  Don't handle mem_in_flight.
731         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
732         Adjust third parameter of mempool_alloc calls.
733         Nothing to do here in case mempool_alloc fails.
734         Avoid local variable shadowing parameter.  No need to get db rdlock
735         before calling cache_add.
736         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
737         no mem_in_flight array anymore.
738         * nscd/connections.c: Remove definition and handling of mem_in_flight.
739         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
740         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
741         in case mempool_alloc fails. No need to get db rdlock before calling
742         cache_add.
743         * nscd/hstcache.c (cache_addhst): Likewise.
744         * nscd/initgrcache.c (addinitgroupsX): Likewise.
745         * nscd/servicescache.c (cache_addserv): Likewise.
746         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
747
748 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
749
750         * po/lt.po: Update from translation team.
751
752 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
753
754         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
755         defined, allow additional data to be added using the optional
756         MORE_ELF_HEADER_DATA macro.
757         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
758         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
759
760 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
761
762         * include/atomic.h: Define catomic_and if not already defined.
763         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
764         * sysdeps/i386/i486/bits/atomic.h: Likewise.
765
766 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
767
768         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
769         Change all callers.
770         (_int_realloc): Likewise.  Third argument is now padded size
771         All _int_* functions are now static.
772
773         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
774         * malloc/arena.c: Likewise.
775         * include/malloc.h: Remove now unnecessary declarations of the _int_*
776         functions.
777
778         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
779         easily.
780
781         * malloc/malloc.c: Add branch prediction for use of the hooks.
782
783         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
784
785 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
786
787         [BZ #7095]
788         * bits/confname.h: Add SUSv7 macros for getconf environments.
789         * bits/environments.h: Likewise.
790         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
791         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
792         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
793         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
794         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
795         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
796         * posix/getconf.c: Likewise.
797         * posix/sysconf.c: Likewise.
798         * sysdeps/posix/sysconf.c: Likewise.
799         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
800         environments.
801
802 2009-01-16  Petr Baudis  <pasky@suse.cz>
803
804         [BZ #9753]
805         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
806         even if we currently have zero nscount.
807
808 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
809
810         [BZ #9781]
811         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
812         the input line is too long.
813
814         * po/Makefile (libc.pot): Add f_print as function taking c-format
815         parameter.
816
817         * debug/xtrace.sh: Unify translatable messages.
818         * elf/ldd.bash.in: Likewise.
819         * elf/sprof.c: Likewise.
820         * locale/programs/locale.c: Likewise.
821         * malloc/memusage.sh: Likewise.
822         * nss/getent.c: Likewise.
823
824 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
825
826         * debug/pcprofiledump.c (print_version,
827         argp_program_version_hook): New function.
828         * elf/ldconfig.c (more_help): New function.
829         (argp): Use it.
830         * elf/sln.c (usage): New function.
831         (main): Support --help and --version.
832         * malloc/memusagestat.c (print_version): New function.
833         (argp_program_version_hook): New variable.
834         * nscd/nscd.c (more_help): New function.
835         (argp): Use it.
836         * posix/getconf.c (main): Send --version output to stdout.
837         Support --help.
838         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
839         arguments.  All callers changed.
840         (print_version): New function.
841         (parseargs): Support --help and --version.
842         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
843         changed.
844         (print_version): New function.
845         (main): Use getopt_long.  Support --help and --version.
846         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
847         --version.
848
849 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
850
851         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
852         (update_data): Fix handling of wrapping back
853         to the beginning of the buffer.
854
855         [BZ #9823]
856         * stdio-common/psignal.c (psignal): Fix test for empty string.
857
858 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
859
860         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
861         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
862         move _null_auth to .rodata.
863
864         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
865         value of 24.
866
867         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
868
869         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
870         today than when the original code was written.  Use larger
871         buffers.  This also makes it unnecessary to have stat information,
872         if this causes extra efforts.
873         (__opendir): In case O_DIRECTORY works, don't call fstat just for
874         __alloc_dir.
875
876 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
877
878         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
879         is set.
880         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
881         * sysdeps/sh/sh4/__longjmp.S: Likewise.
882         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
883         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
884         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
885         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
886
887 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
888
889         * po/ru.po: Update from translation team.
890
891 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
892
893         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
894         Add _tid slot to maintain consistency with kernel.
895
896 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
897
898         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
899         incomplete characters at end of input buffer.
900         * libio/Makefile (tests): Add tst-fgetwc.
901         * libio/tst-fgetwc.c: New file.
902         * libio/tst-fgetwc.input: New file.
903
904 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
905
906         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
907
908 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
909
910         [BZ #9793]
911         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
912         *OUTBUFSTART unless the whole output fit into the buffer.
913         * iconv/Makefile (tests): Add tst-iconv4.
914         * iconv/tst-iconv4.c: New file.
915
916 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
917
918         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
919         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
920
921 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
922
923         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
924         newer linker scripts.
925
926 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
927
928         [BZ #7040]
929         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
930         inotify_rm_watch should have type int.
931
932 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
933
934         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
935         Make aligned_restore_vmx a local symbol.
936         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
937         Likewise.
938
939 2009-01-30  Andreas Jaeger  <aj@suse.de>
940
941         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
942         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
943         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
944         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
945         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
946         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
947         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
948
949 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
950
951         [BZ #9726]
952         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
953         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
954
955 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
956
957         [BZ #9726]
958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
959         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
961         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
962
963 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
964
965         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
966         memcpy instead of memcmp.
967         (_dl_setup_pointer_guard): Likewise.
968
969 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
970
971         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
972         manipulated brk, use malloc_printerr.
973         * misc/sbrk.c (__sbrk): Better error handling for nonsense
974         requests.
975
976 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
977
978         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
979         rindex): For C++ add inlines so that they can be recognized as
980         builtins.
981         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
982
983 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
984             Jakub Jelinek  <jakub@redhat.com>
985
986         * string/string.h: Define correct C++ prototypes for gcc 4.4.
987         * wcsmbs/wchar.h: Likewise.
988
989 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
990
991         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
992         (stackinfo_sub_sp): Define.
993
994 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
995
996         [BZ #9750]
997         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
998         * include/alloca.h (alloca_account): Define.
999         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
1000         (stackinfo_sub_sp): Define.
1001
1002         * nscd/connections.c (nscd_init): If database file access fails
1003         check whether this is due to permission problems and bail in that
1004         case.
1005
1006         [BZ #9741]
1007         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
1008         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
1009
1010 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1011
1012         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
1013         Add "t" to clobber list.
1014         (INTERNAL_SYSCALL_NCS): Likewise.
1015
1016 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1017
1018         * nss/getent.c (print_networks): Don't print comma between aliases.
1019
1020 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
1021
1022         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
1023
1024         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
1025         the hash table.
1026         * misc/Makefile (tests): Add bug-hsearch1.
1027         * misc/bug-hsearch1.c: New file.
1028
1029 2009-01-22  Roland McGrath  <roland@redhat.com>
1030
1031         * Makeconfig (%.v.i): Strip trailing # comments,
1032         not only whole-line comments.
1033
1034 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
1035
1036         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
1037         one parameter.  If non-NULL use it to initialize return value.
1038         (_dl_setup_pointer_guard): New function.
1039         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1040         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
1041         * elf/rtld.c (security_init): Pass _dl_random to
1042         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1043         pointer_chk_guard.
1044         * elf/dl-sysdep.c (_dl_random): New variable.
1045         (_dl_sysdep_start): Handle AT_RANDOM.
1046         (_dl_show_auxv): Likewise.
1047         * elf/dl-support.c (_dl_random): New variable.
1048         (_dl_aux_init): Handle AT_RANDOM.
1049         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1050         to _dl_setup_stack_chk_guard.
1051
1052         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1053
1054 2009-01-10  Roland McGrath  <roland@redhat.com>
1055
1056         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1057
1058 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1059
1060         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1061
1062         [BZ #9706]
1063         * nss/nss_files/files-parse.c (strtou32): New function.
1064         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1065         across 32-bit and 64-bit platforms.
1066         (INT_FIELD_MAYBE_NULL): Likewise.
1067
1068 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1069
1070         [BZ #9720]
1071         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1072         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1073         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1074         Likewise.
1075
1076 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1077
1078         [BZ #697]
1079         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1080         being NULL also if there are no backreferences.
1081         * posix/rxspencer/tests: Add testcases.
1082
1083 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1084
1085         [BZ #9697]
1086         * posix/bug-regex17.c: Add testcases.
1087         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1088         handling.
1089
1090 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1091
1092         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1093         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1094         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1095         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1096         for elf subdir.
1097         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1098         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1099         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1100         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1101         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1102         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1103
1104 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1105
1106         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1107         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1108         re_string_skip_chars, re_string_reconstruct): Likewise.
1109         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1110
1111 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1112
1113         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1114         adjust the buffer alignment.
1115
1116 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1117
1118         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1119         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1120         net/route.h.
1121
1122         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1123         flavor to description only when flavor is not NULL.
1124
1125         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1126         mutex after SIGIO/SIGURG lookup loop.
1127
1128 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1129
1130         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1131
1132 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1133
1134         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1135         handling.
1136
1137 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1138
1139         * sysdeps/unix/sysv/linux/kernel-features.h
1140         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1141
1142         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1143         if no output is written.
1144
1145         * version.h: Bump to 2.10 development.
1146
1147         * posix/getconf.c: Update copyright year.
1148         * nss/getent.c: Likewise.
1149         * iconv/iconvconfig.c: Likewise.
1150         * iconv/iconv_prog.c: Likewise.
1151         * elf/ldconfig.c: Likewise.
1152         * catgets/gencat.c: Likewise.
1153         * csu/version.c: Likewise.
1154         * elf/ldd.bash.in: Likewise.
1155         * elf/sprof.c (print_version): Likewise.
1156         * locale/programs/locale.c: Likewise.
1157         * locale/programs/localedef.c: Likewise.
1158         * nscd/nscd.c (print_version): Likewise.
1159         * debug/xtrace.sh: Likewise.
1160         * malloc/memusage.sh: Likewise.
1161         * malloc/mtrace.pl: Likewise.
1162         * debug/catchsegv.sh: Likewise.
1163
1164 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1165
1166         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1167         script.
1168
1169 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1170
1171         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1172         gethostbyname4_r function call succeeded, just leave the loop.
1173
1174         [BZ #9694]
1175         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1176         very end.
1177         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1178         * wctype/Makefile (tests): Add bug-wctypeh.
1179         * wctype/bug-wctypeh.c: New file.
1180
1181         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1182         LOCALDOMAIN is defined.
1183         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1184
1185         * sysdeps/x86_64/bits/select.h: New file.
1186
1187         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1188
1189 2008-12-21  Bruno Haible  <bruno@clisp.org>
1190
1191         [BZ #9677]
1192         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1193         if no output is written.
1194
1195 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1196
1197         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1198         libc internal symbol __dup2 to avoid access through the PLT.
1199
1200 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1201
1202         [BZ #6545]
1203         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1204         available only for __USE_GNU.
1205
1206         * inet/Makefile (tests): Add tst-getni2.
1207         * inet/tst-getni2.c: New file.
1208
1209         [BZ #7080]
1210         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1211         NULL when NI_NAMEREQD is set.
1212         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1213         * inet/Makefile (tests): Add tst-getni1.
1214         * inet/tst-getni1.c: New file.
1215
1216 2008-12-03  Petr Baudis  <pasky@suse.cz>
1217
1218         [BZ #7067]
1219         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1220         instead of prune_lock.
1221         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1222         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1223
1224 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1225
1226         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1227         use.
1228
1229         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1230         handling.
1231
1232         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1233         after reading name server list.
1234
1235         [BZ #7058]
1236         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1237         handling for host name aliases.
1238
1239 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1240
1241         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1242         instead of doing things manually.
1243
1244 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1245
1246         * posix/regex_internal.h (build_wcs_upper_buffer):
1247         Return type is reg_error_t.
1248
1249 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1250
1251         * posix/globtest.sh: Use mktemp to create temporary file and
1252         directory.
1253
1254         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1255         sets correctly.
1256         (__CPU_CLR_S): Likewise.
1257         (__CPU_ISSET_S): Likewise.
1258
1259 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1260             Ulrich Drepper  <drepper@redhat.com>
1261
1262         * scripts/firstversion.awk: Use custom comparison function to compare
1263         version numbers.
1264         * scripts/versions.awk: Use sort invocation which can handle
1265         multi-digit sub-version numbers.
1266
1267 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1268
1269         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1270         * locale/iso-639.def: Add Chhattisgarhi entry.
1271
1272 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1273
1274         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1275         ESRCH return value.
1276         (_nss_dns_gethostbyname4_r): Likewise.
1277         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1278         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1279         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1280         the no_data variable.
1281
1282         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1283         information at the correct index.
1284
1285         * socket/sys/socket.h: Declare accept4.
1286         * socket/accept4.c: New file.
1287         * sysdeps/unix/sysv/linux/accept4.c: New file.
1288         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1289         * socket/Makefile (routines): Add accept4.
1290         * socket/Versions: Export accept4 with version GLIBC_2.10.
1291         * socket/paccept.c: Removed.
1292         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1293         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1294         * Versions.def: Define GLIBC_2.10 for libc.
1295         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1296
1297         * nscd/connections.c: Use accept4.
1298
1299         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1300
1301 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1302
1303         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1304         flag already set.
1305
1306         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1307         not exist.
1308         * stdlib/Makefile (tests): Add tst-unsetenv1.
1309         * stdlib/tst-unsetenv1.c: New file.
1310
1311 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1312
1313         * login/utmp_file.c (file_writable): New variable.
1314         (setutent_file): Don't try to open file for writing.
1315         (pututline_file): Before writing, make descriptor writable if
1316         necessary.
1317
1318 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1319
1320         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1321         to IPv4 or IPv6 if an interface has been found.
1322
1323 2008-11-26  Roland McGrath  <roland@redhat.com>
1324
1325         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1326         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1327
1328         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1329         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1330         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1331
1332         * elf/elf.h (NT_386_IOPERM): New macro.
1333         (NT_PPC_VSX): New macro.
1334
1335 2008-11-25  Roland McGrath  <roland@redhat.com>
1336
1337         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1338         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1339         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1340         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1341         Subdirectories moved to ports repository.
1342         * configure.in (base_machine): Remove alpha case.
1343
1344 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1345
1346         * sysdeps/mach/strerror_l.c: New file.
1347
1348 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1349
1350         [BZ #6411]
1351         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1352         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1353         magic numbers.
1354         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1355         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1356         (relax_fenv_state): Same as above.
1357         (FPSCR_29): Reserve bit in ISA 2.05.
1358         (FPSCR_NI): Provide define for compat.
1359         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1360         magic numbers.
1361         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1362         magic numbers.
1363         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1364         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1365         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1366         access to hwcap to account for hwcap size increase to uint64_t.
1367         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1368         Likewise.
1369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1370         (*setcontext): Likewise.
1371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1372         New file.
1373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1374         New file.
1375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1376         (*setcontext): dynamically select mtfsf insn based on
1377         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1378         increase to uint64_t.
1379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1380         (*swapcontext): dynamically select mtfsf insn based on
1381         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1382         increase to uint64_t.
1383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1384         New file.
1385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1386         New file.
1387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1388         (*setcontext): dynamically select mtfsf insn based on
1389         PPC_FEATURE_HAS_DFP.
1390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1391         (*swapcontext): dynamically select mtfsf insn based on
1392         PPC_FEATURE_HAS_DFP.
1393
1394 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1395
1396         * version.h: Bump for 2.9 release.
1397         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1398
1399         [BZ #7029]
1400         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1401         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1402         all the rounding.
1403
1404 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1405
1406         [BZ #7009]
1407         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1408         unknown request types for now.
1409
1410 2008-11-11  Roland McGrath  <roland@redhat.com>
1411
1412         * sysdeps/x86_64/configure: New file.
1413
1414         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1415         * configure: Regenerated.
1416
1417 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1418
1419         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1420         correct instruction to remove the stack frame.
1421
1422 2008-11-03  Michael Matz  <matz@suse.de>
1423
1424         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1425         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1426
1427 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1428
1429         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1430         Remove.
1431
1432         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1433         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1434         of the thread variable instead of void *.
1435         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1436         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1437         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1438         __libc_tsd_define arguments.
1439         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1440         __libc_tsd_address arguments.  Remove union hack.
1441         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1442         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1443         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1444         Adjust __libc_tsd_{set,get} arguments.
1445         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1446         __libc_tsd_define arguments.
1447         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1448         arguments.
1449         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1450         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1451         (LOCALE): Adjust __libc_tsd_define arguments.
1452         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1453         arguments.
1454         (LOCALE): Adjust __libc_tsd_define arguments.
1455         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1456         arguments.
1457         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1458         arguments.
1459
1460 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1461
1462         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1463         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1464
1465 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1466
1467         [BZ #6966]
1468         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1469
1470 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1471             Ulrich Drepper  <drepper@redhat.com>
1472
1473         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1474         definition for GCC 3.1 and later.
1475
1476 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1477
1478         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1479         refetch dtv, as it might have changed.
1480         * elf/Makefile: Add rules to build and run tst-tls18.
1481         * elf/tst-tls18.c: New test.
1482         * elf/tst-tlsmod18a.c: New file.
1483
1484 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1485
1486         [BZ #6875]
1487         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1488
1489 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1490
1491         [BZ #6867]
1492         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1493
1494         [BZ #6919]
1495         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1496         Fix length of copy operation.
1497
1498 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1499
1500         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1501         and fix its calling convention.
1502
1503 2008-10-07  Andreas Schwab  <schwab@suse.de>
1504
1505         [BZ #6942]
1506         * resolv/res_send.c (send_vc): Fix last change.
1507         (send_dg): Align here as well.
1508
1509 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1510
1511         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1512         return value in case rlimit is RLIM_INFINITY.
1513
1514         [BZ #6947]
1515         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1516         for UL_SETFSIZE.
1517         * resource/Makefile (tests): Add bug-ulimit1.
1518         * resource/bug-ulimit1.c: New file.
1519
1520         [BZ #6974]
1521         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1522         without dot.  Properly terminate the string with a null byte.
1523         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1524
1525         [BZ #6980]
1526         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1527         negative sizees.
1528         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1529         negative __size.
1530
1531         [BZ #6995]
1532         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1533
1534 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1535
1536         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1537         abort if there is no initgroups_dyn function.
1538
1539         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1540         result if any of the queries really provided an answer.
1541
1542 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1543
1544         * po/lt.po: Update from translation team.
1545
1546 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1547
1548         * po/id.po: Update from translation team.
1549
1550 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1551
1552         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1553         Fix tests for existence of second reply.
1554
1555 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1556
1557         * po/id.po: New file.
1558         Contributed by the Indonesian translation team.
1559
1560 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1561
1562         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1563         initialization.
1564
1565 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1566
1567         * elf/Makefile: Add rules to build and run tst-tls17.
1568         * elf/tst-tls17.c: New test.
1569         * elf/tst-tlsmod17a.c: New file.
1570         * elf/tst-tlsmod17b.c: Likewise.
1571
1572 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1573
1574         * stdlib/divmod_1.c: Use correct type for dummy variable.
1575         * stdlib/mod_1.c: Likewise.
1576
1577 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1578
1579         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1580
1581 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1582
1583         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1584         __nonnull order for C++.
1585         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1586         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1587
1588 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1589
1590         * stdlib/longlong.h: Update from GCC.
1591
1592 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1593             David S. Miller  <davem@davemloft.net>
1594
1595         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1596         make sure any registers used with 64-bit 'branch-on-register'
1597         instructions have their top 32-bits clear.
1598         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1599         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1600
1601 2008-09-18  Andreas Schwab  <schwab@suse.de>
1602
1603         [BZ #6942]
1604         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1605         Properly handle partial reads.
1606
1607 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1608
1609         * elf/elf.h (STO_MIPS_PLT): New.
1610         (R_MIPS_COPY): New.
1611         (R_MIPS_JUMP_SLOT): New.
1612         (R_MIPS_NUM): Redefine to 128.
1613         (DT_MIPS_PLTGOT): New.
1614         (DT_MIPS_RWPLT): New.
1615         (DT_MIPS_NUM): Redefine to 0x35.
1616
1617 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1618
1619         * timezone/africa: Update from tzdata2008f.
1620         * timezone/asia: Likewise.
1621         * timezone/australasia: Likewise.
1622         * timezone/europe: Likewise.
1623         * timezone/leapseconds: Likewise.
1624         * timezone/northamerica: Likewise.
1625         * timezone/southamerica: Likewise.
1626         * timezone/zone.tab: Likewise.
1627
1628 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1629
1630         * nscd/connections.c: Disable use of paccept for now.
1631
1632 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1633
1634         * socket/Versions: Remove paccept export for GLIBC_2.9.
1635         * socket/Makefile (routines): Remove paccept.
1636         * socket/sys/socket.h: Remove paccept declaration.
1637
1638         * po/sv.po: Update from translation team.
1639
1640 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1641
1642         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1643         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1644
1645 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1646
1647         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1648         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1649
1650 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1651
1652         * sunrpc/rpc/svc.h: Declare svcfd_create.
1653         Patch by Michael Solberg <msolberg@redhat.com>.
1654
1655 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1656             Ulrich Drepper  <drepper@redhat.com>
1657
1658         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1659         _int_valloc fails.
1660         (public_pVALLOc): Likewise.
1661
1662 2008-09-02  Andreas Jaeger  <aj@suse.de>
1663
1664         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1665         commit.
1666
1667 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1668
1669         [BZ #6860]
1670         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1671
1672 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1673
1674         * Makefile (check-data): Check data directory in add-ons.
1675         * elf/Makefile (check-data): Likewise.
1676
1677 2008-08-18  Roland McGrath  <roland@redhat.com>
1678
1679         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1680         * configure: Regenerated.
1681         * config.make.in (cflags-cpu): New substituted variable.
1682         (with-cpu): Variable removed.
1683         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1684
1685 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1686
1687         [BZ #6845]
1688         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1689         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1690         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1691         redundant.  Functions which call floating point assembler operations
1692         should go into a sysdeps powerpc/fpu directory.
1693
1694 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1695
1696         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1697         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1698
1699 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1700
1701         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1702
1703         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1704         change related to AT_EXECFN.  We cannot use that string.
1705         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1706         _dl_execfn member.
1707         * elf/dl-support.c: Remove _dl_execfn variable.
1708         (_dl_aux_init): Remove handling of AT_EXECFN.
1709         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1710         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1711
1712 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1713
1714         [BZ #6544]
1715         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1716         byte gets added to writes and seeks from the end use the length of
1717         the buffer and not the currently terminating NUL byte.
1718
1719         [BZ #6634]
1720         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1721         Set to true if locking failed.
1722         (getutid_r_file): Adjust caller.
1723         (pututline_file): Likewise.  Return NULL in this case.
1724         Patch mostly by halesh.s@gmail.com.
1725
1726 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1727
1728         [BZ #6589]
1729         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1730         Define.
1731         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1732
1733 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1734
1735         [BZ #6839]
1736         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1737         macro since it is now available in elf/dynamic-link.h.
1738
1739 2008-08-12  Roland McGrath  <roland@frob.com>
1740
1741         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1742         in case used outside of libc.
1743         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1744
1745 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1746
1747         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1748         directly instead of going through dn_comp.
1749
1750 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1751
1752         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1753         Fix asm constraints.
1754
1755 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1756
1757         [BZ #6790]
1758         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1759         (IPV6_PMTUDISC_PROBE): Likewise.
1760
1761 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1762
1763         [BZ #6791]
1764         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1765
1766 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1767             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1768
1769         [BZ #6817]
1770         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1771         Added the members 'vsx' and 'arch_2_06'.
1772         (_dl_powerpc_platforms): Add the member 'power7'.
1773         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1774         to reflect the changes required by VSX and ISA 2.06.
1775         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1776         'power7'.
1777         Defined PPC_PLATFORM_POWER7.
1778         (_dl_string_platform): Add support for POWER7.
1779         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1780         capability and ISA 2.06.
1781
1782 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1783
1784         [BZ #6824]
1785         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1786         macro to detect use of 128 bit long double.
1787         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1788
1789 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1790
1791         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1792
1793         [BZ #5794]
1794         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1795         parameters.
1796         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1797         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1798
1799 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1800
1801         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1802         guaranteed to be large enough to read inotify event.  Ignore
1803         EAGAIN error.  Better error message.  Add branch predicition.
1804         (main_loop_epoll): Likewise.
1805
1806 2008-08-02  Roland McGrath  <roland@frob.com>
1807
1808         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1809         Add memory clobbers.
1810
1811 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1812
1813         * manual/arith.texi: Avoid @strong{Note:}.
1814         * manual/creature.texi: Likewise.
1815         * manual/filesys.texi: Likewise.
1816         * manual/math.texi: Likewise.
1817         * manual/memory.texi: Likewise.
1818         * manual/resource.texi: Likewise.
1819         * manual/syslog.texi: Likewise.
1820         * manual/time.texi: Likewise.
1821
1822         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1823         to prevent warning.
1824
1825 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1826
1827         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1828         new epoll_create1 interface.
1829         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1830         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1831         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1832
1833         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1834         (NS_GET32): Likewise.
1835
1836         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1837         syscalls, too.
1838
1839         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1840         use the AT_EXECFN value if it is no absolute path.
1841         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1842         __ASSUME_AT_EXECFN.
1843
1844         * Versions.def: Add GLIBC_2.9 to libresolv.
1845         * include/resolv.h: Remove hidden proto declarations for __ns_*
1846         functions.  Add them for __dn_count_labels and __p_secstodate.
1847         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1848         Define ns_msg_getflags macro here.
1849         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1850         and __p_secstodate.
1851         * resolv/Versions: Export functions from <arpa/nameser.h> from
1852         libresolv in version GLIBC_2.9.
1853         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1854         hidden definitions.
1855         * resolv/ns_netint.c: Likewise.
1856         * resolv/ns_parse.c: Likewise.
1857         * resolv/ns_print.c: Likewise.
1858         * resolv/ns_samedomain.c: Likewise.
1859         * resolv/ns_ttl.c: Likewise.
1860         * resolv/arpa/nameser_compat.h: Likewise.
1861         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1862         function calls.
1863         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1864         instead of ns_get16.
1865         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1866         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1867         (gaih_getanswer_slice): Likewise.
1868         * resolv/Makefile (libresolv-routines): Add ns_date.
1869         * resolv/ns_date.c: New file.
1870
1871         * elf/Makefile (check-localplt.out): Also check libresolv and
1872         libcrypt.
1873
1874 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1875
1876         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1877         __ASSUME_O_CLOEXEC.
1878
1879 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1880
1881         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1882         buffer passed to NSS functions.
1883
1884         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1885
1886         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1887         Define.
1888
1889         * misc/syslog.c (openlog_internal): Fix compile problem.
1890
1891 2008-07-28  Roland McGrath  <roland@redhat.com>
1892
1893         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1894
1895 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1896
1897         * io/ftw.c (add_object): Remove inline to avoid warning.
1898
1899         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1900
1901         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1902         Use it instead of locally defined resplen2 variable.
1903         (res_nsend): Adjust for __libc_res_nsend interface change.
1904         (send_vc): Initialize *resplen2 if necessary.  Read length of
1905         package into an appropriately aligned variable.  Store converted length
1906         in new variable and use it appropriately.
1907         Add branch prediction help.
1908         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1909         and pass it on to __libc_res_nsend.  Adjust all callers.
1910         (__libc_res_nsearch): Likewise.
1911         (__libc_res_nqeurydomain): Likewise.
1912         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1913         change.
1914         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1915         Define resplen2 variable and pass it to __libc_res_nsearch and then
1916         to gaih_getanswer.
1917         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1918         Add branch prediction.
1919         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1920         (gaih_getanswer): Don't decode second slice if first one failed due
1921         to a too small buffer.  Don't let not found status of second
1922         decoder shadow results of the first.
1923         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1924         and __libc_res_nquery interface changes
1925         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1926         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1927         __libc_res_nsearch, and __libc_res_nsend.
1928         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1929         change.
1930         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1931         __libc_res_nsearch interface changes.
1932
1933 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1934
1935         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1936
1937         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1938         file descriptors with close-on-exec set.
1939         (exec_comm_child): Fix the case where the write end of the pipe is
1940         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1941
1942         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1943         * io/pipe2.c: Likewise.
1944         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1945         instead of __ASSUME_PACCEPT.
1946         * include/unistd.h: Declare __have_pipe2.
1947         * libio/iopopen.c: Implement "e" flag.
1948         * libio/Makefile (tests): Add tst-popen1.
1949         * libio/tst-popen1.c: New file.
1950
1951         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1952         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1953
1954 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1955
1956         [BZ #6771]
1957         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1958         success call of _IO_SEEKOFF or calls which failed because the
1959         descriptor is for a pipe.
1960
1961         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1962         magic number.
1963
1964         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1965
1966         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1967         F_SETFD use if we know fopen set the flag.
1968
1969         * login/utmp_file.c (setutent_file): Minor optimization in case
1970         O_CLOEXEC is available.
1971
1972 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1973
1974         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1975         * elf/Makefile: Use pie-ccflag variable.
1976         * nscd/Makefile: Likewise.
1977         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1978
1979 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1980
1981         [BZ #6724]
1982         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1983         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1984         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1985         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1986         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1987         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1988         utmp32, utmpx32 and login32.
1989         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1990         versions of struct utmp functions to libc and libutil.
1991         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1992         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1993         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1994         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1995         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1996         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1997         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1998         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1999         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
2000         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
2001         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
2002         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
2003         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
2004         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
2005         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
2006         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
2007         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
2008         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
2009         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
2010         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
2011         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
2012         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
2013
2014 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2015
2016         * scripts/gen-as-const.awk: Generate more widely usable code by
2017         using 64-bit arithmetic.
2018
2019         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
2020         the same treatment as narrow output code in last patch.
2021
2022         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
2023
2024         [BZ #6763]
2025         * elf/dl-load.c (local_strdup): Remove inline.
2026         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
2027         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
2028         part of the object.
2029
2030         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
2031
2032 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
2033
2034         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
2035         the new syscalls, too.
2036
2037         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
2038         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
2039
2040         [BZ #6698]
2041         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2042         parameter for end of buffer.  If temporary copy is too large use
2043         malloc.
2044         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2045         interface change.
2046         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2047         string rewrite when allocating buffer.
2048
2049         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2050         syscalls, too.
2051
2052         * nscd/connections.c (nscd_init): Clean up fcntl call.
2053
2054         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2055         SOCK_NONBLOCK if possible.
2056
2057         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2058         SOCK_CLOEXEC if available.
2059
2060         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2061         __libc_clntudp_bufcreate_internal.
2062         * include/sys/socket.h: Declare __have_sock_cloexec.
2063         * socket/Makefile (aux): Add have_sock_cloexec.
2064         * socket/have_sock_cloexec.c: New file.
2065         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2066         __libc_clntudp_bufcreate.
2067         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2068         which takes an additional parameter.  Create socket with non-blocking
2069         mode and close-on-exec flag set, if wanted.
2070         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2071         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2072         instead of clntudp_create.  The socket has already the close-on-exec
2073         flag set if SOCK_CLOEXEC is defined.
2074
2075 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2076
2077         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2078         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2079         appropriate.
2080         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2081         non-blocking mode by using socket, paccept, and inotify_init1.
2082
2083         * Versions.def (glibc): Add GLIBC_2.9.
2084         * io/Makefile (routines): Add dup3 and pipe2.
2085         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2086         * io/dup3.c: New file.
2087         * io/pipe2.c: New file.
2088         * posix/unistd.h: Declare dup3 and pipe2.
2089         * socket/Makefile (routines): Add paccept.
2090         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2091         * socket/paccept.c: New file.
2092         * socket/sys/socket.h: Declare paccept.
2093         * sysdeps/unix/syscalls.list: Add entry for dup3.
2094         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2095         epoll_create2 and inotify_init1.
2096         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2097         * sysdeps/unix/sysv/linux/paccept.c: New file.
2098         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2099         possible.
2100         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2101         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2102         inotify_init1, and pipe2 entries.
2103         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2104         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2105         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2106         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2107         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2108         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2109         SOCK_NONBLOCK.
2110         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2111         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2112         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2113         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2114         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2115         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2116         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2117         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2118         EPOLL_NONBLOCK.  Declare epoll_create2.
2119         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2120         EFD_NONBLOCK.
2121         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2122         IN_NONBLOCK.  Declare inotify_init1.
2123         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2124         SFD_NONBLOCK.
2125         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2126         TFD_NONBLOCK.
2127
2128         * elf/elf.h: Define AT_EXECFN.
2129         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2130         LD_ORIGIN_PATH.
2131         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2132         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2133         if __ASSUME_AT_EXECFN is defined.
2134         (_dl_aux_init): Handle AT_EXECFN.
2135         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2136         for 2.6.27 and up.
2137         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2138         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2139         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2140         _dl_execfn if available and avoid compatibility code if
2141         __ASSUME_AT_EXECFN is defined.
2142
2143         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2144         _dl_discover_osversion only for older kernels.
2145
2146 2008-07-22  Roland McGrath  <roland@frob.com>
2147
2148         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2149
2150 2008-07-21  Roland McGrath  <roland@frob.com>
2151
2152         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2153         returned too much data out of line.
2154
2155 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2156
2157         * locale/setlocale.c (setname): Remove inline to avoid compiler
2158         warning.
2159
2160         [BZ #6712]
2161         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2162
2163 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2164
2165         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2166         doesn't manage to write anything, fail.
2167
2168         * malloc/hooks.c (__malloc_check_init): Remove printf.
2169
2170 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2171
2172         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2173
2174 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2175
2176         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2177         from inotify.
2178         (main_loop_epoll): Likewise.
2179
2180 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2181
2182         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2183
2184         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2185         if DEBUG is defined.
2186
2187         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2188         query.  Adjust buffer size computation for padding.
2189
2190 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2191
2192         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2193         * stdio-common/tst-setvbuf1.c: New file.
2194         * stdio-common/tst-setvbuf1.expect: New file.
2195
2196         [BZ #6719]
2197         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2198         when selecting fully-buffered stream.
2199         Patch by Wang Xin <wxinee@gmail.com>.
2200
2201 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2202
2203         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2204         (__open_2): New function.
2205         (__open64_2): New alias to __open_2.
2206         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2207         (__openat_2): New function.
2208         (__openat64_2): New alias to __openat_2.
2209
2210 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2211
2212         [BZ #6723]
2213         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2214
2215 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2216
2217         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2218         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2219         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2220         __hurd_dfail.
2221         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2222         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2223         * sysdeps/mach/hurd/send.c (__send): Likewise.
2224         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2225         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2226
2227 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2228
2229         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2230         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2231         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2232         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2233         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2234         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2235
2236 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2237
2238         [BZ #6657]
2239         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2240         of %EY.
2241         Patch by Petr Baudis.
2242
2243 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2244
2245         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2246         Patch by Peter Jones <pjones@redhat.com>.
2247
2248 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2249
2250         [BZ #6654]
2251         * stdlib/canonicalize.c (__realpath): readlink can write too much
2252         into the buffer on platforms without PATH_MAX.
2253
2254 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2255
2256         [BZ #6653]
2257         * posix/tst-regex.c (main): Rename to...
2258         (do_test): ... this. Remove cmdline option processing.
2259         (TIMEOUT): Define.
2260         (TEST_FUNCTION): Define.
2261         (CMDLINE_OPTIONS): Define.
2262
2263 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2264
2265         [BZ #5210]
2266         * configure.in: Add -Werror to -fstack-protector test to catch
2267         unsupported architectures.
2268         Patch by Gilles Esponasse <g.esp@free.fr>.
2269
2270 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2271
2272         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2273         getcontext returns ENOSYS.
2274
2275 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2276
2277         * nscd/connections.c (main_loop_poll): Fix test for read error.
2278         (main_loop_epoll): Likewise.
2279
2280 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2281
2282         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2283         better place so it is not called when nscd is used.
2284
2285         * nscd/connections.c: Also recognize and handle changes to the
2286         resolver configuration file.
2287
2288 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2289
2290         * time/strftime.c: Pass reference to tzset_called around to handle
2291         recursive calls.
2292
2293         [BZ #6612]
2294         * time/strftime.c (__strftime_internal): Call tzset() only
2295         when printing timezone-dependent values.
2296         Based on a patch by Petr Baudis <pasky@suse.cz>.
2297
2298         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2299         unconditionally use second gaih_getanswer_slice result.
2300
2301         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2302         (getaddrinfo): RES must always be non-NULL.
2303
2304 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2305
2306         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2307         cr[34] registers.
2308         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2309         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2310         Likewise.
2311         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2312         register.
2313
2314 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2315
2316         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2317         fields.
2318         * nscd/connections.c (inotify_fd): New variable.
2319         (nscd_init): Try to open an inotify descriptor.
2320         If successful, watch files for databases using inotify instead of
2321         having prune threads stat the files.
2322         (nscd_run_prune): Recognize clear_cache flag being set and call
2323         prune_cache appropriately.
2324         (main_loop_poll): Add inotify descriptor to wait set and handle the
2325         reported changes.
2326         (main_loop_epoll): Likewise.
2327         * nscd/cache.c (prune_cache): Don't stat files for databases if
2328         inotify is used.
2329         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2330         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2331
2332         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2333         fixed-size portion of the record.
2334         * nscd/servicescache.c (cache_addserv): Likewise.
2335         * nscd/pwdcache.c (cache_addpw): Likewise.
2336         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2337
2338 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2339
2340         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2341         out we don't use uninitialized memory.
2342
2343         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2344         the client.
2345
2346 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2347
2348         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2349         ignore T_DNAME messages.
2350         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2351
2352 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2353
2354         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2355         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2356
2357 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2358
2359         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2360         instead of portstr to nscd_getserv_r.  Patch by
2361         Roman Kagan <rkagan@mail.ru>.
2362
2363 2008-05-26  Jim Meyering  <meyering@redhat.com>
2364
2365         Remove more useless "if" tests before "free".
2366         * include/inline-hashtab.h (htab_delete): Likewise.
2367         * libio/freopen.c (freopen): Likewise.
2368         * libio/freopen64.c (freopen64): Likewise.
2369         * locale/programs/ld-collate.c (collate_read): Likewise.
2370         * misc/fstab.c (libc_freeres_fn): Likewise.
2371         * posix/glob.c (globfree): Likewise.
2372
2373 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2374
2375         * string/Makefile (strop-tests): Add memmem.
2376         * string/test-memmem.c: New file.
2377         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2378         (test_init): Size buf1 according to BUF1PAGES.
2379
2380 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2381
2382         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2383         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2384         (CFLAGS-scanf17.c): New.
2385         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2386         * stdio-common/scanf15.c (main): Likewise.
2387         * stdio-common/scanf16.c: New file.
2388         * stdio-common/scanf17.c: New file.
2389
2390 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2391
2392         * resolv/res_send.c (send_dg): If we already have one of two
2393         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2394         use the one answer insted of failing.
2395
2396 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2397
2398         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2399         being executed on PowerPC as the expected result exceeds IBM
2400         long double 128 __LDBL_MAX__.
2401
2402 2008-05-21  Roland McGrath  <roland@redhat.com>
2403
2404         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2405
2406         * Makefile (check-data): Use $(abi-name) before other guesses.
2407         Look in $(add-ons) dirs before scripts/data/.
2408         * elf/Makefile (check-data): Likewise.
2409
2410         * scripts/soversions.awk: Grok ABI line.
2411         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2412         Emit definition for abi-name variable.
2413
2414 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2415
2416         * string/endian.h: Define new fixed-size hto* and *toh macros only
2417         if [__USE_BSD].
2418
2419         * iconvdata/Depend: Add localedata.
2420
2421 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2422
2423         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2424
2425 2008-05-08  David S. Miller  <davem@davemloft.net>
2426
2427         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2428         HIDDEN_JUMPTARGET.
2429         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2430         (__SYSCALL_CLOBBERS): Remove %g* registers.
2431         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2432         (__SYSCALL_CLOBBERS): Likewise.
2433         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2434         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2435
2436 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2437
2438         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2439         (CALL_ERRNO_LOCATION): Define.
2440         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2441         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2442         (CALL_ERRNO_LOCATION): Define.
2443         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2444         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2445         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2446
2447 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2448
2449         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2450         variable.
2451
2452 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2453
2454         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2455         (FIRST_FRAME_POINTER): Define.
2456
2457 2008-05-09  David S. Miller  <davem@davemloft.net>
2458
2459         * sysdeps/sparc/sparc64/backtrace.c: New file.
2460
2461 2008-05-14  David S. Miller  <davem@davemloft.net>
2462
2463         * sysdeps/sparc/machine-gmon.h: New file.
2464         * sysdeps/sparc/sparc-mcount.S: Likewise.
2465         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2466         sysdep_routines in gmon directory.
2467
2468 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2469
2470         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2471
2472 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2473
2474         * resolv/res_query.c (__libc_res_nquery): In case one of two
2475         answer was too short don't try to read that answer's header.
2476
2477         * resolv/res_send.c (send_dg): In case of timeout and there are
2478         two queries and one has been answered, return value indicating
2479         success.
2480
2481 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2482
2483         * nscd/cache.c (cache_add): Take additional parameter specifying
2484         whether this is in response of a cache refill.  Check alignment
2485         of package data.  Revamp waking of pruning thread.
2486         (prune_cache): Small optimization.
2487         * nscd/nscd.h: Adjust cache_add prototypes.
2488         * nscd/aicache.c: Adjust cache_add calls.
2489         * nscd/grpcache.c: Likewise.
2490         * nscd/hstcache.c: Likewise.
2491         * nscd/initgrcache.c: Likewise.
2492         * nscd/pwdcache.c: Likewise.
2493         * nscd/servicescache.c: Likewise.
2494         * nscd/connections.c (restart): Really disable cache use before
2495         exec attempt.  If it fails, reenable cache.
2496         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2497         time to max to be able to notice concurrent cache additions.  Unlock
2498         prune_lock while performing gc.  Afterwards compute wakeup time with
2499         current wakeup_time value in mind.
2500
2501 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2502
2503         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2504
2505         * nscd/mem.c (gc): Correctly determine highest used array element
2506         in mark.
2507
2508         * nscd/mem.c (markrange): Add assert to check entries are all
2509         aligned.  Small cleanup in bitmap use.
2510
2511         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2512         blockoff of type nscd_ssize_t.
2513         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2514         (mempoll_alloc): Record block offset and not address.
2515
2516         * nscd/mem.c (gc): Fix test for stack overuse.
2517
2518         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2519         more asserts.
2520
2521         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2522         entry is available, believe it.
2523
2524         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2525         no answers return NSS_STATUS_NOTFOUND.
2526         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2527         buffer does not have any content.
2528
2529 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2530
2531         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2532
2533         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2534         lookup, don't assign canon unconditionally.
2535
2536 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2537
2538         * string/Makefile (distribute): Add str-two-way.h.
2539
2540 2008-03-29  Eric Blake  <ebb9@byu.net>
2541
2542         Rewrite string searches to O(n) rather than O(n^2).
2543         * string/str-two-way.h: New file.  For linear fixed-allocation
2544         string searching.
2545         * string/memmem.c: New implementation.
2546         * string/strstr.c: New implementation.
2547         * string/strcasestr.c: New implementation.
2548
2549 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2550
2551         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2552         opr.ctx_type.
2553         (calc_first): Initialize constraint field.
2554         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2555         Use search_duplicated_node to avoid loops.  Fix grammar.
2556         (duplicate_node): Merge constraint field for all node types.
2557         (calc_eclosure_iter): Look at constraint field for all node types.
2558         * posix/regex_internal.c (create_cd_newstate): Don't look at
2559         create_cd_newstate.
2560
2561 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2562
2563         [BZ #6428]
2564         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2565
2566         [BZ #6442]
2567         * string/endian.h: Add macros for fixed-size endian conversion.
2568         * bits/byteswap.h: Allow inclusion from <endian.h>.
2569         * sysdeps/i386/bits/byteswap.h: Likewise.
2570         * sysdeps/ia64/bits/byteswap.h: Likewise.
2571         * sysdeps/s390/bits/byteswap.h: Likewise.
2572         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2573         * string/Makefile (tests): Add tst-endian.
2574         * string/tst-endian.c: New file.
2575
2576         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2577         Patch by Reuben Thomas.
2578
2579 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2580
2581         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2582
2583 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2584
2585         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2586
2587         [BZ #6461]
2588         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2589         Add missing braces.
2590         (BODY for __gconv_transform_internal_ascii): Likewise.
2591
2592         [BZ #6472]
2593         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2594         to be treated like link-local addresses.
2595         (match_prefix): Don't treat IPv4 loopback address special when
2596         converting to v4 mapped addressed.
2597
2598         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2599         if necessary.
2600         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2601         * posix/tst-rfc3484-2.c: Likewise.
2602         * posix/tst-rfc3484-3.c: Likewise.
2603
2604         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2605         and SCTP.
2606
2607         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2608
2609         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2610
2611         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2612
2613 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2614
2615         * po/lt.po: New file.  From Lituanian translation team.
2616
2617 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2618
2619         Introduce TLS descriptors for i386 and x86_64.
2620         * include/inline-hashtab.h: New file, copied from 2005's
2621         libiberty, with fix for memory leak imported afterwards by
2622         Glauber de Oliveira Costa.
2623         * elf/tlsdeschtab.h: New file.
2624         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2625         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2626         (CHECK_STATIC_TLS): Move to...
2627         * elf/dynamic-link.h: ... this file.
2628         (TRY_STATIC_TLS): New macro.
2629         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2630         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2631         R_386_TLS_DESC): Define.
2632         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2633         binutils.
2634         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2635         R_X86_64_TLSDESC): Define.
2636         (R_386_NUM, R_X86_64_NUM): Adjust.
2637         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2638         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2639         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2640         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2641         release tlsdesc_table.
2642         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2643         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2644         (elf_machine_rel): Handle R_386_TLS_DESC.
2645         (elf_machine_rela): Likewise.
2646         (elf_machine_lazy_rel): Likewise.
2647         (elf_machine_lazy_rela): Likewise.
2648         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2649         * sysdeps/i386/dl-tlsdesc.S: New file.
2650         * sysdeps/i386/dl-tlsdesc.h: New file.
2651         * sysdeps/i386/tlsdesc.c: New file.
2652         * sysdeps/i386/tlsdesc.sym: New file.
2653         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2654         tlsdesc_table.
2655         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2656         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2657         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2658         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2659         release tlsdesc_table.
2660         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2661         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2662         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2663         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2664         (elf_machine_rela): Likewise.
2665         (elf_machine_lazy_rel): Likewise.
2666         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2667         (__tls_get_addr): Do not declare for non-shared compiles.
2668         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2669         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2670         * sysdeps/x86_64/tlsdesc.c: New file.
2671         * sysdeps/x86_64/tlsdesc.sym: New file.
2672         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2673         tlsdesc_table for both 32- and 64-bit structs.
2674
2675 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2676
2677         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2678         its own function.  This reduces the frame setup costs and more.
2679
2680 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2681
2682         [BZ #3406]
2683         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2684         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2685
2686 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2687
2688         * io/openat.c (__openat_2): Also pass fd to __openat.
2689         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2690         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2691
2692         * string/tester.c (test_memcmp): Add a few more tests.
2693         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2694
2695 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2696
2697         * nscd/cache.c (cache_add): Before returning with failure and this
2698         is the first use of the record, mark it as unusable.
2699         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2700         reporting a failure.
2701         * nscd/grpcache.c: Likewise
2702         * nscd/hstcache.c: Likewise.
2703         * nscd/initgrcache.c: Likewise.
2704         * nscd/pwdcache.c: Likewise.
2705         * nscd/servicescache.c: Likewise.
2706
2707 2008-05-10  Roland McGrath  <roland@redhat.com>
2708
2709         [BZ #6505]
2710         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2711
2712 2008-05-08  David S. Miller  <davem@davemloft.net>
2713
2714         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2715
2716         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2717         (__ieee754_y0l): Likewise.
2718         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2719         (__ieee754_y1l): Likewise.
2720         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2721         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2722         frexpl and ldexpl.  math_private.h provides them and the latter
2723         is not even used.
2724         (__log1pl): Use __frexpl.
2725
2726 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2727
2728         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2729         prototypes.
2730         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2731         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2732         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2733         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2734         af==AF_UNSPEC.
2735         (_nss_nis_gethostbyname4_r): New function.
2736         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2737         Change to also handle af==AF_UNSPEC.
2738         (get_tablename): New function.  Use it to avoid duplication.
2739         (_nss_nisplus_gethostbyname4_r): New function.
2740         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2741         available.
2742         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2743         * nss/nss.h: Define struct gaih_addrtuple.
2744         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2745         af==AF_UNSPEC.
2746         (_nss_files_gethostbyname4_r): New function.
2747         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2748         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2749         calls.
2750         * resolv/res_query.c (__libc_res_nquery): Take two additional
2751         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2752         look up IPv4 and IPv6.
2753         Change all callers.
2754         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2755         for an additional query and answer buffer.  Pass to send_vc and
2756         send_dg.
2757         (send_vc): Send possibly two requests and receive two answers.
2758         (send_dg): Likewise.
2759         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2760         __libc_res_nquery.
2761         (_nss_dns_gethostbyname4_r): New function.
2762         (gaih_getanswer_slice): Likewise.
2763         (gaih_getanswer): Likewise.
2764         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2765         __libc_res_nquery call.
2766         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2767         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2768         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2769         available.
2770
2771 2008-05-05  David S. Miller  <davem@davemloft.net>
2772
2773         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2774         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2775
2776 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2777
2778         Fix termios bit macros.
2779         Move *DLY definitions where they belong, in termios.h.
2780         Add *[0-3] definitions.
2781         Fixes confusion between VT and FF.
2782         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2783         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2784         are already defined to avoid collision with termios.h.
2785         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2786         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2787         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2788         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2789         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2790         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2791         VTDLY, VT0, VT1): New macros.
2792         [__USE_GNU] (OLCUC): Change value of macro.
2793         [__USE_XOPEN] (OFILL): New macro.
2794         [__USE_BSD] (CRTSCTS): Change value.
2795         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2796         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2797         (B7200, B14400, B28800, B76800): New macros.
2798
2799 2008-05-01  David S. Miller  <davem@davemloft.net>
2800
2801         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2802         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2803         (gen-as-const-headers): Add it.
2804         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2805         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2806         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2807         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2808
2809         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2810         six system call parameters.
2811         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2812
2813 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2814
2815         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2816         RUSAGE_LWP.
2817         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2818         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2819
2820 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2821
2822         * stdlib/tst-setcontext.c: Include unistd.h.
2823
2824 2008-04-25  David S. Miller  <davem@davemloft.net>
2825
2826         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2827         Pass "union semun" properly in to sys_ipc, it must be passed
2828         by value, not by reference.
2829
2830 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2831
2832         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2833         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2834         * nscd/connections.c (mem_in_flight): Likewise.
2835
2836         * nscd/nscd.h (dbs): Make hidden.
2837
2838         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2839         Avoid returning -1, return 0 instead.
2840
2841 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2842
2843         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2844
2845 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2846
2847         [BZ #5209]
2848         * sysdeps/unix/sysv/linux/times.c: New file.
2849
2850         [BZ #5381]
2851         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2852         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2853         prototype.
2854         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2855         appropriate mem_in_flight element.
2856         (gc): Take allocations which have not yet been committed to the
2857         database into account.
2858         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2859         Reset mem_in_flight before returning.
2860         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2861         cue it up in mem_in_flight_list.
2862         * nscd/aicache.c: Adjust mempool_alloc call.
2863         * nscd/grpcache.c: Likewise.
2864         * nscd/hstcache.c: Likewise.
2865         * nscd/initgrcache.c: Likewise.
2866         * nscd/pwdcache.c: Likewise.
2867         * nscd/servicescache.c: Likewise.
2868         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2869         of -fpie.
2870
2871         * nscd/connections.c (handle_request): Provide better error message
2872         in case SELinux forbids the service.
2873
2874         * version.h (VERSION): Bump to 2.8.90.
2875
2876 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2877
2878         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2879
2880 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2881
2882         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2883         Also use for 32-bit.
2884         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2885         __nextafter instead of nextafter to avoid local PLT.
2886         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2887         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2888
2889         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2890
2891         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2892         __fe_nomask_env.
2893         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2894         <fenv_libc.h> instead of <fenv.h>.
2895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2897
2898         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2899
2900         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2901         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2902         function from fegetexcept and make old name weak alias.
2903         * include/fenv.h: Declare __fegetexcept.
2904         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2905         fegetexcept.
2906         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2907         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2908         to fetestexcept.
2909         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2910         instead of frexpl to avoid local PLT.
2911         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2912         ilogbl to avoid local PLT.
2913         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2914         instead of ldexpl to avoid local PLT.
2915         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2916         __roundl not roundl to avoid local PLT.
2917         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2918         local PLTs.  Use __sincosl instead of separate sinl and cosl
2919         calls.
2920         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2921
2922         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2923         version for ppc64 to 2.4.21 since without it makecontext will fail.
2924
2925         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2926         to the ABI in use.
2927         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2928         .__tls_get_addr.
2929         [__powerpc64__] (TLS_GD): Likewise.
2930
2931 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2932
2933         [BZ #4997]
2934         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2935         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2936         mantissa.
2937         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2938         Likewise.  Also account for when x is an odd number between 2^52
2939         and 2^53-1.
2940         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2941         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2942         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2943         detect aforementioned erroneous conditions.
2944
2945 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2946
2947         * configure.in: Check for -fno-section-anchors in addition to
2948         -fno-toplevel-reorder.
2949
2950 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2951
2952         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2953
2954         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2955         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2956         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2957         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2958         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2959         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2960
2961 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2962
2963         [BZ #5443]
2964         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2965         * time/alt_digit.c: Likewise.
2966         * wcsmbs/wcsmbsload.c: Likewise.
2967
2968 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2969
2970         * version.h (VERSION): Bump to 2.8.
2971
2972         * timzeone/asia: Update from tzdata2008b.
2973         * timezone/backward: Likewise.
2974         * timezone/europe: Likewise.
2975         * timezone/northamerica: Likewise.
2976         * timezone/southamerica: Likewise.
2977         * timezone/iso3166.tab: Likewise.
2978         * timezone/leapseconds: Likewise.
2979         * timezone/zone.tab: Likewise.
2980         * timezone/private.h: Update from tzcode2008a.
2981         * timezone/zdump.c: Likewise.
2982         * timezone/zic.c: Likewise.
2983
2984 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2985
2986         [BZ #5741]
2987         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2988         Define additonal Data Cache Block instruction macros.
2989         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2990         Replace dcbst with dcbf and sync with sync/isync.
2991
2992 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2993
2994         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2995         Always set ELF_RTYPE_CLASS_PLT.
2996         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2997
2998 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2999
3000         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
3001         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
3002         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
3003         For ISA 2.01 and later replace mftb with mfspr 268.
3004
3005 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
3006
3007         [BZ #5768]
3008         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
3009         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
3010
3011 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
3012
3013         [BZ #5768]
3014         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
3015         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
3016         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
3017         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
3018
3019 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
3020
3021         * stdlib/tst-makecontext.c (othervar): New variable.
3022         (cf): Test sign extending the argument to long.
3023
3024 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
3025
3026         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
3027         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
3028         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
3029         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
3030         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
3031         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
3032         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
3033
3034 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
3035
3036         * elf/Makefile (tests): Substitute tests-vis-yes here.
3037         (tests-vis-yes): Delete.
3038         (modules-name, modules-vis-yes): Similarly.
3039
3040 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3041
3042         [BZ #4407]
3043         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3044         Preserve sign in signgamp when x is zero.
3045
3046 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3047
3048         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3049         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3050         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3051         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3052         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3053         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3054
3055 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3056
3057         [BZ #4314]
3058         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3059         buffers.
3060
3061         [BZ #5209]
3062         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3063         a reserved error value.
3064
3065         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3066         value to check for correct sign extension.
3067
3068         [BZ #5436]
3069         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3070         Copy 64-bit parameter values even though this is not required in
3071         the standard.
3072
3073         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3074         PC save.
3075
3076 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3077
3078         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3079         PC save.
3080
3081 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3082
3083         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3084
3085 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3086
3087         [BZ #5998]
3088         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3089         in line-buffered stream failed.
3090         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3091
3092 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3093
3094         [BZ #6024]
3095         * scripts/abi-versions.awk: If the version specified by
3096         --enable-oldest-abi is older than the first version for this
3097         architecture, use the default version.
3098
3099         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3100         as well when ignoring the whole category.
3101
3102 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3103
3104         [BZ #6042]
3105         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3106         ETHERTYPE_* definitions.
3107         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3108
3109 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3110
3111         * stdlib/mbtowc.c (__no_r_state): Remove.
3112         (mbtowc): New static state variable.  Use it instead of
3113         __no_r_state.
3114         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3115         (__wctomb_state): New hidden variable.
3116         (wctomb): Use __wctomb_state instead of __no_r_state.
3117         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3118         (__wctomb_state): New extern decl.
3119         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3120
3121 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3122
3123         [BZ #5475]
3124         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3125
3126 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3127
3128         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3129
3130 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3131
3132         * po/nl.po: Update from translation team.
3133
3134 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3135
3136         [BZ #6007]
3137         * string/strfry.c: Handle empty strings again.
3138
3139 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3140
3141         [BZ #5443]
3142         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3143         before looking for translation.
3144         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3145         * locale/freelocale.c: Likewise.
3146         * locale/newlocale.c: Likewise.
3147         * locale/setlocale.c: Likewise.
3148         Based partially on a patch by ryo@np.css.fujitsu.com.
3149
3150 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3151
3152         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3153         acquiring wrlock.  Do conv_tab allocation while holding lock.
3154         * intl/Makefile: Add rules to build and run tst-gettext6.
3155         * intl/tst-gettext6.c: New test.
3156         * intl/tst-gettext6.sh: New file.
3157
3158 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3159
3160         * po/nl.po: Update from translation team.
3161
3162         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3163         provided through st_blksize, try the default size before giving up.
3164
3165 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3166
3167         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3168
3169         [BZ #5939]
3170         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3171
3172         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3173         error message.  POSIX today does not require the messages to be in
3174         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3175
3176         [BZ #5979]
3177         * sunrpc/auth_unix.c: Unify printed strings.
3178         * sunrpc/clnt_tcp.c: Likewise.
3179         * sunrpc/clnt_udp.c: Likewise.
3180         * sunrpc/clnt_unix.c: Likewise.
3181         * sunrpc/svc_tcp.c: Likewise.
3182         * sunrpc/svc_udp.c: Likewise.
3183         * sunrpc/svc_unix.c: Likewise.
3184         * sunrpc/xdr.c: Likewise.
3185         * sunrpc/xdr_array.c: Likewise.
3186         * sunrpc/xdr_rec.c: Likewise.
3187         * sunrpc/xdr_ref.c: Likewise.
3188         * locale/programs/ld-time.c (time_finish): Unify messages.
3189         * locale/programs/locfile.c (handle_copy): Fix typo.
3190         * nscd/nscd.c (options): Fix typo.
3191
3192         [BZ #5995]
3193         * stdlib/strtod_l.c: Use correct sign for result in one more
3194         underflow case.
3195         Patch by Eric Blake <ebb9@byu.net>.
3196
3197 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3198
3199         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3200         and creat system calls.
3201         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3202         call.
3203         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3204         system calls.
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3206         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3207         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3208
3209 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3210
3211         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3212         <linux/limits.h> has defined it.
3213         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3214         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3215         headers.
3216         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3217         it instead of ARG_MAX.
3218
3219 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3220
3221         * posix/gai.conf: Fix comment for scope nullbits.
3222         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3223         default to 128 bits for v4 mapped addresses.
3224
3225 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3226
3227         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3228         ptrace call to get the ieee_instruction_pointer from the kernel.
3229         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3230         ptrace call to set the ieee_instructtion_pointer.
3231         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3232         Add comment that ieee_instruction_pointer is always 0.
3233
3234 2008-03-09  Andreas Jaeger  <aj@suse.de>
3235
3236         [BZ #5857]
3237         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3238         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3239         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3240
3241         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3242         (rint_test): Likewise.
3243
3244 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3245
3246         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3247         call.
3248         (__nisfind_server): Similar for open readColdStartFile call.
3249         Patch partially by Jim Meyering.
3250         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3251         around internal_setent call.
3252
3253         * po/vi.po: New Vietnamese translation.
3254
3255         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3256         ADJ_OFFSET_SS_READ.
3257
3258         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3259         remove CLONE_STOPPED.
3260
3261 2008-02-10  Jim Meyering  <meyering@redhat.com>
3262
3263         Remove useless "if" before "free":
3264         * elf/ldconfig.c (parse_conf_include): Likewise.
3265         * gmon/gmon.c (weak_alias): Likewise.
3266         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3267         * inet/rcmd.c (__validuser2_sa): Likewise.
3268         * intl/bindtextdom.c (set_binding_values): Likewise.
3269         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3270         * libio/genops.c (save_for_backup): Likewise.
3271         * libio/wgenops.c (save_for_wbackup): Likewise.
3272         * locale/programs/ld-collate.c (collate_read): Likewise.
3273         * locale/programs/linereader.c (get_string): Likewise.
3274         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3275         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3276         * resolv/res_debug.c (do_section): Likewise.
3277         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3278         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3279         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3280         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3281         * time/tzset.c (tzset_internal): Likewise.
3282
3283 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3284
3285         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3286         of ASSEMBLER.
3287
3288 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3289
3290         [BZ #5903]
3291         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3292         not stream for output file.  Open output file here.
3293         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3294         and output file name.
3295         (process_fd): Likewise.
3296         (process_file): Likewise.
3297         (main): Adjust callers of changed functions.
3298         * iconv/iconv_prog.h: Adjust prototype.
3299
3300 2008-03-09  Andreas Jaeger  <aj@suse.de>
3301
3302         [BZ #5753]
3303         * sysdeps/ia64/ieee754.h: Use protected namespace
3304         __BIG_ENDIAN/__LITTLE_ENDIAN.
3305         * sysdeps/ieee754/ieee754.h: Likewise.
3306         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3307
3308 2008-03-08  Roland McGrath  <roland@frob.com>
3309
3310         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3311         ignore a signal that came from a machine exception, treat it as a
3312         fatal core-dump signal instead.
3313         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3314
3315         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3316         Clear DF bit in thread state's eflags.
3317         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3318
3319 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3320
3321         [BZ #5774]
3322         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3323         of NAN(...) sequence.
3324         * stdlib/Makefile (tests): Add tst-strtod6.
3325         * stdlib/tst-strtod6.c: New file.
3326
3327         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3328
3329         [BZ #5762]
3330         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3331         putting offending option character in quotes.  Clean up error
3332         messages.
3333         * po/be.po: Adjust msgstr in translation file.
3334         * po/bg.po: Likewise.
3335         * po/ca.po: Likewise.
3336         * po/cs.po: Likewise.
3337         * po/da.po: Likewise.
3338         * po/de.po: Likewise.
3339         * po/es.po: Likewise.
3340         * po/fr.po: Likewise.
3341         * po/hr.po: Likewise.
3342         * po/ko.po: Likewise.
3343         * po/nl.po: Likewise.
3344         * po/rw.po: Likewise.
3345         * po/sk.po: Likewise.
3346         * po/sv.po: Likewise.
3347         * po/tr.po: Likewise.
3348         * po/zh_CN.po: Likewise.
3349         * po/zh_TW.po: Likewise.
3350
3351         [BZ #5760]
3352         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3353         Patch by Roland Bless <roland@bless.de>.
3354
3355         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3356         .o file.
3357         * elf/Makefile (routines): Add dl-sysdep.
3358         (elide-routines.os): Likewise.
3359
3360 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3361
3362         [BZ #5786]
3363         * elf/dl-sysdep.c: Undefine ROUND after use.
3364         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3365         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3366         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3367         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3368         to ...
3369         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3370         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3371         if necessary.
3372         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3373
3374         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3375         _dl_tls_get_addr_soft element.
3376         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3377         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3378         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3379         GLRO.
3380         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3381         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3382         of internal_function.
3383
3384         * stdlib/Makefile (aux): Add tens_in_limb.
3385         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3386         * stdlib/tens_in_limb.c: ...here.  New file.
3387
3388         [BZ #5778]
3389         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3390         __statfs_chown_restricted.
3391         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3392         for _PC_CHOWN_RESTRICTED.
3393         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3394         Implement __statfs_chown_restricted.
3395         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3396         _POSIX_CHOWN_RESTRICTED value to zero.
3397         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3398         defined to zero.
3399
3400         * sysdeps/x86_64/rtld-memset.c: New file.
3401
3402 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3403
3404         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3405
3406         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3407         Barcelona machine.  Make default fall through branch of
3408         __x86_64_preferred_memory_instruction check as the integer code path.
3409
3410 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3411
3412         * sysdeps/x86_64/cacheinfo.c
3413         (__x86_64_preferred_memory_instruction): New variable.
3414         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3415
3416         * sysdeps/x86_64/memset.S: Rewrite.
3417
3418 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3419
3420         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3421         __obstack_printf_chk): New prototypes.
3422         (__vasprintf_chk, __vdprintf_chk,
3423         __obstack_vprintf_chk): Likewise.
3424         Add libc_hidden_proto.
3425         * libio/obprintf.c
3426         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3427         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3428         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3429         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3430         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3431         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3432         __obstack_vprintf_chk): New prototypes.
3433         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3434         obstack_vprintf): New inlines.
3435         * debug/dprintf_chk.c: New file.
3436         * debug/vdprintf_chk.c: New file.
3437         * debug/asprintf_chk.c: New file.
3438         * debug/vasprintf_chk.c: New file.
3439         * debug/obprintf_chk.c: New file.
3440         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3441         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3442         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3443         @@GLIBC_2.8.
3444         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3445         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3446         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3447         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3448         libc_hidden_proto.
3449         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3450         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3451         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3452         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3453         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3454         @@GLIBC_2.8.
3455         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3456         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3457         obstack_vprintf_chk.
3458         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3459         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3460         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3461         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3462         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3463         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3464
3465 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3466
3467         [BZ #5779]
3468         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3469         Patch by Roy Marples <roy@marples.name>.
3470
3471         [BZ #5736]
3472         * malloc/malloc.c: Fix typo in comment.
3473
3474         [BZ #5627]
3475         * locale/iso-639.def: Add Shuswap.
3476
3477 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3478
3479         [BZ #5790]
3480         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3481         overwrite *h_errnop/*errnop values from getanswer_r in case of
3482         failure.
3483
3484 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3485
3486         [BZ #5818]
3487         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3488         (verify_persistent_db): Remove one unnecessary test and add a new one
3489         for bad configuration.
3490         (nscd_init): Improve error reported when persistent database cannot
3491         be reused.
3492         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3493         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3494         .suggested_module and .max_db_size and case config file says the
3495         values are zero.
3496         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3497
3498         [BZ #5854]
3499         * nis/ypclnt.c (yp_order): Fix handling of return value of
3500         do_ypcall_tr call.
3501         Patch by Jeff Moyer <jmoyer@redhat.com>.
3502
3503         * po/fr.po: Update from translation team.
3504
3505 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3506             Carlos O'Donell <carlos@systemhalted.org>
3507
3508         [BZ #5012]
3509         * FAQ.in: Describe why glibc needs to be compiled with
3510         optimization.
3511
3512 2008-02-19  Roland McGrath  <roland@redhat.com>
3513
3514         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3515
3516 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3517
3518         [BZ #5737]
3519         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3520         __USE_MISC is defined.
3521
3522 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3523
3524         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3525         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3526         sys/timerfd.h.
3527         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3528         timerfd_gettime, timerfd_settime.
3529         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3530         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3531
3532 2008-02-08  Roland McGrath  <roland@redhat.com>
3533
3534         * elf/elf.h (NT_PPC_SPE): New macro.
3535
3536 2008-02-06  Roland McGrath  <roland@redhat.com>
3537
3538         * Makerules ($(common-objpfx)sysd-rules):
3539         Depend on $(sysdep-makeconfigs).
3540
3541 2008-01-31  Roland McGrath  <roland@redhat.com>
3542
3543         [BZ #5442]
3544         * configure.in: Use -print-file-name if it yields a directory,
3545         for each of include and include-fixed.
3546         * configure: Regenerated.
3547
3548         * Makeconfig (sysd-rules-targets): New variable.
3549         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3550         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3551
3552 2008-01-30  Roland McGrath  <roland@redhat.com>
3553
3554         * manual/libc.texinfo: Update back-cover text.
3555
3556         * elf/elf.h (NT_386_TLS): New macro.
3557
3558 2008-01-29  Roland McGrath  <roland@redhat.com>
3559
3560         * Makeconfig (sysd-rules-patterns): New variable.
3561         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3562         (check-inhibit-asm): New canned sequence, replaces ...
3563         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3564         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3565         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3566         (CFLAGS-rtld): Variable removed.
3567
3568 2008-01-24  Roland McGrath  <roland@redhat.com>
3569
3570         * configure.in: Let configure fragments set base_os.
3571         * configure: Regenerated.
3572
3573 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3574
3575         * po/ko.po: Update from translation team.
3576
3577 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3578
3579         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3580
3581 2008-01-12  Andreas Jaeger  <aj@suse.de>
3582
3583         [BZ #5040]
3584         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3585         Add EPOLLRDHUP.
3586
3587 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3588
3589         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3590         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3591         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3592
3593 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3594
3595         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3596         * elf/dl-close.c (_dl_close): Check for it.
3597         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3598         (_dl_allocate_static_tls): Likewise.
3599         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3600         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3601         to it.
3602         * elf/tst-tls16.c: New file.
3603         * elf/tst-tlsmod16a.c: New file.
3604         * elf/tst-tlsmod16b.c: New file.
3605         * elf/Makefile: Add rules to build and run tst-tls16.
3606
3607 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3608
3609         [BZ #5628]
3610         * bits/shm.h: Fix comment describing shmid_ds.
3611         * sysdeps/gnu/bits/shm.h: Likewise.
3612         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3613         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3614         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3615         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3616         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3617         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3618         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3619         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3620         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3621
3622         [BZ #5607]
3623         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3624         prototypes.
3625         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3626         additional suffixes.
3627         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3628         Add optional functions mq_timedreceive and mq_timedsend.
3629         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3630         * conform/data/pthread.h-data: Fix prototype of
3631         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3632         * conform/data/semaphore.h-data: Allow time.h definitions.
3633         * conform/data/signal.h-data: Likewise.
3634         * conform/data/stdio.h-data: getw and putw are not required in v6.
3635         * conform/data/stdlib.h-data: Change setstate prototype.
3636         * conform/data/string.h-data: Fix strerror_r prototype.
3637         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3638         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3639         Fix readlink prototype.
3640         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3641         in6addr_loopback.
3642         * inet/netinet/in.h: Cleanup namespace.
3643         * posix/regex.h: Likewise.
3644         * resolv/netdb.h: Likewise.
3645         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3646         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3647         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3648         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3649         of names of in in6_addr.
3650         (default_precedence): Likewise.
3651         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3652         NULL definition.
3653
3654 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3655
3656         * conform/data/fmtmsg.h-data: Add missing allows.
3657         * conform/data/ftw.h-data: Likewise.
3658         * conform/data/inttypes.h-data: Likewise.
3659         * conform/data/math.h-data: Likewise.
3660         * conform/data/signal.h-data: Likewise.
3661         * conform/data/net/if.h-data: Likewise.
3662         * conform/data/netinet/in.h-data: Likewise.
3663         * conform/data/sys/socket.h-data: Likewise.
3664
3665         [BZ #5614]
3666         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3667         (__strtok_r): Simplify.
3668         * string/tester.c (test_strtok_r): Add test case for futile search
3669         with single-character seach string.
3670
3671 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3672
3673         * po/ko.po: Update from translation team.
3674
3675 2008-01-11  Andreas Jaeger  <aj@suse.de>
3676
3677         [BZ #5600]
3678         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3679         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3680         kernel header.
3681
3682 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3683
3684         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3685         native interface lookup in all the relevant places.
3686
3687 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3688             Ulrich Drepper  <drepper@redhat.com>
3689
3690         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3691         field.  Use sockaddr_in6 for source_addr.
3692         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3693         (match_prefix): Likewise.
3694         (get_label): Likewise.
3695         (get_precedence): Likewise.
3696         (rfc3484_sort): Change to use indirect access to results array.
3697         Adjust to use of sockaddr_in6.  Replace service_order test with
3698         simple index comparison.
3699         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3700         service_order field.  Adjust qsort_t calls.  Access sorted result
3701         array indirectly through order array.
3702         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3703         * posix/tst-rfc3484-2.c: Likewise.
3704         * posix/tst-rfc3484-3.c: Likewise.
3705
3706 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3707
3708         [BZ #5541]
3709         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3710         pollfd structures.
3711         Patch by André Cruz.
3712
3713         [BZ #5545]
3714         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3715         (clnt_spcreateerror): Likewise.
3716
3717         [BZ #5553]
3718         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3719         (public_mEMALIGn): Likewise.
3720         Patch mostly by Daniel Jacobowitz.
3721
3722 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3723
3724         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3725         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3726         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3727         * stdlib/tst-makecontext2.c: New test.
3728
3729 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3730
3731         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3732         defined.
3733         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3734         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3735         transliteration hooks and REINIT_PARAMS afterwards.
3736         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3737         status.
3738         (REINIT_PARAMS): Define.
3739         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3740         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3741         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3742         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3743         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3744         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3745         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3746         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3747         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3748         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3749         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3750         * iconvdata/tst-iconv7.c: New test.
3751
3752 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3753
3754         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3755
3756 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3757
3758         [BZ #5112]
3759         * nscd/connections.c (restart): Fix condition.
3760
3761 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3762
3763         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3764         __ctype_toupper_loc): Add __THROW.
3765
3766 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3767
3768         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3769         recognition of interface family.
3770
3771         * posix/getconf.c: Update copyright year.
3772         * nss/getent.c: Likewise.
3773         * iconv/iconvconfig.c: Likewise.
3774         * iconv/iconv_prog.c: Likewise.
3775         * elf/ldconfig.c: Likewise.
3776         * catgets/gencat.c: Likewise.
3777         * csu/version.c: Likewise.
3778         * elf/ldd.bash.in: Likewise.
3779         * elf/sprof.c (print_version): Likewise.
3780         * locale/programs/locale.c: Likewise.
3781         * locale/programs/localedef.c: Likewise.
3782         * nscd/nscd.c (print_version): Likewise.
3783         * debug/xtrace.sh: Likewise.
3784         * malloc/memusage.sh: Likewise.
3785         * malloc/mtrace.pl: Likewise.
3786         * debug/catchsegv.sh: Likewise.
3787
3788 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3789
3790         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3791         second lookup.
3792
3793 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3794
3795         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3796         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3797
3798 2007-12-17  Roland McGrath  <roland@redhat.com>
3799
3800         * inet/ether_line.c (ether_line): Remove unused variable.
3801
3802 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3803
3804         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3805         and winp.
3806         * login/openpty.c (openpty): Likewise.
3807         * login/pty.h (openpty, forkpty): Likewise.
3808         * manual/terminal.texi (openpty, forkpty): Likewise.
3809
3810 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3811
3812         * malloc/malloc.c (public_cALLOc): For arenas other than
3813         main_arena, count all bytes inside the mprotect_size range of the
3814         heap as uninitialized.
3815
3816 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3817
3818         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3819         executable stacks.
3820
3821         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3822         mTRIm for all of them.
3823         (mTRIm): Additionally iterate over all free blocks and use madvise
3824         to free memory for all those blocks which contain at least one
3825         memory page.
3826         * malloc/tst-trim1.c: New file.
3827         * malloc/Makefile (tests): Add tst-trim1.
3828
3829         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3830
3831 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3832
3833         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3834         First cast argument to long
3835         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3836         Return long.
3837         (__vdso_clock_gettime): Likewise.
3838         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3839         return long.
3840
3841 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3842
3843         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3844         * locale/nl_langinfo_l.c: Real implementation, copied from
3845         nl_langinfo.c.
3846         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3847
3848 2007-12-01  Jim Meyering  <meyering@redhat.com>
3849
3850         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3851         that would inhibit utf8-optimization of a regexp containing line-
3852         or buffer-anchors, e.g., `^', `$'.
3853
3854 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3855
3856         * time/bug-getdate1.c (do_test): Don't use century values which
3857         aren't valid on 32-bit systems.
3858
3859 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3860
3861         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3862         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3863         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3864         __strcat_g, __strncat_g): Add __asm__.
3865
3866 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3867
3868         [BZ #5477]
3869         * io/fchmodat.c: Fix typo in stub_warning use.
3870         Patch by Petr Salinger.
3871
3872 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3873
3874         * iconvdata/hp-thai8.c: New file.
3875         * iconvdata/Makefile: Add rules for hp-thai8.c.
3876         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3877         * iconvdata/gconv-modules: Likewise.
3878
3879         [BZ #5464]
3880         * iconvdata/hp-greek8.c: New file.
3881         * iconvdata/Makefile: Add rules for hp-greek8.c.
3882         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3883         * iconvdata/gconv-modules: Likewise.
3884
3885         [BZ #5463]
3886         * iconvdata/hp-turkish8.c: New file.
3887         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3888         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3889         * iconvdata/gconv-modules: Likewise.
3890
3891         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3892         (shrink_heap): ... this new function.
3893         (heap_trim): Call shrink_heap instead of grow_heap.
3894
3895         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3896         case don't call alloc_perturb.
3897
3898 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3899
3900         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3901         possible.
3902         * sysdeps/unix/sysv/linux/kernel-features.h
3903         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3904         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3905
3906 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3907
3908         [BZ #5424]
3909         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3910         * stdio-common/Makefile (tests): Add bug22.
3911         * stdio-common/bug22.c: New file.
3912
3913         [BZ #5451]
3914         * time/getdate.c: Fix filling in default values.
3915         * time/bug-getdate1.c: New file.
3916         * time/Makefile: Add rules to build and run bug-getdate1.
3917
3918         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3919         * iconvdata/ebcdic-es.c: Likewise.
3920         * iconvdata/ebcdic-es-a.c: Likewise.
3921         * iconvdata/ebcdic-uk.c: Likewise.
3922         * iconvdata/iso8859-16.c: Likewise.
3923         * iconvdata/viscii.c: Likewise.
3924         * iconvdata/iso8859-9e.c: Likewise.
3925         * iconvdata/Makefile: Adjust appropriately.
3926
3927         [BZ #5428]
3928         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3929         __need_wint_t.
3930
3931 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3932
3933         [BZ #5427]
3934         * iconvdata/hp-roman9.c: New file.
3935         * iconvdata/Makefile: Add rules for hp-roman9.c.
3936         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3937         * iconvdata/gconv-modules: Likewise.
3938
3939         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3940         * iconvdata/Makefile: Adjust appropriately.
3941
3942         [BZ #5441]
3943         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3944         structure, it's allocated with alloca.
3945         * stdio-common/Makefile (tests): Add bug21.
3946         * stdio-common/bug21.c: New file.
3947
3948 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3949
3950         [BZ #5452]
3951         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3952         keyword for gcc's braced-groups.
3953
3954 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3955
3956         [BZ #5454]
3957         * inet/ether_line.c: Strip hostname of whitespaces.
3958         * inet/Makefile (tests): Add tst-ether_line.
3959         * inet/tst-ether_line.c: New file.
3960
3961 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3962
3963         [BZ #5439]
3964         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3965
3966         [BZ #5435]
3967         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3968
3969         * stdlib/tst-setcontext.c: Catch the case where the links gets
3970         messed up and we do not reach main again.
3971
3972         * po/ca.po: Update from translation team.
3973
3974 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3975
3976         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3977         * posix/regex.h (REG_ENOSYS): Likewise.
3978         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3979
3980 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3981
3982         * nscd/nscd.h (MAX_STACK_USE): Define.
3983         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3984         (gc): Initialize stack_used based on allocation in prune_cache.
3985         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3986         Clear array before use.
3987
3988         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3989         memory allocation failed.
3990         * nscd/hstcache.c (cache_addhst): Likewise.
3991         * nscd/grpcache.c (cache_addgr): Likewise.
3992         * nscd/servicescache.c (cache_addserv): Likewise.
3993         * nscd/pwdcache.c (cache_addpw): Likewise.
3994         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3995
3996 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3997
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3999         and creat system calls.
4000
4001         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
4002
4003 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4004
4005         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
4006         Add netiucv/iucv.h.
4007         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
4008         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
4009         protocol.
4010         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
4011         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
4012         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
4013
4014 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4015
4016         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
4017         strncat): Define as macros to avoid compile errors.
4018
4019         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
4020         creat entries.
4021
4022 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
4023
4024         [BZ #5382]
4025         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
4026         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
4027         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
4028         overflow it.
4029         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4030
4031         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
4032         Return zero in case the thread library is not NPTL.
4033
4034         [BZ #5375]
4035         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
4036         initializing interface list.
4037
4038         [BZ #5378]
4039         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
4040         use result of nss_getgrgid_r if nothing was found.  For other
4041         error return with a failure.
4042         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4043
4044         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4045         macro name.
4046
4047 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4048
4049         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4050         (get_scope): For IPv4 scope, use scopes table.
4051         (fini): Free scopes table if necessary.
4052         (free_scopelist): New function.
4053         (scopecmp): New function.
4054         (gaiconf_init): Also handle scopev4 entries.
4055         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4056         * posix/tst-rfc3484-2.c (do_test): Likewise.
4057         * posix/gai.conf: Document scopev4 defaults.
4058         * posix/Makefile (tests): Add tst-rfc3484-3.
4059         * posix/tst-rfc3484-3.c: New file.
4060
4061         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4062         Teredo tunnels.
4063         * posix/gai.conf: Update for current default tables.
4064
4065 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4066
4067         * po/tr.po: Update from translation team.
4068
4069 2007-11-18  Roland McGrath  <roland@frob.com>
4070
4071         * manual/arith.texi (Remainder Functions): Spelling fix.
4072         From Shaun Silk <genix@mysoul.com.au>.
4073
4074         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4075
4076 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4077
4078         * po/zh_CN.po: Update from translation team.
4079
4080         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4081         Add sys/signalfd.h and sys/eventfd.h.
4082
4083 2007-11-15  Bruno Haible  <bruno@clisp.org>
4084
4085         [BZ #5346]
4086         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4087         union.
4088         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4089         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4090         it needs only fixed stack space. Delay the initialization of
4091         msgid_len until it is needed.
4092
4093 2007-11-15  Andreas Jaeger  <aj@suse.de>
4094
4095         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4096         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4097
4098 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4099
4100         * po/ko.po: Update from translation team.
4101
4102 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4103
4104         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4105         significantly.  The device type is also part of the ifinfomsg data.
4106
4107         * po/sv.po: Update from translation team.
4108         * po/nl.po: Likewise.
4109
4110         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4111         to wake up in 24 hours.
4112
4113         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4114
4115 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4116
4117         * po/cs.po: Update from translation team.
4118         * po/pl.po: Likewise.
4119
4120         * include/ifaddrs.h: Remove in6ai_temporary.
4121         (struct in6addrinfo): Add index element.
4122         Declare __check_native.
4123         * inet/Makefile (aux): Add check_native.
4124         * sysdeps/unix/sysv/linux/check_native.c: New file.
4125         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4126         IFA_F_TEMPORARY.  Pass back ifa_index.
4127         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4128         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4129         call __check_native if necessary.
4130         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4131         to sort addresses.  Pass information about the results.
4132         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4133         of rfc3484_sort interface.
4134         * posix/tst-rfc3484-2.c: Likewise.
4135
4136         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4137         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4138         for _quicksort.
4139         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4140         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4141         on as third parameter to compare function and _quicksort.
4142         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4143         to the compare function.
4144         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4145         * Versions.def: Add GLIBC_2.8 for libc.
4146
4147         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4148         * posix/tst-rfc3484-2.c: Likewise.
4149
4150         * include/kernel-features.h: Moved to...
4151         * sysdeps/mach/hurd/kernel-features.h: ...here.
4152
4153 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4154
4155         * sysdeps/i386/i586/memcpy_chk.S: New file.
4156         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4157         * sysdeps/i386/i586/memset_chk.S: Likewise.
4158
4159 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4160
4161         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4162         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4163         list of interfaces.  Also store prefix length.
4164         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4165         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4166         prefix if source and destination address are in the same subnet.
4167         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4168         Always look for matching record in in6ai list.
4169         Correct source_addr_len value for IPv6->IPv4 converted records.
4170
4171 2007-11-11  Roland McGrath  <roland@frob.com>
4172
4173         * include/kernel-features.h: New file.
4174
4175 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4176
4177         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4178         complications for 64-bit platforms.
4179
4180         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4181         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4182         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4183         open64_2.
4184         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4185         entries.
4186         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4187         * sysdeps/wordsize-64/alphasort.c: New file.
4188         * sysdeps/wordsize-64/alphasort64.c: New file.
4189         * sysdeps/wordsize-64/fseeko.c: New file.
4190         * sysdeps/wordsize-64/fseeko64.c: New file.
4191         * sysdeps/wordsize-64/ftello.c: New file.
4192         * sysdeps/wordsize-64/ftello64.c: New file.
4193         * sysdeps/wordsize-64/ftw.c: New file.
4194         * sysdeps/wordsize-64/ftw64.c: New file.
4195         * sysdeps/wordsize-64/iofgetpos.c: New file.
4196         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4197         * sysdeps/wordsize-64/iofopen.c: New file.
4198         * sysdeps/wordsize-64/iofopen64.c: New file.
4199         * sysdeps/wordsize-64/iofsetpos.c: New file.
4200         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4201         * sysdeps/wordsize-64/lockf.c: New file.
4202         * sysdeps/wordsize-64/lockf64.c: New file.
4203         * sysdeps/wordsize-64/mkostemp.c: New file.
4204         * sysdeps/wordsize-64/mkostemp64.c: New file.
4205         * sysdeps/wordsize-64/mkstemp.c: New file.
4206         * sysdeps/wordsize-64/mkstemp64.c: New file.
4207         * sysdeps/wordsize-64/scandir.c: New file.
4208         * sysdeps/wordsize-64/scandir64.c: New file.
4209         * sysdeps/wordsize-64/tmpfile.c: New file.
4210         * sysdeps/wordsize-64/tmpfile64.c: New file.
4211         * sysdeps/wordsize-64/versionsort.c: New file.
4212         * sysdeps/wordsize-64/versionsort64.c: New file.
4213         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4214         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4215         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4216         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4217         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4218         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4219         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4220         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4221         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4222         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4223         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4224         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4225
4226         * crypt/sha256-crypt.c: Fix a comment.
4227         * crypt/sha512-crypt.c: Likewise.
4228
4229 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4230
4231         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4232
4233 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4234
4235         [BZ #5277]
4236         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4237         because output buffer is too small break, don't loop.
4238         * iconvdata/Makefile (tests): Add bug-iconv6.
4239         * iconvdata/bug-iconv6.c: New file.
4240
4241 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4242
4243         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4244         with size_t type.
4245         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4246         size_t.  Add casts where needed.
4247
4248         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4249         old headers, don't call avc_has_perm if we don't have the
4250         permission information.
4251
4252 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4253
4254         * elf/rtld.c (dl_main): Use the page size to find the map start.
4255
4256 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4257
4258         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4259         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4260
4261         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4262         when the lookup call failed.
4263
4264         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4265         Add prune_cond and wakeup_time.
4266         (CACHE_PRUNE_INTERNAL): Define.
4267         Update declarations of prune_cache and setup_thread.
4268         * nscd/connections.c (dbs): Update initializers.
4269         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4270         (nscd_init): Default number of threads is now 4.
4271         (invalidate_cache): Take lock before calling prune_cache.
4272         (handle_request): If SELinux forbids the request, say so.
4273         (readylist_cond): Use static initializer.
4274         (nscd_run_prune): New function.  Used only by pruning threads.
4275         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4276         here.
4277         (fd_ready): Update nscd_run reference.
4278         (start_threads): No need to initialize readylist_cond.
4279         Start pruning threads separately.
4280         * nscd/nscd_setup_thread.c: Change return value type to int and always
4281         return 0.
4282         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4283         to int and return nonzero value if we can use the TID address hack.
4284         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4285         the database is later than the new entry's timeout, update the
4286         wakeup time and wake the cleanup thread.
4287         (prune_cache): Return seconds the next entry in the database is still
4288         valid.  Remove locking for pruning here.
4289         * nscd/nscd.conf: Document default number of threads.
4290
4291 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4292
4293         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4294         stack is properly aligned for the target function.
4295         Correct unwind info.
4296
4297         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4298         when using auditing libraries.
4299
4300 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4301
4302         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4303         _nss_dns_getnetbyaddr2_r.
4304         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4305         extra parameter to getanswer_r.
4306         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4307         _nss_dns_getnetbyaddr2_r.
4308
4309         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4310         gethstbynm3_r.
4311         * nscd/gethstbynm2_r.c: Remove.
4312         * nscd/gethstbynm3_r.c: New file.
4313         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4314         __gethostbyaddr_r.
4315         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4316         __gethostbyaddr_r compatibility wrapper.
4317         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4318         determining timeout of entry.
4319         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4320         __gethostbyaddr2_r.
4321         (addhstbyX): Pass reference to variable for TTL to lookup and
4322         cache_addhst.
4323         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4324         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4325         and __nss_next2.  Remove __nss_services_lookup.
4326         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4327         Add compat wrapper.
4328         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4329         __nss_next2.
4330         * nss/getXXent_r.c: Likewise.
4331         * nss/getnssent_r.c: Likewise.
4332         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4333         does not exist in module, try the optional second name.
4334         (__nss_next2): New function.
4335         (__nss_next): Now wrapper around __nss_next2.
4336         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4337         Declare __nss_next2.
4338         Adjust definition of db_lookup_function type.
4339         * nss/service-lookup.c: Define NO_COMPAT.
4340         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4341         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4342         * inet/ether_ntoh.c: Likewise.
4343         * sunrpc/netname.c: Likewise.
4344         * sunrpc/publickey.c: Likewise.
4345         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4346         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4347         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4348         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4349         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4350
4351         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4352
4353         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4354
4355 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4356
4357         [BZ #5204]
4358         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4359         * crypt/sha512c-test.c: Likewise.
4360
4361         [BZ #5225]
4362         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4363         to keep track of end of %[ format string element.
4364         * stdio-common/Makefile (tests): Add bug20.
4365         * stdio-common/bug20.c: New file.
4366
4367         [BZ #5222]
4368         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4369         path elements in counting mode.
4370
4371 2007-10-27  Andreas Jaeger  <aj@suse.de>
4372
4373         [BZ #5040]
4374         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4375
4376         [BZ #3112]
4377         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4378         (__cleanup): Free shared library when exiting.
4379         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4380         (__cleanup): Free shared library when exiting.
4381
4382 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4383
4384         [BZ #2549]
4385         * math/libm-test.inc (check_float_internal): Support
4386         denormalized return.
4387
4388 2007-10-23  Andreas Jaeger  <aj@suse.de>
4389
4390         [BZ #5208]
4391         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4392         __LONG_LONG_PAIR to handle little endian byte order.
4393         Suggested by abhishekrai@google.com
4394
4395 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4396
4397         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4398
4399 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4400
4401         * nscd/cache.c (prune_cache): Move test for modified file outside
4402         of locking.
4403
4404 2007-10-21  Andreas Jaeger  <aj@suse.de>
4405
4406         * manual/texinfo.tex: Update to latest version.
4407
4408         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4409
4410         * manual/arith.texi (Status bit operations): Fix formatting.
4411
4412         * manual/errno.texi (Error Messages): Fix formatting.
4413
4414         * manual/sysinfo.texi (System Parameters): Fix formatting.
4415
4416         * manual/libc.texinfo: Update VERSION and UPDATED.
4417
4418 2007-10-19  Roland McGrath  <roland@redhat.com>
4419
4420         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4421
4422 2007-10-06  David S. Miller  <davem@davemloft.net>
4423
4424         * configure.in: Add sparcv9v2 and sparc64v2.
4425         * scripts/config.sub: Likewise.
4426         * configure: Regenerate.
4427         * elf/elf.h (HWCAP_SPARC_N2): New.
4428         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4429         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4430         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4431         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4432         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4433         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4434         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4435
4436 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4437
4438         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4439         even if the poll result indicates there is data to read.
4440         Patch by Jeff Moyer <jmoyer@redhat.com>.
4441
4442 2007-10-18  Roland McGrath  <roland@redhat.com>
4443
4444         * elf/elf.h (NT_PPC_VMX): New macro.
4445
4446 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4447
4448         * version.h (VERSION): Set to 2.7.90.
4449
4450 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4451
4452         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4453         weak_alias.
4454
4455 2007-10-17  Roland McGrath  <roland@frob.com>
4456
4457         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4458         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4459
4460 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4461
4462         * version.h (VERSION): Bump to 2.7.
4463         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4464
4465         [BZ #5186]
4466         * time/tzset.c (__tz_convert): Don't force testing for a change of
4467         TZ if not called from localtime.  But then also see whether the
4468         file changed, in case __use_tzfile is set.
4469
4470         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4471         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4472         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4473         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4474         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4475         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4476         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4477         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4478
4479 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4480
4481         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4482         and admin selects to be able to replace the gai.conf file, lock
4483         data structures around the qsort call.
4484
4485 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4486
4487         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4488         new memset.
4489         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4490         too high for the improvements.  Implement bzero unconditionally for
4491         use in libc.
4492
4493 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4494             Jakub Jelinek  <jakub@redhat.com>
4495
4496         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4497         even when time_t is 32-bit.
4498         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4499         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4500         always set after the search.
4501
4502 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4503
4504         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4505         unreachable code on 32-bit machines.
4506
4507 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4508
4509         [BZ #5184]
4510         * time/strftime_l.c: Include stdbool.h.
4511         (my_strftime): New wrapper, old function renamed to...
4512         (__strftime_internal): ... new function.  Add tzset_called
4513         argument, pass it down to recursive calls, don't call tzset ()
4514         if already true, set to true after call to tzset ().
4515
4516 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4517
4518         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4519         into account when copying TZ string.
4520
4521 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4522
4523         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4524         num_transition rather than num_transitions - 1.
4525
4526 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4527
4528         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4529         PIC indirect jump.
4530
4531         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4532         a local label rather than HIDDEN_JUMPTARGET.
4533
4534 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4535
4536         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4537         (init_cacheinfo): Initialize it.
4538         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4539         Always define bzero.
4540         Remove non-glibc code.
4541         * sysdeps/x86_64/bzero.S: Make an empty file.
4542
4543 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4544
4545         * sysdeps/x86_64/cacheinfo.c
4546         (__x86_64_preferred_memory_instruction): New.
4547         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4548
4549         * sysdeps/x86_64/memset.S: Rewrite.
4550
4551 2007-10-15  Roland McGrath  <roland@redhat.com>
4552
4553         * po/libc.pot: Regenerated.
4554
4555 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4556
4557         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4558         pointers.
4559
4560         [BZ #3425]
4561         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4562         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4563         address record to T_A/T_AAAA requests.
4564
4565 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4566
4567         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4568
4569         * posix/glob.c: Add some branch prediction throughout.
4570
4571         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4572         read from nscd.
4573
4574         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4575         service_order.
4576         (rfc3484_sort): Make sure that even if qsort doesn't support
4577         stable sorting out sorting here is stable by comparing service_order.
4578         (getaddrinfo): Initialize service_order.
4579         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4580         service_order field to sorting structure.
4581         * posix/tst-rfc3484-2.c (do_test): Likewise.
4582
4583         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4584         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4585         __tzset_parse_tz and updating of daylight, timezone, tzname into
4586         update_vars.
4587         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4588         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4589         happens in __tz_compute.
4590         * time/tzfile.c (__tzfile_read): Also read TZ string.
4591         (find_transition): Fold into __tzfile_compute.
4592         (__tzfile_compute): For times beyond the last transition try to
4593         use the TZ string.
4594         * timezone/tst-timezone.c: Information in daylight and tzname does
4595         change for Asia/Tokyo timezone with more concrete information.
4596         Remove the test.
4597
4598         * include/stdio.h: Add libc_hidden_proto for ftello.
4599         * libio/ftello.c: Add libc_hidden_def.
4600
4601         [BZ #1140]
4602         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4603         on the specified time and not the last entries in the file.  Move
4604         code to determine tzname[] to...
4605         (find_transition): ...here.  Add ugly guess for times before the
4606         first transition.
4607
4608 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4609
4610         [BZ #3195]
4611         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4612         no entry.
4613         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4614         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4615         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4616         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4617
4618         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4619         read mechanism when there are no group members and avoid no-op
4620         read syscall in this case.
4621
4622         [BZ #3242]
4623         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4624         (__readall): If reading failed due to EAGAIN error wait a bit
4625         and possibly try again.
4626         (__readvall): Likewise.
4627
4628 2007-10-13  Bruno Haible  <bruno@clisp.org>
4629
4630         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4631         when we cannot recode the message.
4632
4633 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4634
4635         [BZ #4359]
4636         * libio/__freading.c (__freading): Don't return true for
4637         write-only streams.  For read/write streams, check whether we
4638         performed a read operation already.
4639         * libio/Makefile (tests): Add tst-ext2.
4640         * libio/tst-ext2.c: New file.
4641
4642 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4643
4644         * locale/programs/repertoire.c (repertoire_read): Always free
4645         memory for repertoire file name [Coverity CID 270].
4646
4647         * elf/cache.c (save_aux_cache): Free memory allocated for
4648         temporary file name [Coverity CID 267].
4649
4650 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4651
4652         * misc/Makefile (headers): Add bits/error.h.
4653
4654 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4655
4656         * posix/fnmatch_loop.c: Take rule index returned as part of
4657         findidx return value into account when accessing weights.
4658         * posix/regcomp.c: Likewise.
4659         * posix/regexec.c: Likewise.
4660
4661         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4662         (skip_to): Fix problems with parameter of elifdef/elifndef.
4663
4664 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4665
4666         * iconv/gconv_simple.c: Add some branch prediction.
4667
4668 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4669
4670         * locale/programs/ld-collate.c (collate_read): If ignore_content
4671         and nowtok is tok_define, eat any tok_eol tokens.
4672
4673 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4674
4675         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4676         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4677
4678         * inet/netinet/in.h: Don't include bits/socket.h.
4679         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4680         macro.
4681         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4682
4683 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4684
4685         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4686         and tok_elifndef.
4687         * locale/programs/locfile-kw.gperf: Likewise.
4688         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4689
4690 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4691
4692         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4693         (__find_specwc): Change into __extern_always_inline function.
4694         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4695         (__parse_one_specmb): Remove ps argument.
4696         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4697         Adjust __find_specmb and __parse_one_specmb callers.
4698         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4699         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4700         Removed.
4701         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4702         caller.
4703
4704 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4705
4706         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4707         with some Pentium Ds.
4708
4709 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4710
4711         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4712         __read not read.
4713         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4714         __write not write.
4715
4716 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4717
4718         [BZ #181]
4719         * locale/C-time.c: Set week_1stday data to 19971201.
4720         * locale/programs/ld-time.c (time_finish): Default for
4721         first_workday is Monday.
4722
4723         [BZ #2633]
4724         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4725
4726         [BZ #5103]
4727         * posix/glob.c (glob): Recognize patterns starting \/.
4728         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4729         (main): Add test for pattern starting \/.
4730
4731         * misc/error.h: Use __const instead of const.
4732         * misc/bits/error.h: Likewise.
4733
4734 2007-10-07  Andreas Jaeger  <aj@suse.de>
4735
4736         * include/bits/error.h: New file.
4737
4738         * misc/bits/error.h (error_at_line): Fix prototype.
4739
4740 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4741
4742         [BZ #3924]
4743         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4744         more little bugs in creating the stack frame when pltexit has to
4745         be called.
4746
4747         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4748         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4749
4750         [BZ #4407]
4751         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4752         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4753         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4754         * math/libm-test.inc: Add test for this case.
4755
4756         [BZ #5010]
4757         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4758         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4759         map service succeeded.
4760         (svc_is_mapped): New function.
4761         (svc_unregister): Use it before trying to unmap service.
4762
4763 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4764
4765         * timezone/zic.c: Update from tzcode2007h.
4766
4767         [BZ #5063]
4768         * timezone/africa: Update from tzdata2007h.
4769         * timezone/antarctica: Likewise.
4770         * timezone/asia: Likewise.
4771         * timezone/australasia: Likewise.
4772         * timezone/europe: Likewise.
4773         * timezone/leapseconds: Likewise.
4774         * timezone/northamerica: Likewise.
4775         * timezone/southamerica: Likewise.
4776         * timzeone/zone.tab: Likewise.
4777
4778         [BZ #5104]
4779         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4780
4781         [BZ #5113]
4782         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4783         avoid warning with -Wconversion.
4784         (__strndup): Likewise.
4785         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4786
4787         [BZ #5112]
4788         * nscd/connections.c (restart): Don't resync if database is
4789         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4790
4791         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4792         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4793
4794         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4795         evetnfd_read, eventfd_write.
4796         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4797         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4798         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4799         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4800         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4801         eventfd_write for GLIBC_2.7.
4802
4803         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4804         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4805         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4806         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4807
4808 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4809
4810         * stdlib/msort.c: Include stdint.h.
4811         (struct msort_param): New type.
4812         (msort_with_tmp): Use struct msort_param pointer for unchanging
4813         parameters.  Add optimized handling for several common sizes
4814         and indirect sorting mode.
4815         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4816         sorting.
4817         Suggested by Belazougui Djamel .
4818
4819         * stdlib/Makefile (tests): Add tst-qsort2.
4820         * stdlib/tst-qsort2.c: New test.
4821
4822 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4823
4824         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4825         for dup2 in case another thread races with the current one.  Retry
4826         in this case.
4827
4828         * misc/error.h: Remove support for use outside of libc.  We have to
4829         include <features.h> now.  Include <bits/error.h> if possible.
4830         * misc/bits/error.h: New file.
4831
4832 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4833
4834         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4835         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4836         __extern_always_inline functions unconditionally, drop macros.
4837
4838         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4839         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4840         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4841
4842         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4843         add __artificial__ attribute.
4844
4845 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4846
4847         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4848         backward to forward direction.
4849
4850         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4851
4852         [BZ #645]
4853         * locale/programs/ld-collate.c (collate_finish): Compare against last
4854         used section which is known to have rules defined.
4855         (collate_read): After order_start, correctly record order of sections
4856         and queue sections up.
4857
4858 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4859
4860         [BZ #5071]
4861         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4862         the same number of pages.
4863         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4864
4865         * locale/programs/ld-collate.c (collate_read): After initial copy
4866         statement, continue in state 0.
4867
4868         * include/stdio_ext.h (__fsetlocking): Define as macro.
4869
4870 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4871
4872         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4873         of section order.
4874
4875         * po/pt_BR.po: Fix typo.
4876
4877 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4878
4879         * iconvdata/Makefile (modules): Add ISO8859-9E.
4880         (distribute): Add iso8859-9e.c.
4881         (gen-8bit-gap-modules): Add iso8859-9e.
4882         * iconvdata/iso8859-9e.c: New file.
4883         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4884         * iconvdata/TESTS: Likewise.
4885         * iconvdata/tst-tables.sh: Likewise.
4886
4887         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4888
4889         * locale/iso-639.def: Add several new entries.
4890
4891 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4892
4893         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4894         void * pointers instead of struct link_map **.
4895         (_dl_scope_free): Change argument type to void *.
4896         * include/link.h (struct link_map): Change type of l_reldeps
4897         to struct link_map_reldeps, move l_reldepsact into that
4898         struct too.
4899         * elf/dl-deps.c: Include atomic.h.
4900         (_dl_map_object_deps): Only change l->l_initfini when it is
4901         fully populated, use _dl_scope_free for freeing it.  Optimize
4902         removal of libs from reldeps by using l_reserved flag, when
4903         some removal is needed, allocate a new list instead of
4904         reallocating and free the old with _dl_scope_free.  Adjust
4905         for l_reldeps and l_reldepsact changes.
4906         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4907         searching in l_initfini and l_reldeps without holding dl_load_lock.
4908         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4909         l_reldepsact changes.
4910         * elf/dl-close.c (_dl_close_worker): Likewise.
4911         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4912
4913 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4914
4915         * iconvdata/Makefile (modules): Add KOI8-RU.
4916         (distribute): Add koi8-ru.c.
4917         (gen-8bit-gap-modules): Add koi8-ru.
4918         * iconvdata/koi8-ru.c: New file.
4919         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4920         * iconvdata/TESTS: Likewise.
4921         * iconvdata/tst-tables.sh: Likewise.
4922
4923         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4924
4925 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4926
4927         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4928         with __warning__/__error__ attributes.
4929         (__warnattr): Define.
4930         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4931         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4932         __warnattr.
4933         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4934         of __*_chk if compile time detectable overflow is found.
4935         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4936         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4937         with __warnattr.
4938         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4939         instead of __*_chk if compile time detectable overflow is found.
4940         (__gets_alias): Rename to...
4941         (__gets_warn): ... this.  Add __warnattr.
4942         (gets): Call __gets_warn instead of __gets_alias.
4943         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4944         aliases with __warnattr.
4945         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4946         time detectable overflow is found.
4947         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4948         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4949         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4950         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4951         __getdomainname_chk_warn): New aliases with __warnattr.
4952         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4953         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4954         __*_chk_warn instead of __*_chk if compile time detectable overflow
4955         is found.
4956         (__getgroups_chk): Rename argument to __listlen from listlen.
4957         (__getwd_alias): Rename to...
4958         (__getwd_warn): ... this.  Add __warnattr.
4959         (getwd): Call __getwd_warn instead of __getwd_alias.
4960         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4961         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4962         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4963         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4964         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4965         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4966         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4967         compile time detectable overflow is found.
4968         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4969         to use __*_chk or not.
4970         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4971         in comparisons which function should be called and in __*_chk*
4972         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4973         detectable overflow is found.
4974         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4975         __*_chk argument.
4976         * debug/tst-chk1.c (do_test): Add a few more tests.
4977
4978 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4979
4980         [BZ #5058]
4981         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4982         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4983         (_nl_unload_domain): Finalize conversions_lock.
4984         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4985         handling table of known conversions.
4986
4987 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4988
4989         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4990         close_not_cancel_no_status instead of close.
4991
4992 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4993
4994         [BZ #5028]
4995         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4996         nrules != 0 for multibyte chars.
4997
4998 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4999
5000         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
5001         Provide better error message in case the type is unknown.
5002
5003         [BZ #4963]
5004         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
5005         * string/stratcliff.c: Make usable to test wide char functions.
5006         * wcsmbs/wcsatcliff.c: New file.
5007         * wcsmbs/Makefiel (tests): Add wcsatcliff.
5008
5009         [BZ #4972]
5010         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
5011         (distribute): Add mac-centraleurope.c.
5012         (gen-8bit-gap-modules): Add mac-centraleurope.
5013         * iconvdata/mac-centraleurope.c: New file.
5014         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
5015         * iconvdata/TESTS: Likewise.
5016         * iconvdata/tst-tables.sh: Likewise.
5017
5018         [BZ #5043]
5019         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
5020
5021 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
5022
5023         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
5024         from __x86_64_core_cache_size_half.
5025         (init_cacheinfo): Compute shared cache size for AMD processors with
5026         shared L3 correctly.
5027         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
5028         name change.
5029         Patch in large parts by Evandro Menezes.
5030
5031 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
5032
5033         * elf/dl-lookup.c (add_dependency): Handle failing memory
5034         allocation for dependency list.  Remove unnecessary check.
5035
5036         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
5037         open/close when determining source addresses.
5038
5039         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
5040         sha512-crypt, and sha512.
5041         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5042         (distribute): Add sha256.h and sha512.h.
5043         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5044         and call the appropriate code.
5045         * crypt/sha256-crypt.c: New file.
5046         * crypt/sha256.c: New file.
5047         * crypt/sha256.h: New file.
5048         * crypt/sha256c-test.c: New file.
5049         * crypt/sha256test.c: New file.
5050         * crypt/sha512-crypt.c: New file.
5051         * crypt/sha512.c: New file.
5052         * crypt/sha512.h: New file.
5053         * crypt/sha512c-test.c: New file.
5054         * crypt/sha512test.c: New file.
5055
5056 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5057
5058         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5059         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5060         __syslog_chk.
5061
5062 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5063
5064         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5065         %as in fscanf format strings.
5066
5067         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5068         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5069         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5070         Likewise.
5071         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5072         Likewise.
5073
5074         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5075         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5076         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5077         * elf/dl-sym.c (do_sym): Likewise.
5078         * include/link.h (struct link_map): Add l_serial field.
5079         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5080         * elf/dl-lookup.c (add_dependency): Add flags argument.
5081         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5082         flags, use THREAD_GSCOPE_RESET_FLAG before and
5083         THREAD_GSCOPE_SET_FLAG after
5084         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5085         Don't dereference map until it has been found on some list.
5086         If map->l_serial changed, return -1.
5087
5088 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5089
5090         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5091         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5092         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5093         libc_hidden_proto.
5094         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5095         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5096         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5097         add libc_hidden_proto.
5098         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5099         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5100         conformance requested.
5101         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5102         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5103         conformance requested.
5104         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5105         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5106         conformance requested.
5107         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5108         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5109         ISO C99 or POSIX conformance requested.
5110         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5111         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5112         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5113         and __isoc99_vsscanf@@GLIBC_2.7.
5114         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5115         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5116         (tests): Add scanf14.
5117         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5118         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5119         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5120         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5121         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5122         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5123         from using internal headers.
5124         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5125         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5126         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5127         and __isoc99_vswscanf@@GLIBC_2.7.
5128         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5129         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5130         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5131         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5132         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5133         * stdio-common/isoc99_scanf.c: New file.
5134         * stdio-common/isoc99_vsscanf.c: New file.
5135         * stdio-common/isoc99_vscanf.c: New file.
5136         * stdio-common/isoc99_vfscanf.c: New file.
5137         * stdio-common/isoc99_fscanf.c: New file.
5138         * stdio-common/isoc99_sscanf.c: New file.
5139         * wcsmbs/isoc99_fwscanf.c: New file.
5140         * wcsmbs/isoc99_vswscanf.c: New file.
5141         * wcsmbs/isoc99_swscanf.c: New file.
5142         * wcsmbs/isoc99_wscanf.c: New file.
5143         * wcsmbs/isoc99_vwscanf.c: New file.
5144         * wcsmbs/isoc99_vfwscanf.c: New file.
5145         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5146         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5147         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5148         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5149         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5150         * stdio-common/scanf14.c: New test.
5151         * stdio-common/scanf15.c: New test.
5152         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5153         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5154         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5155         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5156         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5157         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5158         __nldbl___isoc99_scanf@@GLIBC_2.7,
5159         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5160         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5161         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5162         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5163         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5164         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5165         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5166         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5167         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5168         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5169         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5170         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5171         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5172         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5173         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5174         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5175         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5176         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5177         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5178         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5179         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5180         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5181         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5182         functions.
5183         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5184         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5185         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5186         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5187         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5188         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5189         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5190         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5191         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5192         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5193         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5194         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5195
5196         * stdio-common/Makefile (tests): Add scanf13.
5197         (scanf13-ENV): New.
5198         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5199         m modifier followed by l.
5200         (STRING_ARG): Add width argument.
5201         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5202         <case L_('C')>: Handle %mlc and %mC.
5203         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5204         arguments.
5205         * stdio-common/scanf13.c: New test.
5206
5207         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5208         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5209
5210 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5211
5212         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5213         type and __THROW marker of splice, vmsplice, and tee.
5214         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5215         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5216         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5217         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5218         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5219         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5220         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5221         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5222         as cancellation points.
5223
5224 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5225
5226         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5227         parse more than three parts of the version number.
5228
5229 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5230
5231         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5232         modifier.  Patch by Jakub Jelinek.
5233
5234 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5235
5236         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5237         call_fallocate in misc subdir.
5238         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5239         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5240         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5241         instead of __fallocate64.
5242         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5243
5244 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5245
5246         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5247         * rt/Makefile (headers): Add bits/mqueue2.h.
5248         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5249         optimizing with GCC and __va_arg_pack_len is defined.
5250         * rt/bits/mqueue2.h: New file.
5251         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5252         (mq_open): New strong_alias.
5253         (__mq_open_2): New function.
5254         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5255         (mq_open): New strong_alias.
5256         (__mq_open_2): New function.
5257         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5258         * Versions.def (librt): Add GLIBC_2.7 version.
5259         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5260         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5261
5262         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5263         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5264         is defined rather than when not C++.
5265         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5266         __openat64_alias): New redirects.
5267         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5268         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5269         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5270         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5271         functions instead of function-like macros.
5272
5273 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5274
5275         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5276         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5277         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5278
5279 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5280
5281         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5282         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5283
5284 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5285
5286         * inet/tst-network.c: Increment ERRORS for failing tests.
5287
5288 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5289
5290         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5291         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5292         implement as __extern_always_inline function.
5293         (vsyslog): Define as __extern_always_inline function unconditionally.
5294         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5295         When __va_arg_pack is defined, implement as __extern_always_inline
5296         functions.
5297         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5298         __extern_always_inline functions unconditionally.
5299         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5300         bits/stdio2.h will be included.
5301         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5302         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5303         implement as __extern_always_inline functions.
5304         (vswprintf, vwprintf, vfwprintf): Define as
5305         __extern_always_inline functions unconditionally.
5306         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5307
5308 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5309
5310         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5311         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5312         attribute.
5313         * include/features.h (__USE_EXTERN_INLINES): Define only when
5314         __extern_inline is defined.
5315         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5316         is defined instead of when not __cplusplus.
5317         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5318         is defined instead of when not __cplusplus.
5319         * socket/sys/socket.h: Include bits/socket2.h when
5320         __extern_always_inline is defined instead of when not __cplusplus.
5321         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5322         is defined instead of when not __cplusplus.
5323         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5324         is defined instead of when not __cplusplus.
5325         * string/string.h: Include bits/string3.h when __extern_always_inline
5326         is defined instead of when not __cplusplus.
5327         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5328         is defined instead of when not __cplusplus.
5329         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5330         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5331         is not defined.
5332         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5333         defined __extern_always_inline instead of !defined __cplusplus.
5334         * libio/bits/stdio-ldbl.h: Likewise.
5335         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5336         * misc/bits/syslog.h (syslog): Don't define for C++.
5337         (vsyslog): Use __extern_always_inline function for C++ instead of
5338         a macro.
5339         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5340         whenever that macro is defined.
5341         (vprintf): Don't provide the inline for C++.
5342         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5343         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5344         define the macros for C++.
5345         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5346         __extern_always_inline functions for C++.
5347         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5348         stat64, lstat64, fstat64, fstatat64): Don't define if not
5349         __USE_EXTERN_INLINES.
5350         * wcsmbs/bits/wchar2.h: Fix #error message.
5351         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5352         (vswprintf, vwprintf, vfwprintf): Define using
5353         __extern_always_inline functions for C++.
5354         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5355         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5356         strncpy, strcat, strncat): Define as __extern_always_inline
5357         functions instead of macros for C++.
5358         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5359         defined __extern_inline.
5360         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5361         to __extern_inline whenever that macro is defined.
5362         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5363         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5364         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5365         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5366         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5367         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5368         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5369         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5370         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5371         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5372         prototypes.  Only provide __extern_inline routines if
5373         __USE_EXTERN_INLINES.
5374         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5375         tests.
5376         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5377         For now avoid some *printf tests in C++.  Skip all testing
5378         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5379         is not.
5380         * debug/tst-chk4.cc: New file.
5381         * debug/tst-chk5.cc: New file.
5382         * debug/tst-chk6.cc: New file.
5383         * debug/tst-lfschk4.cc: New file.
5384         * debug/tst-lfschk5.cc: New file.
5385         * debug/tst-lfschk6.cc: New file.
5386         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5387         prototypes in C++.
5388         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5389         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5390         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5391
5392 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5393
5394         * po/cs.po: Update from translation team.
5395
5396 2007-09-11  Roland McGrath  <roland@redhat.com>
5397
5398         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5399         compiling.
5400
5401 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5402
5403         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5404
5405 2007-09-05  Roland McGrath  <roland@redhat.com>
5406
5407         * manual/signal.texi (Signaling Another Process): Typo fix.
5408         From Karl Berry <karl@freefriends.org>.
5409
5410 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5411
5412         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5413         zero if not defined.
5414         (make_request): Recognize optimistic addresses and treat them like
5415         deprecated addresses.
5416         Reported by Neil Horman <nhorman@redhat.com>.
5417
5418 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5419
5420         * nscd/connections.c (send_ro_fd): Also transfer file size.
5421         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5422         file size don't call fstat.
5423
5424         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5425         ahead and map the file.  This should always be correct and we can
5426         catch problems later.
5427
5428 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5429
5430         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5431         prototypes.
5432         (__fread_alias, __fread_unlocked_alias): New aliases.
5433         (fread): New extern inline.
5434         (fread_unlocked): Likewise.  Undef macro before definition of
5435         the inline function.
5436         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5437         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5438         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5439         and __fread_unlocked_chk@@GLIBC_2.7.
5440         * debug/fread_chk.c: New file.
5441         * debug/fread_u_chk.c: New file.
5442         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5443
5444 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5445
5446         * sysdeps/unix/sysv/linux/syscalls.list
5447         (personality): Change caller to EXTRA.
5448
5449 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5450
5451         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5452         to keep gcc quiet.
5453         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5454
5455         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5456         NDEBUG is defined.
5457
5458         * Makerules: Use -p option with mkdir.
5459
5460         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5461         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5462         (_xdr_directory_obj): Likewise.
5463         (xdr_entry_obj): Likewise.
5464         (xdr_group_obj): Likewise.
5465         (xdr_link_obj): Likewise.
5466         (xdr_table_obj): Likewise.
5467         (_xdr_nis_result): Likewise.
5468         (_xdr_ns_request): Likewise.
5469         (_xdr_ib_request): Likewise.
5470         (_xdr_nis_taglist): Likewise.
5471         (xdr_cback_data): Likewise.
5472         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5473         (xdr_ypresp_maplist): Likewise.
5474
5475         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5476
5477         * posix/regex_internal.h: Prevent some declarations and definitions
5478         to be seen when used in tests.
5479
5480         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5481         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5482
5483         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5484
5485         * config.make.in (datarootdir): Add to shut up configure.
5486
5487         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5488         associativity for fully-associative caches.
5489
5490         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5491         requests.  Fill on more associativity values for L2.
5492         Patch mostly by Evandro Menezes.
5493
5494 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5495
5496         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5497         (_libc_vdso_platform_setup): Avoid using exported variable by using
5498         alias.
5499
5500         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5501
5502         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5503         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5504         defined.
5505
5506 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5507
5508         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5509         align stack for call if pltexit is to be used.
5510
5511         [BZ #3924]
5512         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5513         align for function call in case pltexit has to be called later.
5514
5515         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5516         implicit atomic operation when storing function pointer.
5517         (_dl_runtime_profile): Likewise.
5518
5519 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5520
5521         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5522         NIS_NOTFOUND.
5523
5524 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5525
5526         [BZ #4566]
5527         * string/strtok.c: Fix typo in comment.
5528
5529         [BZ #4582]
5530         * debug/segfault.c: Fix typos in comments.
5531
5532         [BZ #4588]
5533         * stdio-common/tempnam.c: Fix comment, it is not checked that
5534         TMPDIR points to a writable directory.
5535
5536         [BZ #4726]
5537         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5538         memory allocated for the name server address.
5539
5540         [BZ #4946]
5541         * nscd/connections.c (handle_request): Using sendfile always
5542         requires that mmap is used for the database.
5543         Patch by Petr Baudis <pasky@suse.cz>.
5544
5545         [BZ #4905]
5546         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5547         suddenly has two or more addresses, ignore it and remove the old
5548         entry.
5549
5550         [BZ #4814]
5551         * resolv/res_hconf.c: Prepare for compiling outside libc.
5552         * nscd/res_hconf.c: New file.
5553         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5554         the new file.
5555         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5556         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5557
5558         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5559
5560         [BZ #4925]
5561         * debug/pcprofiledump.c: Turn on internationalization by calling
5562         setlocale.  Patch mostly by Benno Schulenberg.
5563
5564         [BZ #4936]
5565         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5566         the state.
5567         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5568         * iconvdata/bug-iconv5.c: New file.
5569
5570 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5571
5572         [BZ #4896]
5573         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5574         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5575         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5576         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5577         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5578         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5579         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5580         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5581
5582 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5583
5584         [BZ #4937]
5585         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5586         lookup loop.  Suggested by John Reiser.
5587
5588 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5589
5590         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5591
5592 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5593
5594         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5595         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5596         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5597         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5598         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5599         to...
5600         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5601
5602 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5603
5604         * po/nl.po: Update from translation team.
5605
5606 2007-08-16  Andreas Jaeger  <aj@suse.de>
5607
5608         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5609         Reported by Peter Festner <peter.festner@ewetel.net>.
5610
5611 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5612
5613         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5614
5615 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5616
5617         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5618         to check for undefined symbols.
5619
5620         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5621         If the syscall fails, set errno to the actual returned error number
5622         rather than EINVAL.
5623         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5624         arguments are incorrect, set errno to EINVAL, if the syscall
5625         fails, set errno to the actual returned error number.
5626
5627         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5628         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5629
5630         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5631         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5632         file.
5633         (ASI_PNF, ASI_BLK_P): Don't define.
5634         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5635         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5636         file.
5637         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5638         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5639         file.
5640
5641 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5642
5643         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5644         FE_UNDERFLOW on Niagara CPUs.
5645
5646         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5647         exceptions.
5648
5649 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5650
5651         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5652         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5653         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5654         flush should be used or not inside of the function.
5655         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5656
5657         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5658         __thread_start): Use HIDDEN_JUMPTARGET.
5659         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5660         __thread_start): Likewise.
5661         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5662
5663         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5664         Add libc_hidden_proto.
5665         (STRTOF): Add libc_hidden_proto.
5666         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5667         (strtold_l, wcstold_l): Use them as second argument for
5668         long_double_symbol.
5669
5670 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5671
5672         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5673
5674 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5675
5676         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5677
5678 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5679
5680         * po/bg.po: New file.  From the translation team.
5681
5682 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5683
5684         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5685         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5686         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5687         when each feature was introduced.
5688
5689         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5690         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5691         (CHECK_HASH): New macro.
5692         (PREPARE_VERSION): Use it.
5693
5694         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5695         prototype if not __ASSUME_PSELECT.
5696         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5697         prototype if not __ASSUME_PPOLL.
5698
5699         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5700
5701         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5702         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5703         is defined.
5704
5705 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5706
5707         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5708         (_libc_vdso_platform_setup): If vDSO is not available point
5709         __vdso_gettimeofday to the vsyscall.
5710         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5711         __vdso_gettimeofday instead of vsyscall.
5712
5713 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5714
5715         * nscd/servicescache.c: Include kernel-features.h.
5716         * nscd/gai.c: Likewise.
5717         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5718         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5719         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5720         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5721         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5722         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5723         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5724         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5725         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5726
5727 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5728
5729         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5730         and _dl_get_origin defines anymore.
5731
5732         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5733         Build fix for systems which might lack POSIX timer support.
5734
5735         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5736         (_libc_vdso_platform_setup): Mangle function pointers before storing
5737         them.
5738         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5739         Demangle vdso pointer before use.
5740         (INTERNAL_VSYSCALL): Likewise.
5741
5742         * elf/cache.c (primes): Mark as const.
5743         Noted by Roland McGrath.
5744
5745 2007-08-01  Andreas Jaeger  <aj@suse.de>
5746             Jakub Jelinek  <jakub@redhat.com>
5747
5748         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5749         (options): Add option.
5750         (parse_opt): Handle option.
5751         (manual_link): Adjust process_file caller.  Call implicit_soname.
5752         (search_dir): Formatting.  Use and populate auxiliary cache.
5753         (main): Load and save auxiliary cache.
5754         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5755         stat64 from fstat64 to caller.
5756         (implicit_soname): New function.
5757         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5758         leave *soname as NULL.
5759         * elf/cache.c: Include libgen.h.
5760         (print_entry, print_cache, compare, save_cache, add_to_cache):
5761         Formatting and cleanups.
5762         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5763         aux_cache_file): New structures.
5764         (AUX_CACHEMAGIC): Define.
5765         (primes): New array.
5766         (aux_hash_size, aux_hash): New variables.
5767         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5768         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5769         load_aux_cache, save_aux_cache): New functions.
5770         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5771         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5772         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5773         (process_file): Adjust prototype.
5774
5775 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5776
5777         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5778         with __need_size_t.
5779
5780 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5781
5782         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5783         r_found_version structure as second parameter.
5784         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5785         (_dl_vdso_vsym): Change type of second parameter accordingly.
5786         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5787         (_libc_vdso_platform_setup): Adjust.
5788         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5789         (_libc_vdso_platform_setup): Likewise.
5790
5791         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5792         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5793         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5794         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5795         * csu/libc-start.c: Pretty printing.
5796         Use VDSO_SETUP if defined.
5797         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5798         and let generic code call into _libc_vdso_platform_setup.
5799         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5800         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5801         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5802         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5803         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5804         for GLIBC_PRIVATE.
5805         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5806         (sysdep_rountines): Add dl-vdso.
5807
5808         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5809         of routines.
5810
5811         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5812         attribute_hidden to __vdso_gettimeofday prototype.
5813
5814 2007-08-12  Roland McGrath  <roland@redhat.com>
5815
5816         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5817         From: Karl Berry <karl@freefriends.org>.
5818
5819 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5820
5821         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5822         an atime update for the files we read.
5823
5824 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5825
5826         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5827
5828         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5829         instead of mkstemp.
5830
5831         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5832         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5833         * misc/mkostemp.c: New file.
5834         * misc/mkostemp64.c: New file.
5835         * stdlib/stdlib.h: Declare the new functions.
5836         * sysdeps/posix/tempname.c: Add new parameter which is added to
5837         the flags for open.  Remove __GT_BIGFILE handling.
5838         * stdio-common/tempname.c: Likewise.
5839         * include/stdio.h: Adjust __gen_tempname prototype.
5840         Renumber __GT_* constants.
5841         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5842         * misc/mkdtemp.c: Likewise.
5843         * misc/mkstemp.c: Likewise.
5844         * misc/mkstemp64.c: Likewise.
5845         * misc/mktemp.c: Likewise.
5846         * stdio-common/tempnam.c: Likewise.
5847         * stdio-common/tmpfile.c: Likewise.
5848         * stdio-common/tmpfile64.c: Likewise.
5849         * stdio-common/tmpnam.c: Likewise.
5850         * stdio-common/tmpnam_r.c: Likewise.
5851
5852 2007-08-10  Roland McGrath  <roland@frob.com>
5853
5854         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5855         New macros.
5856         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5857         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5858
5859 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5860
5861         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5862         possible.
5863         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5864         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5865         * nss/nss_files/files-have_o_cloexec.c: New file.
5866
5867         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5868         available.
5869
5870 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5871
5872         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5873         ___new_wcstold_l): New weak aliases.
5874         (strtold_l, wcstold_l): Use them as second argument for
5875         long_double_symbol.
5876
5877 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5878
5879         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5880         register in test for error.
5881
5882         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5883         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5884
5885         * po/sv.po: Update from translation team.
5886
5887 2007-08-06  Roland McGrath  <roland@redhat.com>
5888
5889         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5890         Remove __strto*_l inlines.
5891         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5892         * stdlib/strtod.c: Add libc_hidden_def.
5893         * stdlib/strtod_l.c: Likewise.
5894         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5895         for __new_strtold and __new_wcstold.
5896         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5897         __STRTOF, STRTOF.
5898         * stdlib/strtol.c: Add libc_hidden_def.
5899         * stdlib/strtol_l.c: Likewise.
5900         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5901         strtoq.
5902
5903         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5904
5905         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5906         * scripts/data/localplt-generic.data: ... here.
5907         * elf/Makefile (check-data): Get generic file if no other.
5908         ($(objpfx)check-localplt.out): Make target unconditional.
5909
5910         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5911         Use ElfW(Nhdr).
5912
5913 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5914
5915         * po/zh_CN.po: Updated translation from translation team.
5916
5917 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5918
5919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5920         Don't use CGOTSETUP and CGOTRESTORE macros.
5921
5922 2007-08-04  Roland McGrath  <roland@redhat.com>
5923
5924         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5925
5926 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5927
5928         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5929         __extension__ around the whole statement expression.
5930
5931 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5932
5933         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5934         elements during initialization.
5935
5936         * po/pl.po: Updated translation from translation team.
5937         * po/tr.po: Likewise.
5938         * po/nl.po: Likewise.
5939
5940 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5941
5942         * rt/aio.h: Add __nonnull attributes.
5943
5944 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5945
5946         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5947         * stdlib/Makefile (tests): Add tst-strtod5.
5948         (tst-strtod5-ENV): New.
5949         * stdlib/tst-strtod5.c: New file.
5950
5951         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5952         failed.
5953         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5954         on failure.
5955
5956         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5957         allocated.
5958
5959 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5960
5961         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5962         numbers.
5963
5964 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5965
5966         * io/Makefile (aux): Add have_o_cloexec.
5967         * include/fcntl.h: Declare __have_o_cloexec.
5968         * io/have_o_cloexec.c: New file.
5969         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5970         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5971         fcntl call if not necessary.
5972         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5973         of local variable.
5974
5975         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5976         Avoid memset, add explicit initialization.
5977         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5978         to the end and change into zero-sized array.
5979         Move lock member to fill a hole on 64-bit platforms.
5980
5981         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5982         inline functions.
5983         * include/stdlib.h: Add __strto*_internal prototypes here.
5984         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5985         inline functions.
5986         * include/wchar.h: Add __wcsto*_internal prototypes.
5987         * sysdeps/generic/inttypes.h: No need to protect the declaration
5988         of the __strto*_internal and __wcsto*_internal members here.
5989
5990         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5991
5992 2007-08-02  Roland McGrath  <roland@redhat.com>
5993
5994         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5995         $(inst_bindir)/getconf if possible.
5996
5997         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5998         (generated): Add it.
5999         ($(inst_libexecdir)/getconf): Use it.
6000
6001 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
6002
6003         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
6004         /proc is faster and sufficient.  /sys is still needed for
6005         __get_nprocs_conf.
6006
6007 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
6008
6009         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
6010         syscall as __fallocate64.
6011         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
6012         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
6013
6014 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
6015
6016         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
6017         value.
6018
6019         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
6020         if off_t is different rank from size_t.
6021
6022         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
6023         uw_frame_state_for): Avoid type punning warnings.
6024         * sysdeps/generic/unwind-dw2-fde-glibc.c
6025         (_Unwind_IteratePhdrCallback): Likewise.
6026         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
6027         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
6028         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
6029         pointers.
6030
6031 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
6032
6033         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
6034         total processors using sysfs.
6035         (__get_nprocs): Use sysfs to determine which processors are online.
6036
6037 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
6038
6039         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
6040         syscall arguments count.
6041
6042         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6043
6044 2007-07-30  Roland McGrath  <roland@redhat.com>
6045
6046         * manual/libc.texinfo: Update copyrights, formatting magic, and
6047         @dircategory.  From Karl Berry <karl@freefriends.org>.
6048
6049 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6050
6051         [BZ #4860]
6052         * io/Makefile (headers): Add bits/fcntl2.h.
6053
6054         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6055         using gcc builtin.
6056         (__CPU_EQUAL_S): Likewise.
6057
6058         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6059         (tests): Add tst-cpuset.
6060         * posix/sched_cpualloc.c: New file.
6061         * posix/sched_cpufree.c: New file.
6062         * posix/tst-cpuset.c: New file.
6063         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6064         GLIBC_2.7.
6065         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6066         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6067         macros.  Define CPU_*_S macros.
6068
6069 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6070
6071         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6072         entry.
6073
6074         [BZ #4858]
6075         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6076         #.0g and value rounded to 1.0.
6077         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6078
6079 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6080
6081         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6082         for int_frac_digits and frac_digits.
6083
6084         * login/logout.c (logout): Avoid aliasing violation.
6085         * login/logwtmp.c (logwtmp): Likewise.
6086
6087         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6088
6089         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6090         to avoid warning.
6091         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6092         warning.
6093         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6094         warning.
6095         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6096         to avoid warnings.
6097
6098         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6099         void **.
6100         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6101
6102         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6103         char * to avoid warning.
6104         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6105
6106         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6107
6108         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6109         allocate_arrays): Cast second argument to charmap_find_symbol
6110         to char * to avoid warnings.
6111
6112         * locale/programs/repertoire.c (repertoire_new_char): Change
6113         from_nr, to_nr and cnt to unsigned long, adjust printf format
6114         string.
6115
6116         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6117         Cast second argument to new_element to char * to avoid warnings.
6118
6119         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6120
6121         * intl/gettextP.h (struct loaded_domain): Change plural to const
6122         struct expression *.
6123         * intl/plural-eval.c (plural_eval): Change first argument to
6124         const struct expression *.
6125         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6126         argument to const struct expression **.
6127         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6128         prototypes.
6129         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6130         in call to __gettext_free_exp.
6131
6132         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6133         unitialized wstring/wpattern var warnings.
6134
6135         * posix/runtests.c (struct a_test): Make data field const char *.
6136
6137         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6138         vars if not LDBL_MANT_DIG >= 106.
6139
6140         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6141
6142         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6143         __find_specmb to avoid warning.
6144
6145         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6146
6147         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6148         to avoid warnings.
6149
6150         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6151         initializer.
6152
6153         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6154         tv var when it will be actually used.
6155
6156         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6157         to avoid warnings.
6158
6159         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6160         char array resp. pointer.
6161         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6162         char array.
6163         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6164         to const unsigned char **.
6165         (ucs4_to_cns11643): Change second argument to unsigned char *.
6166         * iconvdata/euc-tw.c (BODY): Change endp type to
6167         const unsigned char *.
6168         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6169         to unsigned char *.
6170         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6171         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6172         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6173         types to unsigned char pointers/arrays instead of char.
6174         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6175         to unsigned char *.
6176         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6177         * iconvdata/jis0212.h: Include assert.h.
6178         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6179         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6180         of trying to handle that.
6181         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6182         shut up a warning.
6183         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6184         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6185         two dimensional const unsigned char arrays.
6186         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6187         Initialize endp to inptr to shut up a warning.
6188
6189 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6190
6191         [BZ #4772]
6192         * time/strptime_l.c (__strptime_internal): Silently ignore
6193         strftime modifiers and field width in recursive calls.
6194
6195         * include/time.h (enum ptime_locale_status): Remove.
6196         (__strptime_internal): Remove decided and era_cnt arguments,
6197         add statep argument.
6198         * time/strptime_l.c (__strptime_internal): Remove decided
6199         and era_cnt arguments, add statep argument.  Don't recompute
6200         any fields in recursive calls, only update caller's tm
6201         and state, if recursive call fails, don't change tm nor
6202         any state.
6203         (get_alt_number): Adjust.
6204         (recursive): Adjust caller.
6205         (strptime): Likewise.
6206         * time/strptime.c (strptime): Likewise.
6207
6208 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6209
6210         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6211         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6212         if from and to charsets are the same.
6213         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6214         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6215         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6216
6217 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6218
6219         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6220         Don't define wint_t when __need_mbstate_t unless it
6221         is necessary.
6222         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6223         in the typedef if possible.
6224         * wctype/wctype.h (wint_t): Define by including
6225         wchar.h with __need_wint_t instead of including stddef.h
6226         with __need_wint_t and as fallback definining it ourselves.
6227         * iconv/gconv.h (__need_wint_t): Define before including
6228         wchar.h.
6229         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6230         or _GLIBCPP_USE_WCHAR_T.
6231         (__need_wchar_t): Don't define
6232         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6233         (__need_wint_t): Don't define before including stddef.h,
6234         define before including wchar.h only if _LIBC or
6235         _GLIBCPP_USE_WCHAR_T.
6236         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6237         * sysdeps/mach/hurd/_G_config.h: Likewise.
6238         * sysdeps/generic/_G_config.h: Likewise.
6239         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6240         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6241         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6242         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6243
6244 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6245
6246         * sysdeps/posix/posix_fallocate64.c: Undefine
6247         __posix_fallocate64_l64 before alias handling.
6248         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6249         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6250         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6251         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6252
6253         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6254
6255 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6256
6257         * locale/programs/ld-collate.c (atwc): New variable.
6258         (add_to_tablewc): New toplevel function, moved from collate_output.
6259         (collate_output): Remove add_to_tablewc nested function.
6260
6261         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6262         (name_insert): New function.
6263         (write_output): Remove hash_table and hash_size vars and name_insert
6264         nested function.
6265
6266 2007-07-24  Roland McGrath  <roland@redhat.com>
6267
6268         * Makerules (install-others-programs-nosubdir): New target.
6269         (install-no-libc.a-nosubdir): Depend on it.
6270
6271         * iconv/Makefile (install-others-programs): Set this instead of
6272         install-others.
6273         * login/Makefile (install-others-programs): Likewise.
6274         * posix/Makefile (install-others-programs): Likewise.
6275
6276         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6277         dependencies.
6278
6279 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6280
6281         * io/Makefile (tests): Add tst-posix_fallocate.
6282         * io/tst-posix_fallocate.c: New file.
6283
6284         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6285         __ASSUME_FALLOCATE.
6286
6287 2007-07-22  Roland McGrath  <roland@frob.com>
6288
6289         * hurd/getdport.c: Add missing copyright year update.
6290
6291         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6292         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6293
6294 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6295
6296         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6297
6298         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6299         O_CLOEXEC is needed.
6300         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6301         Avoid additional fcntl to set O_CLOEXEC if not needed.
6302         * nis/nss_compat/compat-initgroups.c: Likewise.
6303         * nis/nss_compat/compat-pwd.c: Likewise.
6304         * nis/nss_compat/compat-spwd.c: Likewise.
6305
6306 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6307
6308         [BZ #3665]
6309         * manual/errno.texi: Change ECANCELED value to 119.
6310
6311         [BZ #4610]
6312         * mach/lock-intern.h: Include <sys/cdefs.h>.
6313
6314         [BZ #4178]
6315         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6316         reading A.
6317
6318         [BZ #4126]
6319         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6320         to __sigsuspend.
6321
6322         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6323
6324 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6325
6326         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6327         `__ASSEMBLER__'.
6328         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6329
6330 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6331
6332         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6333         descriptor received from nscd.
6334
6335         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6336
6337         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6338         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6339         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6340         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6341         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6342         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6343
6344 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6345
6346         [BZ #4816]
6347         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6348
6349         [BZ #4813]
6350         * login/forkpty.c (forkpty): Close master and slave fds on
6351         fork failure.  Patch by
6352         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6353
6354 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6355
6356         * include/features.h (__USE_ISOC95): New define.
6357         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6358         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6359         for -std=iso9899:199409.
6360         * CONFORMANCE: Remove comments about unsupported AMD1.
6361
6362 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6363
6364         * sysdeps/ia64/sched_cpucount.c: New file.
6365         * sysdeps/powerpc/sched_cpucount.c: New file.
6366
6367         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6368         __BEGIN_DECLS/__END_DECLS around the prototype.
6369         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6370         pointer to const cpu_set_t.
6371
6372         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6373         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6374         __need_size_t and include stddef.h.
6375         * sysvipc/sys/msg.h: Likewise.
6376         * posix/sched.h: Likewise.
6377         * hurd/hurd/signal.h (__need_size_t): Define.
6378
6379         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6380         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6381         no longer defines wint_t or wchar_t.
6382
6383         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6384         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6385         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6386         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6387         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6388         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6389         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6390         * debug/printf_chk.c (__printf_chk): Likewise.
6391         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6392         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6393
6394         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6395         Define.
6396
6397         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6398         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6399
6400 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6401
6402         [BZ #4792]
6403         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6404         * malloc/malloc.h (realloc): Likewise.
6405
6406         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6407         if one of proc_file_chain streams has that fileno.
6408         * stdio-common/Makefile (tests): Add tst-popen2.
6409         * stdio-common/tst-popen2.c: New test.
6410
6411 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6412
6413         * elf/ldconfig.c: Allow GPLv2 or any later version.
6414         * elf/readlib.c: Likewise.
6415         * elf/chroot_canon.c: Likewise.
6416         * elf/cache.c: Likewise.
6417         * nscd/mem.c: Likewise.
6418         * nscd/getpwuid_r.c: Likewise.
6419         * nscd/grpcache.c: Likewise.
6420         * nscd/aicache.c: Likewise.
6421         * nscd/getsrvbynm_r.c: Likewise.
6422         * nscd/nscd.c: Likewise.
6423         * nscd/servicescache.c: Likewise.
6424         * nscd/getsrvbypt_r.c: Likewise.
6425         * nscd/initgrcache.c: Likewise.
6426         * nscd/gethstbyad_r.c: Likewise.
6427         * nscd/gethstbynm2_r.c: Likewise.
6428         * nscd/getgrnam_r.c: Likewise.
6429         * nscd/nscd_setup_thread.c: Likewise.
6430         * nscd/getpwnam_r.c: Likewise.
6431         * nscd/gai.c: Likewise.
6432         * nscd/connections.c: Likewise.
6433         * nscd/dbg_log.c: Likewise.
6434         * nscd/cache.c: Likewise.
6435         * nscd/hstcache.c: Likewise.
6436         * nscd/nscd_conf.c: Likewise.
6437         * nscd/getgrgid_r.c: Likewise.
6438         * nscd/pwdcache.c: Likewise.
6439         * catgets/gencat.c: Likewise.
6440         * locale/programs/linereader.h: Likewise.
6441         * locale/programs/locarchive.c: Likewise.
6442         * locale/programs/ld-paper.c: Likewise.
6443         * locale/programs/locfile-kw.h: Likewise.
6444         * locale/programs/ld-address.c: Likewise.
6445         * locale/programs/xmalloc.c: Likewise.
6446         * locale/programs/ld-time.c: Likewise.
6447         * locale/programs/localedef.c: Likewise.
6448         * locale/programs/simple-hash.c: Likewise.
6449         * locale/programs/xstrdup.c: Likewise.
6450         * locale/programs/ld-numeric.c: Likewise.
6451         * locale/programs/locfile-kw.gperf: Likewise.
6452         * locale/programs/ld-collate.c: Likewise.
6453         * locale/programs/charmap-kw.gperf: Likewise.
6454         * locale/programs/charmap.h: Likewise.
6455         * locale/programs/charmap-kw.h: Likewise.
6456         * locale/programs/config.h: Likewise.
6457         * locale/programs/locfile.c: Likewise.
6458         * locale/programs/ld-ctype.c: Likewise.
6459         * locale/programs/charmap.c: Likewise.
6460         * locale/programs/ld-messages.c: Likewise.
6461         * locale/programs/repertoire.h: Likewise.
6462         * locale/programs/locale.c: Likewise.
6463         * locale/programs/ld-name.c: Likewise.
6464         * locale/programs/linereader.c: Likewise.
6465         * locale/programs/locfile.h: Likewise.
6466         * locale/programs/3level.h: Likewise.
6467         * locale/programs/ld-monetary.c: Likewise.
6468         * locale/programs/ld-measurement.c: Likewise.
6469         * locale/programs/charmap-dir.c: Likewise.
6470         * locale/programs/ld-identification.c: Likewise.
6471         * locale/programs/localedef.h: Likewise.
6472         * locale/programs/charmap-dir.h: Likewise.
6473         * locale/programs/repertoire.c: Likewise.
6474         * locale/programs/simple-hash.h: Likewise.
6475         * locale/programs/ld-telephone.c: Likewise.
6476         * locale/programs/locale-spec.c: Likewise.
6477         * locale/programs/locfile-token.h: Likewise.
6478         * posix/getconf.c: Likewise.
6479         * iconv/dummy-repertoire.c: Likewise.
6480         * iconv/iconv_charmap.c: Likewise.
6481         * iconv/iconvconfig.c: Likewise.
6482         * iconv/iconv_prog.c: Likewise.
6483         * malloc/memusagestat.c: Likewise.
6484         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6485
6486 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6487
6488         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6489         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6490         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6491         check for the first argument.
6492
6493 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6494
6495         [BZ #4775]
6496         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6497         (__tgmath_real_type): Fix if expr is const int or other const
6498         qualified integral type.
6499         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6500         expressions and handle const qualified arguments.
6501         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6502         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6503         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6504         statement expressions.
6505         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6506         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6507         (__TGMATH_UNARY_IMAG): Define.
6508         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6509         * math/Makefile (tests): Add test-tgmath2.
6510         (CFLAGS-test-tgmath2.c): Add.
6511         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6512         count_cfloat, count_cldouble): New variables.
6513         (NCCALLS): Define.
6514         (main): Check number of complex calls as well.
6515         (F(compile_test)): Add complex tests and tests with const qualified
6516         arguments.
6517         (y, z, ccount): Define.
6518         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6519         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6520         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6521         F(cproj)): New functions.
6522         * math/test-tgmath2.c: New test.
6523
6524 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6525
6526         [BZ #4776]
6527         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6528         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6529         instead output ".".
6530         * dlfcn/Makefile (distribute): Add glreflib3.c.
6531         (module-names): Add glreflib3.
6532         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6533         glreflib1.so.
6534         (LDFLAGS_glreflib3.so): New.
6535         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6536         glreflib1.so.
6537         * dlfcn/glreflib3.c: New file.
6538
6539         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6540         returned -1, return NULL.
6541         * intl/explodename.c (_nl_explode_name): Return -1 if
6542         _nl_normalize_codeset failed.
6543
6544 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6545
6546         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6547         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6548         and avoid branch misspredicts for > 31 bytes memset case.
6549         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6550         Remove toc ref to __cache_line_size.
6551
6552         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6553         to get ISA-V2.0 branch hints.
6554         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6555         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6556         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6557         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6558         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6559         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6560         Remove toc ref to __cache_line_size.
6561
6562         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6563         Include math_ldbl_opt.h.
6564
6565 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6566
6567         [BZ #4773]
6568         * time/strptime_l.c (__strptime_internal): Implement greedy
6569         matching of weekday and month names.
6570
6571 2007-07-09  Roland McGrath  <roland@redhat.com>
6572
6573         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6574         (ELF_NOTE_ABI): Use it.
6575         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6576
6577 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6578
6579         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6580         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6581
6582 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6583
6584         [BZ #4745]
6585         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6586         in loop to look for conversion specifier to avoid testing of
6587         wrong errno value.
6588         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6589         * stdio-common/bug18.c: New file.
6590         * stdio-common/bug18a.c: New file.
6591         * stdio-common/bug19.c: New file.
6592         * stdio-common/bug19a.c: New file.
6593
6594 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6595
6596         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6597         running awk script.
6598
6599 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6600
6601         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6602         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6603         Return NULL if mmap failed instead of asserting it does not.
6604         (calloc): Check for integer overflow.
6605
6606         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6607         than LONG_MAX / 10.
6608
6609 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6610
6611         [BZ #4702]
6612         * nis/nss-default.c: Include errno.h.
6613         (init): Preserve errno.
6614
6615 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6616
6617         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6618
6619 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6620
6621         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6622
6623 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6624
6625         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6626
6627 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6628
6629         * sysdeps/s390/dl-procinfo.c: New file.
6630         * sysdeps/s390/dl-procinfo.h: New file.
6631         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6632
6633 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6634
6635         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6636         in PT_NOTE segments with multiple notes.
6637         * elf/readelflib.c (process_elf_file): Likewise.
6638
6639 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6640
6641         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6642         ISO C compliant.
6643
6644 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6645
6646         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6647
6648 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6649
6650         * include/link.h: Don't include rtld-lowlevel.h.
6651         (struct link_map): Remove l_scope_lock.
6652         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6653         (_dl_scope_free_list): New field (variable) in _rtld_global.
6654         (DL_LOOKUP_SCOPE_LOCK): Remove.
6655         (_dl_scope_free): New prototype.
6656         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6657         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6658         (_dl_profile_fixup): Likewise.
6659         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6660         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6661         THREAD_GSCOPE_RESET_FLAG around it.
6662         * elf/dl-close.c (_dl_close_worker): Don't use
6663         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6664         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6665         scopes were queued or if l_scope_mem has been abandoned.
6666         * elf/dl-open.c (_dl_scope_free): New function.
6667         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6668         * elf/dl-support.c (_dl_scope_free_list): New variable.
6669         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6670         Remove DL_LOOKUP_SCOPE_LOCK handling.
6671         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6672         handling.
6673         * elf/dl-object.c (_dl_new_object): Don't use
6674         __rtld_mrlock_initialize.
6675
6676 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6677
6678         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6679         to fill in holes
6680         (rtld_global_ro): Likewise.
6681
6682 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6683
6684         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6685         Move PT_LOAD checking to...
6686         (_dl_addr_inside_object): ... here, new function.
6687         * elf/dl-sym.c (do_sym): If not l_contiguous,
6688         call _dl_addr_inside_object.
6689         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6690         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6691         * elf/dl-open.c (dl_open_worker): Likewise.
6692         (_dl_addr_inside_object): New function if IS_IN_rtld.
6693         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6694         holes are present or are PROT_NONE protected.
6695         * include/link.h (struct link_map): Add l_contiguous field.
6696         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6697
6698 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6699             Tomas Janousek  <tjanouse@redhat.com>
6700             Ulrich Drepper  <drepper@redhat.com>
6701
6702         [BZ #4647]
6703         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6704         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6705         socket.
6706         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6707         unused member a bitmap.
6708         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6709         servers are configured.
6710
6711 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6712
6713         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6714
6715 2007-06-17  Andreas Schwab  <schwab@suse.de>
6716
6717         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6718
6719 2007-06-16  Andreas Jaeger  <aj@suse.de>
6720
6721         [BZ #4125]
6722         * sysdeps/unix/sysv/linux/sys/ptrace.h
6723         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6724         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6725         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6726         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6727         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6728         Define.
6729         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6730         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6731         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6732         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6733
6734 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6735
6736         [BZ #4599]
6737         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6738         determining whether there are IPv4/IPv6 addresses, ignore loopback
6739         addresses.
6740
6741 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6742
6743         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6744         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6745         as the return type.  Change type of "r" variable to CMPtype.
6746         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6747         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6748         * soft-fp/gedf2.c (__gedf2): Likewise.
6749         * soft-fp/gesf2.c (__gesf2): Likewise.
6750         * soft-fp/getf2.c (__getf2): Likewise.
6751         * soft-fp/ledf2.c (__ledf2): Likewise.
6752         * soft-fp/lesf2.c (__lesf2): Likewise.
6753         * soft-fp/letf2.c (__letf2): Likewise.
6754         * soft-fp/unorddf2 (__unorddf2): Likewise.
6755         * soft-fp/unordsf2 (__unordsf2): Likewise.
6756         * soft-fp/unordtf2 (__unordtf2): Likewise.
6757
6758 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6759
6760         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6761         make sure gcc doesn't mess around with this.
6762
6763 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6764
6765         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6766
6767 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6768
6769         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6770         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6771         at most once per _dl_close_worker.
6772
6773 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6774
6775         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6776         __sched_cpucount as const.
6777         * posix/sched_cpucount.c: Adjust.
6778
6779         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6780         instruction for counting bits.
6781         * sysdeps/x86_64/sched_cpucount.c: New file.
6782
6783 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6784
6785         * configure.in: Avoid variable named BASH.
6786         * config.make.in: Likewise.
6787         Patch in part by Mike Frysinger.
6788
6789 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6790
6791         [BZ #4586]
6792         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6793         pseudo-zeros as zero.
6794         * sysdeps/x86_64/ldbl2mpn.c: New file.
6795         * sysdeps/ia64/ldbl2mpn.c: New file.
6796
6797 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6798
6799         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6800         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6801         Remove unreachable code at the end.
6802
6803 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6804
6805         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6806         ldbl-128ibm in comment.
6807         (fpclassifyl): Correct classification of denormals.
6808         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6809         return value for MIN denormal. Rewrite using long double math too
6810         correctly handle denormals and canonicalize the results.
6811
6812 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6813
6814         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6815         (__mpn_construct_long_double): Fix conversion where result ought
6816         to be smaller than __LDBL_MIN__, or the low double should be
6817         denormal.  Fix decision where to negate low double - honor round
6818         to even rules.
6819         * stdio-common/tst-sprintf2.c: Include string.h.
6820         (COMPARE_LDBL): Define.
6821         (TEST): Also test whether a string hexadecimal float representation
6822         can be parsed back to the number.
6823         (main): Add a couple of further tests.
6824
6825 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6826
6827         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6828         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6829         is non-zero, but smaller than 2 * __DBL_MIN__.
6830         * stdio-common/tst-sprintf2.c: New test.
6831         * stdio-common/Makefile (tests): Add tst-sprintf2.
6832
6833         * math/test-misc.c (main): Don't run last batch of tests with
6834         IBM long double format.
6835
6836 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6837
6838         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6839         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6840         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6841         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6842         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6843         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6844         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6845         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6846         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6847         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6850         New file.
6851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6852         New file.
6853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6854         New file.
6855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6856         New file.
6857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6858         New file.
6859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6861         New file.
6862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6863         New file.
6864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6865         New file.
6866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6867         New file.
6868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6869         New file.
6870
6871 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6872
6873         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6874         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6875         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6876         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6877         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6878         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6879         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6880         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6881
6882 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6883
6884         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6885         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6886         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6887         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6888         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6889         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6890         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6891         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6892
6893 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6894
6895         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6896         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6897         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6898         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6899
6900 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6901
6902         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6903         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6904
6905 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6906
6907         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6908         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6909         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6910         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6911
6912 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6913
6914         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6915         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6916
6917 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6918
6919         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6920         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6921
6922         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6923         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6924         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6925         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6926
6927 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6928
6929         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6930         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6931         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6932         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6933
6934 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6935
6936         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6937         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6938         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6939         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6940         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6941         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6942
6943 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6944
6945         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6946         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6947         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6948         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6949
6950 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6951
6952         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6953         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6954         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6955         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6956         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6957         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6958         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6959         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6960         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6961         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6962         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6963         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6964         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6965         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6966         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6967         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6968
6969 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6970
6971         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6972         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6973
6974 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6975
6976         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6977         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6978
6979 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6980
6981         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6982         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6983         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6984         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6985         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6986         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6987         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6988         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6989         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6990         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6991
6992 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6993
6994         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6995
6996 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6997
6998         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6999         branch miss-predicts. Ensure that cache line crossing does not impact
7000         dispatch grouping.
7001
7002 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
7003
7004         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
7005         "../../powerpc32/power4/memcopy.h".
7006         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
7007         "../../powerpc32/power4/wordcopy.c".
7008
7009 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7010
7011         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
7012         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
7013         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
7014         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
7015         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
7016         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7017
7018 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
7019
7020         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
7021
7022 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7023
7024         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
7025         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
7026         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
7027         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
7028         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
7029         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
7030         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
7031         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
7032
7033 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
7034
7035         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
7036
7037 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7038
7039         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
7040         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
7041         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7042         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7043         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7044         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7045         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7046
7047 2007-05-29  Roland McGrath  <roland@redhat.com>
7048
7049         * po/Makefile (po-sed-cmd): New variable.
7050         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7051
7052 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7053
7054         * crypt/md5-crypt.c: Fix comment.
7055
7056         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7057         of crashing.  When this is the case or if the reply is malformed,
7058         don't try to close the new file descriptor since it does not
7059         exist.
7060         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7061
7062 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7063
7064         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7065         if __NR_utimensat is not defined.
7066
7067 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7068
7069         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7070
7071 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7072
7073         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7074         (open): Fix comment typos.  Don't call __open_2 if flags
7075         is a compile time constant without O_CREAT.
7076         (__open64_2): Add nonnull attribute.
7077         (open64): Fix comment typos.  Don't call __open64_2 if flags
7078         is a compile time constant without O_CREAT.
7079         (__openat_2): Add nonnull attribute, fix nonnull attribute
7080         on redirect.
7081         (openat): Fix comment typos.  Don't call __openat_2 if flags
7082         is a compile time constant without O_CREAT.
7083         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7084         on redirect.
7085         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7086         is a compile time constant without O_CREAT.
7087
7088 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7089
7090         * Makerules (sysd-rules): Define PTW for ptw-* files.
7091         * Versions: Define GLIBC_2.7 for libc.
7092         * include/stdio.h: Declare __fortify_fail.
7093         * debug/fortify_fail.c: New file.
7094         * debug/Makefile (routines): Add fortify_fail.
7095         * debug/chk_fail.c: Use __fortify_fail.
7096         * debug/stack_chk_fail.c: Likewise.
7097         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7098         __openat64_2 for GLIBC_2.7.
7099         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7100         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7101         and fails if necessary.
7102         * io/open64.c: Likewise.
7103         * io/openat.c: Likewise.
7104         * io/openat64.c: Likewise.
7105         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7106         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7107         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7108         * io/bits/fcntl2.h: New file.
7109         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7110         __openat64_2.
7111         * include/bits/fcntl2.h: New file.
7112         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7113         Add open_2.
7114         * sysdeps/unix/sysv/linux/open_2.c: New file.
7115
7116 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7117
7118         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7119         as second parameter to handle_intel.
7120
7121         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7122         the entry.
7123
7124         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7125         handling to ...
7126         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7127         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7128         cacheinfo.
7129         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7130         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7131         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7132
7133         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7134
7135 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7136
7137         [BZ #4525]
7138         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7139         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7140         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7141
7142         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7143
7144         [BZ #4514]
7145         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7146         reinitialize workend at the start of each do_positional format spec
7147         loop, free workstart before do_positional loops.
7148         (printf_unknown): Fix size of work_buffer.
7149         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7150
7151         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7152         (public_sET_STATe): If ms->version < 3, put all chunks into
7153         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7154         chunks.
7155
7156         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7157         * malloc/hooks.c: Likewise.
7158         * malloc/arena.c: Likewise.
7159         * malloc/malloc.c (do_check_malloc_state): Don't assert
7160         n_mmaps is not greater than n_mmaps_max.  This removes the need
7161         for the previous change.
7162
7163         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7164         2007-05-07 commit.
7165
7166 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7167
7168         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7169         Define for kernel >= 2.6.22.
7170
7171 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7172
7173         * elf/dl-close.c (_dl_close_worker): When removing object from
7174         global scope, wait for all lookups to finish afterwards.
7175         * elf/dl-open.c (add_to_global): When global scope array must
7176         grow, allocate a new one and free old array only after all
7177         lookups finish.
7178         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7179         (_dl_lookup_symbol_x): Likewise.
7180         * elf/dl-support.c: Define _dl_wait_lookup_done.
7181         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7182         _dl_wait_lookup_done.
7183
7184         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7185         not overlapping with arena.
7186
7187         * malloc/mcheck.c (reallochook): If size==0, free the block.
7188
7189         * rt/tst-shm.c: Use fstat64 instead of fstat.
7190
7191         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7192         __NR_sync_file_range is not defined.
7193
7194 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7195
7196         Dummy files to prevent stub versions from being used.
7197         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7198         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7199         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7200         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7201
7202         * version.h (VERSION): Set to 2.6.90.
7203
7204 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7205
7206         * version.h (VERSION): Define to 2.6.
7207         * include/features.h (__GLIBC_MINOR__): Define to 6.
7208
7209         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7210
7211         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7212         sizes.
7213
7214 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7215
7216         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7217         number of mmaps.  n_mmaps_max is the target.
7218         * malloc/hooks.c: Likewise.
7219         * malloc/arena.c: Likewise.
7220
7221 2007-05-12  Andreas Jaeger  <aj@suse.de>
7222
7223         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7224         getpid.
7225
7226 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7227
7228         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7229         adding new variables.
7230
7231         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7232         optimize.  Completely extend global scope array before making the
7233         new entries visible.
7234
7235 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7236
7237         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7238         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7239         tst-getcpu.
7240
7241         * include/link.h: Move l_version and l_nversion members around to
7242         fill gaps.
7243
7244         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7245
7246         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7247         (__sched_setaffinity_new): If syscall was successful and
7248         RESET_VGETCPU_CACHE is defined, use it before returning.
7249         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7250
7251         * io/sys/stat.h: Make sure struct timespec is defined for
7252         __USE_ATFILE.
7253
7254         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7255         UTIME_OMIT.
7256         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7257         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7258         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7259         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7260         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7261         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7262         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7263         * io/sys/stat.h: Declare utimensat, futimens.
7264         * io/utimensat.c: New file.
7265         * io/futimens.c: New file.
7266         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7267         * sysdeps/unix/sysv/linux/futimens.c: New file.
7268         * io/Makefile (routines): Add utimensat, futimens.
7269         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7270         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7271         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7272         available.
7273
7274         * include/sys/cdefs.h: Redefine __nonnull so that test for
7275         incorrect parameters in the libc code itself are not omitted.
7276
7277 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7278
7279         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7280         exception in addition to inexact when asked to raise only FE_INEXACT.
7281
7282         [BZ #3427]
7283         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7284         in *envp.
7285
7286 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7287
7288         [BZ #4403]
7289         * string/strfry.c (strfry): Make result more random.
7290
7291 2007-05-07  Richard Henderson  <rth@redhat.com>
7292
7293         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7294         if __NO_LONG_DOUBLE_MATH.
7295         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7296         available in the compiler, add .arch directive to the assembly.
7297
7298 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7299
7300         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7301         compat_symbol to GLIBC_2_1.
7302         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7303         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7304         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7305         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7306         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7307         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7308         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7309         libc, not libm.
7310         (__isnanl): New compat_symbol.
7311
7312 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7313             Jakub Jelinek  <jakub@redhat.com>
7314
7315         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7316         (new_heap): Initialize mprotect_size.
7317         (grow_heap): When growing, only mprotect from mprotect_size till
7318         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7319         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7320
7321 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7322             Peter Bergner  <bergner@us.ibm.com>
7323
7324         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7325         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7326         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7327         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7328         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7329         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7330         Call __fe_mask_env() if all FP exceptions disabled.
7331         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7332         from old FPSCR to new fenv to propagate DFP rounding modes.
7333         Call __fe_mask_env() if FP exceptions previously enabled.
7334         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7335         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7336         transitioning from all exceptions disabled to any exception enabled
7337         or visa versa.
7338         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7339         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7340         when transitioning from all exceptions disabled to any exception
7341         enabled or visa versa.
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7348
7349 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7350
7351         [BZ #4465]
7352         * posix/unistd.h: Remove __THROW from fdatasync.
7353
7354 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7355
7356         [BZ #4465]
7357         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7358
7359 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7360
7361         * stdio-common/vfprintf.c (process_string_arg): Optimize
7362         ridiculous precision in wide char code printing multi-byte string.
7363         Reported by Jim Meyering <jim@meyering.net>.
7364
7365         [BZ #4131]
7366         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7367         boundaries to work around systems with overlapping binary loading.
7368         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7369
7370 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7371
7372         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7373         __mbsnrtowcs after last change.
7374
7375         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7376         (get_ident): Likewise.
7377
7378 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7379
7380         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7381         with setting the sticky bit.
7382         * math/test-misc.c (main): Add more truncation tests.
7383
7384 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7385
7386         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7387         double in the function declaration.
7388         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7389         double in the function declaration.
7390         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7391         float in the function declaration.
7392         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7393         float in the function declaration.
7394
7395         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7396         denormal operands.  Do not generate FP_EX_DENORM exception.
7397         (FP_UNPACK_RAW_EP): Ditto.
7398         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7399         undefined _FP_UNPACK_RAW_E.
7400         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7401         undefined _FP_UNPACK_RAW_EP.
7402         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7403         undefined _FP_PACK_RAW_E.
7404         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7405         undefined _FP_PACK_RAW_EP.
7406
7407         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7408         _FP_FRAC_COPY_2.
7409         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7410         _FP_FRAC_COPY_4.
7411
7412 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7413             Jakub Jelinek  <jakub@redhat.com>
7414
7415         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7416         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7417         this case.
7418         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7419
7420 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7421
7422         * math/test-misc.c (main): Add tests for rounding long double
7423         values close to smallest double denormalized value to double.
7424
7425 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7426
7427         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7428         condition for truncating to 0.  Set sticky bit for such
7429         truncation.
7430
7431 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7432
7433         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7434         fixed length array for ignore.
7435
7436 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7437
7438         [BZ #4438]
7439         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7440         stack for large precisions.
7441         * stdio-common/test-vfprintf.c (main): Add test for large
7442         precision.
7443
7444 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7445
7446         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7447         for exponent 0.
7448         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7449
7450         [BZ #4439]
7451         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7452         account in the size check.
7453         * resolv/tst-inet_ntop.c: New test.
7454         * resolv/Makefile (tests): Add tst-inet_ntop.
7455
7456 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7457             Jakub Jelinek  <jakub@redhat.com>
7458
7459         [BZ #4349]
7460         * malloc/malloc.c: Keep separate list for first blocks on the bin
7461         lists with a given size.  This helps skipping over list elements
7462         we know won't fit in two places.
7463         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7464
7465 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7466
7467         [BZ #4102]
7468         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7469         label to Teredo tunnel addresses 2001://32.
7470
7471 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7472
7473         * locale/programs/ld-collate.c (collate_read): Allow order_start
7474         after copy.
7475
7476         * locale/programs/ld-collate.c (collate_read): Fix printing of
7477         error message.
7478
7479         [BZ #3213]
7480         * locale/C-translit.h.in: Add entry for U2044.
7481
7482         [BZ #4342]
7483         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7484         hexa-decimal floats without exponent.
7485         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7486
7487 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7488
7489         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7490         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7491         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7492         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7493         GLIBC_2.6.
7494         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7495         Add sched_getcpu.
7496
7497 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7498
7499         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7500         of 0 after the out_fail label.
7501
7502 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7503
7504         [BZ #4406]
7505         * iconv/gconv_charset.h (strip): Allow ':'.
7506         * iconv/iconv_open.c (iconv_open): Adjust comment.
7507
7508 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7509
7510         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7511         version.
7512
7513 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7514
7515         [BZ #4381]
7516         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7517         alignment of buffer and tmp_buffer.
7518         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7519         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7520         alignment of buffer.
7521         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7522         bigger than INT_MAX.
7523         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7524         h_errnop arguments.  Fail if buflen is too small.
7525         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7526
7527 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7528
7529         [BZ #4405]
7530         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7531         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7532
7533 2007-04-22  Roland McGrath  <roland@redhat.com>
7534
7535         * elf/elf.h (NT_PRXFPREG): New macro.
7536
7537 2007-04-19  Andreas Jaeger  <aj@suse.de>
7538
7539         [BZ #3905]
7540         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7541         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7542         Added.
7543
7544 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7545
7546         * include/sys/mman.h: Mark madvise hidden.
7547         * misc/madvise.c: Add libc_hidden_def.
7548
7549 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7550
7551         * nis/nis_domain_of.c (__nis_domain_of): New function.
7552         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7553         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7554         * nis/nis_call.c (rec_dirsearch): Likewise.
7555         (first_shoot): Likewise.  Remove search_parent_first argument.
7556         (struct nis_server_cache): Rename search_parent_first field
7557         to search_parent.
7558         (nis_server_cache_search, nis_server_cache_add): Rename
7559         search_parent_first argument to search_parent.
7560         (__nisfind_server): Likewise.  If search_parent, call
7561         __nis_domain_of.
7562
7563 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7564
7565         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7566
7567 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7568
7569         [BZ #4368]
7570         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7571
7572 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7573
7574         [BZ #4364]
7575         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7576
7577 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7578
7579         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7580         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7581         current number of locales in SUPPORTED.
7582         (create_archive): Initialize serial.
7583         (enlarge_archive): Preserve aliases rather than duplicating
7584         their locrecs.
7585
7586 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7587
7588         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7589         after _IO_un_link, not before it.
7590
7591         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7592         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7593         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7594
7595 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7596
7597         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7598         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7599         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7600         Remove __THROW.
7601         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7602         _IO_file_xsgetn_maybe_mmap): Likewise.
7603         * libio/oldfileops.c (old_do_write): Likewise.
7604         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7605         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7606         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7607         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7608         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7609         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7610         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7611         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7612         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7613         _IO_file_underflow, _IO_file_underflow_mmap,
7614         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7615         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7616         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7617         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7618         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7619         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7620         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7621         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7622         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7623         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7624         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7625         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7626         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7627         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7628         _IO_adjust_column_internal, _IO_default_uflow_internal,
7629         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7630         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7631         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7632         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7633         _IO_file_close_it_internal, _IO_file_underflow_internal,
7634         _IO_file_overflow_internal, _IO_file_attach_internal,
7635         _IO_file_fopen_internal, _IO_file_sync_internal,
7636         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7637         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7638         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7639         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7640         _IO_seekpos_unlocked): Likewise.
7641         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7642         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7643
7644 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7645
7646         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7647         argument in xmalloc size computation.
7648
7649 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7650
7651         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7652         math_opt_barrier and math_force_eval macros.
7653
7654 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7655
7656         [BZ #3306]
7657         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7658         * sysdeps/i386/fpu/math_private.h: New file.
7659         * sysdeps/x86_64/fpu/math_private.h: New file.
7660         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7661         math_force_eval macros.  Use "+m" constraint on asm rather than
7662         "=m" and "m".
7663         * math/s_nextafter.c (__nextafter): Likewise.
7664         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7665         Likewise.
7666         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7667         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7668         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7669         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7670         math_opt_barrier and math_force_eval macros.
7671         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7672         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7673         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7674         (__nexttoward): Use math_opt_barrier and
7675         math_force_eval macros.  Use "+m" constraint on asm rather than
7676         "=m" and "m".  Only use asm to force double result if
7677         FLT_EVAL_METHOD is 2.
7678         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7679         (__nexttowardf): Use math_opt_barrier and
7680         math_force_eval macros.  Use "+m" constraint on asm rather than
7681         "=m" and "m".  Only use asm to force double result if
7682         FLT_EVAL_METHOD is not 0.
7683         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7684         (__nexttowardf): Use math_opt_barrier and
7685         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7686         x to float using asm.
7687         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7688         (__nldbl_nexttowardf): Use math_opt_barrier and
7689         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7690         x to float using asm.
7691         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7692         (__nexttowardf): Use math_opt_barrier and math_force_eval
7693         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7694         * math/bug-nextafter.c (zero, inf): New variables.
7695         (main): Add new tests.
7696         * math/bug-nexttoward.c (zero, inf): New variables.
7697         (main): Add new tests.
7698
7699 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7700
7701         [BZ #3427]
7702         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7703         exceptions both in SW and MXCSR.
7704         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7705         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7706         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7707         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7708         in MXCSR if SSE is available.
7709         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7710         and ldsodefs.h.
7711         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7712         Fix comment typo.
7713         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7714         Return 0 rather than 1.
7715         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7716         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7717         * math/test-fenv.c (feholdexcept_tests): New function.
7718         (main): Call it.
7719
7720 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7721
7722         [BZ #3427]
7723         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7724         in SW.
7725
7726 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7727
7728         [BZ #4344]
7729         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7730         Reported by David Anderson <davea42@earthlink.net>.
7731
7732 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7733
7734         * posix/sys/wait.h: Remove unnecessary forward declaration.
7735
7736 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7737
7738         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7739         with obj->do_servers after first_shoot.
7740
7741 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7742
7743         * posix/Makefile (routines): Add sched_cpucount.
7744         (tests): Add tst-cpucount.
7745         * posix/sched_cpucount.c: New file.
7746         * posix/tst-cpucount.c: New file.
7747         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7748         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7749         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7750         * posix/sched.h: Define CPU_COUNT.
7751
7752 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7753
7754         * posix/fnmatch.c (STRUCT): Define.
7755         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7756         * posix/fnmatch_loop.c (struct STRUCT): New type.
7757         (FCT): Add ends argument.  If ends != NULL and normal * is
7758         seen in the pattern, store current pattern and string pointers
7759         and return.  Adjust recursive calls.
7760         (EXT): Adjust FCT callers.
7761         (STRUCT): Undef at the end of the file.
7762         * posix/Makefile (tests): Add tst-fnmatch2.
7763         * posix/tst-fnmatch2.c: New test.
7764
7765 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7766
7767         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7768         and 1 on failure.
7769
7770         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7771         Change last argument to unsigned int.
7772
7773 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7774
7775         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7776
7777 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7778
7779         * config.h.in (HAVE_LIBCAP): Add.
7780         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7781         sys/capabilities.h.
7782         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7783         free_caps.  Cast away const from 4th cap_set_flag argument.
7784
7785 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7786
7787         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7788         GLIBC_2.6.
7789         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7790         Add sync_file_range.
7791         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7792
7793 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7794
7795         * sysdeps/powerpc/bits/atomic.h
7796         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7797         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7798         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7799         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7800         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7801         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7802         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7803         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7804         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7805         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7806         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7807         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7808         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7809         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7810         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7811         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7812         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7813         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7814         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7815         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7816
7817 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7818
7819         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7820         (__cache_line_size): Define the variable here.  Add
7821         attribute_hidden, remove weak_extern.
7822         (__libc_start_main): Set __cache_line_size
7823         unconditionally.
7824         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7825         (__cache_line_size): Define the variable here.  Add
7826         attribute_hidden, remove weak_extern.
7827         (DL_PLATFORM_AUXV): Set __cache_line_size
7828         unconditionally.
7829         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7830         weak_extern, add attribute_hidden.
7831         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7832         defined in ld.so.
7833         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7834         definition.
7835         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7836
7837 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7838
7839         [BZ #4276]
7840         * timezone/africa: Update from tzdata2007d.
7841         * timezone/asia: Likewise.
7842         * timezone/australasia: Likewise.
7843         * timezone/backward: Likewise.
7844         * timezone/europe: Likewise.
7845         * timezone/iso3166.tab: Likewise.
7846         * timezone/leapseconds: Likewise.
7847         * timezone/northamerica: Likewise.
7848         * timezone/southamerica: Likewise.
7849         * timezone/zone.tab: Likewise.
7850
7851         * timezone/private.h: Update from tzcode2007d.
7852         * timezone/zdump.c: Likewise.
7853         * timezone/zic.c: Likewise.
7854
7855 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7856
7857         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7858         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7859         variables.
7860         (nis_server_cache_search, nis_server_cache_add): New functions.
7861         (__nisfind_server): Use them.  Add dbp and flags argument, if
7862         call __nisbind_create.
7863         (__nisbind_create): Add server_used and current_ep arguments,
7864         only call __nis_findfastest if server_used is ~0.
7865         (__do_niscall2, __prepare_niscall): Adjust callers.
7866         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7867         ckey_cache_euid, ckey_cache_lock): New variables.
7868         (get_ckey): New function.
7869         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7870         __pmap_getnisport.  Save __pmap_getnisport result in
7871         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7872         key.
7873         * nis/nis_lookup.c (nis_lookup): Likewise.
7874         * nis/nis_table.c (nis_list): Likewise.
7875         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7876         prototypes.
7877
7878         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7879         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7880         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7881         _nss_nisplus_getservbyport_r): Likewise.
7882         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7883         _nss_nisplus_getnetbyaddr_r): Likewise.
7884         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7885         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7886         _nss_nisplus_getntohost_r): Likewise.
7887         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7888         _nss_nisplus_getrpcbynumber_r): Likewise.
7889
7890 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7891
7892         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7893         * configure: Rebuilt.
7894
7895         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7896         bit-fields.
7897         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7898
7899 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7900
7901         [BZ #2831]
7902         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7903         bit-fields.
7904
7905 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7906
7907         * nscd/gai.c: Include alloca.h.
7908         (__libc_use_alloca): Define.
7909
7910 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7911
7912         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7913         smaller scopes.
7914         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7915         (DL_DST_REQUIRED): Adjust user.
7916
7917         * include/dlfcn.h (struct link_map): New forward decl.
7918
7919         * inet/getnameinfo.c: Include stddef.h.
7920         (getnameinfo): Use offsetof.
7921
7922         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7923
7924         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7925
7926         * string/strerror_l.c: Include stdlib.h.
7927
7928         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7929         * config.make.in (gnu89-inline-CFLAGS): New variable.
7930         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7931         -std=gnu99.
7932         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7933         * argp/argp.h: Use it.
7934         * bits/mathinline.h: Likewise.
7935         * bits/sigset.h: Likewise.
7936         * bits/string.h: Likewise.
7937         * ctype/ctype.h: Likewise.
7938         * hurd/hurd.h: Likewise.
7939         * hurd/hurd/fd.h: Likewise.
7940         * hurd/hurd/port.h: Likewise.
7941         * hurd/hurd/signal.h: Likewise.
7942         * hurd/hurd/threadvar.h: Likewise.
7943         * hurd/hurd/userlink.h: Likewise.
7944         * io/sys/stat.h: Likewise.
7945         * libio/bits/stdio.h: Likewise.
7946         * libio/bits/stdio2.h: Likewise.
7947         * mach/lock-intern.h: Likewise.
7948         * mach/mach/mig_support.h: Likewise.
7949         * math/bits/cmathcalls.h: Likewise.
7950         * posix/bits/unistd.h: Likewise.
7951         * socket/bits/socket2.h: Likewise.
7952         * stdlib/bits/stdlib.h: Likewise.
7953         * stdlib/stdlib.h: Likewise.
7954         * string/argz.h: Likewise.
7955         * string/bits/string2.h: Likewise.
7956         * string/bits/string3.h: Likewise.
7957         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7958         * sysdeps/generic/inttypes.h: Likewise.
7959         * sysdeps/generic/machine-lock.h: Likewise.
7960         * sysdeps/generic/machine-sp.h: Likewise.
7961         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7962         * sysdeps/i386/i486/bits/string.h: Likewise.
7963         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7964         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7965         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7966         * sysdeps/mach/i386/machine-lock.h: Likewise.
7967         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7968         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7969         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7970         * sysdeps/s390/bits/string.h: Likewise.
7971         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7972         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7973         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7974         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7975         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7976         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7977         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7978         * wcsmbs/bits/wchar2.h: Likewise.
7979         * wcsmbs/wchar.h: Likewise.
7980         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7981         __extern_inline definition.
7982
7983 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7984
7985         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7986         NULL.
7987
7988         [BZ #3919]
7989         * math/libm-test.inc (log_test): Test -Inf and NaN.
7990         (log10_test, log1p_test, log2_test): Test -Inf.
7991         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7992         FE_INVALID when argument is qNaN.
7993         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7994         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7995         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7996         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7997         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7998         testb $4, %ah and jump if non-zero.
7999         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8000         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
8001
8002         [BZ #4101]
8003         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
8004         ancestors with the same depths.
8005         Patch by Niels Moeller <nisse@lysator.liu.se>.
8006         (filter_doc): Don't crash if argp is NULL.
8007         * argp/Makefile (tests): Add tst-argp2.
8008         * argp/tst-argp2.c: New test.
8009
8010         [BZ #4130]
8011         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
8012         open_not_cancel_2.
8013         (updwtmp_file): Likewise.
8014
8015         [BZ #4181]
8016         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
8017         (inet6_opt_append): Don't check extlen is big enough if extbuf
8018         is NULL.
8019         (inet6_opt_finish): Likewise.
8020         * inet/Makefile (tests): Add test-inet6_opt.
8021         * inet/test-inet6_opt.c: New test.
8022
8023         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
8024         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
8025         NLMSG_ERR.  Instead use a page sized buffer.
8026         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
8027         buffer.
8028
8029 2007-03-14  Richard Henderson  <rth@redhat.com>
8030
8031         * sysdeps/alpha/fpu/s_llround.c: New file.
8032         * sysdeps/alpha/fpu/s_llroundf.c: New file.
8033         * sysdeps/alpha/fpu/s_lround.c: New file.
8034         * sysdeps/alpha/fpu/s_lroundf.c: New file.
8035         * sysdeps/alpha/fpu/s_round.c: New file.
8036         * sysdeps/alpha/fpu/s_roundf.c: New file.
8037         * sysdeps/alpha/fpu/s_trunc.c: New file.
8038         * sysdeps/alpha/fpu/s_truncf.c: New file.
8039
8040         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
8041         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8042         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8043         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8044         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8045         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8046
8047         * sysdeps/alpha/fpu/s_fmax.S: New file.
8048         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8049         * sysdeps/alpha/fpu/s_fmin.S: New file.
8050         * sysdeps/alpha/fpu/s_fminf.S: New file.
8051         * sysdeps/alpha/fpu/s_isnan.c: New file.
8052         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8053         * sysdeps/alpha/fpu/s_llrint.c: New file.
8054         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8055         * sysdeps/alpha/fpu/s_lrint.c: New file.
8056         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8057         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8058         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8059
8060         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8061         (__fdimf, fdimf, __fdim, fdim): Remove.
8062         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8063         (__isnanf, __isnan, __isnanl): New.
8064
8065 2007-03-13  Richard Henderson  <rth@redhat.com>
8066
8067         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8068
8069 2007-03-13  Richard Henderson  <rth@redhat.com>
8070
8071         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8072         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8073         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8074         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8075         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8076         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8077
8078 2007-03-13  Richard Henderson  <rth@redhat.com>
8079
8080         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8081         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8082         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8083         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8084         Move to dl-auxv.h; initialize instead of extern weak.
8085         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8086         weak symbol.
8087         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8088         Extern instead of initialized.
8089
8090 2007-03-13  Richard Henderson  <rth@redhat.com>
8091
8092         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8093         __sigsuspend_nocancel.
8094
8095 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8096
8097         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8098         172.16/12 address range.
8099
8100 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8101
8102         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8103         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8104         message.
8105
8106 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8107
8108         [BZ #4069]
8109         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8110         earlier.
8111         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8112
8113         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8114         for x qNaN and y either +-inf or non-integer value.
8115         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8116         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8117         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8118
8119 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8120
8121         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8122         from sysdep_headers.
8123
8124 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8125
8126         * time/tzfile.c (find_transition): Instead of a linear search try to
8127         guess the transition index, use a linear search if the result is at
8128         most 10 transitions away from the guess or binary search otherwise.
8129
8130 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8131
8132         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8133         memory reallocation.
8134
8135 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8136
8137         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8138         and fix some typos.
8139         Optimize use of TOLOWER.
8140
8141         [BZ #3325]
8142         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8143         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8144         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8145
8146         [BZ #3458]
8147         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8148         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8149
8150         [BZ #4076]
8151         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8152         (open_dir_stream): Likewise.
8153         * io/Makefile (tests): Add bug-ftw5.
8154         * io/bug-ftw5.c: New file.
8155
8156         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8157         * nscd/servicescache.c (cache_addserv): Likewise.
8158
8159         * nscd/grpcache.c (cache_addgr): In case a record changed on
8160         refresh, adjust key_copy.
8161
8162         [BZ #4074]
8163         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8164         refresh, adjust key_copy.
8165
8166         [BZ #4070]
8167         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8168         special cases.
8169         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8170
8171 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8172
8173         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8174         optimization.
8175
8176         * stdio-common/vfscanf.c: Small cleanups throughout.
8177
8178 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8179
8180         [BZ #3325]
8181         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8182         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8183         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8184         Patch by Jared Casper <jaredcasper@gmail.com>.
8185
8186         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8187         * sysdeps/unix/opendir.c: Likewise.
8188         * sysdeps/unix/readdir.c: Likewise.
8189
8190         [BZ #2211]
8191         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8192         point numbers.
8193         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8194
8195         * stdio-common/vfscanf.c: Fix problems in width accounting.
8196         * stdio-common/tst-sscanf.c (double_tests): New tests.
8197         (main): Hook them up.
8198
8199         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8200         More simplifications of floating-point reader.
8201
8202         * stdio-common/Makefile (tests): Add tst-swscanf.
8203         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8204         testing.
8205         * stdio-common/tst-swscanf.c: New file.
8206
8207 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8208
8209         [BZ #2633]
8210         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8211         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8212         Remove using for __jmp_buf_tag.
8213         * locale/locale.h (struct lconv): Also define in std namespace.
8214         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8215
8216         [BZ #3842]
8217         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8218         using __libc_enable_secure.
8219
8220         [BZ #3818]
8221         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8222
8223         [BZ #3745]
8224         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8225         of names for ellipsises.
8226
8227         [BZ #3348]
8228         * malloc/memusage.sh: Cleanups.
8229         * debug/xtrace.sh: Quoting and trap changes.
8230
8231 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8232
8233         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8234
8235         * locale/iso-3166.def: Update entry for Serbia.
8236         * locale/iso-4217.def: Define RSD, remove CSD.
8237
8238         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8239         and 64-bit operations.
8240
8241         [BZ #4040]
8242         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8243         16-bit operations.
8244
8245         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8246         of writev.
8247
8248 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8249
8250         [BZ #3991]
8251         * assert/assert.h (assert): Simplify.
8252         (assert_perror): Likewise.
8253         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8254
8255         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8256         reqdata.
8257
8258         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8259         change: don't pass NULL in place of an integer.
8260
8261 2007-02-02  Bruno Haible  <bruno@clisp.org>
8262
8263         [BZ #3954]
8264         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8265         Add mapping for U+327E.
8266         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8267         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8268         mapping of 0xD9 0xE8.
8269         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8270         mapping of U+327E.
8271         Reported by Jungshik Shin <jungshik@google.com>.
8272
8273         [BZ #3955]
8274         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8275         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8276         Reported by Jungshik Shin <jungshik@google.com>.
8277
8278 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8279
8280         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8281         byte variants.
8282
8283         [BZ #4040]
8284         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8285         byte variants.  Patch mostly be tom@tommay.net.
8286
8287 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8288
8289         [BZ #3996]
8290         * posix/glob.c (attribute_hidden): Define if not defined.
8291         (glob): Unescape dirname, filename or username when needed and not
8292         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8293         is NULL.  Handle unescaped [ in pattern without closing ].
8294         Don't pass GLOB_CHECK down to recursive glob for directories.
8295         (__glob_pattern_type): New function.
8296         (__glob_pattern_p): Implement using __glob_pattern_type.
8297         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8298         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8299         Remove unreachable code.
8300         * posix/globtest.sh: Add a couple of new tests.
8301
8302 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8303
8304         * po/ru.po: Update from translation team.
8305
8306 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8307
8308         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8309         to the list of i486+ CPUs.
8310         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8311
8312 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8313
8314         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8315         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8316         references.
8317
8318 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8319
8320         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8321
8322         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8323         * resolv/res_mkquery.c: Define __res_nopt.
8324         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8325         try adding EDNS0 record.
8326         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8327         EDNS0 record was send make sure we don't try it again.
8328         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8329         * include/resolv.h: Declare __res_nopt.
8330
8331 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8332
8333         [BZ #3944]
8334         * time/strptime_l.c (__strptime_internal): Set have_mon for
8335         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8336         have been computed from tm_yday and tm_year.  Don't crash
8337         in day_of_the_week or day_of_the_year if not have_mon
8338         and tm_mon contains bogus value.
8339         * time/Makefile (tests): Add tst-strptime3.
8340         * time/tst-strptime3.c: New test.
8341
8342 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8343
8344         [BZ #3957]
8345         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8346         bit for RE_HAT_LISTS_NOT_NEWLINE.
8347         (build_charclass_op): Remove bogus comment.
8348         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8349         * posix/bug-regex27.c: New test.
8350         * posix/bug-regex28.c: New test.
8351
8352 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8353
8354         * po/sv.po: Update from translation team.
8355
8356 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8357
8358         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8359
8360 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8361
8362         * include/locale.h (__uselocale): Add libc_hidden_proto.
8363         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8364
8365         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8366         gettimeofday.
8367
8368 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8369
8370         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8371         returning.
8372         (PTR_DEMANGLE): Real definition now that it's not the same as
8373         PRT_MANGLE anymore.
8374         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8375
8376         * string/strerror_l.c: New file.
8377         * string/Makefile (routines): Add strerror_l.
8378         * string/string.h: Declare strerror_l.
8379         * string/Versions: Export strerror_l for GLIBC_2.6.
8380
8381 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8382
8383         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8384         as parameter.  Construct request record.  Try sending request
8385         before the first poll use, it usually succeeds.  Adjust all
8386         callers.
8387         * nscd/nscd-client.h: Define MAXKEYLEN.
8388         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8389
8390 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8391
8392         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8393         from return value.
8394         * nscd/nscd_helper.c: Include string.h.
8395         (__nscd_cache_search): Remove const qualifier from return value.
8396         On strict alignment architectures check hash entry and data head
8397         alignment.
8398         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8399         mmapped data during GC cycle contains garbage.  If
8400         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8401         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8402         dropped to 0.
8403         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8404         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8405         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8406         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8407         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8408
8409 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8410
8411         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8412
8413 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8414
8415         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8416         names not numbers in cfi_*.
8417
8418 2007-01-26  Andreas Jaeger  <aj@suse.de>
8419
8420         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8421         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8422         Correct values of PER_HPUX and PER_OSF4.
8423
8424 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8425
8426         * elf/dl-minimal.c: Undefine _itoa first.
8427         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8428         * malloc/mtrace.c: Revert last change.
8429         * posix/wordexp.c: Likewise.
8430
8431 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8432
8433         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8434         and __geode__ to the list of i486+ CPUs.
8435         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8436
8437 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8438
8439         * stdio-common/_itoa.c: Include <limits.h>.
8440         * stdio-common/_itowa.c: Likewise.
8441
8442 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8443
8444         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8445         platforms.
8446         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8447         64-bit platforms.
8448         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8449         possible.
8450         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8451         if possible.
8452
8453         [BZ #3902]
8454         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8455         * stdio-common/Makefile (tests): Add bug17.
8456         * stdio-common/bug17.c: New file.
8457
8458 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8459
8460         * iconvdata/brf.c: New file.
8461         * iconvdata/testdata/BRF: New file.
8462         * iconvdata/testdata/BRF..UTF8: New file.
8463         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8464         * iconvdata/Makefile: Add rules to build BRF.
8465         * iconvdata/TESTS: Add BRF entry.
8466         * iconvdata/gconv-modules: Likewise.
8467         * iconvdata/tst-tables.sh: Likewise.
8468
8469 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8470
8471         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8472         type `long long int', not `long int'.
8473         (wcstoq): Likewise.
8474
8475 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8476
8477         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8478         of values on 64-bit platforms which are too large.
8479
8480 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8481             Joe Kerian  <jkerian@us.us.ibm.com>
8482
8483         [BZ #2749]
8484         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8485         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8486         (__copysignl): Use signbit() for comparison.
8487         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8488         SET_LDOUBLE_WORDS64.
8489
8490         [BZ #2423, #2749]
8491         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8492         (__ceill): Remove calls to fegetround(), fesetround().
8493         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8494         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8495         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8496
8497 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8498
8499         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8500
8501         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8502
8503 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8504
8505         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8506         demangle pointer.
8507         * csu/libc-start.c: Likewise.
8508
8509 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8510
8511         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8512         really work anyway.
8513
8514 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8515
8516         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8517         users.
8518         (handle_request): Remove unnecessary tests.
8519
8520         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8521
8522 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8523
8524         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8525         workbits in semi-raw fraction.
8526
8527         * math/test-misc.c: Add new tests.
8528
8529 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8530
8531         * math/basic-test.c: Include test-skeleton.c.
8532         (TEST_TRUNC): Define.
8533         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8534         (main): Rename to ...
8535         (do_test): ...this.  Run new tests.
8536         (TEST_FUNCTION): Define.
8537
8538 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8539             Joe Kerian  <jkerian@us.us.ibm.com>
8540
8541         [BZ #2749]
8542         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8543         handling for high words.
8544         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8545         and overflow for infinity.
8546
8547 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8548
8549         * nscd/connections.c (handle_request): Add a __builtin_expect.
8550
8551         * nscd/connections.c (serv2db): Change type into structure which
8552         also says whether this is a request for data.  Renamed to
8553         servinfo.  All users changed.
8554         (handle_request): Much simpler test whether we should search the cache.
8555
8556         * nscd/connections.c (handle_request): Fix thinko in selinux test
8557         invocation.
8558
8559         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8560         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8561         it before getting dl_load_lock and then relock.
8562         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8563         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8564         case we unlocked the scope.
8565         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8566         _dl_lookup_symbol_x in case we locked the scope.
8567         (_dl_profile_fixup): Likewise.
8568         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8569         set DL_LOOKUP_SCOPE_LOCK.
8570
8571 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8572
8573         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8574         CFLAGS-getsrvbynpt_r.c.
8575         * nscd/getsrvbynm_r.c: New file.
8576         * nscd/getsrvbypt_r.c: New file.
8577         * nscd/nscd_getserv_r.c: New file.
8578         * nscd/servicescache.c: New file.
8579         * nscd/Makefile (routines): Add nscd_getserv_r.
8580         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8581         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8582         CFLAGS-getsrvbypt_r.c.
8583         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8584         table.  Add entries for services database.
8585         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8586         services database.
8587         (dbs): Add .reset_res and servdb initialization.
8588         (serv2db): Add entries for services database.
8589         (verify_persistent_db): Accept dbnr == servdb.
8590         (invalidate_cache): Rewrite database name recognition to use a table.
8591         Call res_init() if .reset_res is set for database.
8592         (handle_request): Add code to handle services database.
8593         * nscd/gai.c: Don't define __getservbyname_r.
8594         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8595         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8596         (serv_response_header): Define.
8597         (struct datahead): Add serv_response_header member.
8598         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8599         using table.
8600         * nscd/nscd.conf: Add entries for services database.
8601         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8602         Declare serv_iov_disabled.
8603         Declare addservbyname, readdservbyname, addservbyport, and
8604         readdservbyport.
8605         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8606         (find_db): Fix error message.
8607         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8608         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8609         * nscd/selinux.c (perms): Add entries for services database.
8610         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8611         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8612
8613         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8614         * nscd/hstcache.c: Likewise.
8615         * nscd/pwdcache.c: Likewise.
8616
8617         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8618         computation of keylen.
8619
8620         * include/string.h: Only redefine strndupa if this is really for
8621         libc code.
8622
8623 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8624
8625         * nscd/nscd_gethst_r.c: Minor cleanups.
8626
8627         * nscd/connections.c (handle_request): Check selinux permissions
8628         for all non-admin commands.
8629
8630         * sysdeps/i386/i486/bits/atomic.h: Define
8631         atomic_compare_and_exchange_val_acq,
8632         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8633         using __sync_* built-ins for gcc >= 4.1.
8634         * sysdeps/x86_64/bits/atomic.h: Likewise.
8635
8636         [BZ #3840]
8637         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8638         and .oS.d files.
8639
8640 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8641
8642         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8643         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8644         (do_test): Check errno and exit(0) if ENOSYS.
8645
8646 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8647
8648         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8649         thousands separators.
8650         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8651         * stdlib/tst-strtod4.c: New test.
8652
8653         [BZ #3855]
8654         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8655         hexadecimal digit should accept just the initial 0.
8656         * stdlib/tst-strtod2.c (tests): New variable.
8657         (do_test): Run several tests rather than just one.
8658
8659 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8660
8661         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8662         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8663
8664 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8665
8666         * io/fts.c: Make sure fts_cur is always valid after return from
8667         fts_read.
8668         Patch by Miloslav Trmac <mitr@redhat.com>.
8669
8670 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8671
8672         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8673         (R_MIPS_NUM): Bump by 1.
8674
8675 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8676
8677         * posix/execvp.c: Include alloca.h.
8678         (allocate_scripts_argv): Renamed to...
8679         (scripts_argv): ... this.  Don't allocate buffer here nor count
8680         arguments.
8681         (execvp): Use alloca if possible.
8682         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8683         * posix/tst-vfork3.c: New test.
8684
8685 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8686
8687         * string/Makefile (tst-strxfrm2-ENV): Define.
8688         * stdlib/Makefile (tst-strtod3-ENV): Define.
8689
8690 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8691
8692         * posix/getconf.c: Update copyright year.
8693         * nss/getent.c: Likewise.
8694         * iconv/iconvconfig.c: Likewise.
8695         * iconv/iconv_prog.c: Likewise.
8696         * elf/ldconfig.c: Likewise.
8697         * catgets/gencat.c: Likewise.
8698         * csu/version.c: Likewise.
8699         * elf/ldd.bash.in: Likewise.
8700         * elf/sprof.c (print_version): Likewise.
8701         * locale/programs/locale.c: Likewise.
8702         * locale/programs/localedef.c: Likewise.
8703         * nscd/nscd.c (print_version): Likewise.
8704         * debug/xtrace.sh: Likewise.
8705         * malloc/memusage.sh: Likewise.
8706         * malloc/mtrace.pl: Likewise.
8707         * debug/catchsegv.sh: Likewise.
8708
8709 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8710
8711         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8712         attempts.
8713
8714 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8715
8716         * posix/wordexp.c: Remove some unnecessary tests.
8717
8718 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8719
8720         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8721         blacklist the group till after we look it up.
8722
8723 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8724
8725         * include/atomic.h (atomic_forced_read): New macro.
8726
8727 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8728
8729         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8730
8731 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8732
8733         * nss/getXXbyYY_r.c: Include atomic.h.
8734         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8735         add atomic_write_barrier () in between.
8736
8737         * stdlib/Makefile (tests): Add tst-makecontext.
8738         * stdlib/tst-makecontext.c: New test.
8739
8740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8741         (__makecontext): Don't realign uc_mcontext.uc_regs.
8742
8743 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8744
8745         * elf/dl-support.c: Include dl-procinfo.h.
8746         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8747         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8748         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8749         Define.
8750         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8751         hardcoded constants.
8752         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8753         PPC_PLATFORM_* macros for array designators.
8754
8755 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8756
8757         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8758         names to the beginning.
8759         (_dl_powerpc_platforms): Add "power6x".
8760         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8761         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8762         (_DL_PLATFORMS_COUNT): Increase.
8763         (_dl_string_platform): Handle power6x case.
8764         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8765         PPC_FEATURE_POWER6_EXT): Define.
8766         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8767
8768 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8769
8770         [BZ #3747]
8771         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8772         [-2^31 .. 2^31) range.
8773         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8774         targets.
8775         * stdlib/tst-rand48-2.c: New test.
8776         * stdlib/Makefile (tests): Add tst-rand48-2.
8777
8778 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8779
8780         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8781
8782 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8783
8784         * misc/tst-pselect.c (do_test): Make sure the helper process is
8785         terminating when the test is aborted.
8786
8787 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8788
8789         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8790         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8791         Handle relatime mount option.
8792
8793         [BZ #2337]
8794         * libio/Makefile (tests): Add tst-setvbuf1.
8795         * libio/tst-setvbuf1.c: New file.
8796
8797 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8798
8799         [BZ #2337]
8800         * libio/genops.c (__uflow): Fix a typo.
8801         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8802         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8803         the narrow buffer size.
8804
8805 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8806
8807         [BZ #2337]
8808         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8809         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8810         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8811         in _flags.
8812         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8813         _IO_wstr_finish): Likewise.
8814         * libio/wmemstream.c (open_wmemstream): Likewise.
8815         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8816         even for wide streams.
8817
8818 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8819
8820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8821         kernel-features.h.
8822
8823 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8824
8825         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8826         separators also if no non-zero digits found.
8827         * stdlib/Makefile (tests): Add tst-strtod3.
8828
8829 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8830
8831         [BZ #3632]
8832         * include/features.h: Fix comment about default value for
8833         _POSIX_C_SOURCE.
8834
8835         [BZ #3664]
8836         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8837         empty parsed strings.
8838         * stdlib/Makefile (tests): Add tst-strtod2.
8839         * stdlib/tst-strtod2.c: New file.
8840
8841         [BZ #3673]
8842         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8843         computation.
8844         * stdlib/Makefile (tests): Add tst-atof2.
8845         * stdlib/tst-atof2.c: New file.
8846
8847         [BZ #3674]
8848         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8849         correctly if removing trailing zero of hex-float.
8850         * stdlib/Makefile (tests): Add tst-atof1.
8851         * stdlib/tst-atof1.c: New file.
8852
8853 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8854
8855         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8856         Start searching for next comma at p rather than rest.
8857         * misc/Makefile (tests): Add tst-mntent2.
8858         * misc/tst-mntent2.c: New test.
8859
8860         * misc/getusershell.c (initshells): Check for integer overflows.
8861         Make strings buffer one bigger as fgets always succeeds when second
8862         argument is 1.  Don't use calloc for shells array.  Disallow
8863         / as shell.
8864
8865 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8866
8867         * malloc/memusage.c: Handle realloc with new size of zero and
8868         non-NULL pointer correctly.
8869         (me): Really write first record twice.
8870         (struct entry): Make format bi-arch safe.
8871         (dest): Write out more realloc statistics.
8872         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8873
8874 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8875
8876         * nis/nis_subr.c (nis_getnames): Revert last change.
8877
8878 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8879
8880         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8881         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8882         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8883         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8884         ENOTTY.
8885         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8886         * io/tst-ttyname_r.c: New test.
8887
8888 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8889
8890         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8891
8892 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8893
8894         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8895         jump table entries.
8896
8897 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8898
8899         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8900         `clone' function to ensure proper unwinding stop of gdb.
8901         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8902
8903 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8904
8905         * nscd/nscd.init: Remove obsolete and commented-out -S option
8906         handling.
8907
8908 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8909
8910         [BZ #3514]
8911         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8912
8913         [BZ #3515]
8914         * manual/string.texi (strtok): Remove duplicate paragraph.
8915
8916 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8917
8918         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8919         libgcc not supporting `rflags' unwinding (register # >= 17).
8920
8921 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8922
8923         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8924         succeeded.
8925
8926 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8927             Jakub Jelinek  <jakub@redhat.com>
8928             Jan Kratochvil  <jan.kratochvil@redhat.com>
8929
8930         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8931         unwind information.
8932         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8933         'restore_rt' even in the 'signal' directory.
8934         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8935
8936 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8937
8938         [BZ #3559]
8939         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8940         malloc crashed.  Don't allocate memory unnecessarily in each
8941         loop.
8942
8943 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8944
8945         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8946
8947 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8948
8949         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8950
8951 2006-11-18  Bruno Haible  <bruno@clisp.org>
8952
8953         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8954         __sysconf only after having tried to call getgroups32.
8955
8956 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8957
8958         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8959         addresses for IPv4 queries if they can be mapped.
8960
8961 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8962
8963         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8964         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8965         (signmask): Add .size directive.
8966         (othermask): Add .type directive.
8967
8968 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8969
8970         * po/nl.po: Update from translation team.
8971
8972         * timezone/zdump.c: Redo fix for BZ #3137.
8973
8974 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8975
8976         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8977         to first_unused after parsing :include: file.
8978
8979 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8980
8981         * timezone/africa: Update from tzdata2006o.
8982         * timezone/antarctica: Likewise.
8983         * timezone/asia: Likewise.
8984         * timezone/australasia: Likewise.
8985         * timezone/backward: Likewise.
8986         * timezone/europe: Likewise.
8987         * timezone/iso3166.tab: Likewise.
8988         * timezone/northamerica: Likewise.
8989         * timezone/southamerica: Likewise.
8990         * timezone/zone.tab: Likewise.
8991
8992         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8993         on machines with 64-bit time_t.
8994
8995         * timezone/checktab.awk: Update from tzcode2006o.
8996         * timezone/ialloc.c: Likewise.
8997         * timezone/private.h: Likewise.
8998         * timezone/scheck.c: Likewise.
8999         * timezone/tzfile.h: Likewise.
9000         * timezone/tzselect.ksh: Likewise.
9001         * timezone/zdump.c: Likewise.
9002         * timezone/zic.c: Likewise.
9003
9004         [BZ #3483]
9005         * elf/ldconfig.c (main): Call setlocale and textdomain.
9006         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9007
9008         [BZ #3480]
9009         * manual/argp.texi: Fix typos.
9010         * manual/charset.texi: Likewise.
9011         * manual/errno.texi: Likewise.
9012         * manual/filesys.texi: Likewise.
9013         * manual/lang.texi: Likewise.
9014         * manual/maint.texi: Likewise.
9015         * manual/memory.texi: Likewise.
9016         * manual/message.texi: Likewise.
9017         * manual/resource.texi: Likewise.
9018         * manual/search.texi: Likewise.
9019         * manual/signal.texi: Likewise.
9020         * manual/startup.texi: Likewise.
9021         * manual/stdio.texi: Likewise.
9022         * manual/sysinfo.texi: Likewise.
9023         * manual/syslog.texi: Likewise.
9024         * manual/time.texi: Likewise.
9025         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9026
9027         [BZ #3465]
9028         * sunrpc/clnt_raw.c: Minimal message improvements.
9029         * sunrpc/pm_getmaps.c: Likewise.
9030         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9031         * nis/nis_print_group_entry.c: Likewise.
9032         * locale/programs/repertoire.c: Likewise.
9033         * locale/programs/charmap.c: Likewise.
9034         * malloc/memusage.sh: Likewise.
9035         * elf/dl-deps.c: Likewise.
9036         * locale/programs/ld-collate.c: Likewise.
9037         * libio/vswprintf.c: Likewise.
9038         * malloc/memusagestat.c: Likewise.
9039         * sunrpc/auth_unix.c: Likewise.
9040         * sunrpc/rpc_main.c: Likewise.
9041         * nscd/cache.c: Likewise.
9042         * locale/programs/repertoire.c: Unify output messages.
9043         * locale/programs/charmap.c: Likewise.
9044         * locale/programs/ld-ctype.c: Likewise.
9045         * locale/programs/ld-monetary.c: Likewise.
9046         * locale/programs/ld-numeric.c: Likewise.
9047         * locale/programs/ld-time.c: Likewise.
9048         * elf/ldconfig.c: Likewise.
9049         * nscd/selinux.c: Likewise.
9050         * elf/cache.c: Likewise.
9051         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9052
9053         [BZ #3451]
9054         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9055         change atomic.
9056         (ceil): Likewise.
9057
9058 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9059
9060         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9061         if N is one bigger than return value.
9062         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9063         and l1 last arguments, if buf is defined, verify the return value
9064         equals to strlen (buf) and verify no byte beyond passed length
9065         is modified.
9066
9067 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9068
9069         * po/sv.po: Update from translation team.
9070
9071 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9072
9073         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9074         noinline attribute.
9075
9076 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9077
9078         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9079         noinline attribute.
9080
9081         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9082         Use __new_sys_siglist instead of _sys_siglist_internal as
9083         second macro argument.
9084         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9085         strong_alias.
9086
9087 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9088
9089         [BZ #3493]
9090         * posix/unistd.h (sysconf): Remove const attribute.
9091
9092         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9093         temporary or deprecated addresses.
9094         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9095
9096         * string/Makefile (tests): Add tst-strxfrm2.
9097         * string/tst-strxfrm2.c: New file.
9098
9099 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9100
9101         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9102         rather than r->r_brk.
9103
9104 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9105
9106         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9107         optimization even if needed > n.
9108
9109         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9110         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9111         return false, otherwise return true.
9112         (cache_rpath): Return decompose_rpath return value.
9113
9114 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9115
9116         * include/libc-symbols.h (declare_symbol): Rename to...
9117         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9118         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9119         .size directive.
9120         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9121         changes.
9122         * sysdeps/gnu/siglist.c: Likewise.
9123
9124 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9125
9126         * sysdeps/powerpc/fpu/bits/mathinline.h
9127         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9128         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9129
9130 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9131
9132         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9133         Update handling of cache descriptor 0x49 for new models.
9134         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9135         Likewise.
9136
9137 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9138
9139         * malloc/memusage.c (dest): Reset not_me back to false after
9140         printing statistics.
9141
9142 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9143
9144         * configure.in: Work around ld --help change and avoid -z relro
9145         test completely if the architecture doesn't care about security.
9146
9147 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9148
9149         * po/sv.po: Update from translation team.
9150
9151 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9152
9153         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9154         generate compatibility version.
9155
9156 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9157
9158         * configure.in: Relax -z relro requirement a bit.
9159
9160         * po/sv.po: Update from translation team.
9161
9162 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9163
9164         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9165         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9166         * elf/dl-close.c (_dl_close_worker): Likewise.
9167         * elf/dl-open.c (_dl_open_worker): Likewise.
9168         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9169
9170 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9171
9172         * configure.in: Require assembler support for visibility, compiler
9173         support for visibility and aliases, linker support for various -z
9174         options.
9175         * Makeconfig: Remove conditional code which now is unnecessary.
9176         * config.h.in: Likewise.
9177         * config.make.in: Likewise.
9178         * dlfcn/Makefile: Likewise.
9179         * elf/Makefile: Likewise.
9180         * elf/dl-load.c: Likewise.
9181         * elf/rtld.c: Likewise.
9182         * include/libc-symbols.h: Likewise.
9183         * include/stdio.h: Likewise.
9184         * io/Makefile: Likewise.
9185         * io/fstat.c: Likewise.
9186         * io/fstat64.c: Likewise.
9187         * io/fstatat.c: Likewise.
9188         * io/fstatat64.c: Likewise.
9189         * io/lstat.c: Likewise.
9190         * io/lstat64.c: Likewise.
9191         * io/mknod.c: Likewise.
9192         * io/mknodat.c: Likewise.
9193         * io/stat.c: Likewise.
9194         * io/stat64.c: Likewise.
9195         * libio/stdio.c: Likewise.
9196         * nscd/Makefile: Likewise.
9197         * stdlib/Makefile: Likewise.
9198         * stdlib/atexit.c: Likewise.
9199         * sysdeps/generic/ldsodefs.h: Likewise.
9200         * sysdeps/i386/dl-machine.h: Likewise.
9201         * sysdeps/i386/sysdep.h: Likewise.
9202         * sysdeps/i386/i686/memcmp.S: Likewise.
9203         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9204         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9205         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9206
9207         * Makerules: USE_TLS support is now default.
9208         * tls.make.c: Likewise.
9209         * csu/Versions: Likewise.
9210         * csu/libc-start.c: Likewise.
9211         * csu/libc-tls.c: Likewise.
9212         * csu/version.c: Likewise.
9213         * dlfcn/dlinfo.c: Likewise.
9214         * elf/dl-addr.c: Likewise.
9215         * elf/dl-cache.c: Likewise.
9216         * elf/dl-close.c: Likewise.
9217         * elf/dl-iteratephdr.c: Likewise.
9218         * elf/dl-load.c: Likewise.
9219         * elf/dl-lookup.c: Likewise.
9220         * elf/dl-object.c: Likewise.
9221         * elf/dl-open.c: Likewise.
9222         * elf/dl-reloc.c: Likewise.
9223         * elf/dl-support.c: Likewise.
9224         * elf/dl-sym.c: Likewise.
9225         * elf/dl-sysdep.c: Likewise.
9226         * elf/dl-tls.c: Likewise.
9227         * elf/ldconfig.c: Likewise.
9228         * elf/rtld.c: Likewise.
9229         * elf/tst-tls-dlinfo.c: Likewise.
9230         * elf/tst-tls1.c: Likewise.
9231         * elf/tst-tls10.h: Likewise.
9232         * elf/tst-tls14.c: Likewise.
9233         * elf/tst-tls2.c: Likewise.
9234         * elf/tst-tls3.c: Likewise.
9235         * elf/tst-tls4.c: Likewise.
9236         * elf/tst-tls5.c: Likewise.
9237         * elf/tst-tls6.c: Likewise.
9238         * elf/tst-tls7.c: Likewise.
9239         * elf/tst-tls8.c: Likewise.
9240         * elf/tst-tls9.c: Likewise.
9241         * elf/tst-tlsmod1.c: Likewise.
9242         * elf/tst-tlsmod13.c: Likewise.
9243         * elf/tst-tlsmod13a.c: Likewise.
9244         * elf/tst-tlsmod14a.c: Likewise.
9245         * elf/tst-tlsmod2.c: Likewise.
9246         * elf/tst-tlsmod3.c: Likewise.
9247         * elf/tst-tlsmod4.c: Likewise.
9248         * elf/tst-tlsmod5.c: Likewise.
9249         * elf/tst-tlsmod6.c: Likewise.
9250         * include/errno.h: Likewise.
9251         * include/link.h: Likewise.
9252         * include/tls.h: Likewise.
9253         * locale/global-locale.c: Likewise.
9254         * locale/localeinfo.h: Likewise.
9255         * malloc/arena.c: Likewise.
9256         * malloc/hooks.c: Likewise.
9257         * malloc/malloc.c: Likewise.
9258         * resolv/Versions: Likewise.
9259         * sysdeps/alpha/dl-machine.h: Likewise.
9260         * sysdeps/alpha/libc-tls.c: Likewise.
9261         * sysdeps/generic/ldsodefs.h: Likewise.
9262         * sysdeps/generic/tls.h: Likewise.
9263         * sysdeps/i386/dl-machine.h: Likewise.
9264         * sysdeps/ia64/dl-machine.h: Likewise.
9265         * sysdeps/ia64/libc-tls.c: Likewise.
9266         * sysdeps/mach/hurd/fork.c: Likewise.
9267         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9268         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9269         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9270         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9271         * sysdeps/s390/libc-tls.c: Likewise.
9272         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9273         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9274         * sysdeps/sh/dl-machine.h: Likewise.
9275         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9276         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9277         * sysdeps/x86_64/dl-machine.h: Likewise.
9278
9279         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9280         split out locking and parameter checking.
9281         (_dl_close): Call _dl_close_worker after locking and checking.
9282         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9283         _dl_close.
9284         * elf/Makefile: Add rules to build and run tst-thrlock.
9285         * elf/tst-thrlock.c:  New file.
9286
9287         [BZ #3426]
9288         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9289         reality.
9290
9291         [BZ #3429]
9292         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9293         we are sure we do not need it anymore for _dl_close.  Also move
9294         the asserts inside the lock region.
9295         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9296
9297 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9298
9299         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9300         argument.
9301         (_dl_lookup_symbol_x): Adjust caller.
9302
9303         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9304         _ns_global_scope.
9305         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9306
9307         * elf/dl-libc.c: Revert l_scope name changes.
9308         * elf/dl-load.c: Likewise.
9309         * elf/dl-object.c: Likewise.
9310         * elf/rtld.c: Likewise.
9311         * elf/dl-close.c (_dl_close): Likewise.
9312         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9313         always use __rtld_mrlock_{change,done}.  Always free old scope list
9314         here if not l_scope_mem.
9315         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9316         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9317         the lookup and __rtld_mrlock_unlock it after the lookup.
9318         * elf/dl-sym.c: Likewise.
9319         * include/link.h (struct r_scoperec): Remove.
9320         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9321         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9322
9323 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9324
9325         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9326
9327 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9328
9329         * configure.in: Disable building profile libraries by default.
9330
9331 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9332
9333         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9334         as signed longs, check for x_base + pos overflow.
9335         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9336         * sunrpc/tst-xdrmem2.c: New test.
9337
9338 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9339
9340         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9341         _dl_lookup_symbol_x code.
9342
9343 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9344
9345         * elf/dl-runtime.c: Include sysdep-cancel.h.
9346         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9347         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9348         instead of catomic_* macros.
9349         * elf/dl-sym.c: Include sysdep-cancel.h.
9350         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9351         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9352         * elf/dl-close.c: Include sysdep-cancel.h.
9353         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9354         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9355         * elf/dl-open.c: Include sysdep-cancel.h.
9356         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9357         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9358
9359 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9360
9361         [BZ #3313]
9362         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9363         fastbin rather than end of fastbin array.
9364
9365 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9366
9367         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9368         body macro.
9369         * sysdeps/x86_64/bits/atomic.h
9370         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9371         (catomic_decrement): Use correct body macro.
9372
9373 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9374
9375         * include/atomic.h: Add a unique prefix to all local variables
9376         in macros.
9377         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9378
9379 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9380
9381         [BZ #3369]
9382         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9383         and 7.
9384
9385 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9386
9387         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9388
9389 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9390
9391         [BZ #3313]
9392         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9393         determine highest fast bin to consolidate, always look into all of
9394         them.
9395         (do_check_malloc_state): Only require for empty bins for large
9396         sizes in main arena.
9397
9398         * libio/stdio.h: Add more __wur attributes.
9399
9400         * elf/dl-minimal.c (realloc): Optimize last patch.
9401
9402 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9403
9404         [BZ #3352]
9405         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9406         and use memcpy() if it does.
9407
9408 2006-11-12  Andreas Jaeger  <aj@suse.de>
9409
9410         [BZ #2510]
9411         * manual/search.texi (Hash Search Function): Clarify.
9412         (Array Search Function): Clarify.
9413
9414 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9415
9416         [BZ #2830]
9417         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9418         shifting.
9419         * math/atest-exp2.c (read_mpn_hex): Likewise.
9420         * math/atest-sincos.c (main): Likewise.
9421
9422 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9423
9424         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9425         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9426         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9427         version GLIBC_2.6.
9428         * Versions.def: Add GLIBC_2.6 for libc.
9429
9430         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9431
9432         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9433
9434 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9435
9436         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9437
9438         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9439
9440         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9441         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9442
9443 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9444
9445         * include/atomic.c: Define catomic_* operations.
9446         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9447         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9448         * malloc/memusage.c: Likewise.
9449         * gmon/mcount.c: Likewise.
9450         * elf/dl-close.c: Likewise.
9451         * elf/dl-open.c: Likewise.
9452         * elf/dl-profile.c: Likewise.
9453         * elf/dl-sym.c: Likewise.
9454         * elf/dl-runtime.c: Likewise.
9455         * elf/dl-fptr.c: Likewise.
9456         * resolv/res_libc.c: Likewise.
9457
9458 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9459
9460         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9461         components which lack them.
9462
9463         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9464         at least one entry consisting of the parameter concatenated with
9465         the domain.
9466
9467 2006-10-10  Roland McGrath  <roland@frob.com>
9468
9469         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9470         * sysdeps/mach/hurd/futimes.c: Likewise.
9471         * sysdeps/mach/hurd/lutimes.c: Likewise.
9472
9473 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9474             Jakub Jelinek  <jakub@redhat.com>
9475
9476         Implement reference counting of scope records.
9477         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9478         from the list in objects which remain.  Always allocate new scope
9479         record.
9480         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9481         don't resize, allocate a new one.
9482         * elf/dl-runtime.c: Update reference counters before using a scope
9483         array.
9484         * elf/dl-sym.c: Likewise.
9485         * elf/dl-libc.c: Adjust for l_scope name change.
9486         * elf/dl-load.c: Likewise.
9487         * elf/dl-object.c: Likewise.
9488         * elf/rtld.c: Likewise.
9489         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9490         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9491         Add l_scoperec_lock.
9492         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9493         * sysdeps/generic/rtld-lowlevel.h: New file.
9494
9495         * include/atomic.h: Rename atomic_and to atomic_and_val and
9496         atomic_or to atomic_or_val.  Define new macros atomic_and and
9497         atomic_or which do not return values.
9498         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9499         Various cleanups.
9500         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9501
9502         * po/sv.po: Update from translation team.
9503
9504 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9505
9506         * Versions.def: Add GLIBC_2.6 to libpthread.
9507
9508         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9509         (versioned_symbol): Likewise.
9510         (compat_symbol): Likewise.
9511
9512         * po/tr.po: Update from translation team.
9513
9514 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9515
9516         * nis/Banner: Removed.  It's been integral part forever and the
9517         author info is incomplete anyway.
9518         * libio/Banner: Likewise.
9519
9520         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9521         code, make sure the nis_freeresult call doesn't crash and that the
9522         result is reported correctly.
9523
9524 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9525
9526         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9527         when callback is NULL.
9528
9529         * nis/Versions (libnss_nisplus): Add
9530         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9531         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9532         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9533         _nss_create_tablename): Rename to...
9534         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9535         ... these.  No longer static.
9536         (internal_setgrent): Adjust users.
9537         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9538         Don't use locking around _nss_grp_create_tablename call.
9539         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9540
9541 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9542
9543         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9544
9545 2006-10-06  Andreas Jaeger  <aj@suse.de>
9546
9547         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9548
9549 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9550
9551         * po/pl.po: Update from translation team.
9552
9553         * nscd/nscd.c (main): Fix typo in message.
9554         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9555
9556 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9557
9558         [BZ #3291]
9559         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9560         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9561         (__sigprocmask): Define.
9562
9563 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9564
9565         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9566         used.
9567
9568 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9569
9570         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9571         in oldtotal and newtotal calculation.
9572         * nscd/nscd-client.h (struct mapped_database): Add datasize
9573         field.
9574         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9575         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9576         increased.
9577         (__nscd_cache_search): Add checks to make sure we never reference
9578         data beyond the current mapping.
9579
9580 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9581
9582         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9583         variables const to avoid compiler warnings.
9584
9585         * io/fts.c (fts_close): Remove redundant checks.
9586         (fts_build): Likewise.
9587         (fts_palloc): Likewise.
9588
9589         * manual/message.texi (Advanced gettext functions,
9590         Using gettextized software): Fix typos.
9591
9592 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9593
9594         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9595         explain why there are no leaks.
9596
9597 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9598
9599         * libio/wmemstream.c: Include <wchar.h>.
9600         * libio/bug-wmemstream1.c: Likewise.
9601         * libio/tst-wmemstream1.c: Likewise.
9602         * libio/tst-wmemstream2.c: Likewise.
9603
9604         * version.h (RELEASE): Bump to 2.5.
9605         * README: Regenerated.
9606
9607         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9608
9609         [BZ #3273]
9610         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9611         found no group members.
9612         Patch by Petr Baudis.
9613
9614 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9615
9616         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9617         assert bootstrap_map.l_tls_modid is zero.
9618         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9619         if USE___THREAD.
9620
9621 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9622
9623         * libio/stdio.h: Move open_wmemstream prototype to ...
9624         * wcsmbs/wchar.h: ... here.
9625
9626 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9627
9628         [BZ #3252]
9629         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9630         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9631         __{,l}chown to handle the rest.
9632         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9633         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9634         __{,l}chown to handle the rest.
9635         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9636         i386/fchownat.c.
9637         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9638         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9639
9640         [BZ #3253]
9641         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9642         time, rather allocate increasingly bigger arrays of pointers, if
9643         possible with alloca, if too large with malloc.
9644
9645 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9646
9647         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9648
9649         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9650
9651 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9652
9653         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9654         home addresses.
9655         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9656         IFA_F_HOMEADDRESS flag for interfaces.
9657         * include/ifaddrs.h (struct in6addrinfo): Define
9658         in6ai_homeaddress.
9659
9660 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9661
9662         [BZ #3225]
9663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9664         PTR_DEMANGLE3): Define.
9665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9666         PTR_DEMANGLE3): Likewise.
9667         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9668         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9669         Likewise.
9670         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9671
9672 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9673
9674         * po/libc.pot: Regenerated.
9675         * po/be.po: Updated.
9676         * po/ca.po: Likewise.
9677         * po/cs.po: Likewise.
9678         * po/da.po: Likewise.
9679         * po/de.po: Likewise.
9680         * po/el.po: Likewise.
9681         * po/en_GB.po: Likewise.
9682         * po/es.po: Likewise.
9683         * po/fi.po: Likewise.
9684         * po/fr.po: Likewise.
9685         * po/gl.po: Likewise.
9686         * po/hr.po: Likewise.
9687         * po/hu.po: Likewise.
9688         * po/ja.po: Likewise.
9689         * po/ko.po: Likewise.
9690         * po/nb.po: Likewise.
9691         * po/nl.po: Likewise.
9692         * po/pl.po: Likewise.
9693         * po/pt_BR.po: Likewise.
9694         * po/ru.po: Likewise.
9695         * po/rw.po: Likewise.
9696         * po/sk.po: Likewise.
9697         * po/sv.po: Likewise.
9698         * po/tr.po: Likewise.
9699         * po/zh_CN.po: Likewise.
9700         * po/zh_TW.po: Likewise.
9701
9702         [BZ #3137]
9703         * iconv/iconv_prog.c (main): Fix spelling in error message.
9704         * iconv/iconvconfig.c (main): Likewise.
9705         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9706         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9707         * locale/programs/localedef.c (main): Likewise.
9708         * locale/programs/repertoire.c (repertoire_read): Likewise.
9709         * timezone/zdump.c (main): Likewise.
9710         * nscd/connections.c (handle_request): Fix spelling in log message.
9711         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9712
9713 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9714
9715         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9716         interfaces.
9717
9718 2006-09-20  Andreas Jaeger  <aj@suse.de>
9719
9720         * math/libm-test.inc (lrint_test_upward): Fix typo.
9721
9722 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9723
9724         [BZ #2592]
9725         * math/libm-test.inc (lrint_test_tonearest): New function.
9726         (lrint_test_towardzero): New function.
9727         (lrint_test_downward): New function.
9728         (lrint_test_upward): New function.
9729         (main): Run these new tests.
9730         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9731         of values near to 0.
9732         (two52): Use double not long double.
9733         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9734         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9735         (two23): Use float not double.
9736         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9737         (two23): Use float not double.
9738         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9739         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9740         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9741         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9742
9743 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9744
9745         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9746         Cast sp to unsigned long to avoid compiler warning.
9747         Use __makecontext_ret function instead of a trampoline on the stack.
9748         (__makecontext_ret): New function.
9749         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9750
9751 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9752
9753         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9754         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9755         bits.
9756
9757 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9758
9759         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9760         sure no reference to the unloaded map's search list remains in the
9761         dependency's scope.
9762
9763 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9764
9765         * elf/Makefile: Add rules to build and run unload7 test.
9766         * elf/unload7.c: New test.
9767         * elf/unload7mod1.c: New file.
9768         * elf/unload7mod2.c: New file.
9769
9770 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9771
9772         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9773         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9774         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9775         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9776         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9777         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9778         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9779         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9780         PTRACE_GETEVENTMSG): Likewise.
9781         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9782         values.
9783
9784 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9785
9786         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9787         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9788         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9789         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9790
9791 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9792
9793         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9794         write '\0' to the fd.
9795         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9796         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9797         Change regs to unsigned long pointer from unsigned int, fix fscr
9798         offset.
9799
9800 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9801
9802         * io/Makefile (CFLAGS-fstatat.c): Set.
9803         (CFLAGS-fstatat64.c): Likewise.
9804         (CFLAGS-mknodat.c): Likewise.
9805
9806         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9807         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9808         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9809         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9810
9811 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9812             Steven Munroe  <sjmunroe@us.ibm.com>
9813
9814         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9815         names to the beginning.  Rename "cell" to "cellbe".
9816         (_dl_powerpc_platforms): New.
9817         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9818         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9819         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9820         (_DL_HWCAP_PLATFORM): Define to new mask.
9821         (_dl_platform_string, _dl_string_platform): New functions.
9822         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9823         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9824
9825 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9826
9827         [BZ #2526]
9828         * README.libm: Fix a thinko in sqrt algorithm description.
9829
9830         [BZ #3143]
9831         * manual/string.texi (argz_delete): Fix prototype.
9832         Patch by <alpt@freaknet.org>.
9833
9834 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9835
9836         [BZ #3138]
9837         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9838         * io/tst-fcntl.c (do_prepare): Likewise.
9839         * posix/tst-exec.c (do_prepare): Likewise.
9840         * posix/tst-preadwrite.c (do_prepare): Likewise.
9841         * posix/tst-spawn.c (do_prepare): Likewise.
9842         * posix/tst-truncate.c (do_prepare): Likewise.
9843         * rt/tst-aio.c (do_prepare): Likewise.
9844         * rt/tst-aio64.c (do_prepare): Likewise.
9845         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9846         size_t.
9847
9848 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9849
9850         [BZ #2821]
9851         * time/mktime.c (guess_time_tm): Fix overflow detection.
9852         * time/Makefile (tests): Add bug-mktime1.
9853         * time/bug-mktime1.c: New file.
9854
9855         [BZ #3189, #3188]
9856         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9857         (mremap): Likewise.
9858
9859 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9860
9861         [BZ #1006]
9862         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9863         Ensure relocation doesn't clobber any bits outside of the
9864         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9865         R_SPARC_HI22 and R_SPARC_H44.
9866
9867         [BZ #2775]
9868         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9869         (long) (MINSIZE + nb - old_size) is positive.
9870
9871         * malloc/arena.c (grow_heap): When growing bail even if new_size
9872         is negative.
9873
9874         [BZ #3155]
9875         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9876         stack below r1.
9877
9878 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9879
9880         * posix/regex_internal.c (re_string_reconstruct): Handle
9881         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9882         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9883         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9884         re_string_context_at.
9885         * posix/Makefile: Add rules to build and run bug-regex26 test.
9886         * posix/bug-regex26.c: New test.
9887
9888         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9889         rather than col_sym_free.  Move seqp declaration earlier.
9890
9891         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9892
9893 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9894
9895         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9896         decl before first goto out.
9897
9898 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9899
9900         * Makerules (shlib.lds): If have-hash-style, put .hash section
9901         at the end of the RO segment.
9902
9903 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9904
9905         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9906         style hash table format is used.
9907
9908 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9909
9910         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9911         randomization rather than before.
9912         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9913
9914 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9915
9916         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9917
9918         * malloc/malloc.c (_int_malloc): Use full list insert and not
9919         shortcut which assumes the list is empty for large requests
9920         too.
9921
9922         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9923
9924 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9925
9926         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9927         and offout arguments to the prototype.
9928         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9929         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9930         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9931         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9932         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9933         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9934         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9935         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9936
9937 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9938
9939         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9940
9941         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9942         dlopen parameters.
9943
9944 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9945
9946         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9947         only if herrno is NETDB_INTERNAL.  Handle errors other than
9948         ERANGE outside of the loops, handle TRY_AGAIN.
9949
9950         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9951         if other's ctype category was missing.
9952         * locale/programs/ld-collate.c (collate_read): Return if
9953         copy_locale's collate category is missing.
9954
9955 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9956
9957         [BZ #2684]
9958         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9959         arenas if allocation failed.
9960         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9961
9962 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9963
9964         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9965         waste bins[0..1].
9966         (malloc_state): Reduce bins size by 2.
9967         (_int_malloc): Fix test for large enough buffer for early termination.
9968         When no unsorted block matches perfectly and an exiting block has
9969         to be split, use full list insert and not shortcut which assumes
9970         the list is empty.
9971
9972         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9973         failure.
9974
9975 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9976
9977         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9978         do anything.
9979
9980         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9981         symbol require exact match (these are PLTs).
9982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9983         (_dl_ppc64_addr_sym_match): Likewise.
9984
9985         [BZ #2683]
9986         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9987         If symbol has a value use it.
9988         * elf/tst-dladdr1.c: New file.
9989         * elf/Makefile: Add rules to build and run tst-addr1.
9990
9991 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9992
9993         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9994         keeps failing and heap growth or new heap creation isn't
9995         successful either.
9996         * malloc/tst-malloc.c (main): Add new tests.
9997
9998 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9999
10000         [BZ #2734]
10001         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
10002         as in the x86-64 code to use bswap.
10003
10004 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
10005
10006         [BZ #2680]
10007         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
10008         __USE_UNIX98.
10009         * posix/bits/unistd.h: Likewise.
10010
10011 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
10012
10013         [BZ #2751]
10014         * string/strchr.c: Add cast to avoid warning.
10015
10016 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10017
10018         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
10019         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
10020         limit is needed to avoid the exploding of the address space
10021         requirement for secondary heaps.
10022         * malloc/arena.c (HEAP_MAX_SIZE): Define using
10023         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
10024
10025 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
10026
10027         [BZ #3018]
10028         * Makerules (depfiles): Handle extra-test-objs the same as
10029         extra-objs.
10030         (common-mostlyclean): Likewise.
10031         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
10032         instead.
10033         * elf/Makefile (extra-objs): Likewise.
10034         * stdlib/Makefile (extra-objs): Likewise.
10035
10036 2006-08-14  Eric Blake  <ebb9@byu.net>
10037
10038         [BZ #3044]
10039         * misc/error.h: Assume C89 or better.
10040         * misc/error.c: Likewise.
10041
10042 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10043
10044         [BZ #3040]
10045         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10046         __ASSUME_ATFCTS is defined.
10047
10048 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10049
10050         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10051         to sort in each call.
10052
10053         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10054         is empty simply return and use next service.
10055         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10056
10057         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10058         tells us when not finding a charmap file is an error.
10059         * locale/programs/charmap.h: Adjust charmap_read prototype.
10060         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10061         cannot find a charmap.
10062         * locale/programs/localedef.c (main): Adjust charmap_read call.
10063
10064 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10065
10066         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10067         sysdeps/posix/pause.c implementation instead.
10068
10069 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10070
10071         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10072         to EPERM.
10073
10074 2006-08-13  Andreas Schwab  <schwab@suse.de>
10075
10076         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10077         Don't clobber caller's LRSAVE.
10078         (_dl_prof_resolve): Likewise.
10079
10080 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10081
10082         [BZ #1996]
10083         * libio/memstream.c (open_memstream): Allocate initial buffer with
10084         calloc.
10085         * libio/wmemstream.c (open_wmemstream): Likewise.
10086         * libio/strops.c: Pretty printing.
10087         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10088         (enlarge_userbuf): New function.
10089         (_IO_str_seekoff): Call it if seek position is larger than current
10090         buffer.
10091         * libio/wstrops.c: Likewise.
10092         * libio/vasprintf.c: Add comment as to why we do not have to use
10093         calloc instead of malloc to allocate initial buffer.
10094         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10095         * libio/bug-memstream1.c: New file.
10096         * libio/bug-wmemstream1.c: New file.
10097
10098 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10099
10100         * libio/wstrops.c: Remove dead macro definitions and comments.
10101         * libio/strops.c: Likewise.
10102
10103         [BZ #2764]
10104         * login/utmpname.c (__utmpname): Remove unnecessary test.
10105
10106 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10107
10108         [BZ #2832]
10109         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10110         0s from integers.
10111
10112 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10113
10114         [BZ #2987]
10115         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10116         for CPU clocks.
10117         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10118         setting of CPU clocks.
10119
10120 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10121
10122         [BZ #2841]
10123         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10124         since C99 requires the result to promote to 'int' when uint_least8_t
10125         and uint_least16_t promote to 'int'.
10126
10127 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10128
10129         [BZ #3013]
10130         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10131         lenght of one output field, correct bitmask creation.
10132         * locale/programs/ld-time.c: Add alignment.
10133
10134         [BZ #2997]
10135         * misc/error.c: Add space between program name and message if file
10136         name is missing.
10137
10138 2006-08-03  Eric Blake  <ebb9@byu.net>
10139
10140         [BZ #2998]
10141         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10142
10143 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10144
10145         * malloc/memusagestat.c: Silence warnings.
10146
10147         * malloc/malloc.c: Dynamically size mmap treshold if the program
10148         frees mmaped blocks.
10149         Patch by Valerie Henson and Arjan van de Ven.
10150
10151 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10152
10153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10154         __USE_GNU.
10155
10156         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10157         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10158         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10159         Only provide var definitions in strtol_l (or for *ull*
10160         in strtoll_l).
10161
10162         * stdio-common/bug16.c (tests): New array.
10163         (do_tests): Allow the first hexadecimal digit
10164         to be 1, 2, 4 or 8.  Do 3 additional tests.
10165
10166         * sysdeps/s390/fpu/libm-test-ulps: Update.
10167
10168         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10169         fchownat syscall if available.
10170         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10171         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10172         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10173
10174 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10175
10176         * nis/nis_xdr.c: Avoid some function calls.
10177
10178 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10179             Ulrich Drepper  <drepper@redhat.com>
10180
10181         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10182         short cut if only one name component is stripped away.
10183
10184 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10185
10186         * nis/nis_call.c: Minor cleanups throughout.
10187         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10188         (first_shoot): Add search_parent_first parameter.  Only if it is set
10189         search parent server first.
10190         If directory for table found through cold start cache is not the same
10191         as referenced in the cache, don't use it.
10192         (__nisfind_server): Take additional parameter.  Pass it on to
10193         first_shoot.
10194         (__prepare_niscall): Adjust __nisfind_server call.
10195         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10196         * nis/nis_table.c: Adjust __nisfind_server call.
10197         * nis/nis_lookup.c: Likewise.
10198         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10199
10200 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10201
10202         [BZ #2182]
10203         * math/s_cacosh.c: Return values from positive branch.
10204         * math/s_cacoshf.c: Likewise.
10205         * math/s_cacoshl.c: Likewise.
10206
10207         [BZ #2883]
10208         * sysvipc/sys/msg.h: Change return value to ssize_t.
10209         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10210         * sysvipc/msgrcv.c: Likewise.
10211         * include/sys/msg.h: Likewise.
10212
10213         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10214         test introduced in patch for bz #661.
10215         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10216         element for NEWGROUPS.
10217
10218         [BZ #2908]
10219         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10220         'f', use '1' as leading digit not '\1'.
10221         * stdio-common/Makefile (tests): Add bug16.
10222         * stdio-common/bug16.c: New file.
10223
10224         [BZ #2914]
10225         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10226         and don't try to open it.  The patch introducing the macro
10227         contained a bug and used the same file name as the new file
10228         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10229         this out completely.
10230
10231         [BZ #2926]
10232         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10233         Patch by Jerry James <Jerry.James@usu.edu>.
10234
10235         * rt/Makefile (tests): Add tst-clock2.
10236         * rt/tst-clock2.c: New file.
10237
10238         [BZ #2978]
10239         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10240         function and its parameters and pass it to new thread.
10241         (__gai_notify): Add support for alternative waiting for completion.
10242         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10243         waiting for completion.
10244         * resolv/getaddrinfo_a.c: Likewise.
10245         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10246         waiting for completion is used.
10247         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10248         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10249         * resolv/gai_error.c: Likewise.
10250         * resolv/gai_sigqueue.c: Likewise.
10251
10252 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10253
10254         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10255         errno to EBADF and return MACH_PORT_NULL.
10256
10257 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10258
10259         [BZ #2980]
10260         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10261
10262 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10263
10264         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10265         walk them instead of the symbol table.
10266
10267 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10268
10269         [BZ #2098]
10270         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10271         status of NSS calls, not the number of returned entries.
10272
10273         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10274         request_key, keyctl.
10275
10276 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10277
10278         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10279
10280 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10281
10282         * elf/tst-auditmod1.c: Fix typo in #error.
10283
10284 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10285
10286         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10287
10288         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10289
10290 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10291
10292         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10293         that the directory is empty even on non-POSIX filesystems.
10294
10295 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10296
10297         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10298
10299         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10300         the backend NSS module.  If backend setgrent call failed, don't have
10301         internal_setgrent fail.  Just remember this until it is needed.
10302         * nis/nss_compat/compat-pwd.c: Likewise.
10303         * nis/nss_compat/compat-spwd.c: Likewise.
10304
10305 2006-07-30  Roland McGrath  <roland@redhat.com>
10306
10307         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10308         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10309         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10310         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10311
10312         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10313         (nanosleep_not_cancel): New macro.
10314         (sigsuspend_not_cancel): new macro.
10315         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10316         (do_sigsuspend): Define as inline.
10317         (__sigsuspend): Always use do_sigsuspend.
10318         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10319         * include/signal.h: Declare __sigsuspend_nocancel.
10320         * sysdeps/posix/pause.c
10321         [! NO_CANCELLATION] (__pause_nocancel): New function.
10322
10323         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10324         * include/time.h (__nanosleep_nocancel): Likewise.
10325
10326 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10327
10328         * locale/programs/localedef.c (add_to_readlist): Rename local
10329         variables to avoid confusion.
10330
10331         * locale/programs/charmap.c (charmap_read): Emit error message if
10332         charmap couldn't be found or read.
10333
10334 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10335
10336         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10337         __ASSUME_FUTEX_LOCK_PI.
10338         * include/time.h: Declare __nanosleep_nocancel.
10339         * include/unistd.h: Declare __pause_nocancel.
10340
10341         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10342         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10343         get the __stack_chk_fail_local definition when it's needed.
10344
10345 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10346
10347         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10348         * dlfcn/bug-atexit3.c: New file.
10349         * dlfcn/bug-atexit3-lib.cc: New file.
10350
10351         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10352         used when the namespace is not the base namespace.
10353
10354 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10355
10356         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10357         (__new_exitfn): Bump it in every successful call.
10358         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10359         more exit handlers, call them right away.
10360         * stdlib/exit.h: Declare __new_exitfn_called.
10361
10362 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10363
10364         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10365         calling registered handler.
10366
10367         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10368         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10369         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10370         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10371         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10372         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10373         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10374         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10375
10376 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10377
10378         * elf/dl-lookup.c (dl_new_hash): New functions.
10379         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10380         value here.  Compute new-style hash value.  Pass new hash value
10381         and reference to variable with the old value to do_lookup_x.
10382         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10383         old-style hash table.
10384         (_dl_debug_bindings): Pass new hash value and reference to variable
10385         with the old value to do_lookup_x.
10386         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10387         new-style hash value and change old-style hash value parameter to
10388         be a reference.  Reoganize functions to determine whether
10389         new-style hash table is available.  Only fall back on old-style
10390         table.  If old-style hash value is needed, compute it here.
10391         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10392         entry.
10393         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10394         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10395         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10396         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10397         * Makeconfig: If linker supports --hash-style option add it to all
10398         linker command lines to build DSOs.
10399         * config.make.in: Define have-hash-style.
10400         * configure.in: Test whether linker supports --hash-style option.
10401
10402         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10403         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10404
10405 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10406
10407         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10408         auditing.
10409
10410         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10411         RPATH of main map twice.
10412
10413 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10414
10415         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10416         look further, return original strings.
10417         (_nl_find_msg): Do not return found translation if the conversion
10418         failed.  Either signal the string is unusable or that something went
10419         wrong and the original should be used.
10420
10421 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10422
10423         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10424
10425 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10426
10427         [BZ #2766]
10428         * misc/insremque.c (insque): Handle prev == NULL.
10429         * misc/Makefile (tests): Add tst-insremque.
10430         * misc/tst-insremque.c: New test.
10431
10432 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10433
10434         [BZ #2792]
10435         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10436         conflict with DL_DST_REQUIRED.
10437
10438 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10439
10440         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10441         match what Solaris does.
10442
10443 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10444
10445         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10446         local_setegid instead of seteuid and setegid.
10447         * sysdeps/generic/local-setxid.h: New file.
10448         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10449
10450         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10451
10452         * string/Makefile (tests): Add bug-envz1.
10453         * string/bug-envz1.c: New file.
10454
10455 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10456
10457         * posix/regex_internal.c (re_string_skip_chars): If no character has
10458         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10459         to the byte which couldn't be converted.
10460         (re_string_reconstruct): Don't clear valid_raw_len before calling
10461         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10462         tip_context using re_string_context_at.
10463         * posix/Makefile: Add rules to build and run bug-regex25 test.
10464         * posix/bug-regex25.c: New test.
10465
10466 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10467
10468         [BZ #2703]
10469         * string/envz.c (envz_strip): Correct erroneously reversed src
10470         and dest parameters to memmove() invocation.
10471
10472 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10473
10474         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10475         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10476         to make sure the database has been already invalidated.
10477         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10478         after the cache has been invalidated.  Use pthread_mutex_lock rather
10479         than pthread_mutex_trylock if fd != -1.
10480         * nscd/connections.c (invalidate_cache): Add fd argument, write
10481         response to fd if not calling prune_cache, pass fd to prune_cache.
10482         (handle_request): Adjust invalidate_cache caller.
10483         (nscd_run): Pass -1 as fd to prune_cache.
10484
10485 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10486
10487         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10488         the correct place.
10489
10490 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10491
10492         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10493         * nscd/cache.c (prune_cache): Take prunelock before starting the
10494         work.  Just return in case it is already taken.
10495         * nscd/connections.c (dbs): Initialize .prunelock.
10496
10497 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10498
10499         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10500         copying.  No need to allocate new array for group members.  Just
10501         move the pointers and update the size.
10502
10503         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10504         Avoid memory leak in case realloc fails.  Simplification for
10505         better code generation.
10506
10507         Avoid deprecation warning because of libc_hidden_proto for
10508         inet6_option_alloc.
10509         * inet/inet6_option.c (option_alloc): Renamed from
10510         inet6_option_alloc.  Made static.
10511         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10512         (inet6_option_append): Call option_alloc.
10513         * include/netinet/in.h: Remove libc_hidden_proto for
10514         inet6_option_alloc.
10515
10516         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10517         for cleanup when cb!=NULL [Coverity CID 233].
10518
10519 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10520
10521         [BZ #2693]
10522         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10523         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10524         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10525         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10526         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10527         and inet6_rth_getaddr.
10528         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10529         array.
10530         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10531         Mark inet6_option_* interfaces as deprecated.
10532         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10533         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10534         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10535         inet6_rth_segments, and inet6_rth_getaddr.
10536         * inet/inet6_opt.c: New file.
10537         * inet/inet6_rth.c: New file.
10538
10539         * inet/netinet/icmp6.h: Pretty printing.
10540
10541         [BZ #2683]
10542         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10543
10544 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10545
10546         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10547         doing it all here.  When server does not know the answer do not
10548         fail immediate, try parent first.
10549
10550         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10551         overflow test.
10552
10553 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10554
10555         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10556         from __do_niscall.
10557         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10558         and exported.
10559         (__follow_path): New function.  Split out from nis_list.
10560         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10561         _xdr_nis_result.
10562         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10563         _xdr_nis_result.
10564         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10565         and __follow_path.
10566         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10567         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10568         from libnsl for version GLIBC_PRIVATE.
10569         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10570         Remove entry parameter from _nss_nisplus_parse_pwent and
10571         _nss_nisplus_parse_grent.
10572         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10573         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10574         again.  Rewrite getpwent handling to not use nis_first_entry and
10575         nis_next_entry.  Roll out own niscall handling.
10576         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10577
10578         * sunrpc/xdr_rec.c: Fix typo in comment.
10579
10580 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10581
10582         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10583         handling.
10584
10585         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10586         to allocate memory for my_pollfd.  Better initialization of
10587         cb_is_running.  Use TEMP_FAILURE_RETRY.
10588
10589         * malloc/memusage.sh (memusageso): Add quotes.
10590         (memusagestat): Likewise.
10591         * debug/xtrace.sh (pcprofileso): Likewise.
10592         (pcprofiledump): Likewise.
10593         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10594         replacement.
10595         * malloc/Makefile ($(objpfx)memusage): Likewise.
10596
10597         * nis/nis_callback.c (__nis_create_callback): Calls to
10598         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10599         asprintf call fails.
10600
10601         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10602         no uninitialized memory is passed to sendto.
10603
10604 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10605
10606         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10607         of snprintf+strdup.  Handle OOM.
10608         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10609         cb->serv together.  Remove now obsolete free calls.
10610         (__nis_destroy_callback): Remove now obsolete free call.
10611
10612 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10613
10614         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10615         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10616         and ULA respectively). Set precedence for IPv4 address to 10 as
10617         defined in RFC3484 for preferring IPv6.
10618         * posix/gai.conf: Update to match the new default tables.
10619
10620 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10621
10622         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10623         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10624         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10625         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10626
10627         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10628         Removed.
10629         (init_nss_interface): Remove initialization of these variables.
10630
10631 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10632
10633         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10634         nis_free_directory forward to avoid duplication.
10635
10636 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10637
10638         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10639         rec_dirsearch returning NULL.
10640         (first_shoot): Handle __nis_finddirectory returning NULL.
10641         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10642
10643         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10644         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10645
10646 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10647
10648         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10649         pid changed.
10650
10651 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10652
10653         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10654
10655         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10656         * nscd/nscd_getgr_r.c: Likewise.
10657
10658         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10659
10660         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10661         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10662
10663         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10664
10665         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10666
10667         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10668
10669         * include/rpc/auth.h: Mark xdr_des_block_internal and
10670         xdr_opaque_auth_internal as hidden.
10671
10672         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10673         hidden.
10674
10675         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10676
10677         * misc/getusershell.c (okshells): Don't use static initializers,
10678         do it dynamically.
10679
10680         * stdlib/fmtmsg.c (keywords): Change type of len element to
10681         uint32_t to not waste space on 64bit machines.
10682
10683         * locale/setlocale.c: Change _nl_category_names into a string.
10684         Add new _nl_category_name_idxs.  Change all users.
10685         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10686         Declare _nl_category_name_idxs.
10687         * locale/findlocale.c: Adjust for _nl_category_names change.
10688         * locale/loadlocale.c: Likewise.
10689         * locale/newlocale.c: Likewise.
10690         * intl/dcigettext.c: Likewise.
10691
10692         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10693         (add_alias2): ...here.  New function.
10694         (__gconv_read_conf): Simplify builtin alias handling.
10695         (builtin_aliases): Convert to string to avoid relocations.
10696         * iconv/gconv_builtin.h: Add comment about correct formatting.
10697
10698 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10699
10700         * resolv/res_debug.c (loc_ntoa): Make error const.
10701
10702 2006-05-14  Andreas Schwab  <schwab@suse.de>
10703
10704         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10705
10706 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10707
10708         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10709         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10710         sizeof (cpu_set_t).
10711
10712 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10713
10714         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10715
10716         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10717
10718         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10719         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10720
10721         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10722         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10723
10724         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10725         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10726         xdr_cback_data.
10727
10728         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10729         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10730         xdr_ypupdate_args.
10731
10732         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10733         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10734
10735         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10736         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10737
10738         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10739         * include/rpcsvc/nis_callback.h: New file.
10740
10741         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10742         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10743
10744         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10745         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10746
10747         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10748         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10749
10750         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10751         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10752
10753         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10754         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10755         xdr_ypdelete_args.
10756
10757         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10758         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10759
10760         * nis/nis_error.c: Remove table of strings.  Use position
10761         independent mechanism.
10762         * nis/nis_error.h: New file.
10763
10764 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10765
10766         * locale/programs/ld-time.c (time_finish): If wide era name or
10767         format aren't provided, set both wname and wformat to L"".
10768
10769 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10770
10771         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10772         results if the call was succesful.
10773
10774         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10775
10776         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10777         as hidden.
10778
10779 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10780
10781         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10782
10783 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10784
10785         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10786         caller makes sure this is not the case.
10787         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10788
10789 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10790
10791         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10792         calls.
10793
10794         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10795         [Coverity CID 229, 230]
10796
10797         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10798         DGETTEXT calls.
10799         (hol_help): Likewise.  [Coverity CID 226, 227]
10800
10801         * string/argz-replace.c (__argz_replace): Unconditionally call
10802         free on SRC.  [Coverity CID 225]
10803
10804         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10805         the return value of __nis_default_owner and __nis_default_group,
10806         it has been especially allocated.  [Coverity CID 224]
10807
10808         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10809         searchgroup and searchowner.  Significantly simplified.
10810         (__nis_default_owner): Remove duplication.  Do not locally copy the
10811         string before duplicating it.
10812         (__nis_default_group): Likewise.
10813
10814         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10815         we must clear the variable before calling __nisfind_server.
10816
10817         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10818         nis_getnames.  [Coverity CID 223]
10819
10820         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10821         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10822
10823         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10824         allocate memory for the input to add_bytes.  [Coverity CID 221]
10825
10826         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10827         was allocated here.  [Coverity CID 219, 220]
10828
10829         * posix/getconf.c (print_all): Free confstr data after printing.
10830         [Coverity CID 218]
10831
10832         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10833         list allocation fails.  [Coverity CID 215]
10834
10835         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10836         [Coverity CID 213]
10837
10838         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10839         string is NULL.  [Coverity CID 212]
10840         * argp/Makefile: Add rules to build and run bug-argp1.
10841         * argp/bug-argp1.c: New file.
10842
10843         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10844         end of string.
10845         * stdlib/canonicalize.c (__realpath): Likewise.
10846
10847         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10848         pointer.  [Coverity CID 206]
10849
10850         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10851         in statically linked code.
10852         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10853         statically built code, be prepared to have no link map.
10854         [Coverity CID 205]
10855
10856         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10857         dgettext calls. [Coverity CID 204]
10858
10859         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10860         the one user.
10861         (uparam_names): Reduce size.  Avoid relative relocations.
10862         Moved to read-only segment.
10863         (fill_in_uparams): Update for new layout.
10864
10865         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10866         assumed to always be != NULL. [Coverity CID 202]
10867
10868         * argp/argp-help.c (hol_entry_help): Remove some dead code
10869         [Coverity CID 200].
10870
10871         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10872         away a few more unconditional yperr2nss calls.
10873         (_nss_nis_getservbyname_r): Likewise.
10874
10875 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10876
10877         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10878         architectures.
10879
10880         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10881         that unused memory passed to sendto is nevertheless initialized.
10882
10883         [BZ #2499]
10884         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10885         possibly unaligned memory accesses.
10886
10887         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10888         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10889         and __putlong respectively.  Correct buffer overflow check for
10890         NS_NOTIFY_OP.
10891
10892         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10893
10894         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10895         (send_dg): Rewrite error handling to be more compact and avoid
10896         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10897
10898         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10899
10900         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10901         instead of ns_get16.
10902         (res_queriesmatch): Likewise.  Minor optimization.
10903
10904         [BZ #2499]
10905         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10906         __libc_res_nsend might reallocate the buffer for the answer.  In
10907         this case we have to reload the HP pointer.
10908
10909 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10910
10911         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10912         some branch prediction hints.
10913
10914         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10915         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10916         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10917         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10918         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10919         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10920         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10921         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10922
10923 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10924
10925         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10926         by a GOT relocation to make Scrt1.o position independent.
10927         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10928
10929         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10930         six system call parameters.
10931         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10932
10933 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10934
10935         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10936         malloc&bzero.
10937
10938         * sunrpc/svc_udp.c (BZERO): Remove definition.
10939         (CALLOC): Define.
10940         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10941
10942         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10943         (des_SPtrans): Use uint32_t type.
10944         (des_skb): Likewise.
10945
10946         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10947
10948 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10949
10950         [BZ #2509]
10951         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10952         on 32-bit arches.
10953
10954 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10955
10956         * locale/programs/ld-address.c (address_finish): Fix one more
10957         place where the iso639 array might be accessed beyond the limits.
10958
10959 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10960
10961         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10962         filling it for the first time.
10963
10964         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10965         Adjust all callers.
10966         Free res object content before returning.
10967
10968         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10969
10970         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10971         client->cl_auth.
10972
10973         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10974         cleanup for initial thread, just the free call on TVP.
10975
10976         * nscd/gai.c (__getline): Define.
10977
10978
10979 See ChangeLog.16 for earlier changes.