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