* po/bg.po: New file. From the translation team.
[platform/upstream/glibc.git] / ChangeLog
1 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
2
3         * po/bg.po: New file.  From the translation team.
4
5 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
6
7         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
8         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
10         when each feature was introduced.
11
12         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
13         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
14         (CHECK_HASH): New macro.
15         (PREPARE_VERSION): Use it.
16
17         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
18         prototype if not __ASSUME_PSELECT.
19         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
20         prototype if not __ASSUME_PPOLL.
21
22         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
23
24         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
25         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
26         is defined.
27
28 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
29
30         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
31         (_libc_vdso_platform_setup): If vDSO is not available point
32         __vdso_gettimeofday to the vsyscall.
33         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
34         __vdso_gettimeofday instead of vsyscall.
35
36 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
37
38         * nscd/servicescache.c: Include kernel-features.h.
39         * nscd/gai.c: Likewise.
40         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
41         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
42         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
43         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
44         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
45         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
46         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
47         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
48         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
49
50 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
51
52         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
53         and _dl_get_origin defines anymore.
54
55         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
56         Build fix for systems which might lack POSIX timer support.
57
58         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
59         (_libc_vdso_platform_setup): Mangle function pointers before storing
60         them.
61         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
62         Demangle vdso pointer before use.
63         (INTERNAL_VSYSCALL): Likewise.
64
65         * elf/cache.c (primes): Mark as const.
66         Noted by Roland McGrath.
67
68 2007-08-01  Andreas Jaeger  <aj@suse.de>
69             Jakub Jelinek  <jakub@redhat.com>
70
71         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
72         (options): Add option.
73         (parse_opt): Handle option.
74         (manual_link): Adjust process_file caller.  Call implicit_soname.
75         (search_dir): Formatting.  Use and populate auxiliary cache.
76         (main): Load and save auxiliary cache.
77         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
78         stat64 from fstat64 to caller.
79         (implicit_soname): New function.
80         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
81         leave *soname as NULL.
82         * elf/cache.c: Include libgen.h.
83         (print_entry, print_cache, compare, save_cache, add_to_cache):
84         Formatting and cleanups.
85         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
86         aux_cache_file): New structures.
87         (AUX_CACHEMAGIC): Define.
88         (primes): New array.
89         (aux_hash_size, aux_hash): New variables.
90         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
91         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
92         load_aux_cache, save_aux_cache): New functions.
93         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
94         (init_aux_cache, search_aux_cache, add_to_aux_cache,
95         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
96         (process_file): Adjust prototype.
97
98 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
99
100         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
101         with __need_size_t.
102
103 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
104
105         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
106         r_found_version structure as second parameter.
107         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
108         (_dl_vdso_vsym): Change type of second parameter accordingly.
109         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
110         (_libc_vdso_platform_setup): Adjust.
111         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
112         (_libc_vdso_platform_setup): Likewise.
113
114         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
115         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
116         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
117         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
118         * csu/libc-start.c: Pretty printing.
119         Use VDSO_SETUP if defined.
120         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
121         and let generic code call into _libc_vdso_platform_setup.
122         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
123         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
124         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
125         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
126         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
127         for GLIBC_PRIVATE.
128         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
129         (sysdep_rountines): Add dl-vdso.
130
131         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
132         of routines.
133
134         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
135         attribute_hidden to __vdso_gettimeofday prototype.
136
137 2007-08-12  Roland McGrath  <roland@redhat.com>
138
139         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
140         From: Karl Berry <karl@freefriends.org>.
141
142 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
143
144         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
145         an atime update for the files we read.
146
147 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
148
149         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
150
151         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
152         instead of mkstemp.
153
154         * misc/Makefile (routines): Add mkostemp and mkostemp64.
155         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
156         * misc/mkostemp.c: New file.
157         * misc/mkostemp64.c: New file.
158         * stdlib/stdlib.h: Declare the new functions.
159         * sysdeps/posix/tempname.c: Add new parameter which is added to
160         the flags for open.  Remove __GT_BIGFILE handling.
161         * stdio-common/tempname.c: Likewise.
162         * include/stdio.h: Adjust __gen_tempname prototype.
163         Renumber __GT_* constants.
164         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
165         * misc/mkdtemp.c: Likewise.
166         * misc/mkstemp.c: Likewise.
167         * misc/mkstemp64.c: Likewise.
168         * misc/mktemp.c: Likewise.
169         * stdio-common/tempnam.c: Likewise.
170         * stdio-common/tmpfile.c: Likewise.
171         * stdio-common/tmpfile64.c: Likewise.
172         * stdio-common/tmpnam.c: Likewise.
173         * stdio-common/tmpnam_r.c: Likewise.
174
175 2007-08-10  Roland McGrath  <roland@frob.com>
176
177         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
178         New macros.
179         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
180         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
181
182 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
183
184         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
185         possible.
186         * nss/nss_files/files-alias.c (internal_setent): Likewise.
187         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
188         * nss/nss_files/files-have_o_cloexec.c: New file.
189
190         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
191         available.
192
193 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
194
195         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
196         ___new_wcstold_l): New weak aliases.
197         (strtold_l, wcstold_l): Use them as second argument for
198         long_double_symbol.
199
200 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
201
202         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
203         register in test for error.
204
205         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
206         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
207
208         * po/sv.po: Update from translation team.
209
210 2007-08-06  Roland McGrath  <roland@redhat.com>
211
212         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
213         Remove __strto*_l inlines.
214         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
215         * stdlib/strtod.c: Add libc_hidden_def.
216         * stdlib/strtod_l.c: Likewise.
217         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
218         for __new_strtold and __new_wcstold.
219         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
220         __STRTOF, STRTOF.
221         * stdlib/strtol.c: Add libc_hidden_def.
222         * stdlib/strtol_l.c: Likewise.
223         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
224         strtoq.
225
226         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
227
228         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
229         * scripts/data/localplt-generic.data: ... here.
230         * elf/Makefile (check-data): Get generic file if no other.
231         ($(objpfx)check-localplt.out): Make target unconditional.
232
233         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
234         Use ElfW(Nhdr).
235
236 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
237
238         * po/zh_CN.po: Updated translation from translation team.
239
240 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
241
242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
243         Don't use CGOTSETUP and CGOTRESTORE macros.
244
245 2007-08-04  Roland McGrath  <roland@redhat.com>
246
247         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
248
249 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
250
251         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
252         __extension__ around the whole statement expression.
253
254 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
255
256         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
257         elements during initialization.
258
259         * po/pl.po: Updated translation from translation team.
260         * po/tr.po: Likewise.
261         * po/nl.po: Likewise.
262
263 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
264
265         * rt/aio.h: Add __nonnull attributes.
266
267 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
268
269         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
270         * stdlib/Makefile (tests): Add tst-strtod5.
271         (tst-strtod5-ENV): New.
272         * stdlib/tst-strtod5.c: New file.
273
274         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
275         failed.
276         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
277         on failure.
278
279         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
280         allocated.
281
282 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
283
284         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
285         numbers.
286
287 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
288
289         * io/Makefile (aux): Add have_o_cloexec.
290         * include/fcntl.h: Declare __have_o_cloexec.
291         * io/have_o_cloexec.c: New file.
292         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
293         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
294         fcntl call if not necessary.
295         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
296         of local variable.
297
298         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
299         Avoid memset, add explicit initialization.
300         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
301         to the end and change into zero-sized array.
302         Move lock member to fill a hole on 64-bit platforms.
303
304         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
305         inline functions.
306         * include/stdlib.h: Add __strto*_internal prototypes here.
307         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
308         inline functions.
309         * include/wchar.h: Add __wcsto*_internal prototypes.
310         * sysdeps/generic/inttypes.h: No need to protect the declaration
311         of the __strto*_internal and __wcsto*_internal members here.
312
313         * rt/mqueue.h: Change const to __const and add nonnull attributes.
314
315 2007-08-02  Roland McGrath  <roland@redhat.com>
316
317         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
318         $(inst_bindir)/getconf if possible.
319
320         * posix/Makefile ($(objpfx)getconf.speclist): New target.
321         (generated): Add it.
322         ($(inst_libexecdir)/getconf): Use it.
323
324 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
325
326         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
327         /proc is faster and sufficient.  /sys is still needed for
328         __get_nprocs_conf.
329
330 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
331
332         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
333         syscall as __fallocate64.
334         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
335         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
336
337 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
338
339         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
340         value.
341
342         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
343         if off_t is different rank from size_t.
344
345         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
346         uw_frame_state_for): Avoid type punning warnings.
347         * sysdeps/generic/unwind-dw2-fde-glibc.c
348         (_Unwind_IteratePhdrCallback): Likewise.
349         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
350         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
351         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
352         pointers.
353
354 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
355
356         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
357         total processors using sysfs.
358         (__get_nprocs): Use sysfs to determine which processors are online.
359
360 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
361
362         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
363         syscall arguments count.
364
365         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
366
367 2007-07-30  Roland McGrath  <roland@redhat.com>
368
369         * manual/libc.texinfo: Update copyrights, formatting magic, and
370         @dircategory.  From Karl Berry <karl@freefriends.org>.
371
372 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
373
374         [BZ #4860]
375         * io/Makefile (headers): Add bits/fcntl2.h.
376
377         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
378         using gcc builtin.
379         (__CPU_EQUAL_S): Likewise.
380
381         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
382         (tests): Add tst-cpuset.
383         * posix/sched_cpualloc.c: New file.
384         * posix/sched_cpufree.c: New file.
385         * posix/tst-cpuset.c: New file.
386         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
387         GLIBC_2.7.
388         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
389         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
390         macros.  Define CPU_*_S macros.
391
392 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
393
394         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
395         entry.
396
397         [BZ #4858]
398         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
399         #.0g and value rounded to 1.0.
400         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
401
402 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
403
404         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
405         for int_frac_digits and frac_digits.
406
407         * login/logout.c (logout): Avoid aliasing violation.
408         * login/logwtmp.c (logwtmp): Likewise.
409
410         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
411
412         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
413         to avoid warning.
414         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
415         warning.
416         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
417         warning.
418         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
419         to avoid warnings.
420
421         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
422         void **.
423         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
424
425         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
426         char * to avoid warning.
427         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
428
429         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
430
431         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
432         allocate_arrays): Cast second argument to charmap_find_symbol
433         to char * to avoid warnings.
434
435         * locale/programs/repertoire.c (repertoire_new_char): Change
436         from_nr, to_nr and cnt to unsigned long, adjust printf format
437         string.
438
439         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
440         Cast second argument to new_element to char * to avoid warnings.
441
442         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
443
444         * intl/gettextP.h (struct loaded_domain): Change plural to const
445         struct expression *.
446         * intl/plural-eval.c (plural_eval): Change first argument to
447         const struct expression *.
448         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
449         argument to const struct expression **.
450         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
451         prototypes.
452         * intl/loadmsgcat (_nl_unload_domain): Cast away const
453         in call to __gettext_free_exp.
454
455         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
456         unitialized wstring/wpattern var warnings.
457
458         * posix/runtests.c (struct a_test): Make data field const char *.
459
460         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
461         vars if not LDBL_MANT_DIG >= 106.
462
463         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
464
465         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
466         __find_specmb to avoid warning.
467
468         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
469
470         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
471         to avoid warnings.
472
473         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
474         initializer.
475
476         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
477         tv var when it will be actually used.
478
479         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
480         to avoid warnings.
481
482         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
483         char array resp. pointer.
484         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
485         char array.
486         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
487         to const unsigned char **.
488         (ucs4_to_cns11643): Change second argument to unsigned char *.
489         * iconvdata/euc-tw.c (BODY): Change endp type to
490         const unsigned char *.
491         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
492         to unsigned char *.
493         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
494         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
495         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
496         types to unsigned char pointers/arrays instead of char.
497         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
498         to unsigned char *.
499         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
500         * iconvdata/jis0212.h: Include assert.h.
501         (ucs4_to_jisx0212): Change second argument to unsigned char *.
502         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
503         of trying to handle that.
504         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
505         shut up a warning.
506         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
507         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
508         two dimensional const unsigned char arrays.
509         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
510         Initialize endp to inptr to shut up a warning.
511
512 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
513
514         [BZ #4772]
515         * time/strptime_l.c (__strptime_internal): Silently ignore
516         strftime modifiers and field width in recursive calls.
517
518         * include/time.h (enum ptime_locale_status): Remove.
519         (__strptime_internal): Remove decided and era_cnt arguments,
520         add statep argument.
521         * time/strptime_l.c (__strptime_internal): Remove decided
522         and era_cnt arguments, add statep argument.  Don't recompute
523         any fields in recursive calls, only update caller's tm
524         and state, if recursive call fails, don't change tm nor
525         any state.
526         (get_alt_number): Adjust.
527         (recursive): Adjust caller.
528         (strptime): Likewise.
529         * time/strptime.c (strptime): Likewise.
530
531 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
532
533         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
534         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
535         if from and to charsets are the same.
536         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
537         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
538         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
539
540 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
541
542         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
543         Don't define wint_t when __need_mbstate_t unless it
544         is necessary.
545         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
546         in the typedef if possible.
547         * wctype/wctype.h (wint_t): Define by including
548         wchar.h with __need_wint_t instead of including stddef.h
549         with __need_wint_t and as fallback definining it ourselves.
550         * iconv/gconv.h (__need_wint_t): Define before including
551         wchar.h.
552         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
553         or _GLIBCPP_USE_WCHAR_T.
554         (__need_wchar_t): Don't define
555         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
556         (__need_wint_t): Don't define before including stddef.h,
557         define before including wchar.h only if _LIBC or
558         _GLIBCPP_USE_WCHAR_T.
559         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
560         * sysdeps/mach/hurd/_G_config.h: Likewise.
561         * sysdeps/generic/_G_config.h: Likewise.
562         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
563         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
564         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
565         if _LIBC or _GLIBCPP_USE_WCHAR_T.
566
567 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
568
569         * sysdeps/posix/posix_fallocate64.c: Undefine
570         __posix_fallocate64_l64 before alias handling.
571         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
572         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
573         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
574         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
575
576         * io/tst-posix_fallocate.c: Include <fcntl.h>.
577
578 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
579
580         * locale/programs/ld-collate.c (atwc): New variable.
581         (add_to_tablewc): New toplevel function, moved from collate_output.
582         (collate_output): Remove add_to_tablewc nested function.
583
584         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
585         (name_insert): New function.
586         (write_output): Remove hash_table and hash_size vars and name_insert
587         nested function.
588
589 2007-07-24  Roland McGrath  <roland@redhat.com>
590
591         * Makerules (install-others-programs-nosubdir): New target.
592         (install-no-libc.a-nosubdir): Depend on it.
593
594         * iconv/Makefile (install-others-programs): Set this instead of
595         install-others.
596         * login/Makefile (install-others-programs): Likewise.
597         * posix/Makefile (install-others-programs): Likewise.
598
599         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
600         dependencies.
601
602 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
603
604         * io/Makefile (tests): Add tst-posix_fallocate.
605         * io/tst-posix_fallocate.c: New file.
606
607         * sysdeps/unix/sysv/linux/kernel-features.h: Define
608         __ASSUME_FALLOCATE.
609
610 2007-07-22  Roland McGrath  <roland@frob.com>
611
612         * hurd/getdport.c: Add missing copyright year update.
613
614         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
615         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
616
617 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
618
619         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
620
621         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
622         O_CLOEXEC is needed.
623         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
624         Avoid additional fcntl to set O_CLOEXEC if not needed.
625         * nis/nss_compat/compat-initgroups.c: Likewise.
626         * nis/nss_compat/compat-pwd.c: Likewise.
627         * nis/nss_compat/compat-spwd.c: Likewise.
628
629 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
630
631         [BZ #3665]
632         * manual/errno.texi: Change ECANCELED value to 119.
633
634         [BZ #4610]
635         * mach/lock-intern.h: Include <sys/cdefs.h>.
636
637         [BZ #4178]
638         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
639         reading A.
640
641         [BZ #4126]
642         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
643         to __sigsuspend.
644
645         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
646
647 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
648
649         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
650         `__ASSEMBLER__'.
651         * sysdeps/mach/hurd/i386/tls.h: Likewise.
652
653 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
654
655         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
656         descriptor received from nscd.
657
658         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
659
660         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
661         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
662         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
663         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
664         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
665         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
666
667 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
668
669         [BZ #4816]
670         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
671
672         [BZ #4813]
673         * login/forkpty.c (forkpty): Close master and slave fds on
674         fork failure.  Patch by
675         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
676
677 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
678
679         * include/features.h (__USE_ISOC95): New define.
680         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
681         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
682         for -std=iso9899:199409.
683         * CONFORMANCE: Remove comments about unsupported AMD1.
684
685 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
686
687         * sysdeps/ia64/sched_cpucount.c: New file.
688         * sysdeps/powerpc/sched_cpucount.c: New file.
689
690         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
691         __BEGIN_DECLS/__END_DECLS around the prototype.
692         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
693         pointer to const cpu_set_t.
694
695         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
696         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
697         __need_size_t and include stddef.h.
698         * sysvipc/sys/msg.h: Likewise.
699         * posix/sched.h: Likewise.
700         * hurd/hurd/signal.h (__need_size_t): Define.
701
702         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
703         neither does signal.h in pedantic ISO C namespaces.  stdio.h
704         no longer defines wint_t or wchar_t.
705
706         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
707         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
708         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
709         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
710         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
711         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
712         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
713         * debug/printf_chk.c (__printf_chk): Likewise.
714         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
715         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
716
717         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
718         Define.
719
720         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
721         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
722
723 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
724
725         [BZ #4792]
726         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
727         * malloc/malloc.h (realloc): Likewise.
728
729         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
730         if one of proc_file_chain streams has that fileno.
731         * stdio-common/Makefile (tests): Add tst-popen2.
732         * stdio-common/tst-popen2.c: New test.
733
734 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
735
736         * elf/ldconfig.c: Allow GPLv2 or any later version.
737         * elf/readlib.c: Likewise.
738         * elf/chroot_canon.c: Likewise.
739         * elf/cache.c: Likewise.
740         * nscd/mem.c: Likewise.
741         * nscd/getpwuid_r.c: Likewise.
742         * nscd/grpcache.c: Likewise.
743         * nscd/aicache.c: Likewise.
744         * nscd/getsrvbynm_r.c: Likewise.
745         * nscd/nscd.c: Likewise.
746         * nscd/servicescache.c: Likewise.
747         * nscd/getsrvbypt_r.c: Likewise.
748         * nscd/initgrcache.c: Likewise.
749         * nscd/gethstbyad_r.c: Likewise.
750         * nscd/gethstbynm2_r.c: Likewise.
751         * nscd/getgrnam_r.c: Likewise.
752         * nscd/nscd_setup_thread.c: Likewise.
753         * nscd/getpwnam_r.c: Likewise.
754         * nscd/gai.c: Likewise.
755         * nscd/connections.c: Likewise.
756         * nscd/dbg_log.c: Likewise.
757         * nscd/cache.c: Likewise.
758         * nscd/hstcache.c: Likewise.
759         * nscd/nscd_conf.c: Likewise.
760         * nscd/getgrgid_r.c: Likewise.
761         * nscd/pwdcache.c: Likewise.
762         * catgets/gencat.c: Likewise.
763         * locale/programs/linereader.h: Likewise.
764         * locale/programs/locarchive.c: Likewise.
765         * locale/programs/ld-paper.c: Likewise.
766         * locale/programs/locfile-kw.h: Likewise.
767         * locale/programs/ld-address.c: Likewise.
768         * locale/programs/xmalloc.c: Likewise.
769         * locale/programs/ld-time.c: Likewise.
770         * locale/programs/localedef.c: Likewise.
771         * locale/programs/simple-hash.c: Likewise.
772         * locale/programs/xstrdup.c: Likewise.
773         * locale/programs/ld-numeric.c: Likewise.
774         * locale/programs/locfile-kw.gperf: Likewise.
775         * locale/programs/ld-collate.c: Likewise.
776         * locale/programs/charmap-kw.gperf: Likewise.
777         * locale/programs/charmap.h: Likewise.
778         * locale/programs/charmap-kw.h: Likewise.
779         * locale/programs/config.h: Likewise.
780         * locale/programs/locfile.c: Likewise.
781         * locale/programs/ld-ctype.c: Likewise.
782         * locale/programs/charmap.c: Likewise.
783         * locale/programs/ld-messages.c: Likewise.
784         * locale/programs/repertoire.h: Likewise.
785         * locale/programs/locale.c: Likewise.
786         * locale/programs/ld-name.c: Likewise.
787         * locale/programs/linereader.c: Likewise.
788         * locale/programs/locfile.h: Likewise.
789         * locale/programs/3level.h: Likewise.
790         * locale/programs/ld-monetary.c: Likewise.
791         * locale/programs/ld-measurement.c: Likewise.
792         * locale/programs/charmap-dir.c: Likewise.
793         * locale/programs/ld-identification.c: Likewise.
794         * locale/programs/localedef.h: Likewise.
795         * locale/programs/charmap-dir.h: Likewise.
796         * locale/programs/repertoire.c: Likewise.
797         * locale/programs/simple-hash.h: Likewise.
798         * locale/programs/ld-telephone.c: Likewise.
799         * locale/programs/locale-spec.c: Likewise.
800         * locale/programs/locfile-token.h: Likewise.
801         * posix/getconf.c: Likewise.
802         * iconv/dummy-repertoire.c: Likewise.
803         * iconv/iconv_charmap.c: Likewise.
804         * iconv/iconvconfig.c: Likewise.
805         * iconv/iconv_prog.c: Likewise.
806         * malloc/memusagestat.c: Likewise.
807         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
808
809 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
810
811         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
812         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
813         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
814         check for the first argument.
815
816 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
817
818         [BZ #4775]
819         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
820         (__tgmath_real_type): Fix if expr is const int or other const
821         qualified integral type.
822         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
823         expressions and handle const qualified arguments.
824         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
825         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
826         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
827         statement expressions.
828         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
829         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
830         (__TGMATH_UNARY_IMAG): Define.
831         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
832         * math/Makefile (tests): Add test-tgmath2.
833         (CFLAGS-test-tgmath2.c): Add.
834         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
835         count_cfloat, count_cldouble): New variables.
836         (NCCALLS): Define.
837         (main): Check number of complex calls as well.
838         (F(compile_test)): Add complex tests and tests with const qualified
839         arguments.
840         (y, z, ccount): Define.
841         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
842         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
843         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
844         F(cproj)): New functions.
845         * math/test-tgmath2.c: New test.
846
847 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
848
849         [BZ #4776]
850         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
851         RPATH etc. as "/" rather than "", don't segfault on empty paths,
852         instead output ".".
853         * dlfcn/Makefile (distribute): Add glreflib3.c.
854         (module-names): Add glreflib3.
855         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
856         glreflib1.so.
857         (LDFLAGS_glreflib3.so): New.
858         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
859         glreflib1.so.
860         * dlfcn/glreflib3.c: New file.
861
862         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
863         returned -1, return NULL.
864         * intl/explodename.c (_nl_explode_name): Return -1 if
865         _nl_normalize_codeset failed.
866
867 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
868
869         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
870         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
871         and avoid branch misspredicts for > 31 bytes memset case.
872         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
873         Remove toc ref to __cache_line_size.
874
875         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
876         to get ISA-V2.0 branch hints.
877         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
878         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
879         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
880         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
881         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
882         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
883         Remove toc ref to __cache_line_size.
884
885         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
886         Include math_ldbl_opt.h.
887
888 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
889
890         [BZ #4773]
891         * time/strptime_l.c (__strptime_internal): Implement greedy
892         matching of weekday and month names.
893
894 2007-07-09  Roland McGrath  <roland@redhat.com>
895
896         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
897         (ELF_NOTE_ABI): Use it.
898         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
899
900 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
901
902         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
903         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
904
905 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
906
907         [BZ #4745]
908         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
909         in loop to look for conversion specifier to avoid testing of
910         wrong errno value.
911         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
912         * stdio-common/bug18.c: New file.
913         * stdio-common/bug18a.c: New file.
914         * stdio-common/bug19.c: New file.
915         * stdio-common/bug19a.c: New file.
916
917 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
918
919         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
920         running awk script.
921
922 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
923
924         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
925         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
926         Return NULL if mmap failed instead of asserting it does not.
927         (calloc): Check for integer overflow.
928
929         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
930         than LONG_MAX / 10.
931
932 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
933
934         [BZ #4702]
935         * nis/nss-default.c: Include errno.h.
936         (init): Preserve errno.
937
938 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
939
940         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
941
942 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
943
944         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
945
946 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
947
948         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
949
950 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
951
952         * sysdeps/s390/dl-procinfo.c: New file.
953         * sysdeps/s390/dl-procinfo.h: New file.
954         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
955
956 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
957
958         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
959         in PT_NOTE segments with multiple notes.
960         * elf/readelflib.c (process_elf_file): Likewise.
961
962 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
963
964         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
965         ISO C compliant.
966
967 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
968
969         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
970
971 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
972
973         * include/link.h: Don't include rtld-lowlevel.h.
974         (struct link_map): Remove l_scope_lock.
975         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
976         (_dl_scope_free_list): New field (variable) in _rtld_global.
977         (DL_LOOKUP_SCOPE_LOCK): Remove.
978         (_dl_scope_free): New prototype.
979         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
980         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
981         (_dl_profile_fixup): Likewise.
982         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
983         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
984         THREAD_GSCOPE_RESET_FLAG around it.
985         * elf/dl-close.c (_dl_close_worker): Don't use
986         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
987         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
988         scopes were queued or if l_scope_mem has been abandoned.
989         * elf/dl-open.c (_dl_scope_free): New function.
990         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
991         * elf/dl-support.c (_dl_scope_free_list): New variable.
992         * elf/dl-lookup.c (add_dependency): Remove flags argument.
993         Remove DL_LOOKUP_SCOPE_LOCK handling.
994         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
995         handling.
996         * elf/dl-object.c (_dl_new_object): Don't use
997         __rtld_mrlock_initialize.
998
999 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1000
1001         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
1002         to fill in holes
1003         (rtld_global_ro): Likewise.
1004
1005 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1006
1007         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
1008         Move PT_LOAD checking to...
1009         (_dl_addr_inside_object): ... here, new function.
1010         * elf/dl-sym.c (do_sym): If not l_contiguous,
1011         call _dl_addr_inside_object.
1012         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1013         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
1014         * elf/dl-open.c (dl_open_worker): Likewise.
1015         (_dl_addr_inside_object): New function if IS_IN_rtld.
1016         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
1017         holes are present or are PROT_NONE protected.
1018         * include/link.h (struct link_map): Add l_contiguous field.
1019         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
1020
1021 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1022             Tomas Janousek  <tjanouse@redhat.com>
1023             Ulrich Drepper  <drepper@redhat.com>
1024
1025         [BZ #4647]
1026         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
1027         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
1028         socket.
1029         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
1030         unused member a bitmap.
1031         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
1032         servers are configured.
1033
1034 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1035
1036         * elf/rtld.c (dl_main): Don't call init_tls more than once.
1037
1038 2007-06-17  Andreas Schwab  <schwab@suse.de>
1039
1040         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
1041
1042 2007-06-16  Andreas Jaeger  <aj@suse.de>
1043
1044         [BZ #4125]
1045         * sysdeps/unix/sysv/linux/sys/ptrace.h
1046         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
1047         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
1048         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
1049         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
1050         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
1051         Define.
1052         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1053         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1054         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1055         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1056
1057 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
1058
1059         [BZ #4599]
1060         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
1061         determining whether there are IPv4/IPv6 addresses, ignore loopback
1062         addresses.
1063
1064 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
1065
1066         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
1067         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
1068         as the return type.  Change type of "r" variable to CMPtype.
1069         * soft-fp/eqsf2.c (__eqsf2): Likewise.
1070         * soft-fp/eqtf2.c (__eqtf2): Likewise.
1071         * soft-fp/gedf2.c (__gedf2): Likewise.
1072         * soft-fp/gesf2.c (__gesf2): Likewise.
1073         * soft-fp/getf2.c (__getf2): Likewise.
1074         * soft-fp/ledf2.c (__ledf2): Likewise.
1075         * soft-fp/lesf2.c (__lesf2): Likewise.
1076         * soft-fp/letf2.c (__letf2): Likewise.
1077         * soft-fp/unorddf2 (__unorddf2): Likewise.
1078         * soft-fp/unordsf2 (__unordsf2): Likewise.
1079         * soft-fp/unordtf2 (__unordtf2): Likewise.
1080
1081 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
1082
1083         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
1084         make sure gcc doesn't mess around with this.
1085
1086 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1087
1088         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
1089
1090 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
1091
1092         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
1093         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
1094         at most once per _dl_close_worker.
1095
1096 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1097
1098         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
1099         __sched_cpucount as const.
1100         * posix/sched_cpucount.c: Adjust.
1101
1102         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
1103         instruction for counting bits.
1104         * sysdeps/x86_64/sched_cpucount.c: New file.
1105
1106 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
1107
1108         * configure.in: Avoid variable named BASH.
1109         * config.make.in: Likewise.
1110         Patch in part by Mike Frysinger.
1111
1112 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
1113
1114         [BZ #4586]
1115         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
1116         pseudo-zeros as zero.
1117         * sysdeps/x86_64/ldbl2mpn.c: New file.
1118         * sysdeps/ia64/ldbl2mpn.c: New file.
1119
1120 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1121
1122         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
1123         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
1124         Remove unreachable code at the end.
1125
1126 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1127
1128         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
1129         ldbl-128ibm in comment.
1130         (fpclassifyl): Correct classification of denormals.
1131         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
1132         return value for MIN denormal. Rewrite using long double math too
1133         correctly handle denormals and canonicalize the results.
1134
1135 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
1136
1137         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
1138         (__mpn_construct_long_double): Fix conversion where result ought
1139         to be smaller than __LDBL_MIN__, or the low double should be
1140         denormal.  Fix decision where to negate low double - honor round
1141         to even rules.
1142         * stdio-common/tst-sprintf2.c: Include string.h.
1143         (COMPARE_LDBL): Define.
1144         (TEST): Also test whether a string hexadecimal float representation
1145         can be parsed back to the number.
1146         (main): Add a couple of further tests.
1147
1148 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1149
1150         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
1151         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
1152         is non-zero, but smaller than 2 * __DBL_MIN__.
1153         * stdio-common/tst-sprintf2.c: New test.
1154         * stdio-common/Makefile (tests): Add tst-sprintf2.
1155
1156         * math/test-misc.c (main): Don't run last batch of tests with
1157         IBM long double format.
1158
1159 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1160
1161         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
1162         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
1163         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
1164         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
1165         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1166         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
1167         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
1168         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
1169         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
1170         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
1172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
1173         New file.
1174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
1175         New file.
1176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
1177         New file.
1178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
1179         New file.
1180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
1181         New file.
1182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
1183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
1184         New file.
1185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
1186         New file.
1187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
1188         New file.
1189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
1190         New file.
1191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
1192         New file.
1193
1194 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1195
1196         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
1197         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
1198         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
1199         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
1200         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
1201         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
1202         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
1203         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
1204
1205 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
1206
1207         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
1208         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1209         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
1210         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1211         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
1212         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1213         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
1214         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1215
1216 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1217
1218         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
1219         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
1220         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
1221         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
1222
1223 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
1224
1225         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
1226         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
1227
1228 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
1229
1230         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
1231         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
1232         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
1233         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
1234
1235 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
1236
1237         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
1238         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
1239
1240 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1241
1242         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
1243         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
1244
1245         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
1246         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
1247         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
1248         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1249
1250 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
1251
1252         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
1253         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
1254         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
1255         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
1256
1257 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
1258
1259         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
1260         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
1261         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
1262         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1263         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
1264         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1265
1266 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1267
1268         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
1269         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
1270         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
1271         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
1272
1273 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1274
1275         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
1276         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
1277         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
1278         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
1279         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
1280         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
1281         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
1282         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
1283         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
1284         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
1285         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
1286         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
1287         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
1288         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
1289         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
1290         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
1291
1292 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1293
1294         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
1295         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
1296
1297 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1298
1299         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
1300         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
1301
1302 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1303
1304         * sysdeps/powerpc/powerpc32/970/Implies: New file.
1305         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
1306         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
1307         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
1308         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
1309         * sysdeps/powerpc/powerpc64/970/Implies: New file.
1310         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
1311         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
1312         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
1313         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
1314
1315 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1316
1317         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
1318
1319 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
1320
1321         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
1322         branch miss-predicts. Ensure that cache line crossing does not impact
1323         dispatch grouping.
1324
1325 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
1326
1327         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
1328         "../../powerpc32/power4/memcopy.h".
1329         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
1330         "../../powerpc32/power4/wordcopy.c".
1331
1332 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1333
1334         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
1335         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
1336         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
1337         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
1338         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
1339         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
1340
1341 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
1342
1343         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
1344
1345 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1346
1347         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
1348         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
1349         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
1350         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
1351         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
1352         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
1353         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
1354         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
1355
1356 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
1357
1358         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
1359
1360 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1361
1362         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
1363         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
1364         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
1365         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
1366         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
1367         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
1368         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
1369
1370 2007-05-29  Roland McGrath  <roland@redhat.com>
1371
1372         * po/Makefile (po-sed-cmd): New variable.
1373         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
1374
1375 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
1376
1377         * crypt/md5-crypt.c: Fix comment.
1378
1379         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
1380         of crashing.  When this is the case or if the reply is malformed,
1381         don't try to close the new file descriptor since it does not
1382         exist.
1383         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
1384
1385 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
1386
1387         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
1388         if __NR_utimensat is not defined.
1389
1390 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
1391
1392         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
1393
1394 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
1395
1396         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
1397         (open): Fix comment typos.  Don't call __open_2 if flags
1398         is a compile time constant without O_CREAT.
1399         (__open64_2): Add nonnull attribute.
1400         (open64): Fix comment typos.  Don't call __open64_2 if flags
1401         is a compile time constant without O_CREAT.
1402         (__openat_2): Add nonnull attribute, fix nonnull attribute
1403         on redirect.
1404         (openat): Fix comment typos.  Don't call __openat_2 if flags
1405         is a compile time constant without O_CREAT.
1406         (__openat64_2): Add nonnull attribute, fix nonnull attribute
1407         on redirect.
1408         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
1409         is a compile time constant without O_CREAT.
1410
1411 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
1412
1413         * Makerules (sysd-rules): Define PTW for ptw-* files.
1414         * Versions: Define GLIBC_2.7 for libc.
1415         * include/stdio.h: Declare __fortify_fail.
1416         * debug/fortify_fail.c: New file.
1417         * debug/Makefile (routines): Add fortify_fail.
1418         * debug/chk_fail.c: Use __fortify_fail.
1419         * debug/stack_chk_fail.c: Likewise.
1420         * io/Versions: Export __open_2, __open64_2, __openat_2, and
1421         __openat64_2 for GLIBC_2.7.
1422         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
1423         * io/open.c: Define *_2 variant of function which checks for O_CREAT
1424         and fails if necessary.
1425         * io/open64.c: Likewise.
1426         * io/openat.c: Likewise.
1427         * io/openat64.c: Likewise.
1428         * sysdeps/unix/sysv/linux/open64.c: Likewise.
1429         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1430         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
1431         * io/bits/fcntl2.h: New file.
1432         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
1433         __openat64_2.
1434         * include/bits/fcntl2.h: New file.
1435         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1436         Add open_2.
1437         * sysdeps/unix/sysv/linux/open_2.c: New file.
1438
1439 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
1440
1441         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
1442         as second parameter to handle_intel.
1443
1444         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
1445         the entry.
1446
1447         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
1448         handling to ...
1449         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
1450         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1451         cacheinfo.
1452         * sysdeps/x86_64/memcpy.S: Complete rewrite.
1453         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
1454         Patch by Evandro Menezes <evandro.menezes@amd.com>.
1455
1456         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
1457
1458 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
1459
1460         [BZ #4525]
1461         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
1462         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
1463         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
1464
1465         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
1466
1467         [BZ #4514]
1468         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
1469         reinitialize workend at the start of each do_positional format spec
1470         loop, free workstart before do_positional loops.
1471         (printf_unknown): Fix size of work_buffer.
1472         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
1473
1474         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
1475         (public_sET_STATe): If ms->version < 3, put all chunks into
1476         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
1477         chunks.
1478
1479         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
1480         * malloc/hooks.c: Likewise.
1481         * malloc/arena.c: Likewise.
1482         * malloc/malloc.c (do_check_malloc_state): Don't assert
1483         n_mmaps is not greater than n_mmaps_max.  This removes the need
1484         for the previous change.
1485
1486         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
1487         2007-05-07 commit.
1488
1489 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
1490
1491         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
1492         Define for kernel >= 2.6.22.
1493
1494 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
1495
1496         * elf/dl-close.c (_dl_close_worker): When removing object from
1497         global scope, wait for all lookups to finish afterwards.
1498         * elf/dl-open.c (add_to_global): When global scope array must
1499         grow, allocate a new one and free old array only after all
1500         lookups finish.
1501         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
1502         (_dl_lookup_symbol_x): Likewise.
1503         * elf/dl-support.c: Define _dl_wait_lookup_done.
1504         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
1505         _dl_wait_lookup_done.
1506
1507         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
1508         not overlapping with arena.
1509
1510         * malloc/mcheck.c (reallochook): If size==0, free the block.
1511
1512         * rt/tst-shm.c: Use fstat64 instead of fstat.
1513
1514         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
1515         __NR_sync_file_range is not defined.
1516
1517 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
1518
1519         Dummy files to prevent stub versions from being used.
1520         * sysdeps/x86_64/fpu/k_cosl.c: New file.
1521         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
1522         * sysdeps/x86_64/fpu/k_sinl.c: New file.
1523         * sysdeps/x86_64/fpu/k_tanl.c: New file.
1524
1525         * version.h (VERSION): Set to 2.6.90.
1526
1527 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
1528
1529         * version.h (VERSION): Define to 2.6.
1530         * include/features.h (__GLIBC_MINOR__): Define to 6.
1531
1532         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
1533
1534         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
1535         sizes.
1536
1537 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
1538
1539         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
1540         number of mmaps.  n_mmaps_max is the target.
1541         * malloc/hooks.c: Likewise.
1542         * malloc/arena.c: Likewise.
1543
1544 2007-05-12  Andreas Jaeger  <aj@suse.de>
1545
1546         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
1547         getpid.
1548
1549 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
1550
1551         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
1552         adding new variables.
1553
1554         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
1555         optimize.  Completely extend global scope array before making the
1556         new entries visible.
1557
1558 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
1559
1560         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
1561         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
1562         tst-getcpu.
1563
1564         * include/link.h: Move l_version and l_nversion members around to
1565         fill gaps.
1566
1567         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
1568
1569         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1570         (__sched_setaffinity_new): If syscall was successful and
1571         RESET_VGETCPU_CACHE is defined, use it before returning.
1572         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
1573
1574         * io/sys/stat.h: Make sure struct timespec is defined for
1575         __USE_ATFILE.
1576
1577         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
1578         UTIME_OMIT.
1579         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1580         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1581         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1582         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1583         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1584         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1585         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
1586         * io/sys/stat.h: Declare utimensat, futimens.
1587         * io/utimensat.c: New file.
1588         * io/futimens.c: New file.
1589         * sysdeps/unix/sysv/linux/utimensat.c: New file.
1590         * sysdeps/unix/sysv/linux/futimens.c: New file.
1591         * io/Makefile (routines): Add utimensat, futimens.
1592         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
1593         * sysdeps/unix/sysv/linux/lutimes.c: New file.
1594         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
1595         available.
1596
1597         * include/sys/cdefs.h: Redefine __nonnull so that test for
1598         incorrect parameters in the libc code itself are not omitted.
1599
1600 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
1601
1602         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
1603         exception in addition to inexact when asked to raise only FE_INEXACT.
1604
1605         [BZ #3427]
1606         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
1607         in *envp.
1608
1609 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1610
1611         [BZ #4403]
1612         * string/strfry.c (strfry): Make result more random.
1613
1614 2007-05-07  Richard Henderson  <rth@redhat.com>
1615
1616         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
1617         if __NO_LONG_DOUBLE_MATH.
1618         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
1619         available in the compiler, add .arch directive to the assembly.
1620
1621 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
1622
1623         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
1624         compat_symbol to GLIBC_2_1.
1625         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
1626         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
1627         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
1628         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
1629         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
1630         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
1631         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
1632         libc, not libm.
1633         (__isnanl): New compat_symbol.
1634
1635 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1636             Jakub Jelinek  <jakub@redhat.com>
1637
1638         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
1639         (new_heap): Initialize mprotect_size.
1640         (grow_heap): When growing, only mprotect from mprotect_size till
1641         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
1642         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
1643
1644 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
1645             Peter Bergner  <bergner@us.ibm.com>
1646
1647         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
1648         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
1649         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
1650         * sysdeps/powerpc/fpu/fe_mask.c: New file.
1651         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
1652         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
1653         Call __fe_mask_env() if all FP exceptions disabled.
1654         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
1655         from old FPSCR to new fenv to propagate DFP rounding modes.
1656         Call __fe_mask_env() if FP exceptions previously enabled.
1657         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
1658         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
1659         transitioning from all exceptions disabled to any exception enabled
1660         or visa versa.
1661         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
1662         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
1663         when transitioning from all exceptions disabled to any exception
1664         enabled or visa versa.
1665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
1666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
1667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
1668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
1669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
1670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
1671
1672 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1673
1674         [BZ #4465]
1675         * posix/unistd.h: Remove __THROW from fdatasync.
1676
1677 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
1678
1679         [BZ #4465]
1680         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
1681
1682 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1683
1684         * stdio-common/vfprintf.c (process_string_arg): Optimize
1685         ridiculous precision in wide char code printing multi-byte string.
1686         Reported by Jim Meyering <jim@meyering.net>.
1687
1688         [BZ #4131]
1689         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
1690         boundaries to work around systems with overlapping binary loading.
1691         Based on a patch by Suzuki <suzuki@in.ibm.com>.
1692
1693 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
1694
1695         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
1696         __mbsnrtowcs after last change.
1697
1698         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
1699         (get_ident): Likewise.
1700
1701 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1702
1703         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
1704         with setting the sticky bit.
1705         * math/test-misc.c (main): Add more truncation tests.
1706
1707 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
1708
1709         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
1710         double in the function declaration.
1711         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
1712         double in the function declaration.
1713         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1714         float in the function declaration.
1715         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1716         float in the function declaration.
1717
1718         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
1719         denormal operands.  Do not generate FP_EX_DENORM exception.
1720         (FP_UNPACK_RAW_EP): Ditto.
1721         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
1722         undefined _FP_UNPACK_RAW_E.
1723         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
1724         undefined _FP_UNPACK_RAW_EP.
1725         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
1726         undefined _FP_PACK_RAW_E.
1727         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
1728         undefined _FP_PACK_RAW_EP.
1729
1730         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
1731         _FP_FRAC_COPY_2.
1732         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
1733         _FP_FRAC_COPY_4.
1734
1735 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
1736             Jakub Jelinek  <jakub@redhat.com>
1737
1738         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
1739         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
1740         this case.
1741         * soft-fp/op-common.h (FP_TRUNC): Ditto.
1742
1743 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1744
1745         * math/test-misc.c (main): Add tests for rounding long double
1746         values close to smallest double denormalized value to double.
1747
1748 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
1749
1750         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
1751         condition for truncating to 0.  Set sticky bit for such
1752         truncation.
1753
1754 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
1755
1756         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
1757         fixed length array for ignore.
1758
1759 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1760
1761         [BZ #4438]
1762         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
1763         stack for large precisions.
1764         * stdio-common/test-vfprintf.c (main): Add test for large
1765         precision.
1766
1767 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
1768
1769         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
1770         for exponent 0.
1771         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
1772
1773         [BZ #4439]
1774         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
1775         account in the size check.
1776         * resolv/tst-inet_ntop.c: New test.
1777         * resolv/Makefile (tests): Add tst-inet_ntop.
1778
1779 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1780             Jakub Jelinek  <jakub@redhat.com>
1781
1782         [BZ #4349]
1783         * malloc/malloc.c: Keep separate list for first blocks on the bin
1784         lists with a given size.  This helps skipping over list elements
1785         we know won't fit in two places.
1786         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
1787
1788 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
1789
1790         [BZ #4102]
1791         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
1792         label to Teredo tunnel addresses 2001://32.
1793
1794 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
1795
1796         * locale/programs/ld-collate.c (collate_read): Allow order_start
1797         after copy.
1798
1799         * locale/programs/ld-collate.c (collate_read): Fix printing of
1800         error message.
1801
1802         [BZ #3213]
1803         * locale/C-translit.h.in: Add entry for U2044.
1804
1805         [BZ #4342]
1806         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
1807         hexa-decimal floats without exponent.
1808         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
1809
1810 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
1811
1812         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
1813         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
1814         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
1815         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
1816         GLIBC_2.6.
1817         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
1818         Add sched_getcpu.
1819
1820 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
1821
1822         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
1823         of 0 after the out_fail label.
1824
1825 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
1826
1827         [BZ #4406]
1828         * iconv/gconv_charset.h (strip): Allow ':'.
1829         * iconv/iconv_open.c (iconv_open): Adjust comment.
1830
1831 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
1832
1833         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
1834         version.
1835
1836 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
1837
1838         [BZ #4381]
1839         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
1840         alignment of buffer and tmp_buffer.
1841         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
1842         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
1843         alignment of buffer.
1844         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
1845         bigger than INT_MAX.
1846         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
1847         h_errnop arguments.  Fail if buflen is too small.
1848         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
1849
1850 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
1851
1852         [BZ #4405]
1853         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
1854         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
1855
1856 2007-04-22  Roland McGrath  <roland@redhat.com>
1857
1858         * elf/elf.h (NT_PRXFPREG): New macro.
1859
1860 2007-04-19  Andreas Jaeger  <aj@suse.de>
1861
1862         [BZ #3905]
1863         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
1864         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
1865         Added.
1866
1867 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
1868
1869         * include/sys/mman.h: Mark madvise hidden.
1870         * misc/madvise.c: Add libc_hidden_def.
1871
1872 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
1873
1874         * nis/nis_domain_of.c (__nis_domain_of): New function.
1875         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
1876         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
1877         * nis/nis_call.c (rec_dirsearch): Likewise.
1878         (first_shoot): Likewise.  Remove search_parent_first argument.
1879         (struct nis_server_cache): Rename search_parent_first field
1880         to search_parent.
1881         (nis_server_cache_search, nis_server_cache_add): Rename
1882         search_parent_first argument to search_parent.
1883         (__nisfind_server): Likewise.  If search_parent, call
1884         __nis_domain_of.
1885
1886 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
1887
1888         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
1889
1890 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
1891
1892         [BZ #4368]
1893         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
1894
1895 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
1896
1897         [BZ #4364]
1898         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
1899
1900 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
1901
1902         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
1903         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
1904         current number of locales in SUPPORTED.
1905         (create_archive): Initialize serial.
1906         (enlarge_archive): Preserve aliases rather than duplicating
1907         their locrecs.
1908
1909 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
1910
1911         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
1912         after _IO_un_link, not before it.
1913
1914         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
1915         special case handling when wcp == wstartp + 1.  Fix a comment typo.
1916         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
1917
1918 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
1919
1920         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
1921         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
1922         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
1923         Remove __THROW.
1924         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
1925         _IO_file_xsgetn_maybe_mmap): Likewise.
1926         * libio/oldfileops.c (old_do_write): Likewise.
1927         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
1928         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
1929         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
1930         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
1931         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
1932         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
1933         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
1934         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
1935         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
1936         _IO_file_underflow, _IO_file_underflow_mmap,
1937         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
1938         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
1939         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
1940         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
1941         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
1942         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
1943         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
1944         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
1945         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
1946         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
1947         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
1948         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
1949         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
1950         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
1951         _IO_adjust_column_internal, _IO_default_uflow_internal,
1952         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
1953         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
1954         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
1955         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
1956         _IO_file_close_it_internal, _IO_file_underflow_internal,
1957         _IO_file_overflow_internal, _IO_file_attach_internal,
1958         _IO_file_fopen_internal, _IO_file_sync_internal,
1959         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
1960         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
1961         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
1962         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
1963         _IO_seekpos_unlocked): Likewise.
1964         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
1965         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
1966
1967 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
1968
1969         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
1970         argument in xmalloc size computation.
1971
1972 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
1973
1974         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
1975         math_opt_barrier and math_force_eval macros.
1976
1977 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
1978
1979         [BZ #3306]
1980         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
1981         * sysdeps/i386/fpu/math_private.h: New file.
1982         * sysdeps/x86_64/fpu/math_private.h: New file.
1983         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
1984         math_force_eval macros.  Use "+m" constraint on asm rather than
1985         "=m" and "m".
1986         * math/s_nextafter.c (__nextafter): Likewise.
1987         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
1988         Likewise.
1989         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
1990         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
1991         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
1992         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
1993         math_opt_barrier and math_force_eval macros.
1994         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
1995         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
1996         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
1997         (__nexttoward): Use math_opt_barrier and
1998         math_force_eval macros.  Use "+m" constraint on asm rather than
1999         "=m" and "m".  Only use asm to force double result if
2000         FLT_EVAL_METHOD is 2.
2001         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
2002         (__nexttowardf): Use math_opt_barrier and
2003         math_force_eval macros.  Use "+m" constraint on asm rather than
2004         "=m" and "m".  Only use asm to force double result if
2005         FLT_EVAL_METHOD is not 0.
2006         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
2007         (__nexttowardf): Use math_opt_barrier and
2008         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2009         x to float using asm.
2010         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
2011         (__nldbl_nexttowardf): Use math_opt_barrier and
2012         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2013         x to float using asm.
2014         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
2015         (__nexttowardf): Use math_opt_barrier and math_force_eval
2016         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
2017         * math/bug-nextafter.c (zero, inf): New variables.
2018         (main): Add new tests.
2019         * math/bug-nexttoward.c (zero, inf): New variables.
2020         (main): Add new tests.
2021
2022 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2023
2024         [BZ #3427]
2025         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
2026         exceptions both in SW and MXCSR.
2027         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
2028         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
2029         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2030         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2031         in MXCSR if SSE is available.
2032         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
2033         and ldsodefs.h.
2034         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
2035         Fix comment typo.
2036         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
2037         Return 0 rather than 1.
2038         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
2039         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
2040         * math/test-fenv.c (feholdexcept_tests): New function.
2041         (main): Call it.
2042
2043 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
2044
2045         [BZ #3427]
2046         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2047         in SW.
2048
2049 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2050
2051         [BZ #4344]
2052         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
2053         Reported by David Anderson <davea42@earthlink.net>.
2054
2055 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
2056
2057         * posix/sys/wait.h: Remove unnecessary forward declaration.
2058
2059 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
2060
2061         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
2062         with obj->do_servers after first_shoot.
2063
2064 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
2065
2066         * posix/Makefile (routines): Add sched_cpucount.
2067         (tests): Add tst-cpucount.
2068         * posix/sched_cpucount.c: New file.
2069         * posix/tst-cpucount.c: New file.
2070         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
2071         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
2072         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2073         * posix/sched.h: Define CPU_COUNT.
2074
2075 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2076
2077         * posix/fnmatch.c (STRUCT): Define.
2078         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
2079         * posix/fnmatch_loop.c (struct STRUCT): New type.
2080         (FCT): Add ends argument.  If ends != NULL and normal * is
2081         seen in the pattern, store current pattern and string pointers
2082         and return.  Adjust recursive calls.
2083         (EXT): Adjust FCT callers.
2084         (STRUCT): Undef at the end of the file.
2085         * posix/Makefile (tests): Add tst-fnmatch2.
2086         * posix/tst-fnmatch2.c: New test.
2087
2088 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2089
2090         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
2091         and 1 on failure.
2092
2093         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
2094         Change last argument to unsigned int.
2095
2096 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
2097
2098         * scripts/check-local-headers.sh: Filter out sys/capability.h.
2099
2100 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2101
2102         * config.h.in (HAVE_LIBCAP): Add.
2103         * nscd/selinux.h: Include sys/capability.h rather than non-existent
2104         sys/capabilities.h.
2105         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
2106         free_caps.  Cast away const from 4th cap_set_flag argument.
2107
2108 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
2109
2110         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
2111         GLIBC_2.6.
2112         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2113         Add sync_file_range.
2114         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2115
2116 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
2117
2118         * sysdeps/powerpc/bits/atomic.h
2119         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
2120         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
2121         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2122         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
2123         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2124         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
2125         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
2126         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2127         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2128         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2129         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
2130         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2131         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2132         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2133         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2134         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
2135         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2136         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
2137         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2138         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
2139
2140 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2141
2142         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2143         (__cache_line_size): Define the variable here.  Add
2144         attribute_hidden, remove weak_extern.
2145         (__libc_start_main): Set __cache_line_size
2146         unconditionally.
2147         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2148         (__cache_line_size): Define the variable here.  Add
2149         attribute_hidden, remove weak_extern.
2150         (DL_PLATFORM_AUXV): Set __cache_line_size
2151         unconditionally.
2152         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
2153         weak_extern, add attribute_hidden.
2154         (__elf_machine_runtime_setup): Assume __cache_line_size is always
2155         defined in ld.so.
2156         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
2157         definition.
2158         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
2159
2160 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
2161
2162         [BZ #4276]
2163         * timezone/africa: Update from tzdata2007d.
2164         * timezone/asia: Likewise.
2165         * timezone/australasia: Likewise.
2166         * timezone/backward: Likewise.
2167         * timezone/europe: Likewise.
2168         * timezone/iso3166.tab: Likewise.
2169         * timezone/leapseconds: Likewise.
2170         * timezone/northamerica: Likewise.
2171         * timezone/southamerica: Likewise.
2172         * timezone/zone.tab: Likewise.
2173
2174         * timezone/private.h: Update from tzcode2007d.
2175         * timezone/zdump.c: Likewise.
2176         * timezone/zic.c: Likewise.
2177
2178 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
2179
2180         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
2181         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
2182         variables.
2183         (nis_server_cache_search, nis_server_cache_add): New functions.
2184         (__nisfind_server): Use them.  Add dbp and flags argument, if
2185         call __nisbind_create.
2186         (__nisbind_create): Add server_used and current_ep arguments,
2187         only call __nis_findfastest if server_used is ~0.
2188         (__do_niscall2, __prepare_niscall): Adjust callers.
2189         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
2190         ckey_cache_euid, ckey_cache_lock): New variables.
2191         (get_ckey): New function.
2192         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
2193         __pmap_getnisport.  Save __pmap_getnisport result in
2194         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
2195         key.
2196         * nis/nis_lookup.c (nis_lookup): Likewise.
2197         * nis/nis_table.c (nis_list): Likewise.
2198         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
2199         prototypes.
2200
2201         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
2202         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
2203         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
2204         _nss_nisplus_getservbyport_r): Likewise.
2205         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
2206         _nss_nisplus_getnetbyaddr_r): Likewise.
2207         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
2208         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
2209         _nss_nisplus_getntohost_r): Likewise.
2210         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
2211         _nss_nisplus_getrpcbynumber_r): Likewise.
2212
2213 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2214
2215         * configure.in (libc_cv_gnu89_inline): Only do compile test.
2216         * configure: Rebuilt.
2217
2218         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
2219         bit-fields.
2220         * soft-fp/extended.h (_FP_UNION_E): Likewise.
2221
2222 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
2223
2224         [BZ #2831]
2225         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
2226         bit-fields.
2227
2228 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
2229
2230         * nscd/gai.c: Include alloca.h.
2231         (__libc_use_alloca): Define.
2232
2233 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
2234
2235         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
2236         smaller scopes.
2237         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
2238         (DL_DST_REQUIRED): Adjust user.
2239
2240         * include/dlfcn.h (struct link_map): New forward decl.
2241
2242         * inet/getnameinfo.c: Include stddef.h.
2243         (getnameinfo): Use offsetof.
2244
2245         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
2246
2247         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
2248
2249         * string/strerror_l.c: Include stdlib.h.
2250
2251         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
2252         * config.make.in (gnu89-inline-CFLAGS): New variable.
2253         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
2254         -std=gnu99.
2255         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
2256         * argp/argp.h: Use it.
2257         * bits/mathinline.h: Likewise.
2258         * bits/sigset.h: Likewise.
2259         * bits/string.h: Likewise.
2260         * ctype/ctype.h: Likewise.
2261         * hurd/hurd.h: Likewise.
2262         * hurd/hurd/fd.h: Likewise.
2263         * hurd/hurd/port.h: Likewise.
2264         * hurd/hurd/signal.h: Likewise.
2265         * hurd/hurd/threadvar.h: Likewise.
2266         * hurd/hurd/userlink.h: Likewise.
2267         * io/sys/stat.h: Likewise.
2268         * libio/bits/stdio.h: Likewise.
2269         * libio/bits/stdio2.h: Likewise.
2270         * mach/lock-intern.h: Likewise.
2271         * mach/mach/mig_support.h: Likewise.
2272         * math/bits/cmathcalls.h: Likewise.
2273         * posix/bits/unistd.h: Likewise.
2274         * socket/bits/socket2.h: Likewise.
2275         * stdlib/bits/stdlib.h: Likewise.
2276         * stdlib/stdlib.h: Likewise.
2277         * string/argz.h: Likewise.
2278         * string/bits/string2.h: Likewise.
2279         * string/bits/string3.h: Likewise.
2280         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
2281         * sysdeps/generic/inttypes.h: Likewise.
2282         * sysdeps/generic/machine-lock.h: Likewise.
2283         * sysdeps/generic/machine-sp.h: Likewise.
2284         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
2285         * sysdeps/i386/i486/bits/string.h: Likewise.
2286         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
2287         * sysdeps/mach/alpha/machine-lock.h: Likewise.
2288         * sysdeps/mach/alpha/machine-sp.h: Likewise.
2289         * sysdeps/mach/i386/machine-lock.h: Likewise.
2290         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
2291         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2292         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
2293         * sysdeps/s390/bits/string.h: Likewise.
2294         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
2295         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
2296         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2297         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2298         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2299         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
2300         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
2301         * wcsmbs/bits/wchar2.h: Likewise.
2302         * wcsmbs/wchar.h: Likewise.
2303         * stdlib/gmp.h: Likewise.  Include <features.h> to get
2304         __extern_inline definition.
2305
2306 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
2307
2308         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
2309         NULL.
2310
2311         [BZ #3919]
2312         * math/libm-test.inc (log_test): Test -Inf and NaN.
2313         (log10_test, log1p_test, log2_test): Test -Inf.
2314         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
2315         FE_INVALID when argument is qNaN.
2316         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
2317         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
2318         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2319         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
2320         andb $1, %ah with testb $1, %ah, don't test for parity, instead
2321         testb $4, %ah and jump if non-zero.
2322         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
2323         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
2324
2325         [BZ #4101]
2326         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
2327         ancestors with the same depths.
2328         Patch by Niels Moeller <nisse@lysator.liu.se>.
2329         (filter_doc): Don't crash if argp is NULL.
2330         * argp/Makefile (tests): Add tst-argp2.
2331         * argp/tst-argp2.c: New test.
2332
2333         [BZ #4130]
2334         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
2335         open_not_cancel_2.
2336         (updwtmp_file): Likewise.
2337
2338         [BZ #4181]
2339         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
2340         (inet6_opt_append): Don't check extlen is big enough if extbuf
2341         is NULL.
2342         (inet6_opt_finish): Likewise.
2343         * inet/Makefile (tests): Add test-inet6_opt.
2344         * inet/test-inet6_opt.c: New test.
2345
2346         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
2347         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
2348         NLMSG_ERR.  Instead use a page sized buffer.
2349         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
2350         buffer.
2351
2352 2007-03-14  Richard Henderson  <rth@redhat.com>
2353
2354         * sysdeps/alpha/fpu/s_llround.c: New file.
2355         * sysdeps/alpha/fpu/s_llroundf.c: New file.
2356         * sysdeps/alpha/fpu/s_lround.c: New file.
2357         * sysdeps/alpha/fpu/s_lroundf.c: New file.
2358         * sysdeps/alpha/fpu/s_round.c: New file.
2359         * sysdeps/alpha/fpu/s_roundf.c: New file.
2360         * sysdeps/alpha/fpu/s_trunc.c: New file.
2361         * sysdeps/alpha/fpu/s_truncf.c: New file.
2362
2363         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
2364         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
2365         * sysdeps/alpha/fpu/s_floor.c: Likewise.
2366         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
2367         * sysdeps/alpha/fpu/s_rint.c: Likewise.
2368         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
2369
2370         * sysdeps/alpha/fpu/s_fmax.S: New file.
2371         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
2372         * sysdeps/alpha/fpu/s_fmin.S: New file.
2373         * sysdeps/alpha/fpu/s_fminf.S: New file.
2374         * sysdeps/alpha/fpu/s_isnan.c: New file.
2375         * sysdeps/alpha/fpu/s_isnanf.c: New file.
2376         * sysdeps/alpha/fpu/s_llrint.c: New file.
2377         * sysdeps/alpha/fpu/s_llrintf.c: New file.
2378         * sysdeps/alpha/fpu/s_lrint.c: New file.
2379         * sysdeps/alpha/fpu/s_lrintf.c: New file.
2380         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
2381         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
2382
2383         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
2384         (__fdimf, fdimf, __fdim, fdim): Remove.
2385         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
2386         (__isnanf, __isnan, __isnanl): New.
2387
2388 2007-03-13  Richard Henderson  <rth@redhat.com>
2389
2390         * sysdeps/ieee754/ldbl-128/Makefile: New file.
2391
2392 2007-03-13  Richard Henderson  <rth@redhat.com>
2393
2394         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
2395         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
2396         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2397         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
2398         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
2399         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
2400
2401 2007-03-13  Richard Henderson  <rth@redhat.com>
2402
2403         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
2404         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
2405         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
2406         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
2407         Move to dl-auxv.h; initialize instead of extern weak.
2408         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
2409         weak symbol.
2410         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
2411         Extern instead of initialized.
2412
2413 2007-03-13  Richard Henderson  <rth@redhat.com>
2414
2415         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
2416         __sigsuspend_nocancel.
2417
2418 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
2419
2420         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
2421         172.16/12 address range.
2422
2423 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
2424
2425         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
2426         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
2427         message.
2428
2429 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
2430
2431         [BZ #4069]
2432         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
2433         earlier.
2434         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
2435
2436         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
2437         for x qNaN and y either +-inf or non-integer value.
2438         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
2439         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2440         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
2441
2442 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
2443
2444         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
2445         from sysdep_headers.
2446
2447 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
2448
2449         * time/tzfile.c (find_transition): Instead of a linear search try to
2450         guess the transition index, use a linear search if the result is at
2451         most 10 transitions away from the guess or binary search otherwise.
2452
2453 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
2454
2455         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
2456         memory reallocation.
2457
2458 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
2459
2460         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
2461         and fix some typos.
2462         Optimize use of TOLOWER.
2463
2464         [BZ #3325]
2465         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
2466         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2467         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2468
2469         [BZ #3458]
2470         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
2471         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
2472
2473         [BZ #4076]
2474         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
2475         (open_dir_stream): Likewise.
2476         * io/Makefile (tests): Add bug-ftw5.
2477         * io/bug-ftw5.c: New file.
2478
2479         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
2480         * nscd/servicescache.c (cache_addserv): Likewise.
2481
2482         * nscd/grpcache.c (cache_addgr): In case a record changed on
2483         refresh, adjust key_copy.
2484
2485         [BZ #4074]
2486         * nscd/pwdcache.c (cache_addpw): In case a record changed on
2487         refresh, adjust key_copy.
2488
2489         [BZ #4070]
2490         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
2491         special cases.
2492         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
2493
2494 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
2495
2496         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
2497         optimization.
2498
2499         * stdio-common/vfscanf.c: Small cleanups throughout.
2500
2501 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2502
2503         [BZ #3325]
2504         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
2505         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2506         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2507         Patch by Jared Casper <jaredcasper@gmail.com>.
2508
2509         * sysdeps/unix/closedir.c: Outside libc don't use locking.
2510         * sysdeps/unix/opendir.c: Likewise.
2511         * sysdeps/unix/readdir.c: Likewise.
2512
2513         [BZ #2211]
2514         * stdio-common/vfscanf.c: Handle localized digits etc for floating
2515         point numbers.
2516         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
2517
2518         * stdio-common/vfscanf.c: Fix problems in width accounting.
2519         * stdio-common/tst-sscanf.c (double_tests): New tests.
2520         (main): Hook them up.
2521
2522         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
2523         More simplifications of floating-point reader.
2524
2525         * stdio-common/Makefile (tests): Add tst-swscanf.
2526         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
2527         testing.
2528         * stdio-common/tst-swscanf.c: New file.
2529
2530 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2531
2532         [BZ #2633]
2533         * libio/stdio.h: Define struct _IO_FILE in global namespace.
2534         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
2535         Remove using for __jmp_buf_tag.
2536         * locale/locale.h (struct lconv): Also define in std namespace.
2537         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
2538
2539         [BZ #3842]
2540         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
2541         using __libc_enable_secure.
2542
2543         [BZ #3818]
2544         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
2545
2546         [BZ #3745]
2547         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
2548         of names for ellipsises.
2549
2550         [BZ #3348]
2551         * malloc/memusage.sh: Cleanups.
2552         * debug/xtrace.sh: Quoting and trap changes.
2553
2554 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2555
2556         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
2557
2558         * locale/iso-3166.def: Update entry for Serbia.
2559         * locale/iso-4217.def: Define RSD, remove CSD.
2560
2561         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
2562         and 64-bit operations.
2563
2564         [BZ #4040]
2565         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
2566         16-bit operations.
2567
2568         * nscd/nscd.c (parse_opt): One more conversion to use send instead
2569         of writev.
2570
2571 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
2572
2573         [BZ #3991]
2574         * assert/assert.h (assert): Simplify.
2575         (assert_perror): Likewise.
2576         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
2577
2578         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
2579         reqdata.
2580
2581         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
2582         change: don't pass NULL in place of an integer.
2583
2584 2007-02-02  Bruno Haible  <bruno@clisp.org>
2585
2586         [BZ #3954]
2587         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
2588         Add mapping for U+327E.
2589         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
2590         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2591         mapping of 0xD9 0xE8.
2592         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
2593         mapping of U+327E.
2594         Reported by Jungshik Shin <jungshik@google.com>.
2595
2596         [BZ #3955]
2597         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2598         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
2599         Reported by Jungshik Shin <jungshik@google.com>.
2600
2601 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
2602
2603         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
2604         byte variants.
2605
2606         [BZ #4040]
2607         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
2608         byte variants.  Patch mostly be tom@tommay.net.
2609
2610 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
2611
2612         [BZ #3996]
2613         * posix/glob.c (attribute_hidden): Define if not defined.
2614         (glob): Unescape dirname, filename or username when needed and not
2615         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
2616         is NULL.  Handle unescaped [ in pattern without closing ].
2617         Don't pass GLOB_CHECK down to recursive glob for directories.
2618         (__glob_pattern_type): New function.
2619         (__glob_pattern_p): Implement using __glob_pattern_type.
2620         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
2621         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
2622         Remove unreachable code.
2623         * posix/globtest.sh: Add a couple of new tests.
2624
2625 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
2626
2627         * po/ru.po: Update from translation team.
2628
2629 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
2630
2631         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
2632         to the list of i486+ CPUs.
2633         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2634
2635 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
2636
2637         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
2638         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
2639         references.
2640
2641 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
2642
2643         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
2644
2645         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
2646         * resolv/res_mkquery.c: Define __res_nopt.
2647         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
2648         try adding EDNS0 record.
2649         * resolv/res_send.c (send_dg): If request failed with FORMERR and
2650         EDNS0 record was send make sure we don't try it again.
2651         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
2652         * include/resolv.h: Declare __res_nopt.
2653
2654 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
2655
2656         [BZ #3944]
2657         * time/strptime_l.c (__strptime_internal): Set have_mon for
2658         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
2659         have been computed from tm_yday and tm_year.  Don't crash
2660         in day_of_the_week or day_of_the_year if not have_mon
2661         and tm_mon contains bogus value.
2662         * time/Makefile (tests): Add tst-strptime3.
2663         * time/tst-strptime3.c: New test.
2664
2665 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2666
2667         [BZ #3957]
2668         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2669         bit for RE_HAT_LISTS_NOT_NEWLINE.
2670         (build_charclass_op): Remove bogus comment.
2671         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
2672         * posix/bug-regex27.c: New test.
2673         * posix/bug-regex28.c: New test.
2674
2675 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
2676
2677         * po/sv.po: Update from translation team.
2678
2679 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
2680
2681         * nscd/nscd_helper.c (open_socket): Minor size optimization.
2682
2683 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2684
2685         * include/locale.h (__uselocale): Add libc_hidden_proto.
2686         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
2687
2688         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
2689         gettimeofday.
2690
2691 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
2692
2693         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
2694         returning.
2695         (PTR_DEMANGLE): Real definition now that it's not the same as
2696         PRT_MANGLE anymore.
2697         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2698
2699         * string/strerror_l.c: New file.
2700         * string/Makefile (routines): Add strerror_l.
2701         * string/string.h: Declare strerror_l.
2702         * string/Versions: Export strerror_l for GLIBC_2.6.
2703
2704 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
2705
2706         * nscd/nscd_helper.c (open_socket): Now takes request type and key
2707         as parameter.  Construct request record.  Try sending request
2708         before the first poll use, it usually succeeds.  Adjust all
2709         callers.
2710         * nscd/nscd-client.h: Define MAXKEYLEN.
2711         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
2712
2713 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
2714
2715         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
2716         from return value.
2717         * nscd/nscd_helper.c: Include string.h.
2718         (__nscd_cache_search): Remove const qualifier from return value.
2719         On strict alignment architectures check hash entry and data head
2720         alignment.
2721         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
2722         mmapped data during GC cycle contains garbage.  If
2723         __nscd_drop_map_ref fails, decrement mapped->counter when returning
2724         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
2725         dropped to 0.
2726         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2727         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2728         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
2729         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2730         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2731
2732 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
2733
2734         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
2735
2736 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
2737
2738         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
2739         names not numbers in cfi_*.
2740
2741 2007-01-26  Andreas Jaeger  <aj@suse.de>
2742
2743         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
2744         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
2745         Correct values of PER_HPUX and PER_OSF4.
2746
2747 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
2748
2749         * elf/dl-minimal.c: Undefine _itoa first.
2750         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
2751         * malloc/mtrace.c: Revert last change.
2752         * posix/wordexp.c: Likewise.
2753
2754 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
2755
2756         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
2757         and __geode__ to the list of i486+ CPUs.
2758         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2759
2760 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
2761
2762         * stdio-common/_itoa.c: Include <limits.h>.
2763         * stdio-common/_itowa.c: Likewise.
2764
2765 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
2766
2767         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
2768         platforms.
2769         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
2770         64-bit platforms.
2771         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
2772         possible.
2773         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
2774         if possible.
2775
2776         [BZ #3902]
2777         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
2778         * stdio-common/Makefile (tests): Add bug17.
2779         * stdio-common/bug17.c: New file.
2780
2781 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
2782
2783         * iconvdata/brf.c: New file.
2784         * iconvdata/testdata/BRF: New file.
2785         * iconvdata/testdata/BRF..UTF8: New file.
2786         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2787         * iconvdata/Makefile: Add rules to build BRF.
2788         * iconvdata/TESTS: Add BRF entry.
2789         * iconvdata/gconv-modules: Likewise.
2790         * iconvdata/tst-tables.sh: Likewise.
2791
2792 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
2793
2794         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
2795         type `long long int', not `long int'.
2796         (wcstoq): Likewise.
2797
2798 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
2799
2800         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
2801         of values on 64-bit platforms which are too large.
2802
2803 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
2804             Joe Kerian  <jkerian@us.us.ibm.com>
2805
2806         [BZ #2749]
2807         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
2808         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
2809         (__copysignl): Use signbit() for comparison.
2810         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
2811         SET_LDOUBLE_WORDS64.
2812
2813         [BZ #2423, #2749]
2814         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
2815         (__ceill): Remove calls to fegetround(), fesetround().
2816         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
2817         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
2818         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
2819
2820 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
2821
2822         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
2823
2824         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
2825
2826 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
2827
2828         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
2829         demangle pointer.
2830         * csu/libc-start.c: Likewise.
2831
2832 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
2833
2834         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
2835         really work anyway.
2836
2837 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
2838
2839         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
2840         users.
2841         (handle_request): Remove unnecessary tests.
2842
2843         * nscd/cache.c (cache_add): Record the failure to add to the cache.
2844
2845 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
2846
2847         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
2848         workbits in semi-raw fraction.
2849
2850         * math/test-misc.c: Add new tests.
2851
2852 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
2853
2854         * math/basic-test.c: Include test-skeleton.c.
2855         (TEST_TRUNC): Define.
2856         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
2857         (main): Rename to ...
2858         (do_test): ...this.  Run new tests.
2859         (TEST_FUNCTION): Define.
2860
2861 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
2862             Joe Kerian  <jkerian@us.us.ibm.com>
2863
2864         [BZ #2749]
2865         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
2866         handling for high words.
2867         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
2868         and overflow for infinity.
2869
2870 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
2871
2872         * nscd/connections.c (handle_request): Add a __builtin_expect.
2873
2874         * nscd/connections.c (serv2db): Change type into structure which
2875         also says whether this is a request for data.  Renamed to
2876         servinfo.  All users changed.
2877         (handle_request): Much simpler test whether we should search the cache.
2878
2879         * nscd/connections.c (handle_request): Fix thinko in selinux test
2880         invocation.
2881
2882         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
2883         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
2884         it before getting dl_load_lock and then relock.
2885         (_dl_lookup_symbol_x): Pass flags to add_dependency.
2886         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
2887         case we unlocked the scope.
2888         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
2889         _dl_lookup_symbol_x in case we locked the scope.
2890         (_dl_profile_fixup): Likewise.
2891         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
2892         set DL_LOOKUP_SCOPE_LOCK.
2893
2894 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
2895
2896         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
2897         CFLAGS-getsrvbynpt_r.c.
2898         * nscd/getsrvbynm_r.c: New file.
2899         * nscd/getsrvbypt_r.c: New file.
2900         * nscd/nscd_getserv_r.c: New file.
2901         * nscd/servicescache.c: New file.
2902         * nscd/Makefile (routines): Add nscd_getserv_r.
2903         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
2904         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
2905         CFLAGS-getsrvbypt_r.c.
2906         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
2907         table.  Add entries for services database.
2908         * nscd/connections.c (serv2str): Mark as const.  Add entries for
2909         services database.
2910         (dbs): Add .reset_res and servdb initialization.
2911         (serv2db): Add entries for services database.
2912         (verify_persistent_db): Accept dbnr == servdb.
2913         (invalidate_cache): Rewrite database name recognition to use a table.
2914         Call res_init() if .reset_res is set for database.
2915         (handle_request): Add code to handle services database.
2916         * nscd/gai.c: Don't define __getservbyname_r.
2917         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
2918         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
2919         (serv_response_header): Define.
2920         (struct datahead): Add serv_response_header member.
2921         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
2922         using table.
2923         * nscd/nscd.conf: Add entries for services database.
2924         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
2925         Declare serv_iov_disabled.
2926         Declare addservbyname, readdservbyname, addservbyport, and
2927         readdservbyport.
2928         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
2929         (find_db): Fix error message.
2930         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
2931         __nscd_getservbyname_r, and __nscd_getservbyport_r.
2932         * nscd/selinux.c (perms): Add entries for services database.
2933         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
2934         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
2935
2936         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
2937         * nscd/hstcache.c: Likewise.
2938         * nscd/pwdcache.c: Likewise.
2939
2940         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
2941         computation of keylen.
2942
2943         * include/string.h: Only redefine strndupa if this is really for
2944         libc code.
2945
2946 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
2947
2948         * nscd/nscd_gethst_r.c: Minor cleanups.
2949
2950         * nscd/connections.c (handle_request): Check selinux permissions
2951         for all non-admin commands.
2952
2953         * sysdeps/i386/i486/bits/atomic.h: Define
2954         atomic_compare_and_exchange_val_acq,
2955         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
2956         using __sync_* built-ins for gcc >= 4.1.
2957         * sysdeps/x86_64/bits/atomic.h: Likewise.
2958
2959         [BZ #3840]
2960         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
2961         and .oS.d files.
2962
2963 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
2964
2965         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
2966         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
2967         (do_test): Check errno and exit(0) if ENOSYS.
2968
2969 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
2970
2971         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
2972         thousands separators.
2973         * stdlib/Makefile: Add rules to build and run tst-strtod4.
2974         * stdlib/tst-strtod4.c: New test.
2975
2976         [BZ #3855]
2977         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
2978         hexadecimal digit should accept just the initial 0.
2979         * stdlib/tst-strtod2.c (tests): New variable.
2980         (do_test): Run several tests rather than just one.
2981
2982 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
2983
2984         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
2985         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
2986
2987 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
2988
2989         * io/fts.c: Make sure fts_cur is always valid after return from
2990         fts_read.
2991         Patch by Miloslav Trmac <mitr@redhat.com>.
2992
2993 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
2994
2995         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
2996         (R_MIPS_NUM): Bump by 1.
2997
2998 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
2999
3000         * posix/execvp.c: Include alloca.h.
3001         (allocate_scripts_argv): Renamed to...
3002         (scripts_argv): ... this.  Don't allocate buffer here nor count
3003         arguments.
3004         (execvp): Use alloca if possible.
3005         * posix/Makefile: Add rules to build and run tst-vfork3 test.
3006         * posix/tst-vfork3.c: New test.
3007
3008 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
3009
3010         * string/Makefile (tst-strxfrm2-ENV): Define.
3011         * stdlib/Makefile (tst-strtod3-ENV): Define.
3012
3013 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
3014
3015         * posix/getconf.c: Update copyright year.
3016         * nss/getent.c: Likewise.
3017         * iconv/iconvconfig.c: Likewise.
3018         * iconv/iconv_prog.c: Likewise.
3019         * elf/ldconfig.c: Likewise.
3020         * catgets/gencat.c: Likewise.
3021         * csu/version.c: Likewise.
3022         * elf/ldd.bash.in: Likewise.
3023         * elf/sprof.c (print_version): Likewise.
3024         * locale/programs/locale.c: Likewise.
3025         * locale/programs/localedef.c: Likewise.
3026         * nscd/nscd.c (print_version): Likewise.
3027         * debug/xtrace.sh: Likewise.
3028         * malloc/memusage.sh: Likewise.
3029         * malloc/mtrace.pl: Likewise.
3030         * debug/catchsegv.sh: Likewise.
3031
3032 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
3033
3034         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
3035         attempts.
3036
3037 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
3038
3039         * posix/wordexp.c: Remove some unnecessary tests.
3040
3041 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
3042
3043         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
3044         blacklist the group till after we look it up.
3045
3046 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
3047
3048         * include/atomic.h (atomic_forced_read): New macro.
3049
3050 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3051
3052         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
3053
3054 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
3055
3056         * nss/getXXbyYY_r.c: Include atomic.h.
3057         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
3058         add atomic_write_barrier () in between.
3059
3060         * stdlib/Makefile (tests): Add tst-makecontext.
3061         * stdlib/tst-makecontext.c: New test.
3062
3063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
3064         (__makecontext): Don't realign uc_mcontext.uc_regs.
3065
3066 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
3067
3068         * elf/dl-support.c: Include dl-procinfo.h.
3069         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
3070         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
3071         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
3072         Define.
3073         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
3074         hardcoded constants.
3075         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
3076         PPC_PLATFORM_* macros for array designators.
3077
3078 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
3079
3080         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
3081         names to the beginning.
3082         (_dl_powerpc_platforms): Add "power6x".
3083         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3084         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
3085         (_DL_PLATFORMS_COUNT): Increase.
3086         (_dl_string_platform): Handle power6x case.
3087         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
3088         PPC_FEATURE_POWER6_EXT): Define.
3089         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
3090
3091 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
3092
3093         [BZ #3747]
3094         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
3095         [-2^31 .. 2^31) range.
3096         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
3097         targets.
3098         * stdlib/tst-rand48-2.c: New test.
3099         * stdlib/Makefile (tests): Add tst-rand48-2.
3100
3101 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
3102
3103         * misc/tst-pselect.c (do_test): Fix sigblock argument.
3104
3105 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
3106
3107         * misc/tst-pselect.c (do_test): Make sure the helper process is
3108         terminating when the test is aborted.
3109
3110 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
3111
3112         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
3113         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3114         Handle relatime mount option.
3115
3116         [BZ #2337]
3117         * libio/Makefile (tests): Add tst-setvbuf1.
3118         * libio/tst-setvbuf1.c: New file.
3119
3120 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
3121
3122         [BZ #2337]
3123         * libio/genops.c (__uflow): Fix a typo.
3124         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
3125         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
3126         the narrow buffer size.
3127
3128 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
3129
3130         [BZ #2337]
3131         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
3132         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
3133         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
3134         in _flags.
3135         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
3136         _IO_wstr_finish): Likewise.
3137         * libio/wmemstream.c (open_wmemstream): Likewise.
3138         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
3139         even for wide streams.
3140
3141 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
3142
3143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
3144         kernel-features.h.
3145
3146 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
3147
3148         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
3149         separators also if no non-zero digits found.
3150         * stdlib/Makefile (tests): Add tst-strtod3.
3151
3152 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
3153
3154         [BZ #3632]
3155         * include/features.h: Fix comment about default value for
3156         _POSIX_C_SOURCE.
3157
3158         [BZ #3664]
3159         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
3160         empty parsed strings.
3161         * stdlib/Makefile (tests): Add tst-strtod2.
3162         * stdlib/tst-strtod2.c: New file.
3163
3164         [BZ #3673]
3165         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
3166         computation.
3167         * stdlib/Makefile (tests): Add tst-atof2.
3168         * stdlib/tst-atof2.c: New file.
3169
3170         [BZ #3674]
3171         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
3172         correctly if removing trailing zero of hex-float.
3173         * stdlib/Makefile (tests): Add tst-atof1.
3174         * stdlib/tst-atof1.c: New file.
3175
3176 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
3177
3178         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
3179         Start searching for next comma at p rather than rest.
3180         * misc/Makefile (tests): Add tst-mntent2.
3181         * misc/tst-mntent2.c: New test.
3182
3183         * misc/getusershell.c (initshells): Check for integer overflows.
3184         Make strings buffer one bigger as fgets always succeeds when second
3185         argument is 1.  Don't use calloc for shells array.  Disallow
3186         / as shell.
3187
3188 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
3189
3190         * malloc/memusage.c: Handle realloc with new size of zero and
3191         non-NULL pointer correctly.
3192         (me): Really write first record twice.
3193         (struct entry): Make format bi-arch safe.
3194         (dest): Write out more realloc statistics.
3195         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
3196
3197 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3198
3199         * nis/nis_subr.c (nis_getnames): Revert last change.
3200
3201 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
3202
3203         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
3204         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
3205         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
3206         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
3207         ENOTTY.
3208         * io/Makefile: Add rules to build and run tst-ttyname_r test.
3209         * io/tst-ttyname_r.c: New test.
3210
3211 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3212
3213         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
3214
3215 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
3216
3217         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
3218         jump table entries.
3219
3220 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3221
3222         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
3223         `clone' function to ensure proper unwinding stop of gdb.
3224         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3225
3226 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
3227
3228         * nscd/nscd.init: Remove obsolete and commented-out -S option
3229         handling.
3230
3231 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
3232
3233         [BZ #3514]
3234         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
3235
3236         [BZ #3515]
3237         * manual/string.texi (strtok): Remove duplicate paragraph.
3238
3239 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3240
3241         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
3242         libgcc not supporting `rflags' unwinding (register # >= 17).
3243
3244 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
3245
3246         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
3247         succeeded.
3248
3249 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
3250             Jakub Jelinek  <jakub@redhat.com>
3251             Jan Kratochvil  <jan.kratochvil@redhat.com>
3252
3253         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
3254         unwind information.
3255         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
3256         'restore_rt' even in the 'signal' directory.
3257         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
3258
3259 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
3260
3261         [BZ #3559]
3262         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
3263         malloc crashed.  Don't allocate memory unnecessarily in each
3264         loop.
3265
3266 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
3267
3268         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
3269
3270 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
3271
3272         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
3273
3274 2006-11-18  Bruno Haible  <bruno@clisp.org>
3275
3276         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
3277         __sysconf only after having tried to call getgroups32.
3278
3279 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
3280
3281         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
3282         addresses for IPv4 queries if they can be mapped.
3283
3284 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
3285
3286         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
3287         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
3288         (signmask): Add .size directive.
3289         (othermask): Add .type directive.
3290
3291 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
3292
3293         * po/nl.po: Update from translation team.
3294
3295         * timezone/zdump.c: Redo fix for BZ #3137.
3296
3297 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
3298
3299         * nss/nss_files/files-alias.c (get_next_alias): Set line back
3300         to first_unused after parsing :include: file.
3301
3302 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3303
3304         * timezone/africa: Update from tzdata2006o.
3305         * timezone/antarctica: Likewise.
3306         * timezone/asia: Likewise.
3307         * timezone/australasia: Likewise.
3308         * timezone/backward: Likewise.
3309         * timezone/europe: Likewise.
3310         * timezone/iso3166.tab: Likewise.
3311         * timezone/northamerica: Likewise.
3312         * timezone/southamerica: Likewise.
3313         * timezone/zone.tab: Likewise.
3314
3315         * time/tzfile.c (__tzfile_read): Extend to handle new file format
3316         on machines with 64-bit time_t.
3317
3318         * timezone/checktab.awk: Update from tzcode2006o.
3319         * timezone/ialloc.c: Likewise.
3320         * timezone/private.h: Likewise.
3321         * timezone/scheck.c: Likewise.
3322         * timezone/tzfile.h: Likewise.
3323         * timezone/tzselect.ksh: Likewise.
3324         * timezone/zdump.c: Likewise.
3325         * timezone/zic.c: Likewise.
3326
3327         [BZ #3483]
3328         * elf/ldconfig.c (main): Call setlocale and textdomain.
3329         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3330
3331         [BZ #3480]
3332         * manual/argp.texi: Fix typos.
3333         * manual/charset.texi: Likewise.
3334         * manual/errno.texi: Likewise.
3335         * manual/filesys.texi: Likewise.
3336         * manual/lang.texi: Likewise.
3337         * manual/maint.texi: Likewise.
3338         * manual/memory.texi: Likewise.
3339         * manual/message.texi: Likewise.
3340         * manual/resource.texi: Likewise.
3341         * manual/search.texi: Likewise.
3342         * manual/signal.texi: Likewise.
3343         * manual/startup.texi: Likewise.
3344         * manual/stdio.texi: Likewise.
3345         * manual/sysinfo.texi: Likewise.
3346         * manual/syslog.texi: Likewise.
3347         * manual/time.texi: Likewise.
3348         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3349
3350         [BZ #3465]
3351         * sunrpc/clnt_raw.c: Minimal message improvements.
3352         * sunrpc/pm_getmaps.c: Likewise.
3353         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3354         * nis/nis_print_group_entry.c: Likewise.
3355         * locale/programs/repertoire.c: Likewise.
3356         * locale/programs/charmap.c: Likewise.
3357         * malloc/memusage.sh: Likewise.
3358         * elf/dl-deps.c: Likewise.
3359         * locale/programs/ld-collate.c: Likewise.
3360         * libio/vswprintf.c: Likewise.
3361         * malloc/memusagestat.c: Likewise.
3362         * sunrpc/auth_unix.c: Likewise.
3363         * sunrpc/rpc_main.c: Likewise.
3364         * nscd/cache.c: Likewise.
3365         * locale/programs/repertoire.c: Unify output messages.
3366         * locale/programs/charmap.c: Likewise.
3367         * locale/programs/ld-ctype.c: Likewise.
3368         * locale/programs/ld-monetary.c: Likewise.
3369         * locale/programs/ld-numeric.c: Likewise.
3370         * locale/programs/ld-time.c: Likewise.
3371         * elf/ldconfig.c: Likewise.
3372         * nscd/selinux.c: Likewise.
3373         * elf/cache.c: Likewise.
3374         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3375
3376         [BZ #3451]
3377         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
3378         change atomic.
3379         (ceil): Likewise.
3380
3381 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3382
3383         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
3384         if N is one bigger than return value.
3385         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
3386         and l1 last arguments, if buf is defined, verify the return value
3387         equals to strlen (buf) and verify no byte beyond passed length
3388         is modified.
3389
3390 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3391
3392         * po/sv.po: Update from translation team.
3393
3394 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3395
3396         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
3397         noinline attribute.
3398
3399 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3400
3401         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
3402         noinline attribute.
3403
3404         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
3405         Use __new_sys_siglist instead of _sys_siglist_internal as
3406         second macro argument.
3407         (_old_sys_siglist): Use declare_symbol_alias macro instead of
3408         strong_alias.
3409
3410 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3411
3412         [BZ #3493]
3413         * posix/unistd.h (sysconf): Remove const attribute.
3414
3415         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
3416         temporary or deprecated addresses.
3417         Patch by Sridhar Samudrala <sri@us.ibm.com>.
3418
3419         * string/Makefile (tests): Add tst-strxfrm2.
3420         * string/tst-strxfrm2.c: New file.
3421
3422 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
3423
3424         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
3425         rather than r->r_brk.
3426
3427 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
3428
3429         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
3430         optimization even if needed > n.
3431
3432         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
3433         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
3434         return false, otherwise return true.
3435         (cache_rpath): Return decompose_rpath return value.
3436
3437 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
3438
3439         * include/libc-symbols.h (declare_symbol): Rename to...
3440         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
3441         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
3442         .size directive.
3443         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
3444         changes.
3445         * sysdeps/gnu/siglist.c: Likewise.
3446
3447 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
3448
3449         * sysdeps/powerpc/fpu/bits/mathinline.h
3450         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
3451         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
3452
3453 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
3454
3455         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
3456         Update handling of cache descriptor 0x49 for new models.
3457         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
3458         Likewise.
3459
3460 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
3461
3462         * malloc/memusage.c (dest): Reset not_me back to false after
3463         printing statistics.
3464
3465 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3466
3467         * configure.in: Work around ld --help change and avoid -z relro
3468         test completely if the architecture doesn't care about security.
3469
3470 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
3471
3472         * po/sv.po: Update from translation team.
3473
3474 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
3475
3476         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
3477         generate compatibility version.
3478
3479 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
3480
3481         * configure.in: Relax -z relro requirement a bit.
3482
3483         * po/sv.po: Update from translation team.
3484
3485 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
3486
3487         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
3488         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
3489         * elf/dl-close.c (_dl_close_worker): Likewise.
3490         * elf/dl-open.c (_dl_open_worker): Likewise.
3491         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
3492
3493 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
3494
3495         * configure.in: Require assembler support for visibility, compiler
3496         support for visibility and aliases, linker support for various -z
3497         options.
3498         * Makeconfig: Remove conditional code which now is unnecessary.
3499         * config.h.in: Likewise.
3500         * config.make.in: Likewise.
3501         * dlfcn/Makefile: Likewise.
3502         * elf/Makefile: Likewise.
3503         * elf/dl-load.c: Likewise.
3504         * elf/rtld.c: Likewise.
3505         * include/libc-symbols.h: Likewise.
3506         * include/stdio.h: Likewise.
3507         * io/Makefile: Likewise.
3508         * io/fstat.c: Likewise.
3509         * io/fstat64.c: Likewise.
3510         * io/fstatat.c: Likewise.
3511         * io/fstatat64.c: Likewise.
3512         * io/lstat.c: Likewise.
3513         * io/lstat64.c: Likewise.
3514         * io/mknod.c: Likewise.
3515         * io/mknodat.c: Likewise.
3516         * io/stat.c: Likewise.
3517         * io/stat64.c: Likewise.
3518         * libio/stdio.c: Likewise.
3519         * nscd/Makefile: Likewise.
3520         * stdlib/Makefile: Likewise.
3521         * stdlib/atexit.c: Likewise.
3522         * sysdeps/generic/ldsodefs.h: Likewise.
3523         * sysdeps/i386/dl-machine.h: Likewise.
3524         * sysdeps/i386/sysdep.h: Likewise.
3525         * sysdeps/i386/i686/memcmp.S: Likewise.
3526         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
3527         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3528         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3529
3530         * Makerules: USE_TLS support is now default.
3531         * tls.make.c: Likewise.
3532         * csu/Versions: Likewise.
3533         * csu/libc-start.c: Likewise.
3534         * csu/libc-tls.c: Likewise.
3535         * csu/version.c: Likewise.
3536         * dlfcn/dlinfo.c: Likewise.
3537         * elf/dl-addr.c: Likewise.
3538         * elf/dl-cache.c: Likewise.
3539         * elf/dl-close.c: Likewise.
3540         * elf/dl-iteratephdr.c: Likewise.
3541         * elf/dl-load.c: Likewise.
3542         * elf/dl-lookup.c: Likewise.
3543         * elf/dl-object.c: Likewise.
3544         * elf/dl-open.c: Likewise.
3545         * elf/dl-reloc.c: Likewise.
3546         * elf/dl-support.c: Likewise.
3547         * elf/dl-sym.c: Likewise.
3548         * elf/dl-sysdep.c: Likewise.
3549         * elf/dl-tls.c: Likewise.
3550         * elf/ldconfig.c: Likewise.
3551         * elf/rtld.c: Likewise.
3552         * elf/tst-tls-dlinfo.c: Likewise.
3553         * elf/tst-tls1.c: Likewise.
3554         * elf/tst-tls10.h: Likewise.
3555         * elf/tst-tls14.c: Likewise.
3556         * elf/tst-tls2.c: Likewise.
3557         * elf/tst-tls3.c: Likewise.
3558         * elf/tst-tls4.c: Likewise.
3559         * elf/tst-tls5.c: Likewise.
3560         * elf/tst-tls6.c: Likewise.
3561         * elf/tst-tls7.c: Likewise.
3562         * elf/tst-tls8.c: Likewise.
3563         * elf/tst-tls9.c: Likewise.
3564         * elf/tst-tlsmod1.c: Likewise.
3565         * elf/tst-tlsmod13.c: Likewise.
3566         * elf/tst-tlsmod13a.c: Likewise.
3567         * elf/tst-tlsmod14a.c: Likewise.
3568         * elf/tst-tlsmod2.c: Likewise.
3569         * elf/tst-tlsmod3.c: Likewise.
3570         * elf/tst-tlsmod4.c: Likewise.
3571         * elf/tst-tlsmod5.c: Likewise.
3572         * elf/tst-tlsmod6.c: Likewise.
3573         * include/errno.h: Likewise.
3574         * include/link.h: Likewise.
3575         * include/tls.h: Likewise.
3576         * locale/global-locale.c: Likewise.
3577         * locale/localeinfo.h: Likewise.
3578         * malloc/arena.c: Likewise.
3579         * malloc/hooks.c: Likewise.
3580         * malloc/malloc.c: Likewise.
3581         * resolv/Versions: Likewise.
3582         * sysdeps/alpha/dl-machine.h: Likewise.
3583         * sysdeps/alpha/libc-tls.c: Likewise.
3584         * sysdeps/generic/ldsodefs.h: Likewise.
3585         * sysdeps/generic/tls.h: Likewise.
3586         * sysdeps/i386/dl-machine.h: Likewise.
3587         * sysdeps/ia64/dl-machine.h: Likewise.
3588         * sysdeps/ia64/libc-tls.c: Likewise.
3589         * sysdeps/mach/hurd/fork.c: Likewise.
3590         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3591         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
3592         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3593         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3594         * sysdeps/s390/libc-tls.c: Likewise.
3595         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3596         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3597         * sysdeps/sh/dl-machine.h: Likewise.
3598         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3599         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3600         * sysdeps/x86_64/dl-machine.h: Likewise.
3601
3602         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
3603         split out locking and parameter checking.
3604         (_dl_close): Call _dl_close_worker after locking and checking.
3605         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
3606         _dl_close.
3607         * elf/Makefile: Add rules to build and run tst-thrlock.
3608         * elf/tst-thrlock.c:  New file.
3609
3610         [BZ #3426]
3611         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
3612         reality.
3613
3614         [BZ #3429]
3615         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
3616         we are sure we do not need it anymore for _dl_close.  Also move
3617         the asserts inside the lock region.
3618         Patch mostly by Suzuki <suzuki@in.ibm.com>.
3619
3620 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
3621
3622         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
3623         argument.
3624         (_dl_lookup_symbol_x): Adjust caller.
3625
3626         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
3627         _ns_global_scope.
3628         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
3629
3630         * elf/dl-libc.c: Revert l_scope name changes.
3631         * elf/dl-load.c: Likewise.
3632         * elf/dl-object.c: Likewise.
3633         * elf/rtld.c: Likewise.
3634         * elf/dl-close.c (_dl_close): Likewise.
3635         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
3636         always use __rtld_mrlock_{change,done}.  Always free old scope list
3637         here if not l_scope_mem.
3638         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
3639         change.  Never free scope list here.  Just __rtld_mrlock_lock before
3640         the lookup and __rtld_mrlock_unlock it after the lookup.
3641         * elf/dl-sym.c: Likewise.
3642         * include/link.h (struct r_scoperec): Remove.
3643         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
3644         with l_scope_mem and l_scoperec_lock with l_scope_lock.
3645
3646 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
3647
3648         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
3649
3650 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3651
3652         * configure.in: Disable building profile libraries by default.
3653
3654 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3655
3656         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
3657         as signed longs, check for x_base + pos overflow.
3658         * sunrpc/Makefile (tests): Add tst-xdrmem2.
3659         * sunrpc/tst-xdrmem2.c: New test.
3660
3661 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3662
3663         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
3664         _dl_lookup_symbol_x code.
3665
3666 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3667
3668         * elf/dl-runtime.c: Include sysdep-cancel.h.
3669         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
3670         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
3671         instead of catomic_* macros.
3672         * elf/dl-sym.c: Include sysdep-cancel.h.
3673         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
3674         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3675         * elf/dl-close.c: Include sysdep-cancel.h.
3676         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
3677         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3678         * elf/dl-open.c: Include sysdep-cancel.h.
3679         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
3680         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3681
3682 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3683
3684         [BZ #3313]
3685         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
3686         fastbin rather than end of fastbin array.
3687
3688 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3689
3690         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
3691         body macro.
3692         * sysdeps/x86_64/bits/atomic.h
3693         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
3694         (catomic_decrement): Use correct body macro.
3695
3696 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3697
3698         * include/atomic.h: Add a unique prefix to all local variables
3699         in macros.
3700         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
3701
3702 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
3703
3704         [BZ #3369]
3705         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
3706         and 7.
3707
3708 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
3709
3710         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
3711
3712 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
3713
3714         [BZ #3313]
3715         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
3716         determine highest fast bin to consolidate, always look into all of
3717         them.
3718         (do_check_malloc_state): Only require for empty bins for large
3719         sizes in main arena.
3720
3721         * libio/stdio.h: Add more __wur attributes.
3722
3723         * elf/dl-minimal.c (realloc): Optimize last patch.
3724
3725 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
3726
3727         [BZ #3352]
3728         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
3729         and use memcpy() if it does.
3730
3731 2006-11-12  Andreas Jaeger  <aj@suse.de>
3732
3733         [BZ #2510]
3734         * manual/search.texi (Hash Search Function): Clarify.
3735         (Array Search Function): Clarify.
3736
3737 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
3738
3739         [BZ #2830]
3740         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
3741         shifting.
3742         * math/atest-exp2.c (read_mpn_hex): Likewise.
3743         * math/atest-sincos.c (main): Likewise.
3744
3745 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3746
3747         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
3748         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
3749         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
3750         version GLIBC_2.6.
3751         * Versions.def: Add GLIBC_2.6 for libc.
3752
3753         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
3754
3755         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
3756
3757 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
3758
3759         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
3760
3761         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
3762
3763         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
3764         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
3765
3766 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3767
3768         * include/atomic.c: Define catomic_* operations.
3769         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
3770         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
3771         * malloc/memusage.c: Likewise.
3772         * gmon/mcount.c: Likewise.
3773         * elf/dl-close.c: Likewise.
3774         * elf/dl-open.c: Likewise.
3775         * elf/dl-profile.c: Likewise.
3776         * elf/dl-sym.c: Likewise.
3777         * elf/dl-runtime.c: Likewise.
3778         * elf/dl-fptr.c: Likewise.
3779         * resolv/res_libc.c: Likewise.
3780
3781 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
3782
3783         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
3784         components which lack them.
3785
3786         * nis/nis_subr.c (nis_getnames): Make sure that we always return
3787         at least one entry consisting of the parameter concatenated with
3788         the domain.
3789
3790 2006-10-10  Roland McGrath  <roland@frob.com>
3791
3792         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
3793         * sysdeps/mach/hurd/futimes.c: Likewise.
3794         * sysdeps/mach/hurd/lutimes.c: Likewise.
3795
3796 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
3797             Jakub Jelinek  <jakub@redhat.com>
3798
3799         Implement reference counting of scope records.
3800         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
3801         from the list in objects which remain.  Always allocate new scope
3802         record.
3803         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
3804         don't resize, allocate a new one.
3805         * elf/dl-runtime.c: Update reference counters before using a scope
3806         array.
3807         * elf/dl-sym.c: Likewise.
3808         * elf/dl-libc.c: Adjust for l_scope name change.
3809         * elf/dl-load.c: Likewise.
3810         * elf/dl-object.c: Likewise.
3811         * elf/rtld.c: Likewise.
3812         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
3813         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
3814         Add l_scoperec_lock.
3815         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
3816         * sysdeps/generic/rtld-lowlevel.h: New file.
3817
3818         * include/atomic.h: Rename atomic_and to atomic_and_val and
3819         atomic_or to atomic_or_val.  Define new macros atomic_and and
3820         atomic_or which do not return values.
3821         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
3822         Various cleanups.
3823         * sysdeps/i386/i486/bits/atomic.h: Likewise.
3824
3825         * po/sv.po: Update from translation team.
3826
3827 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
3828
3829         * Versions.def: Add GLIBC_2.6 to libpthread.
3830
3831         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
3832         (versioned_symbol): Likewise.
3833         (compat_symbol): Likewise.
3834
3835         * po/tr.po: Update from translation team.
3836
3837 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
3838
3839         * nis/Banner: Removed.  It's been integral part forever and the
3840         author info is incomplete anyway.
3841         * libio/Banner: Likewise.
3842
3843         * nis/nis_table.c (nis_list): If __follow_path fails in the new
3844         code, make sure the nis_freeresult call doesn't crash and that the
3845         result is reported correctly.
3846
3847 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
3848
3849         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
3850         when callback is NULL.
3851
3852         * nis/Versions (libnss_nisplus): Add
3853         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
3854         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
3855         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
3856         _nss_create_tablename): Rename to...
3857         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
3858         ... these.  No longer static.
3859         (internal_setgrent): Adjust users.
3860         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
3861         Don't use locking around _nss_grp_create_tablename call.
3862         * nis/nss_nisplus/nisplus-initgroups.c: New file.
3863
3864 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
3865
3866         * version.h (VERSION): Bump to 2.5.90 for new development tree.
3867
3868 2006-10-06  Andreas Jaeger  <aj@suse.de>
3869
3870         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
3871
3872 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
3873
3874         * po/pl.po: Update from translation team.
3875
3876         * nscd/nscd.c (main): Fix typo in message.
3877         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
3878
3879 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
3880
3881         [BZ #3291]
3882         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
3883         errno.h, signal.h, unistd.h and sysdep-cancel.h.
3884         (__sigprocmask): Define.
3885
3886 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
3887
3888         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
3889         used.
3890
3891 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
3892
3893         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
3894         in oldtotal and newtotal calculation.
3895         * nscd/nscd-client.h (struct mapped_database): Add datasize
3896         field.
3897         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
3898         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
3899         increased.
3900         (__nscd_cache_search): Add checks to make sure we never reference
3901         data beyond the current mapping.
3902
3903 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3904
3905         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
3906         variables const to avoid compiler warnings.
3907
3908         * io/fts.c (fts_close): Remove redundant checks.
3909         (fts_build): Likewise.
3910         (fts_palloc): Likewise.
3911
3912         * manual/message.texi (Advanced gettext functions,
3913         Using gettextized software): Fix typos.
3914
3915 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
3916
3917         * posix/glob.c (glob_in_dir): Add some comments and asserts to
3918         explain why there are no leaks.
3919
3920 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
3921
3922         * libio/wmemstream.c: Include <wchar.h>.
3923         * libio/bug-wmemstream1.c: Likewise.
3924         * libio/tst-wmemstream1.c: Likewise.
3925         * libio/tst-wmemstream2.c: Likewise.
3926
3927         * version.h (RELEASE): Bump to 2.5.
3928         * README: Regenerated.
3929
3930         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
3931
3932         [BZ #3273]
3933         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
3934         found no group members.
3935         Patch by Petr Baudis.
3936
3937 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
3938
3939         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
3940         assert bootstrap_map.l_tls_modid is zero.
3941         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
3942         if USE___THREAD.
3943
3944 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
3945
3946         * libio/stdio.h: Move open_wmemstream prototype to ...
3947         * wcsmbs/wchar.h: ... here.
3948
3949 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
3950
3951         [BZ #3252]
3952         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
3953         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
3954         __{,l}chown to handle the rest.
3955         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
3956         fchownat syscall and __ASSUME_32BITUIDS case inline, call
3957         __{,l}chown to handle the rest.
3958         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
3959         i386/fchownat.c.
3960         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
3961         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
3962
3963         [BZ #3253]
3964         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
3965         time, rather allocate increasingly bigger arrays of pointers, if
3966         possible with alloca, if too large with malloc.
3967
3968 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
3969
3970         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
3971
3972         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
3973
3974 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
3975
3976         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
3977         home addresses.
3978         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
3979         IFA_F_HOMEADDRESS flag for interfaces.
3980         * include/ifaddrs.h (struct in6addrinfo): Define
3981         in6ai_homeaddress.
3982
3983 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
3984
3985         [BZ #3225]
3986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
3987         PTR_DEMANGLE3): Define.
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
3989         PTR_DEMANGLE3): Likewise.
3990         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
3991         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3992         Likewise.
3993         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
3994
3995 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
3996
3997         * po/libc.pot: Regenerated.
3998         * po/be.po: Updated.
3999         * po/ca.po: Likewise.
4000         * po/cs.po: Likewise.
4001         * po/da.po: Likewise.
4002         * po/de.po: Likewise.
4003         * po/el.po: Likewise.
4004         * po/en_GB.po: Likewise.
4005         * po/es.po: Likewise.
4006         * po/fi.po: Likewise.
4007         * po/fr.po: Likewise.
4008         * po/gl.po: Likewise.
4009         * po/hr.po: Likewise.
4010         * po/hu.po: Likewise.
4011         * po/ja.po: Likewise.
4012         * po/ko.po: Likewise.
4013         * po/nb.po: Likewise.
4014         * po/nl.po: Likewise.
4015         * po/pl.po: Likewise.
4016         * po/pt_BR.po: Likewise.
4017         * po/ru.po: Likewise.
4018         * po/rw.po: Likewise.
4019         * po/sk.po: Likewise.
4020         * po/sv.po: Likewise.
4021         * po/tr.po: Likewise.
4022         * po/zh_CN.po: Likewise.
4023         * po/zh_TW.po: Likewise.
4024
4025         [BZ #3137]
4026         * iconv/iconv_prog.c (main): Fix spelling in error message.
4027         * iconv/iconvconfig.c (main): Likewise.
4028         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
4029         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
4030         * locale/programs/localedef.c (main): Likewise.
4031         * locale/programs/repertoire.c (repertoire_read): Likewise.
4032         * timezone/zdump.c (main): Likewise.
4033         * nscd/connections.c (handle_request): Fix spelling in log message.
4034         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
4035
4036 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
4037
4038         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
4039         interfaces.
4040
4041 2006-09-20  Andreas Jaeger  <aj@suse.de>
4042
4043         * math/libm-test.inc (lrint_test_upward): Fix typo.
4044
4045 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
4046
4047         [BZ #2592]
4048         * math/libm-test.inc (lrint_test_tonearest): New function.
4049         (lrint_test_towardzero): New function.
4050         (lrint_test_downward): New function.
4051         (lrint_test_upward): New function.
4052         (main): Run these new tests.
4053         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
4054         of values near to 0.
4055         (two52): Use double not long double.
4056         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
4057         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
4058         (two23): Use float not double.
4059         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
4060         (two23): Use float not double.
4061         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
4062         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
4063         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
4064         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
4065
4066 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4067
4068         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
4069         Cast sp to unsigned long to avoid compiler warning.
4070         Use __makecontext_ret function instead of a trampoline on the stack.
4071         (__makecontext_ret): New function.
4072         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
4073
4074 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
4075
4076         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
4077         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
4078         bits.
4079
4080 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
4081
4082         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
4083         sure no reference to the unloaded map's search list remains in the
4084         dependency's scope.
4085
4086 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4087
4088         * elf/Makefile: Add rules to build and run unload7 test.
4089         * elf/unload7.c: New test.
4090         * elf/unload7mod1.c: New file.
4091         * elf/unload7mod2.c: New file.
4092
4093 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
4094
4095         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
4096         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
4097         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4098         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
4099         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4100         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
4101         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4102         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
4103         PTRACE_GETEVENTMSG): Likewise.
4104         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
4105         values.
4106
4107 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
4108
4109         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
4110         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4111         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
4112         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
4113
4114 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4115
4116         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
4117         write '\0' to the fd.
4118         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
4119         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
4120         Change regs to unsigned long pointer from unsigned int, fix fscr
4121         offset.
4122
4123 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4124
4125         * io/Makefile (CFLAGS-fstatat.c): Set.
4126         (CFLAGS-fstatat64.c): Likewise.
4127         (CFLAGS-mknodat.c): Likewise.
4128
4129         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
4130         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
4131         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
4132         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
4133
4134 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4135             Steven Munroe  <sjmunroe@us.ibm.com>
4136
4137         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
4138         names to the beginning.  Rename "cell" to "cellbe".
4139         (_dl_powerpc_platforms): New.
4140         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
4141         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
4142         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
4143         (_DL_HWCAP_PLATFORM): Define to new mask.
4144         (_dl_platform_string, _dl_string_platform): New functions.
4145         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
4146         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
4147
4148 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
4149
4150         [BZ #2526]
4151         * README.libm: Fix a thinko in sqrt algorithm description.
4152
4153         [BZ #3143]
4154         * manual/string.texi (argz_delete): Fix prototype.
4155         Patch by <alpt@freaknet.org>.
4156
4157 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
4158
4159         [BZ #3138]
4160         * io/test-lfs.c (do_prepare): Give name_len type size_t.
4161         * io/tst-fcntl.c (do_prepare): Likewise.
4162         * posix/tst-exec.c (do_prepare): Likewise.
4163         * posix/tst-preadwrite.c (do_prepare): Likewise.
4164         * posix/tst-spawn.c (do_prepare): Likewise.
4165         * posix/tst-truncate.c (do_prepare): Likewise.
4166         * rt/tst-aio.c (do_prepare): Likewise.
4167         * rt/tst-aio64.c (do_prepare): Likewise.
4168         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
4169         size_t.
4170
4171 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
4172
4173         [BZ #2821]
4174         * time/mktime.c (guess_time_tm): Fix overflow detection.
4175         * time/Makefile (tests): Add bug-mktime1.
4176         * time/bug-mktime1.c: New file.
4177
4178         [BZ #3189, #3188]
4179         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
4180         (mremap): Likewise.
4181
4182 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
4183
4184         [BZ #1006]
4185         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
4186         Ensure relocation doesn't clobber any bits outside of the
4187         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
4188         R_SPARC_HI22 and R_SPARC_H44.
4189
4190         [BZ #2775]
4191         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
4192         (long) (MINSIZE + nb - old_size) is positive.
4193
4194         * malloc/arena.c (grow_heap): When growing bail even if new_size
4195         is negative.
4196
4197         [BZ #3155]
4198         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
4199         stack below r1.
4200
4201 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4202
4203         * posix/regex_internal.c (re_string_reconstruct): Handle
4204         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4205         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4206         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4207         re_string_context_at.
4208         * posix/Makefile: Add rules to build and run bug-regex26 test.
4209         * posix/bug-regex26.c: New test.
4210
4211         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
4212         rather than col_sym_free.  Move seqp declaration earlier.
4213
4214         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
4215
4216 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
4217
4218         * nscd/initgrcache.c (addinitgroupsX): Move any_success
4219         decl before first goto out.
4220
4221 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4222
4223         * Makerules (shlib.lds): If have-hash-style, put .hash section
4224         at the end of the RO segment.
4225
4226 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
4227
4228         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
4229         style hash table format is used.
4230
4231 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4232
4233         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
4234         randomization rather than before.
4235         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
4236
4237 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
4238
4239         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
4240
4241         * malloc/malloc.c (_int_malloc): Use full list insert and not
4242         shortcut which assumes the list is empty for large requests
4243         too.
4244
4245         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
4246
4247 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
4248
4249         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
4250         and offout arguments to the prototype.
4251         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
4252         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
4253         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
4254         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
4255         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
4256         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
4257         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
4258         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
4259
4260 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
4261
4262         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
4263
4264         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
4265         dlopen parameters.
4266
4267 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
4268
4269         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
4270         only if herrno is NETDB_INTERNAL.  Handle errors other than
4271         ERANGE outside of the loops, handle TRY_AGAIN.
4272
4273         * locale/programs/ld-ctype.c (translit_flatten): Issue error
4274         if other's ctype category was missing.
4275         * locale/programs/ld-collate.c (collate_read): Return if
4276         copy_locale's collate category is missing.
4277
4278 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
4279
4280         [BZ #2684]
4281         * malloc/malloc.c (public_rEALLOc): Try harder by using other
4282         arenas if allocation failed.
4283         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
4284
4285 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
4286
4287         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
4288         waste bins[0..1].
4289         (malloc_state): Reduce bins size by 2.
4290         (_int_malloc): Fix test for large enough buffer for early termination.
4291         When no unsorted block matches perfectly and an exiting block has
4292         to be split, use full list insert and not shortcut which assumes
4293         the list is empty.
4294
4295         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
4296         failure.
4297
4298 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4299
4300         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
4301         do anything.
4302
4303         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
4304         symbol require exact match (these are PLTs).
4305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
4306         (_dl_ppc64_addr_sym_match): Likewise.
4307
4308         [BZ #2683]
4309         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
4310         If symbol has a value use it.
4311         * elf/tst-dladdr1.c: New file.
4312         * elf/Makefile: Add rules to build and run tst-addr1.
4313
4314 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
4315
4316         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
4317         keeps failing and heap growth or new heap creation isn't
4318         successful either.
4319         * malloc/tst-malloc.c (main): Add new tests.
4320
4321 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4322
4323         [BZ #2734]
4324         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
4325         as in the x86-64 code to use bswap.
4326
4327 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
4328
4329         [BZ #2680]
4330         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
4331         __USE_UNIX98.
4332         * posix/bits/unistd.h: Likewise.
4333
4334 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
4335
4336         [BZ #2751]
4337         * string/strchr.c: Add cast to avoid warning.
4338
4339 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4340
4341         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
4342         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
4343         limit is needed to avoid the exploding of the address space
4344         requirement for secondary heaps.
4345         * malloc/arena.c (HEAP_MAX_SIZE): Define using
4346         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
4347
4348 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
4349
4350         [BZ #3018]
4351         * Makerules (depfiles): Handle extra-test-objs the same as
4352         extra-objs.
4353         (common-mostlyclean): Likewise.
4354         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
4355         instead.
4356         * elf/Makefile (extra-objs): Likewise.
4357         * stdlib/Makefile (extra-objs): Likewise.
4358
4359 2006-08-14  Eric Blake  <ebb9@byu.net>
4360
4361         [BZ #3044]
4362         * misc/error.h: Assume C89 or better.
4363         * misc/error.c: Likewise.
4364
4365 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4366
4367         [BZ #3040]
4368         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
4369         __ASSUME_ATFCTS is defined.
4370
4371 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
4372
4373         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
4374         to sort in each call.
4375
4376         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
4377         is empty simply return and use next service.
4378         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
4379
4380         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
4381         tells us when not finding a charmap file is an error.
4382         * locale/programs/charmap.h: Adjust charmap_read prototype.
4383         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
4384         cannot find a charmap.
4385         * locale/programs/localedef.c (main): Adjust charmap_read call.
4386
4387 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
4388
4389         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
4390         sysdeps/posix/pause.c implementation instead.
4391
4392 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
4393
4394         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
4395         to EPERM.
4396
4397 2006-08-13  Andreas Schwab  <schwab@suse.de>
4398
4399         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
4400         Don't clobber caller's LRSAVE.
4401         (_dl_prof_resolve): Likewise.
4402
4403 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
4404
4405         [BZ #1996]
4406         * libio/memstream.c (open_memstream): Allocate initial buffer with
4407         calloc.
4408         * libio/wmemstream.c (open_wmemstream): Likewise.
4409         * libio/strops.c: Pretty printing.
4410         (_IO_str_overflow): Clear uninitialized part of the new buffer.
4411         (enlarge_userbuf): New function.
4412         (_IO_str_seekoff): Call it if seek position is larger than current
4413         buffer.
4414         * libio/wstrops.c: Likewise.
4415         * libio/vasprintf.c: Add comment as to why we do not have to use
4416         calloc instead of malloc to allocate initial buffer.
4417         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
4418         * libio/bug-memstream1.c: New file.
4419         * libio/bug-wmemstream1.c: New file.
4420
4421 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4422
4423         * libio/wstrops.c: Remove dead macro definitions and comments.
4424         * libio/strops.c: Likewise.
4425
4426         [BZ #2764]
4427         * login/utmpname.c (__utmpname): Remove unnecessary test.
4428
4429 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
4430
4431         [BZ #2832]
4432         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
4433         0s from integers.
4434
4435 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4436
4437         [BZ #2987]
4438         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
4439         for CPU clocks.
4440         * sysdeps/unix/clock_settime.c: Add support for platform-specific
4441         setting of CPU clocks.
4442
4443 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4444
4445         [BZ #2841]
4446         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
4447         since C99 requires the result to promote to 'int' when uint_least8_t
4448         and uint_least16_t promote to 'int'.
4449
4450 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4451
4452         [BZ #3013]
4453         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
4454         lenght of one output field, correct bitmask creation.
4455         * locale/programs/ld-time.c: Add alignment.
4456
4457         [BZ #2997]
4458         * misc/error.c: Add space between program name and message if file
4459         name is missing.
4460
4461 2006-08-03  Eric Blake  <ebb9@byu.net>
4462
4463         [BZ #2998]
4464         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
4465
4466 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
4467
4468         * malloc/memusagestat.c: Silence warnings.
4469
4470         * malloc/malloc.c: Dynamically size mmap treshold if the program
4471         frees mmaped blocks.
4472         Patch by Valerie Henson and Arjan van de Ven.
4473
4474 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
4475
4476         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
4477         __USE_GNU.
4478
4479         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
4480         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
4481         (DEF): Don't put the var into .gnu.linkonce.r.* section.
4482         Only provide var definitions in strtol_l (or for *ull*
4483         in strtoll_l).
4484
4485         * stdio-common/bug16.c (tests): New array.
4486         (do_tests): Allow the first hexadecimal digit
4487         to be 1, 2, 4 or 8.  Do 3 additional tests.
4488
4489         * sysdeps/s390/fpu/libm-test-ulps: Update.
4490
4491         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
4492         fchownat syscall if available.
4493         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
4494         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
4495         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
4496
4497 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4498
4499         * nis/nis_xdr.c: Avoid some function calls.
4500
4501 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
4502             Ulrich Drepper  <drepper@redhat.com>
4503
4504         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
4505         short cut if only one name component is stripped away.
4506
4507 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4508
4509         * nis/nis_call.c: Minor cleanups throughout.
4510         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
4511         (first_shoot): Add search_parent_first parameter.  Only if it is set
4512         search parent server first.
4513         If directory for table found through cold start cache is not the same
4514         as referenced in the cache, don't use it.
4515         (__nisfind_server): Take additional parameter.  Pass it on to
4516         first_shoot.
4517         (__prepare_niscall): Adjust __nisfind_server call.
4518         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
4519         * nis/nis_table.c: Adjust __nisfind_server call.
4520         * nis/nis_lookup.c: Likewise.
4521         (nis_lookup): Don't loop endlessly if name is reduced to ".".
4522
4523 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
4524
4525         [BZ #2182]
4526         * math/s_cacosh.c: Return values from positive branch.
4527         * math/s_cacoshf.c: Likewise.
4528         * math/s_cacoshl.c: Likewise.
4529
4530         [BZ #2883]
4531         * sysvipc/sys/msg.h: Change return value to ssize_t.
4532         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4533         * sysvipc/msgrcv.c: Likewise.
4534         * include/sys/msg.h: Likewise.
4535
4536         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
4537         test introduced in patch for bz #661.
4538         (getgrouplist): Simplify code a bit.  Don't allocate one additional
4539         element for NEWGROUPS.
4540
4541         [BZ #2908]
4542         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
4543         'f', use '1' as leading digit not '\1'.
4544         * stdio-common/Makefile (tests): Add bug16.
4545         * stdio-common/bug16.c: New file.
4546
4547         [BZ #2914]
4548         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
4549         and don't try to open it.  The patch introducing the macro
4550         contained a bug and used the same file name as the new file
4551         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
4552         this out completely.
4553
4554         [BZ #2926]
4555         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
4556         Patch by Jerry James <Jerry.James@usu.edu>.
4557
4558         * rt/Makefile (tests): Add tst-clock2.
4559         * rt/tst-clock2.c: New file.
4560
4561         [BZ #2978]
4562         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
4563         function and its parameters and pass it to new thread.
4564         (__gai_notify): Add support for alternative waiting for completion.
4565         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
4566         waiting for completion.
4567         * resolv/getaddrinfo_a.c: Likewise.
4568         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
4569         waiting for completion is used.
4570         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
4571         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
4572         * resolv/gai_error.c: Likewise.
4573         * resolv/gai_sigqueue.c: Likewise.
4574
4575 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
4576
4577         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
4578         errno to EBADF and return MACH_PORT_NULL.
4579
4580 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
4581
4582         [BZ #2980]
4583         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
4584
4585 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
4586
4587         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
4588         walk them instead of the symbol table.
4589
4590 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
4591
4592         [BZ #2098]
4593         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
4594         status of NSS calls, not the number of returned entries.
4595
4596         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
4597         request_key, keyctl.
4598
4599 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4600
4601         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
4602
4603 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
4604
4605         * elf/tst-auditmod1.c: Fix typo in #error.
4606
4607 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4608
4609         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
4610
4611         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
4612
4613 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
4614
4615         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
4616         that the directory is empty even on non-POSIX filesystems.
4617
4618 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4619
4620         * elf/dl-open.c (dl_open_worker): Add branch prediction.
4621
4622         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
4623         the backend NSS module.  If backend setgrent call failed, don't have
4624         internal_setgrent fail.  Just remember this until it is needed.
4625         * nis/nss_compat/compat-pwd.c: Likewise.
4626         * nis/nss_compat/compat-spwd.c: Likewise.
4627
4628 2006-07-30  Roland McGrath  <roland@redhat.com>
4629
4630         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
4631         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
4632         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
4633         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
4634
4635         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
4636         (nanosleep_not_cancel): New macro.
4637         (sigsuspend_not_cancel): new macro.
4638         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
4639         (do_sigsuspend): Define as inline.
4640         (__sigsuspend): Always use do_sigsuspend.
4641         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
4642         * include/signal.h: Declare __sigsuspend_nocancel.
4643         * sysdeps/posix/pause.c
4644         [! NO_CANCELLATION] (__pause_nocancel): New function.
4645
4646         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
4647         * include/time.h (__nanosleep_nocancel): Likewise.
4648
4649 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
4650
4651         * locale/programs/localedef.c (add_to_readlist): Rename local
4652         variables to avoid confusion.
4653
4654         * locale/programs/charmap.c (charmap_read): Emit error message if
4655         charmap couldn't be found or read.
4656
4657 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
4658
4659         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4660         __ASSUME_FUTEX_LOCK_PI.
4661         * include/time.h: Declare __nanosleep_nocancel.
4662         * include/unistd.h: Declare __pause_nocancel.
4663
4664         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
4665         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
4666         get the __stack_chk_fail_local definition when it's needed.
4667
4668 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
4669
4670         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
4671         * dlfcn/bug-atexit3.c: New file.
4672         * dlfcn/bug-atexit3-lib.cc: New file.
4673
4674         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
4675         used when the namespace is not the base namespace.
4676
4677 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
4678
4679         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
4680         (__new_exitfn): Bump it in every successful call.
4681         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
4682         more exit handlers, call them right away.
4683         * stdlib/exit.h: Declare __new_exitfn_called.
4684
4685 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
4686
4687         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
4688         calling registered handler.
4689
4690         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
4691         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4692         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4693         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4694         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4695         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4696         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4697         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4698
4699 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
4700
4701         * elf/dl-lookup.c (dl_new_hash): New functions.
4702         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
4703         value here.  Compute new-style hash value.  Pass new hash value
4704         and reference to variable with the old value to do_lookup_x.
4705         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
4706         old-style hash table.
4707         (_dl_debug_bindings): Pass new hash value and reference to variable
4708         with the old value to do_lookup_x.
4709         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
4710         new-style hash value and change old-style hash value parameter to
4711         be a reference.  Reoganize functions to determine whether
4712         new-style hash table is available.  Only fall back on old-style
4713         table.  If old-style hash value is needed, compute it here.
4714         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
4715         entry.
4716         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
4717         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
4718         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
4719         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
4720         * Makeconfig: If linker supports --hash-style option add it to all
4721         linker command lines to build DSOs.
4722         * config.make.in: Define have-hash-style.
4723         * configure.in: Test whether linker supports --hash-style option.
4724
4725         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
4726         * sysdeps/generic/ldsodefs.h: Adjust prototype.
4727
4728 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
4729
4730         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
4731         auditing.
4732
4733         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
4734         RPATH of main map twice.
4735
4736 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
4737
4738         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
4739         look further, return original strings.
4740         (_nl_find_msg): Do not return found translation if the conversion
4741         failed.  Either signal the string is unusable or that something went
4742         wrong and the original should be used.
4743
4744 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
4745
4746         * string/_strerror.c (__strerror_r): Add __builtin_expect.
4747
4748 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
4749
4750         [BZ #2766]
4751         * misc/insremque.c (insque): Handle prev == NULL.
4752         * misc/Makefile (tests): Add tst-insremque.
4753         * misc/tst-insremque.c: New test.
4754
4755 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
4756
4757         [BZ #2792]
4758         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
4759         conflict with DL_DST_REQUIRED.
4760
4761 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
4762
4763         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
4764         match what Solaris does.
4765
4766 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
4767
4768         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
4769         local_setegid instead of seteuid and setegid.
4770         * sysdeps/generic/local-setxid.h: New file.
4771         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
4772
4773         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
4774
4775         * string/Makefile (tests): Add bug-envz1.
4776         * string/bug-envz1.c: New file.
4777
4778 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4779
4780         * posix/regex_internal.c (re_string_skip_chars): If no character has
4781         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
4782         to the byte which couldn't be converted.
4783         (re_string_reconstruct): Don't clear valid_raw_len before calling
4784         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4785         tip_context using re_string_context_at.
4786         * posix/Makefile: Add rules to build and run bug-regex25 test.
4787         * posix/bug-regex25.c: New test.
4788
4789 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
4790
4791         [BZ #2703]
4792         * string/envz.c (envz_strip): Correct erroneously reversed src
4793         and dest parameters to memmove() invocation.
4794
4795 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
4796
4797         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
4798         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
4799         to make sure the database has been already invalidated.
4800         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
4801         after the cache has been invalidated.  Use pthread_mutex_lock rather
4802         than pthread_mutex_trylock if fd != -1.
4803         * nscd/connections.c (invalidate_cache): Add fd argument, write
4804         response to fd if not calling prune_cache, pass fd to prune_cache.
4805         (handle_request): Adjust invalidate_cache caller.
4806         (nscd_run): Pass -1 as fd to prune_cache.
4807
4808 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
4809
4810         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
4811         the correct place.
4812
4813 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
4814
4815         * nscd/nscd.h (struct database_dyn): Add prunelock field.
4816         * nscd/cache.c (prune_cache): Take prunelock before starting the
4817         work.  Just return in case it is already taken.
4818         * nscd/connections.c (dbs): Initialize .prunelock.
4819
4820 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
4821
4822         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
4823         copying.  No need to allocate new array for group members.  Just
4824         move the pointers and update the size.
4825
4826         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
4827         Avoid memory leak in case realloc fails.  Simplification for
4828         better code generation.
4829
4830         Avoid deprecation warning because of libc_hidden_proto for
4831         inet6_option_alloc.
4832         * inet/inet6_option.c (option_alloc): Renamed from
4833         inet6_option_alloc.  Made static.
4834         (inet6_option_alloc): Now a simple wrapper around option_alloc.
4835         (inet6_option_append): Call option_alloc.
4836         * include/netinet/in.h: Remove libc_hidden_proto for
4837         inet6_option_alloc.
4838
4839         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
4840         for cleanup when cb!=NULL [Coverity CID 233].
4841
4842 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
4843
4844         [BZ #2693]
4845         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
4846         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
4847         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
4848         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
4849         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
4850         and inet6_rth_getaddr.
4851         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
4852         array.
4853         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
4854         Mark inet6_option_* interfaces as deprecated.
4855         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
4856         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
4857         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
4858         inet6_rth_segments, and inet6_rth_getaddr.
4859         * inet/inet6_opt.c: New file.
4860         * inet/inet6_rth.c: New file.
4861
4862         * inet/netinet/icmp6.h: Pretty printing.
4863
4864         [BZ #2683]
4865         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
4866
4867 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
4868
4869         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
4870         doing it all here.  When server does not know the answer do not
4871         fail immediate, try parent first.
4872
4873         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
4874         overflow test.
4875
4876 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
4877
4878         * nis/nis_call.c (__prepare_niscall): New function.  Split out
4879         from __do_niscall.
4880         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
4881         and exported.
4882         (__follow_path): New function.  Split out from nis_list.
4883         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
4884         _xdr_nis_result.
4885         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
4886         _xdr_nis_result.
4887         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
4888         and __follow_path.
4889         * nis/Versions: Export __prepare_niscall, __create_ib_request,
4890         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
4891         from libnsl for version GLIBC_PRIVATE.
4892         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
4893         Remove entry parameter from _nss_nisplus_parse_pwent and
4894         _nss_nisplus_parse_grent.
4895         * nis/nss_nisplus/nisplus-parser.c: Likewise.
4896         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
4897         again.  Rewrite getpwent handling to not use nis_first_entry and
4898         nis_next_entry.  Roll out own niscall handling.
4899         * nis/nss_nisplus/nisplus-grp.c: Likewise.
4900
4901         * sunrpc/xdr_rec.c: Fix typo in comment.
4902
4903 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
4904
4905         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
4906         handling.
4907
4908         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
4909         to allocate memory for my_pollfd.  Better initialization of
4910         cb_is_running.  Use TEMP_FAILURE_RETRY.
4911
4912         * malloc/memusage.sh (memusageso): Add quotes.
4913         (memusagestat): Likewise.
4914         * debug/xtrace.sh (pcprofileso): Likewise.
4915         (pcprofiledump): Likewise.
4916         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
4917         replacement.
4918         * malloc/Makefile ($(objpfx)memusage): Likewise.
4919
4920         * nis/nis_callback.c (__nis_create_callback): Calls to
4921         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
4922         asprintf call fails.
4923
4924         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
4925         no uninitialized memory is passed to sendto.
4926
4927 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
4928
4929         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
4930         of snprintf+strdup.  Handle OOM.
4931         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
4932         cb->serv together.  Remove now obsolete free calls.
4933         (__nis_destroy_callback): Remove now obsolete free call.
4934
4935 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
4936
4937         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
4938         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
4939         and ULA respectively). Set precedence for IPv4 address to 10 as
4940         defined in RFC3484 for preferring IPv6.
4941         * posix/gai.conf: Update to match the new default tables.
4942
4943 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
4944
4945         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
4946         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
4947         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
4948         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
4949
4950         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
4951         Removed.
4952         (init_nss_interface): Remove initialization of these variables.
4953
4954 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
4955
4956         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
4957         nis_free_directory forward to avoid duplication.
4958
4959 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
4960
4961         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
4962         rec_dirsearch returning NULL.
4963         (first_shoot): Handle __nis_finddirectory returning NULL.
4964         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
4965
4966         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
4967         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
4968
4969 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
4970
4971         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
4972         pid changed.
4973
4974 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
4975
4976         * include/rpc/pmap_prot.h: Mark all functions as hidden.
4977
4978         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
4979         * nscd/nscd_getgr_r.c: Likewise.
4980
4981         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
4982
4983         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
4984         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
4985
4986         * stdlib/longlong.h (__clz_tab): Mark as hidden.
4987
4988         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
4989
4990         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
4991
4992         * include/rpc/auth.h: Mark xdr_des_block_internal and
4993         xdr_opaque_auth_internal as hidden.
4994
4995         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
4996         hidden.
4997
4998         * include/rpc/xdr.h: Mark all _internal functions as hidden.
4999
5000         * misc/getusershell.c (okshells): Don't use static initializers,
5001         do it dynamically.
5002
5003         * stdlib/fmtmsg.c (keywords): Change type of len element to
5004         uint32_t to not waste space on 64bit machines.
5005
5006         * locale/setlocale.c: Change _nl_category_names into a string.
5007         Add new _nl_category_name_idxs.  Change all users.
5008         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
5009         Declare _nl_category_name_idxs.
5010         * locale/findlocale.c: Adjust for _nl_category_names change.
5011         * locale/loadlocale.c: Likewise.
5012         * locale/newlocale.c: Likewise.
5013         * intl/dcigettext.c: Likewise.
5014
5015         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
5016         (add_alias2): ...here.  New function.
5017         (__gconv_read_conf): Simplify builtin alias handling.
5018         (builtin_aliases): Convert to string to avoid relocations.
5019         * iconv/gconv_builtin.h: Add comment about correct formatting.
5020
5021 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
5022
5023         * resolv/res_debug.c (loc_ntoa): Make error const.
5024
5025 2006-05-14  Andreas Schwab  <schwab@suse.de>
5026
5027         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
5028
5029 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
5030
5031         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
5032         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
5033         sizeof (cpu_set_t).
5034
5035 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
5036
5037         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
5038
5039         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
5040
5041         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
5042         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
5043
5044         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
5045         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
5046
5047         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
5048         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
5049         xdr_cback_data.
5050
5051         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
5052         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5053         xdr_ypupdate_args.
5054
5055         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
5056         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
5057
5058         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
5059         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
5060
5061         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
5062         * include/rpcsvc/nis_callback.h: New file.
5063
5064         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
5065         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
5066
5067         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5068         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5069
5070         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
5071         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
5072
5073         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5074         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5075
5076         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
5077         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5078         xdr_ypdelete_args.
5079
5080         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
5081         __BEGIN_DECLS and __END_DECLS, the header is not installed.
5082
5083         * nis/nis_error.c: Remove table of strings.  Use position
5084         independent mechanism.
5085         * nis/nis_error.h: New file.
5086
5087 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
5088
5089         * locale/programs/ld-time.c (time_finish): If wide era name or
5090         format aren't provided, set both wname and wformat to L"".
5091
5092 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5093
5094         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
5095         results if the call was succesful.
5096
5097         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
5098
5099         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
5100         as hidden.
5101
5102 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
5103
5104         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
5105
5106 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5107
5108         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
5109         caller makes sure this is not the case.
5110         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
5111
5112 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
5113
5114         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
5115         calls.
5116
5117         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
5118         [Coverity CID 229, 230]
5119
5120         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
5121         DGETTEXT calls.
5122         (hol_help): Likewise.  [Coverity CID 226, 227]
5123
5124         * string/argz-replace.c (__argz_replace): Unconditionally call
5125         free on SRC.  [Coverity CID 225]
5126
5127         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
5128         the return value of __nis_default_owner and __nis_default_group,
5129         it has been especially allocated.  [Coverity CID 224]
5130
5131         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
5132         searchgroup and searchowner.  Significantly simplified.
5133         (__nis_default_owner): Remove duplication.  Do not locally copy the
5134         string before duplicating it.
5135         (__nis_default_group): Likewise.
5136
5137         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
5138         we must clear the variable before calling __nisfind_server.
5139
5140         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
5141         nis_getnames.  [Coverity CID 223]
5142
5143         * locale/programs/locfile.c (locfile_read): Use alloca instead of
5144         xmalloc to allocate local repertoire name.  [Coverity CID 222]
5145
5146         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
5147         allocate memory for the input to add_bytes.  [Coverity CID 221]
5148
5149         * posix/wordexp.c (w_addword): Free word if realloc fails and it
5150         was allocated here.  [Coverity CID 219, 220]
5151
5152         * posix/getconf.c (print_all): Free confstr data after printing.
5153         [Coverity CID 218]
5154
5155         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
5156         list allocation fails.  [Coverity CID 215]
5157
5158         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
5159         [Coverity CID 213]
5160
5161         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
5162         string is NULL.  [Coverity CID 212]
5163         * argp/Makefile: Add rules to build and run bug-argp1.
5164         * argp/bug-argp1.c: New file.
5165
5166         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
5167         end of string.
5168         * stdlib/canonicalize.c (__realpath): Likewise.
5169
5170         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
5171         pointer.  [Coverity CID 206]
5172
5173         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
5174         in statically linked code.
5175         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
5176         statically built code, be prepared to have no link map.
5177         [Coverity CID 205]
5178
5179         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
5180         dgettext calls. [Coverity CID 204]
5181
5182         * argp/argp-help.c (struct uparams): Remove valid member.  Change
5183         the one user.
5184         (uparam_names): Reduce size.  Avoid relative relocations.
5185         Moved to read-only segment.
5186         (fill_in_uparams): Update for new layout.
5187
5188         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
5189         assumed to always be != NULL. [Coverity CID 202]
5190
5191         * argp/argp-help.c (hol_entry_help): Remove some dead code
5192         [Coverity CID 200].
5193
5194         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
5195         away a few more unconditional yperr2nss calls.
5196         (_nss_nis_getservbyname_r): Likewise.
5197
5198 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
5199
5200         * sysdeps/generic/ldsodefs.h: Remove support for non-core
5201         architectures.
5202
5203         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
5204         that unused memory passed to sendto is nevertheless initialized.
5205
5206         [BZ #2499]
5207         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
5208         possibly unaligned memory accesses.
5209
5210         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
5211         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
5212         and __putlong respectively.  Correct buffer overflow check for
5213         NS_NOTIFY_OP.
5214
5215         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
5216
5217         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
5218         (send_dg): Rewrite error handling to be more compact and avoid
5219         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
5220
5221         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
5222
5223         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
5224         instead of ns_get16.
5225         (res_queriesmatch): Likewise.  Minor optimization.
5226
5227         [BZ #2499]
5228         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
5229         __libc_res_nsend might reallocate the buffer for the answer.  In
5230         this case we have to reload the HP pointer.
5231
5232 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5233
5234         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
5235         some branch prediction hints.
5236
5237         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
5238         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5239         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5240         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5241         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5242         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5243         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5244         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5245
5246 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5247
5248         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
5249         by a GOT relocation to make Scrt1.o position independent.
5250         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5251
5252         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
5253         six system call parameters.
5254         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5255
5256 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5257
5258         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
5259         malloc&bzero.
5260
5261         * sunrpc/svc_udp.c (BZERO): Remove definition.
5262         (CALLOC): Define.
5263         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
5264
5265         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
5266         (des_SPtrans): Use uint32_t type.
5267         (des_skb): Likewise.
5268
5269         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
5270
5271 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
5272
5273         [BZ #2509]
5274         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
5275         on 32-bit arches.
5276
5277 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5278
5279         * locale/programs/ld-address.c (address_finish): Fix one more
5280         place where the iso639 array might be accessed beyond the limits.
5281
5282 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
5283
5284         * nis/nis_table.c (nis_list): Avoid clearing res twice before
5285         filling it for the first time.
5286
5287         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
5288         Adjust all callers.
5289         Free res object content before returning.
5290
5291         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
5292
5293         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
5294         client->cl_auth.
5295
5296         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
5297         cleanup for initial thread, just the free call on TVP.
5298
5299         * nscd/gai.c (__getline): Define.
5300
5301
5302 See ChangeLog.16 for earlier changes.