aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.16
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:57:34 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:57:34 +0530
commitedf66db113cdaded68871e13ccaae158eef2a321 (patch)
tree98ceb2df248d99dabeee311dacf6c487df4d81fc /ChangeLog.16
parent92c3af3c140f671ea49c751368d17df2e10d0eeb (diff)
downloadglibc-edf66db113cdaded68871e13ccaae158eef2a321.tar.xz
glibc-edf66db113cdaded68871e13ccaae158eef2a321.zip
Rotate ChangeLog correctly
I incorrectly assumed that the ChangeLog numbers (.1, .2, etc.) are in order. They're not and the latest non-current ChangeLog is the one with the highest number. Fixed.
Diffstat (limited to 'ChangeLog.16')
-rw-r--r--ChangeLog.1616577
1 files changed, 12237 insertions, 4340 deletions
diff --git a/ChangeLog.16 b/ChangeLog.16
index 5d9b00d42a..292d3d169a 100644
--- a/ChangeLog.16
+++ b/ChangeLog.16
@@ -1,5480 +1,13377 @@
-2004-12-20 Jakub Jelinek <jakub@redhat.com>,
- Jim Gifford <giffordj@linkline.com>
+2006-05-03 Ulrich Drepper <drepper@redhat.com>
- [BZ #562]
- * sysdeps/mips/Makefile (librt-sysdep_routines): Add.
- * sysdeps/unix/mips/rt-sysdep.S: New file.
+ * sysdeps/posix/getaddrinfo.c: Implement configuration file
+ handling. /etc/gai.conf can contain replacements for the label
+ and precedence table. Fix byte order of default label and
+ precedence table.
+ * posix/gai.conf: New file.
+ * posix/tst-rfc3484.c: Adjust for changes to getaddrinfo.c.
+ * posix/tst-rfc3484-2.c: Likewise.
-2004-12-19 Roland McGrath <roland@redhat.com>
+2006-05-02 Ulrich Drepper <drepper@redhat.com>
- * iconv/Makefile (test-iconvconfig): New target.
- [$(cross-compiling) != yes] (xtests): Depend on it.
+ [BZ #1201]
+ * posix/regex.h: g++ still cannot handled [restrict].
- * iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
- New variables.
- (options, parse_opt, main): Take new options --nostdlib and
- --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs.
- (write_output): If output_file is set, write the output there.
+ [BZ #2509]
+ * stdio-common/vfprintf.c (process_arg): Fix reading of signed
+ short and byte values from parameter list.
+ * stdio-common/tst-printf.c (main): Add more tests.
+ * stdio-common/tst-printf.sh: Adjust for tst-printf.c change.
-2004-12-19 Andreas Jaeger <aj@suse.de>
+ * iconvdata/testdate/MIK: Fix format to match expected output.
- [BZ #560]
- * inet/netinet/in.h: Use __interface_addr instead of __interface.
+ [BZ #2632]
+ * nscd/connections.c (nscd_init): Correct initialization of
+ in-memory database structure.
- [BZ #573]
- * sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of
- internal linkage.
+2006-05-02 Thorsten Kukuk <kukuk@suse.de>
-2004-12-19 Roland McGrath <roland@frob.com>
+ * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.
+ * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
- * version.h (VERSION): 2.3.4.
- * README.template: Various updates.
- * README: Regenerated.
- * NEWS: Mention ports.
- * README-alpha: File removed.
+2006-05-01 Ulrich Drepper <drepper@redhat.com>
- [BZ #416]
- * locale/langinfo.h: Comment fixes.
+ [BZ #2502]
+ * iconvdata/utf-7.c: Don't require more than one character after
+ the '+' sign starting Unicode shifted sequences.
-2004-12-17 Ulrich Drepper <drepper@redhat.com>
+ * misc/tsearch.c (__tdelete): Remove unnecessary test
+ [Coverity CID 75].
- * po/ja.po: Update from translation team.
+ * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Print error
+ message for invalid DWARF data instead of crashing.
-2004-12-17 Richard Henderson <rth@redhat.com>
+ * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Don't try to
+ free outkey in error case when batch_read is set.
- * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support
- for NPTL where the PID is stored at userlevel and needs to be
- reset when CLONE_THREAD is not used.
+ * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't try to
+ free outkey in error case when batch_read is set [Coverity CID 196].
-2004-12-17 Jakub Jelinek <jakub@redhat.com>
+ [BZ #2517]
+ * misc/sys/queue.h: Update to more recent version.
- * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
+2006-05-01 Alexander Shopov <ash@contact.bg>
-2004-12-17 Andreas Jaeger <aj@suse.de>
+ [BZ #2625]
+ * iconvdata/Makefile (modules): Added MIK.
+ (distribute): Added mik.c.
+ (gen-8bit-gap-modules): Added mik.
+ * iconvdata/TESTS: Added MIK.
+ * iconvdata/gconv-modules: Added MIK.
+ * iconvdata/tst-tables.sh: Added MIK.
+ * iconvdata/mik.c: New file.
+ * iconvdata/testdata/MIK: New file.
+ * iconvdata/testdata/MIK..UTF8: New file.
- * math/libm-test.inc (atan2_test): Compute value with 36 digits.
- * sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result.
- * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
- * sysdeps/s390/fpu/libm-test-ulps: Likewise.
- * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
- * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
- * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+2006-04-30 Ulrich Drepper <drepper@redhat.com>
-2004-12-16 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-load.c (_dl_map_object_from_fd): Move state change
+ notification...
+ (lose): ...to here.
- * stdlib/tst-setcontext.c: Enlarge st1 and st2 arrays.
+ * posix/Makefile (tests): Add tst-getaddrinfo3.
+ * posix/tst-getaddrinfo3.c: New file.
-2004-09-02 Steven Munroe <sjmunroe@us.ibm.com>
+ * sysdeps/posix/getaddrinfo.c (gaih_inet): Add parenthesis in test
+ for better readability.
- [BZ #610]
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
- (__novec_getcontext): Fix typo in store of fp29.
- (__getcontext): Fix typo in store of fp29.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
- (__novec_swapcontext): Fix typo in store of fp29.
- (__swapcontext): Fix typo in store of fp29.
+ * nscd/nscd.h (struct database_dyn): Change filename to an array
+ to avoid relocations.
-2004-12-17 GOTO Masanori <gotom@debian.or.jp>
+ * elf/ldd.bash.in: If --verify loop fails to find a dynamic linker
+ for the file don't just try the first one listed in RTLDLIST
+ again. We already have the status.
- * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix
- vague message.
+ * nis/nss_nisplus/nisplus-publickey.c (parse_grp_str): PIDLIST is
+ supposed to have NGRPS elements.
-2004-12-16 Roland McGrath <roland@redhat.com>
+ * nis/nss_nisplus/nisplus-parser.c: Minor optimizations and
+ cleanups. Avoid copying data if it can be used in the old place.
- * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),
- which is usually a -lselinux that make will resolve wrongly.
+2006-04-29 Ulrich Drepper <drepper@redhat.com>
-2004-12-16 Andreas Jaeger <aj@suse.de>
+ * nis/nss_nisplus/nisplus-ethers.c: Add missing null pointer check.
+ * nis/nss_nisplus/nisplus-hosts.c: Likewise.
+ * nis/nss_nisplus/nisplus-network.c: Likewise.
+ * nis/nss_nisplus/nisplus-proto.c: Likewise.
+ * nis/nss_nisplus/nisplus-rpc.c: Likewise.
+ * nis/nss_nisplus/nisplus-service.c: Likewise.
+ * nis/nss_nisplus/nisplus-spwd.c: Likewise.
- * math/math.h: Use #if defined to not receive warnings about
- undefined symbols.
+ * nis/nisplus-parser.h (_nss_nisplus_parse_pwent): Add entry
+ parameter.
+ (_nss_nisplus_parse_pwent_chk): New prototype.
+ * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent):
+ Add entry parameter. Use it for column value in all accesses.
+ Move checks for well-formed reply to...
+ (_nss_nisplus_parse_pwent_chk): ...here. New function.
+ * nis/nss_nisplus/nisplus-pwd.c: Support SETENT_BATCH_READ option.
+
+ * nis/nss_nisplus/nisplus-parser.c: Some cleanups. Remove
+ hidden_def definitions.
+ * nis/nisplus-parser.h: Add parameter names. Remove hidden_proto
+ definitions.
-2004-12-16 Jakub Jelinek <jakub@redhat.com>
+2006-04-28 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Add support
- for NPTL where the PID is stored at userlevel and needs to be reset
- when CLONE_THREAD is not used.
+ * nis/nss_nis/nis-spwd.c (internal_nis_getspent_r): Remove data
+ variable.
- * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
- (SYSCALL_ERROR_HANDLER): If RTLD_PRIVATE_ERRNO, use rtld_errno
- instead of errno.
- * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Include
- sysdep-cancel.h instead of sysdep.h. Handle cancellation.
- * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerate.
+ * nis/nss-nis.h: Define response_t and intern_t. Declare _nis_saveit.
+ * nis/nss_nis/nis-pwd.c: Remove response_t and intern_t definition.
+ (saveit): Renamed to _nis_saveit. Take parameter which is pointer
+ to the intern_t object. Change all users.
+ * nis/nss_nis/nis-grp.c: Remove response_t, intern_t, and saveit
+ definition. Use _nis_saveit instead of saveit.
+ * nis/nss_nis/nis-service.c: Likewise.
+ * nis/nss_nis/nis-initgroups.c: Likewise.
+ (internal_setgrent): Adjust for buffer handling.
+ (internal_getgrent_r): Likewise.
+ * nis/nss_nis/nis-rpc.c: Likewise.
+
+ * nis/nss-default.c (vars): Add SETENT_BATCH_READ.
+ * nis/nss: Document SETENT_BATCH_READ.
+ * nis/libnsl.h: Define NSS_FLAG_SETENT_BATCH_READ.
+ * nis/nss_nis/nis-service.c (saveit): Don't add NUL byte if the
+ string is already NUL terminated.
+ (internal_nis_endservent): No need to return anything. Change callers.
+ (internal_nis_setservent): One more initialization.
+ * nis/nss_nis/nis-pwd.c: Support SETENT_BATCH_READ option.
+ * nis/nss_nis/nis-grp.c: Likewise.
+
+ * nis/nss-default.c (init): Rewrite parser to get the variables
+ from a table.
+
+ * nis/nss_nis/nis-service.c: Avoid passing pointer to static
+ variable around. Reduce number of memory allocations by creating
+ list of memory pools.
+
+ * nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in string
+ handling. Fix typo in comment.
+
+2006-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ * nscd/connections.c (restart): If we want to switch back to the
+ old ID use setresuid and setresgid.
+ (finish_drop_privileges): Likewise.
+
+2006-04-27 Jakub Jelinek <jakub@redhat.com>
+
+ * nscd/nscd.conf: Fix a typo.
+
+2006-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #2611]
+ * stdio-common/renameat.c (renameat): Fix typo.
+
+2006-04-26 Roland McGrath <roland@redhat.com>
+
+ * Makeconfig (%.v.i rule): Don't use -DASSEMBLER.
+ The predefined __ASSEMBLER__ is sufficient.
+
+2006-04-26 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #1386]
+ * iconvdata/ibm932.c: Change mapping to allow round-trips.
+ * iconvdata/ibm943.c: Likewise.
+ Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
+
+ * sysdeps/unix/sysv/linux/syscalls.list: Add vmsplice.
+ * sysdeps/unix/sysv/linux/Versions: Export vmsplice@@GLIBC_2.5.
+ * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Declare vmsplice.
+ * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
+
+ * sysdeps/unix/sysv/linux/bits/uio.h: Fix a typo in a comment.
+
+ * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused
+ errors not to be reported.
+
+ * nscd/nscd.h (struct database_dyn): Add propagate field.
+ * nscd/nscd_conf.c (nscd_parse_file): Parse auto-propagate lines.
+ * nscd/nscd.conf: Add auto-propagate lines.
+ * nscd/connections.c (dbs): Initialize .propagate fields.
+ * nscd/grpcache.c (cache_addgr): Do not add ID entry for name lookups
+ and vice versa if propagation is disabled for the database.
+ * nscd/pwdcache.c (cache_addpw): Likewise.
- * sysdeps/ieee754/ldbl-128/e_expl.c: Include stdlib.h.
+2006-04-26 James Antill <james.antill@redhat.com>
+ Ulrich Drepper <drepper@redhat.com>
-2004-12-15 Jakub Jelinek <jakub@redhat.com>
+ * config.make.in: Add have-libcap.
+ * configure.in: Check for libcap.
+ * nscd/Makefile (selinux-LIBS): Add -lcap if possible.
+ * nscd/connections.c (finish_drop_privileges): When libcap is available
+ call preserve_capabilities and install_real_capabilities.
+ * nscd/selinux.c: Define preserve_capabilities and
+ install_real_capabilities.
+ * nscd/selinux.h: Declare preserve_capabilities and
+ install_real_capabilities.
+
+2006-04-26 Ulrich Drepper <drepper@redhat.com>
+
+ * locale/iso-4217.def: Update.
+
+2006-04-25 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #2420]
+ * stdlib/strfmon_l.c (__vstrfmon_l): Fix handling of ! modifier.
+ * localedata/Makefile: Add rules to build and run tst-strfmon1.
+ * localedata/tst-strfmon1.c: New file.
+
+ [BZ #2571]
+ * nscd/nscd_helper.c (__nscd_get_map_ref): Make mapptr argument a
+ volatile pointer so that the mapptr->mapped value is re-read after
+ the lock is retrieved.
+ * nscd/nscd-client.h: Update __nscd_get_map_ref prototype.
+
+ * include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to
+ 200112L.
+
+ * resolv/res_hconf.c: Minor surgery to 'cmd' and the referenced
+ functions to avoid relocations.
+
+ [BZ #2389]
+ * resolv/res_hconf.c: Remove 'order' parsing. Just ignore the line.
+ * resolv/res_hconf.h: Remove Name_Service definition.
+ (struct hconf): Replace service related fields with placeholders.
+
+ [BZ #2386]
+ * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stack
+ pointers to match other architectures.
+ * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (tests): Add
+ tst-clone.
+ * sysdeps/unix/sysv/linux/tst-clone.c: New file.
+
+ [BZ #2072]
+ * stdio-common/printf_fp.c: Fix potential memory leaks for
+ malloc'ed wbuffer which isn't freed in error conditions.
+
+ [BZ #2569]
+ * iconv/gconv_db.c (__gconv_release_step): Fix condition of assert
+ call.
+ * iconvdata/Makefile (tests): Add tst-iconv6.
+ * iconvdata/tst-iconv6.c: New file.
- * sysdeps/unix/sysv/linux/gethostid.c: Make bi-arch safe.
+2006-04-24 Ulrich Drepper <drepper@redhat.com>
-2004-12-15 Steven Munroe <sjmunroe@us.ibm.com>
+ * posix/tst-rfc3484.c (do_test): Also initialize source_addr_flags
+ field.
+ * posix/tst-rfc3484-2.c (do_test): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Correct stack
- alignment. Clean up flag bit tests.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Correct stack
- alignment. Clean up flag bit tests. Remove redundent SP assignment.
- Add TOC register save/restore around function call.
+ * posix/tst-rfc3484.c: Include <ifaddrs.h> early.
+ * posix/tst-rfc3484-2.c: Likewise.
- * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol
- local.
- * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Make no_vmx symbol
- local.
- * sysdeps/powerpc/powerpc64/__longjmp-common.S: Make no_vmx symbol
- local.
- * sysdeps/powerpc/powerpc64/setjmp-common.S: Make no_vmx and
- aligned_save_vmx symbol local.
+ * version.h (VERSION): Bump to 2.4.90 for the trunk.
-2004-12-15 Ulrich Drepper <drepper@redhat.com>
+2006-04-24 Jakub Jelinek <jakub@redhat.com>
- * sysdeps/i386/i486/bits/string.h (__strncat_g): Fix i686
- implementation.
+ * malloc/arena.c (ptmalloc_init): Don't call __malloc_check_init
+ if MALLOC_CHECK_ env var contains an empty string.
-2004-09-08 H.J. Lu <hongjiu.lu@intel.com>
+2006-04-24 Ulrich Drepper <drepper@redhat.com>
- * Makeconfig (libunwind): New.
- (libgcc_eh): Add $(libunwind).
- (gnulib): Always set to -lgcc $(libgcc_eh).
- (static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind).
- (libc.so-gnulib): New.
- * Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of
- $(static-gnulib).
- * configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc
- uses -lunwind for static binaries.
+ * sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.
-2004-06-05 Joseph S. Myers <jsm@polyomino.org.uk>
+2006-04-24 Jakub Jelinek <jakub@redhat.com>
- * malloc/Makefile (install-bin): Remove memusage.
- (install-bin-script): Add memusage.
+ * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): Use
+ __LONG_LONG_PAIR macro.
-2004-12-15 Jakub Jelinek <jakub@redhat.com>
+ * posix/bits/unistd.h (__readlinkat_chk): New prototype.
+ (__readlinkat_alias): New alias.
+ (readlinkat): New inline function.
+ * include/unistd.h (readlinkat): Add libc_hidden_proto.
+ * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Add
+ libc_hidden_def.
+ * io/readlinkat.c (readlinkat): Likewise.
+ * debug/readlinkat_chk.c: New file.
+ * debug/Makefile (routines): Add readlinkat_chk.
+ * debug/Versions (libc): Export __readlinkat_chk@@GLIBC_2.5.
+ * debug/tst-chk1.c (do_test): Add readlinkat tests.
+
+2006-04-23 Ulrich Drepper <drepper@redhat.com>
+
+ * nis/nss_nisplus/nisplus-netgrp.c: Cleanups.
+
+ [BZ #1951]
+ * sysdeps/posix/sigset.c (sigset): Return correct value reflecting
+ previous signal state.
+ * signal/Makefile (tests): Add tst-sigset2.
+ * signal/tst-sigset2.c: New file.
+
+2006-04-21 Jakub Jelinek <jakub@redhat.com>
+
+ * argp/argp.h (__option_is_short): Check upper limit of
+ __key. isprint() requires its argument to have the value
+ of an unsigned char or EOF.
+ Patch by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
+
+2006-04-21 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #2534, BZ #2535]
+ * posix/regex.h: Remove obsolete <sys/types.h> comment and special
+ handling for VMS.
+
+ * iconvdata/ibm437.c: Define HAS_HOLES to 0.
+ * iconvdata/ibm861.c: Likewise.
+ * iconvdata/ibm862.c: Likewise.
+ * iconvdata/ibm863.c: Likewise.
+ * iconvdata/ibm865.c: Likewise.
+ Reported by <ash@contact.bg>.
+
+2006-04-19 Ulrich Drepper <drepper@redhat.com>
+
+ * include/ifaddrs.h: Get uint32_t definition.
+ * posix/tst-rfc3484.c: Update fake __check_pf implementation.
+ * posix/tst-rfc3484-2.c: Likewise.
+
+ * sysdeps/unix/sysv/linux/kernel-features.h: Define
+ __ASSUME_PROC_SELF_FD_SYMLINK.
+ * sysdeps/unix/sysv/linux/ttyname.c: Cleanups. Avoid compatibility
+ code is possible. Move compatibility code in .text.compat section.
+ * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
+
+2006-04-18 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop
+ over gaih array. There is only one function to call in the moment.
+
+2006-04-16 Ulrich Drepper <drepper@redhat.com>
+
+ * include/ifaddrs.h: Define struct in6addrinfo.
+ Add two more parameters to __check_pf.
+ * sysdeps/unix/sysv/linux/check_pf.c: When using the netlink
+ interface, determine whether IPv6 addresses are deprecated or
+ temporary. Create array of those addresses.
+ * inet/check_pf.c: Always tell caller there are no depracated
+ and temporary addresses.
+ * sysdeps/posix/getaddrinfo.c: Pretty printing.
+ (struct sort_result): Add source_addr_flags field.
+ (rfc3484_sort): Implement rule 3 and 7.
+ (in6aicmp): New function.
+ (getaddrinfo): Call __check_pf also when we need info about IPv6
+ source addresses. When creating array for sorting addresses,
+ look up deprecated and temporary addresses returned by __check_pf
+ and add flag if necessary.
+
+2006-04-15 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6
+ mapped addresses.
+ * posix/Makefile (tests): Add tst-rfc3484-2.
+ * posix/tst-rfc3484-2.c: New file.
+
+ * nis/nss_nisplus/nisplus-publickey.c: Minor cleanups throughout.
+ * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_parse_servent):
+ Significant cleanups. Correct adjustment for pointer array.
+ * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent):
+ Likewise.
+ * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_parse_protoent):
+ Likewise.
+ * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_parse_netent):
+ Likewise.
+ * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
+ Likewise.
- * nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
- not libnsl_hidden_proto.
+2006-04-14 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support
- for NPTL where the PID is stored at userlevel and needs to be reset
- when CLONE_THREAD is not used.
- * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
+ * sysdeps/unix/sysv/linux/syscalls.list: Add tee syscall.
+ * sysdeps/unix/sysv/linux/Versions: Export tee@GLIBC_2.5.
+ * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Add prototype for tee.
+ * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
- and restore r2 around call to fn.
+ * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent):
+ Minor cleanups. NUL terminate name string.
-2004-12-15 Andreas Jaeger <aj@suse.de>
+ * nis/Versions: No need to export _nss_nisplus_parse_grent,
+ _nss_nisplus_parse_pwent, and _nss_nisplus_parse_spent.
- * sysdeps/ia64/dl-machine.h (elf_machine_rela): Mark auto instead
- of static, add always_inline attribute.
- (elf_machine_rela_relative): Likewise.
- (elf_machine_lazy_rel): Likewise.
+ * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_parse_aliasent):
+ Avoid unnecessary allocation. Fix adjustment for pointer value.
-2004-12-15 Ulrich Drepper <drepper@redhat.com>
+ * nis/nss_nisplus/nisplus-parser.c: Cleanups, use NIS_RES_*
+ macros. Avoid unnecessary allocation.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support
- for pid caching in nptl.
+ * sysdeps/unix/sysv/linux/sync_file_range.c: New file.
-2004-12-14 Ulrich Drepper <drepper@redhat.com>
+2006-04-13 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add support
- for pid caching in nptl.
+ * nis/Makefile (libnsl-routimes): Add nss-default.
+ * nis/Versions (libnsl) [GLIBC_PRIVATE]: Export _nsl_default_nss.
+ * nis/nss-nis.c: Move /etc/default/nss handling to...
+ * nis/nss-default.c: ...here. New file.
+ * nis/libnsl.h: New file.
+ * nis/nss-nis.h: Remove NSS_FLAG_* definitions and _nis_default_nss
+ plus auxilary definitions.
+ * nis/nss_nis/nis-initgroups.c: Use _nsl_default_nss instead of
+ _nis_default_nss.
+ * nis/nss_nis/nis-service.c: Likewise.
-2004-10-18 Maciej W. Rozycki <macro@mips.com>
+2006-04-07 Steven Munroe <sjmunroe@us.ibm.com>
- * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use
- __NTH instead of __THROW in the inline definition.
- * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
+ * sysdeps/powerpc/fpu/bits/mathinline.h
+ [__WORDSIZE == 64 || _ARCH_PWR4]: Define __CPU_HAS_FSQRT.
+ (__ieee754_sqrt): Fix comment.
+ (__ieee754_sqrtf): Fix comment.
+ * sysdeps/powerpc/fpu/e_sqrt.c (__ieee754_sqrt): Fix comment.
+ Check __CPU_HAS_FSQRT instead of dl_hwcap.
+ * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise.
- * sysdeps/mips/bits/dlfcn.h (RTLD_DEEPBIND): New macro.
+2006-04-08 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/unix/sysv/linux/mips/bits/mman.h
- (PROT_GROWSDOWN, PROT_GROWSUP): New macros.
+ * inet/inet_ntoa.c: Rewrite to use TLS instead of TSD.
-2004-10-06 Alan Modra <amodra@bigpond.net.au>
+ * nis/nss_nis/nis-alias.c: Optimize use of yperr2nss. Avoid calling
+ it for YPERR_SUCCESS. Minor cleanups. Add __builtin_expect.
+ * nis/nss_nis/nis-ethers.c: Likewise.
+ * nis/nss_nis/nis-grp.c: Likewise.
+ * nis/nss_nis/nis-hosts.c: Likewise.
+ * nis/nss_nis/nis-initgroups.c: Likewise.
+ * nis/nss_nis/nis-netgrp.c: Likewise.
+ * nis/nss_nis/nis-network.c: Likewise.
+ * nis/nss_nis/nis-proto.c: Likewise.
+ * nis/nss_nis/nis-publickey.c: Likewise.
+ * nis/nss_nis/nis-pwd.c: Likewise.
+ * nis/nss_nis/nis-rpc.c: Likewise.
+ * nis/nss_nis/nis-service.c: Likewise.
+ * nis/nss_nis/nis-spwd.c: Likewise.
- * sysdeps/powerpc/powerpc64/ppc-mcount.S (PROF): Don't undef.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Invoke CALL_MOUNT.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
+ * nis/nis_ping.c: Remove unnecessary conditionals before
+ nis_freeresult calls.
+ * nis/nis_ismember.c: Likewise.
-2004-10-19 Wolfram Gloger <wg@malloc.de>
+ * elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD.
+ Reported by genesh@comcast.net.
- * malloc/hooks.c (mem2chunk_check, top_check): Handle
- non-contiguous arena. Reported by Michael Dalton
- <mwdalton@stanford.edu> [BZ #457]. Add further checks for top chunk.
+ * io/fts.c (fts_build): Call fts_lfree in the two error cases