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