external/glibc.git
16 years ago* sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
Ulrich Drepper [Sat, 10 Nov 2007 19:40:16 +0000 (19:40 +0000)]
* sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary

complications for 64-bit platforms.

16 years ago* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
Ulrich Drepper [Sat, 10 Nov 2007 19:36:06 +0000 (19:36 +0000)]
* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..

* sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
* sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
open64_2.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
entries.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysdeps/wordsize-64/alphasort.c: New file.
* sysdeps/wordsize-64/alphasort64.c: New file.
* sysdeps/wordsize-64/fseeko.c: New file.
* sysdeps/wordsize-64/fseeko64.c: New file.
* sysdeps/wordsize-64/ftello.c: New file.
* sysdeps/wordsize-64/ftello64.c: New file.
* sysdeps/wordsize-64/ftw.c: New file.
* sysdeps/wordsize-64/ftw64.c: New file.
* sysdeps/wordsize-64/iofgetpos.c: New file.
* sysdeps/wordsize-64/iofgetpos64.c: New file.
* sysdeps/wordsize-64/iofopen.c: New file.
* sysdeps/wordsize-64/iofopen64.c: New file.
* sysdeps/wordsize-64/iofsetpos.c: New file.
* sysdeps/wordsize-64/iofsetpos64.c: New file.
* sysdeps/wordsize-64/lockf.c: New file.
* sysdeps/wordsize-64/lockf64.c: New file.
* sysdeps/wordsize-64/mkostemp.c: New file.
* sysdeps/wordsize-64/mkostemp64.c: New file.
* sysdeps/wordsize-64/mkstemp.c: New file.
* sysdeps/wordsize-64/mkstemp64.c: New file.
* sysdeps/wordsize-64/scandir.c: New file.
* sysdeps/wordsize-64/scandir64.c: New file.
* sysdeps/wordsize-64/tmpfile.c: New file.
* sysdeps/wordsize-64/tmpfile64.c: New file.
* sysdeps/wordsize-64/versionsort.c: New file.
* sysdeps/wordsize-64/versionsort64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.

* crypt/sha256-crypt.c: Fix a comment.
* crypt/sha512-crypt.c: Likewise.

16 years ago[BZ #5240]
Ulrich Drepper [Fri, 9 Nov 2007 09:09:07 +0000 (09:09 +0000)]
[BZ #5240]

* sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
If we time out, try one last time to lock the futex to avoid
losing a wakeup signal.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.

16 years ago[BZ #5245]
Ulrich Drepper [Thu, 8 Nov 2007 17:24:34 +0000 (17:24 +0000)]
[BZ #5245]

2007-11-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #5245]
* sysdeps/pthread/createthread.c (do_clone): Translate clone error
if necessary.

16 years ago* sysdeps/x86_64/memset.S: Add sfence after movnti.
Ulrich Drepper [Thu, 8 Nov 2007 01:07:04 +0000 (01:07 +0000)]
* sysdeps/x86_64/memset.S: Add sfence after movnti.

16 years ago[BZ #5277]
Ulrich Drepper [Thu, 8 Nov 2007 00:04:24 +0000 (00:04 +0000)]
[BZ #5277]

2007-11-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5277]
* iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
because output buffer is too small break, don't loop.
* iconvdata/Makefile (tests): Add bug-iconv6.
* iconvdata/bug-iconv6.c: New file.

16 years ago* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
Ulrich Drepper [Tue, 6 Nov 2007 21:38:49 +0000 (21:38 +0000)]
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size

with size_t type.
* stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
size_t.  Add casts where needed.

16 years ago* locales/dz_BT: Fix representation of data.
Ulrich Drepper [Tue, 6 Nov 2007 18:50:21 +0000 (18:50 +0000)]
* locales/dz_BT: Fix representation of data.

16 years ago* nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
Ulrich Drepper [Tue, 6 Nov 2007 18:26:44 +0000 (18:26 +0000)]
* nscd/selinux.c (nscd_request_avc_has_perm): When compiled with

old headers, don't call avc_has_perm if we don't have the
permission information.

16 years ago* elf/rtld.c (dl_main): Use the page size to find the map start.
Ulrich Drepper [Tue, 6 Nov 2007 01:12:33 +0000 (01:12 +0000)]
* elf/rtld.c (dl_main): Use the page size to find the map start.

16 years ago* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
Ulrich Drepper [Tue, 6 Nov 2007 01:04:13 +0000 (01:04 +0000)]
* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.

Patch by Szymon Siwek <sls@poczta.wp.pl>.

16 years ago* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
Ulrich Drepper [Tue, 6 Nov 2007 00:45:40 +0000 (00:45 +0000)]
* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only

when the lookup call failed.

* nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
Add prune_cond and wakeup_time.
(CACHE_PRUNE_INTERNAL): Define.
Update declarations of prune_cache and setup_thread.
* nscd/connections.c (dbs): Update initializers.
(CACHE_PRUNE_INTERNAL): Moved to nscd.h.
(nscd_init): Default number of threads is now 4.
(invalidate_cache): Take lock before calling prune_cache.
(handle_request): If SELinux forbids the request, say so.
(readylist_cond): Use static initializer.
(nscd_run_prune): New function.  Used only by pruning threads.
(nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
here.
(fd_ready): Update nscd_run reference.
(start_threads): No need to initialize readylist_cond.
Start pruning threads separately.
* nscd/nscd_setup_thread.c: Change return value type to int and always
return 0.
* sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
to int and return nonzero value if we can use the TID address hack.
* nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
the database is later than the new entry's timeout, update the
wakeup time and wake the cleanup thread.
(prune_cache): Return seconds the next entry in the database is still
valid.  Remove locking for pruning here.
* nscd/nscd.conf: Document default number of threads.

16 years ago* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
Ulrich Drepper [Wed, 31 Oct 2007 19:25:15 +0000 (19:25 +0000)]
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure

stack is properly aligned for the target function.
Correct unwind info.

16 years ago* elf/rtld.c (dl_main): Initialize stack and pointer guard early
Ulrich Drepper [Wed, 31 Oct 2007 15:28:30 +0000 (15:28 +0000)]
* elf/rtld.c (dl_main): Initialize stack and pointer guard early

when using auditing libraries.

16 years ago* resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
Ulrich Drepper [Tue, 30 Oct 2007 00:58:03 +0000 (00:58 +0000)]
* resolv/Versions [libresolv] (GLIBC_PRIVATE): Add

_nss_dns_getnetbyaddr2_r.
* resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
extra parameter to getanswer_r.
(_nss_dns_getnetbyaddr_r): Now a wrapper around
_nss_dns_getnetbyaddr2_r.

16 years ago* nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
Ulrich Drepper [Tue, 30 Oct 2007 00:48:09 +0000 (00:48 +0000)]
* nscd/Makefile (nscd-modules): Replace gethstbynm2_r with

gethstbynm3_r.
* nscd/gethstbynm2_r.c: Remove.
* nscd/gethstbynm3_r.c: New file.
* nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
__gethostbyaddr_r.
* nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
__gethostbyaddr_r compatibility wrapper.
* nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
determining timeout of entry.
(lookup): Take new parameter and pass it to __gethostbyname3_r and
__gethostbyaddr2_r.
(addhstbyX): Pass reference to variable for TTL to lookup and
cache_addhst.
* nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
__nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
and __nss_next2.  Remove __nss_services_lookup.
* nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
Add compat wrapper.
* nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
__nss_next2.
* nss/getXXent_r.c: Likewise.
* nss/getnssent_r.c: Likewise.
* nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
does not exist in module, try the optional second name.
(__nss_next2): New function.
(__nss_next): Now wrapper around __nss_next2.
* nss/nsswitch.h: Adjust __nss_lookup prototype.
Declare __nss_next2.
Adjust definition of db_lookup_function type.
* nss/service-lookup.c: Define NO_COMPAT.
* include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
* inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
* inet/ether_ntoh.c: Likewise.
* sunrpc/netname.c: Likewise.
* sunrpc/publickey.c: Likewise.
* inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
* inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
* inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
* inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
* inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.

* nscd/aicache.c (addhstaiX): Fix default TTL handling.

* inet/getnetgrent.c (setup): Encrypt static pointer.

16 years agoDeclare __gethostbyaddr2_r and __gethostbyname3_r.
Ulrich Drepper [Tue, 30 Oct 2007 00:43:16 +0000 (00:43 +0000)]
Declare __gethostbyaddr2_r and __gethostbyname3_r.

16 years agoUpdate to latest upstream version
Andreas Jaeger [Mon, 29 Oct 2007 05:41:06 +0000 (05:41 +0000)]
Update to latest upstream version

16 years ago[BZ #5204]
Ulrich Drepper [Sun, 28 Oct 2007 19:46:50 +0000 (19:46 +0000)]
[BZ #5204]

* crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
* crypt/sha512c-test.c: Likewise.

16 years ago* stdio-common/Makefile (tests): Add bug20.
Ulrich Drepper [Sun, 28 Oct 2007 16:45:27 +0000 (16:45 +0000)]
* stdio-common/Makefile (tests): Add bug20.

* stdio-common/bug20.c: New file.

16 years ago[BZ #5225]
Ulrich Drepper [Sun, 28 Oct 2007 08:58:24 +0000 (08:58 +0000)]
[BZ #5225]

* stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
to keep track of end of %[ format string element.

16 years ago[BZ #5222]
Ulrich Drepper [Sun, 28 Oct 2007 08:24:07 +0000 (08:24 +0000)]
[BZ #5222]

2007-10-28  Ulrich Drepper  <drepper@redhat.com>
[BZ #5222]
* elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
path elements in counting mode.

16 years ago[BZ #5040]
Ulrich Drepper [Sun, 28 Oct 2007 01:34:10 +0000 (01:34 +0000)]
[BZ #5040]

* sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.

16 years ago[BZ #3112]
Ulrich Drepper [Sun, 28 Oct 2007 01:29:21 +0000 (01:29 +0000)]
[BZ #3112]

2007-10-27  Andreas Jaeger  <aj@suse.de>
[BZ #3112]
* sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
(__cleanup): Free shared library when exiting.
* sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
(__cleanup): Free shared library when exiting.

16 years ago[BZ #2549]
Ulrich Drepper [Sun, 28 Oct 2007 01:14:40 +0000 (01:14 +0000)]
[BZ #2549]

2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
[BZ #2549]
* math/libm-test.inc (check_float_internal): Support
denormalized return.

16 years ago[BZ #5208]
Ulrich Drepper [Sun, 28 Oct 2007 01:08:55 +0000 (01:08 +0000)]
[BZ #5208]

2007-10-23  Andreas Jaeger  <aj@suse.de>
[BZ #5208]
* sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
__LONG_LONG_PAIR to handle little endian byte order.
Suggested by abhishekrai@google.com

16 years ago* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
Ulrich Drepper [Sun, 28 Oct 2007 00:59:34 +0000 (00:59 +0000)]
* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.

16 years ago* nscd/cache.c (prune_cache): Move test for modified file outside
Ulrich Drepper [Fri, 26 Oct 2007 23:52:34 +0000 (23:52 +0000)]
* nscd/cache.c (prune_cache): Move test for modified file outside

of locking.

16 years ago(prune_cache): Move test for modified file outside of locking.
Ulrich Drepper [Fri, 26 Oct 2007 23:51:31 +0000 (23:51 +0000)]
(prune_cache): Move test for modified file outside of locking.

16 years ago* manual/texinfo.tex: Update to latest version.
Andreas Jaeger [Mon, 22 Oct 2007 05:00:46 +0000 (05:00 +0000)]
* manual/texinfo.tex: Update to latest version.

* manual/sysinfo.texi (System Parameters): Fix Formatting.

* manual/arith.texi (Status bit operations): Fix formatting.

* manual/errno.texi (Error Messages): Fix formatting.

* manual/sysinfo.texi (System Parameters): Fix formatting.

* manual/libc.texinfo: Update VERSION and UPDATED.
2007-10-21  Andreas Jaeger  <aj@suse.de>

* manual/texinfo.tex: Update to latest version.

* manual/sysinfo.texi (System Parameters): Fix Formatting.

* manual/arith.texi (Status bit operations): Fix formatting.

* manual/errno.texi (Error Messages): Fix formatting.

* manual/sysinfo.texi (System Parameters): Fix formatting.

* manual/libc.texinfo: Update VERSION and UPDATED.

16 years ago* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
Roland McGrath [Sat, 20 Oct 2007 00:54:29 +0000 (00:54 +0000)]
* elf/Makefile ($(objpfx)ld.so): Use $(AWK).

16 years ago2007-10-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 20 Oct 2007 00:54:16 +0000 (00:54 +0000)]
2007-10-19  Roland McGrath  <roland@redhat.com>

* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
* scripts/check-errnos.sh: Likewise.

16 years ago2007-10-06 David S. Miller <davem@davemloft.net>
Jakub Jelinek [Fri, 19 Oct 2007 06:59:33 +0000 (06:59 +0000)]
2007-10-06  David S. Miller  <davem@davemloft.net>

* configure.in: Add sparcv9v2 and sparc64v2.
* scripts/config.sub: Likewise.
* configure: Regenerate.
* elf/elf.h (HWCAP_SPARC_N2): New.
* sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
* sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
(HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
2007-10-06  David S. Miller  <davem@davemloft.net>

* configure.in: Add sparcv9v2 and sparc64v2.
* scripts/config.sub: Likewise.
* configure: Regenerate.
* elf/elf.h (HWCAP_SPARC_N2): New.
* sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
* sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
(HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
* sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.

16 years ago* sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
Ulrich Drepper [Thu, 18 Oct 2007 22:25:09 +0000 (22:25 +0000)]
* sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call

even if the poll result indicates there is data to read.
Patch by Jeff Moyer <jmoyer@redhat.com>.

16 years ago(clntudp_call): Don't block in recvfrom call even if the poll result indicates there...
Ulrich Drepper [Thu, 18 Oct 2007 22:23:57 +0000 (22:23 +0000)]
(clntudp_call): Don't block in recvfrom call even if the poll result indicates there is data to read.

16 years ago* elf/elf.h (NT_PPC_VMX): New macro.
Roland McGrath [Thu, 18 Oct 2007 08:49:49 +0000 (08:49 +0000)]
* elf/elf.h (NT_PPC_VMX): New macro.

2007-10-17  Ulrich Drepper  <drepper@redhat.com>

16 years ago2007-10-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 18 Oct 2007 08:49:44 +0000 (08:49 +0000)]
2007-10-18  Roland McGrath  <roland@redhat.com>

* elf/elf.h (NT_PPC_VMX): New macro.

16 years agoStart 2.8 development.
Ulrich Drepper [Thu, 18 Oct 2007 05:45:49 +0000 (05:45 +0000)]
Start 2.8 development.

2007-10-17  Ulrich Drepper  <drepper@redhat.com>

* version.h (VERSION): Set to 2.7.90.

16 years ago* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add
Jakub Jelinek [Thu, 18 Oct 2007 00:09:32 +0000 (00:09 +0000)]
* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add

weak_alias.
2007-10-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
weak_alias.

16 years ago* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
Roland McGrath [Wed, 17 Oct 2007 22:32:40 +0000 (22:32 +0000)]
* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.

* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.

16 years ago2007-10-17 Roland McGrath <roland@frob.com>
Roland McGrath [Wed, 17 Oct 2007 22:32:35 +0000 (22:32 +0000)]
2007-10-17  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.

16 years agoRemade for stable-2.7
Ulrich Drepper [Wed, 17 Oct 2007 20:27:29 +0000 (20:27 +0000)]
Remade for stable-2.7

16 years ago* include/features.h (__GLIBC_MINOR__): Bump to 7.
Ulrich Drepper [Wed, 17 Oct 2007 20:27:09 +0000 (20:27 +0000)]
* include/features.h (__GLIBC_MINOR__): Bump to 7.

16 years ago* version.h (VERSION): Bump to 2.7.
Ulrich Drepper [Wed, 17 Oct 2007 20:25:29 +0000 (20:25 +0000)]
* version.h (VERSION): Bump to 2.7.

16 years ago[BZ #5186]
Ulrich Drepper [Wed, 17 Oct 2007 20:23:20 +0000 (20:23 +0000)]
[BZ #5186]

* time/tzset.c (__tz_convert): Don't force testing for a change of
TZ if not called from localtime.  But then also see whether the
file changed, in case __use_tzfile is set.

16 years ago* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
Ulrich Drepper [Wed, 17 Oct 2007 18:55:39 +0000 (18:55 +0000)]
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.

* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.

16 years ago* sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
Ulrich Drepper [Wed, 17 Oct 2007 16:05:34 +0000 (16:05 +0000)]
* sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses

and admin selects to be able to replace the gai.conf file, lock
data structures around the qsort call.

16 years ago* sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
Ulrich Drepper [Wed, 17 Oct 2007 15:58:16 +0000 (15:58 +0000)]
* sysdeps/x86_64/cacheinfo.c: Comment out code added in support of

new memset.
too high for the improvements.  Implement bzero unconditionally for
use in libc.

16 years ago* sysdeps/x86_64/memset.S: Revert to old version for now. The cost is
Ulrich Drepper [Wed, 17 Oct 2007 15:44:30 +0000 (15:44 +0000)]
* sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is

too high for the improvements.

2007-10-17  Ulrich Drepper  <drepper@redhat.com>
    Jakub Jelinek  <jakub@redhat.com>

16 years ago* time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
Ulrich Drepper [Wed, 17 Oct 2007 14:46:12 +0000 (14:46 +0000)]
* time/tzfile.c (__tzfile_read): Read POSIX TZ string if available

even when time_t is 32-bit.
(__tzfile_compute): Override POSIX TZ string STD/DST zone names if
timezone data read by __tzfile_default.  Ensure __tzname[0] is
always set after the search.

* time/tzfile.c (__tzfile_compute): For use_last case set i to
num_transition rather than num_transitions - 1.

2007-10-16  Jakub Jelinek  <jakub@redhat.com>

16 years ago(__tzfile_read): Read POSIX TZ string if available even when time_t is 32-bit. (__tzf...
Ulrich Drepper [Wed, 17 Oct 2007 14:44:26 +0000 (14:44 +0000)]
(__tzfile_read): Read POSIX TZ string if available even when time_t is 32-bit. (__tzfile_compute): Override POSIX TZ string STD/DST zone names if timezone data read by __tzfile_default.  Ensure __tzname[0] is always set after the search.

16 years ago* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New
Jakub Jelinek [Wed, 17 Oct 2007 14:34:44 +0000 (14:34 +0000)]
* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New

routine instead of an alias to __new_sem_post.
2007-10-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New
routine instead of an alias to __new_sem_post.

16 years agoHelp the compiler recognize unreachable code on 32-bit machines.
Ulrich Drepper [Tue, 16 Oct 2007 23:25:46 +0000 (23:25 +0000)]
Help the compiler recognize unreachable code on 32-bit machines.

2007-10-16  Ulrich Drepper  <drepper@redhat.com>

* time/tzfile.c (__tzfile_read): Help the compiler recognize
unreachable code on 32-bit machines.

16 years ago[BZ #5184]
Ulrich Drepper [Tue, 16 Oct 2007 22:50:20 +0000 (22:50 +0000)]
[BZ #5184]

Include stdbool.h. (my_strftime): New wrapper, old function renamed to... (__strftime_internal): ... new function.  Add tzset_called argument, pass it down to recursive calls, don't call tzset () if already true, set to true after call to tzset ().
2007-10-16  Jakub Jelinek  <jakub@redhat.com>

[BZ #5184]
* time/strftime_l.c: Include stdbool.h.
(my_strftime): New wrapper, old function renamed to...
(__strftime_internal): ... new function.  Add tzset_called
argument, pass it down to recursive calls, don't call tzset ()
if already true, set to true after call to tzset ().

16 years ago(__tzfile_read): Take extra memory requested by caller into account when copying...
Ulrich Drepper [Tue, 16 Oct 2007 22:37:35 +0000 (22:37 +0000)]
(__tzfile_read): Take extra memory requested by caller into account when copying TZ string.

2007-10-16  Ulrich Drepper  <drepper@redhat.com>

* time/tzfile.c (__tzfile_read): Take extra memory requested by caller
into account when copying TZ string.

16 years ago(__tzfile_compute): For use_last case set i to num_transition rather than num_transit...
Ulrich Drepper [Tue, 16 Oct 2007 14:18:39 +0000 (14:18 +0000)]
(__tzfile_compute): For use_last case set i to num_transition rather than num_transitions - 1.

16 years ago* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
Jakub Jelinek [Tue, 16 Oct 2007 09:23:09 +0000 (09:23 +0000)]
* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move

PIC indirect jump.
* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
PIC indirect jump.

16 years ago* sysdeps/x86_64/memset.S: Jump from bzero to memset using
Jakub Jelinek [Tue, 16 Oct 2007 08:54:19 +0000 (08:54 +0000)]
* sysdeps/x86_64/memset.S: Jump from bzero to memset using

a local label rather than HIDDEN_JUMPTARGET.
2007-10-16  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/x86_64/memset.S: Jump from bzero to memset using
a local label rather than HIDDEN_JUMPTARGET.

16 years ago* sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
Ulrich Drepper [Tue, 16 Oct 2007 05:59:53 +0000 (05:59 +0000)]
* sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.

(init_cacheinfo): Initialize it.
* sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
Always define bzero.
Remove non-glibc code.
* sysdeps/x86_64/bzero.S: Make an empty file.

2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>

* sysdeps/x86_64/cacheinfo.c
(__x86_64_preferred_memory_instruction): New.
(init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.

* sysdeps/x86_64/memset.S: Rewrite.

* nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct

16 years agoMake an empty file.
Ulrich Drepper [Tue, 16 Oct 2007 05:59:15 +0000 (05:59 +0000)]
Make an empty file.

16 years ago* po/libc.pot: Regenerated.
Roland McGrath [Tue, 16 Oct 2007 04:20:53 +0000 (04:20 +0000)]
* po/libc.pot: Regenerated.

16 years ago2007-10-15 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 16 Oct 2007 04:20:48 +0000 (04:20 +0000)]
2007-10-15  Roland McGrath  <roland@redhat.com>

* po/libc.pot: Regenerated.

16 years ago* nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle start and start_fct
Ulrich Drepper [Mon, 15 Oct 2007 23:02:32 +0000 (23:02 +0000)]
* nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle start and start_fct

pointers.

16 years ago(REENTRANT_NAME): Mangle start and start_fct pointers.
Ulrich Drepper [Mon, 15 Oct 2007 23:02:24 +0000 (23:02 +0000)]
(REENTRANT_NAME): Mangle start and start_fct pointers.

16 years ago* init.c (__pthread_initialize_minimal): Initialize word to appease
Jakub Jelinek [Mon, 15 Oct 2007 20:25:25 +0000 (20:25 +0000)]
* init.c (__pthread_initialize_minimal): Initialize word to appease

valgrind.
2007-10-15  Jakub Jelinek  <jakub@redhat.com>

* init.c (__pthread_initialize_minimal): Initialize word to appease
valgrind.

16 years ago[BZ #3425]
Ulrich Drepper [Mon, 15 Oct 2007 16:30:38 +0000 (16:30 +0000)]
[BZ #3425]

2007-10-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #3425]
* resolv/nss_dns/dns-host.c (getanswer_r): Fail with
NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
address record to T_A/T_AAAA requests.

16 years ago* posix/glob.c: Reimplement link_exists_p to use fstatat64.
Ulrich Drepper [Mon, 15 Oct 2007 04:59:16 +0000 (04:59 +0000)]
* posix/glob.c: Reimplement link_exists_p to use fstatat64.

16 years ago* posix/glob.c: Add some branch prediction throughout.
Ulrich Drepper [Mon, 15 Oct 2007 04:22:46 +0000 (04:22 +0000)]
* posix/glob.c: Add some branch prediction throughout.

16 years ago* nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
Ulrich Drepper [Mon, 15 Oct 2007 03:19:44 +0000 (03:19 +0000)]
* nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful

read from nscd.

16 years ago(rfc3484_sort): Make sure that even if qsort doesn't support
Ulrich Drepper [Sun, 14 Oct 2007 23:08:43 +0000 (23:08 +0000)]
(rfc3484_sort): Make sure that even if qsort doesn't support

stable sorting out sorting here is stable by comparing service_order.

16 years ago* posix/tst-rfc3484-2.c (do_test): Likewise.
Ulrich Drepper [Sun, 14 Oct 2007 22:35:02 +0000 (22:35 +0000)]
* posix/tst-rfc3484-2.c (do_test): Likewise.

16 years ago* posix/tst-rfc3484.c (do_test): Adjust for addition of
Ulrich Drepper [Sun, 14 Oct 2007 22:29:08 +0000 (22:29 +0000)]
* posix/tst-rfc3484.c (do_test): Adjust for addition of

service_order field to sorting structure.

16 years ago[BZ #4098]
Ulrich Drepper [Sun, 14 Oct 2007 20:51:58 +0000 (20:51 +0000)]
[BZ #4098]

2007-10-14  Ulrich Drepper  <drepper@redhat.com>
[BZ #4098]
* locales/pl_PL: Change abmon, abday, and d_fmt according to
results of vote.

16 years ago* sysdeps/posix/getaddrinfo.c (struct sort_result): Add
Ulrich Drepper [Sun, 14 Oct 2007 17:58:03 +0000 (17:58 +0000)]
* sysdeps/posix/getaddrinfo.c (struct sort_result): Add

service_order.
(rfc3484_sort): Make sure that even of qsort doesn't support
stable sorting it is stable by comparing service_order.
(getaddrinfo): Initialize service_order.

16 years ago* include/time.h: Declare __tzset_parse_tz and __tzset_compute.
Ulrich Drepper [Sun, 14 Oct 2007 09:15:45 +0000 (09:15 +0000)]
* include/time.h: Declare __tzset_parse_tz and __tzset_compute.

* time/tzset.c (tzset_internal): Break TZ string parsing out into
__tzset_parse_tz and updating of daylight, timezone, tzname into
update_vars.
(__tz_compute): Renamed from tz_compute.  Take additional parameters.
(__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
happens in __tz_compute.
* time/tzfile.c (__tzfile_read): Also read TZ string.
(find_transition): Fold into __tzfile_compute.
(__tzfile_compute): For times beyond the last transition try to
use the TZ string.
* timezone/tst-timezone.c: Information in daylight and tzname does
change for Asia/Tokyo timezone with more concrete information.
Remove the test.

* include/stdio.h: Add libc_hidden_proto for ftello.
* libio/ftello.c: Add libc_hidden_def.

16 years ago[BZ #1140]
Ulrich Drepper [Sun, 14 Oct 2007 07:03:01 +0000 (07:03 +0000)]
[BZ #1140]

2007-10-14  Ulrich Drepper  <drepper@redhat.com>
[BZ #1140]
* time/tzfile.c (__tzfile_compute): Compute tzname[] values based
on the specified time and not the last entries in the file.  Move
code to determine tzname[] to...
(find_transition): ...here.  Add ugly guess for times before the
first transition.

16 years ago[BZ #3195]
Ulrich Drepper [Sat, 13 Oct 2007 23:04:40 +0000 (23:04 +0000)]
[BZ #3195]

* nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
no entry.
* nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
* nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
* nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
* nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.

16 years ago* nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
Ulrich Drepper [Sat, 13 Oct 2007 18:14:58 +0000 (18:14 +0000)]
* nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler

read mechanism when there are no group members and avoid no-op
read syscall in this case.

16 years ago[BZ #3242]
Ulrich Drepper [Sat, 13 Oct 2007 18:02:24 +0000 (18:02 +0000)]
[BZ #3242]

2007-10-13  Ulrich Drepper  <drepper@redhat.com>
[BZ #3242]
* nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
(__readall): If reading failed due to EAGAIN error wait a bit
and possibly try again.
(__readvall): Likewise.

16 years ago* intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
Ulrich Drepper [Sat, 13 Oct 2007 17:06:29 +0000 (17:06 +0000)]
* intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock

when we cannot recode the message.

16 years ago* libio/Makefile (tests): Add tst-ext2.
Ulrich Drepper [Sat, 13 Oct 2007 07:33:09 +0000 (07:33 +0000)]
* libio/Makefile (tests): Add tst-ext2.

* libio/tst-ext2.c: New file.

16 years agowrite-only streams. For read/write streams, check whether we
Ulrich Drepper [Sat, 13 Oct 2007 07:20:46 +0000 (07:20 +0000)]
write-only streams.  For read/write streams, check whether we

performed a read operation already.

16 years ago[BZ #4359]
Ulrich Drepper [Sat, 13 Oct 2007 07:11:11 +0000 (07:11 +0000)]
[BZ #4359]

2007-10-13  Ulrich Drepper  <drepper@redhat.com>
[BZ #4359]
* libio/__freading.c (__freading): Don't return true for
write-only streams.

16 years ago* locale/programs/repertoire.c (repertoire_read): Always free
Ulrich Drepper [Sat, 13 Oct 2007 05:26:27 +0000 (05:26 +0000)]
* locale/programs/repertoire.c (repertoire_read): Always free

memory for repertoire file name [Coverity CID 270].

16 years ago* elf/cache.c (save_aux_cache): Free memory allocated for
Ulrich Drepper [Sat, 13 Oct 2007 05:22:30 +0000 (05:22 +0000)]
* elf/cache.c (save_aux_cache): Free memory allocated for

temporary file name [Coverity CID 267].

16 years ago(save_aux_cache): Free memory allocated for temporary file name.
Ulrich Drepper [Sat, 13 Oct 2007 05:21:59 +0000 (05:21 +0000)]
(save_aux_cache): Free memory allocated for temporary file name.

16 years ago* misc/Makefile (headers): Add bits/error.h.
Jakub Jelinek [Fri, 12 Oct 2007 21:18:18 +0000 (21:18 +0000)]
* misc/Makefile (headers): Add bits/error.h.

2007-10-12  Jakub Jelinek  <jakub@redhat.com>

* misc/Makefile (headers): Add bits/error.h.

16 years ago* posix/fnmatch_loop.c: Take rule index returned as part of
Ulrich Drepper [Fri, 12 Oct 2007 17:47:19 +0000 (17:47 +0000)]
* posix/fnmatch_loop.c: Take rule index returned as part of

findidx return value into account when accessing weights.
* posix/regcomp.c: Likewise.
* posix/regexec.c: Likewise.

16 years ago* locale/programs/ld-collate.c (collate_read): Optimize a bit.
Ulrich Drepper [Fri, 12 Oct 2007 15:54:54 +0000 (15:54 +0000)]
* locale/programs/ld-collate.c (collate_read): Optimize a bit.

(skip_to): Fix problems with parameter of elifdef/elifndef.

16 years ago* iconv/gconv_simple.c: Add some branch prediction.
Ulrich Drepper [Fri, 12 Oct 2007 04:40:48 +0000 (04:40 +0000)]
* iconv/gconv_simple.c: Add some branch prediction.

16 years ago* locale/programs/ld-collate.c (collate_read): If ignore_content
Ulrich Drepper [Fri, 12 Oct 2007 00:31:29 +0000 (00:31 +0000)]
* locale/programs/ld-collate.c (collate_read): If ignore_content

and nowtok is tok_define, eat any tok_eol tokens.

16 years ago(collate_read): If ignore_content and nowtok is tok_define, eat any tok_eol tokens.
Ulrich Drepper [Fri, 12 Oct 2007 00:30:56 +0000 (00:30 +0000)]
(collate_read): If ignore_content and nowtok is tok_define, eat any tok_eol tokens.

16 years ago* sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
Jakub Jelinek [Thu, 11 Oct 2007 16:32:14 +0000 (16:32 +0000)]
* sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.

(struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
* inet/netinet/in.h: Don't include bits/socket.h.
* sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
macro.
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2007-10-11  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
(struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.

* inet/netinet/in.h: Don't include bits/socket.h.
* sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
macro.
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.

16 years ago* locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
Ulrich Drepper [Thu, 11 Oct 2007 02:36:04 +0000 (02:36 +0000)]
* locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef

and tok_elifndef.
* locale/programs/locfile-kw.gperf: Likewise.
* locale/programs/ld-collate.c: Implement primitive preprocessor.

16 years agoRemove tok_elif, add tok_elifdef and tok_elifndef.
Ulrich Drepper [Thu, 11 Oct 2007 02:32:32 +0000 (02:32 +0000)]
Remove tok_elif, add tok_elifdef and tok_elifndef.

16 years ago* locales/en_US: Add first_weekday and first_workday.
Jakub Jelinek [Wed, 10 Oct 2007 20:46:54 +0000 (20:46 +0000)]
* locales/en_US: Add first_weekday and first_workday.

* locales/cs_CZ: Likewise.
* locales/fur_IT: Likewise.
* locales/fy_DE: Likewise.
* locales/hu_HU: Likewise.
* locales/i18n: Likewise.
* locales/li_BE: Likewise.
* locales/li_NL: Likewise.
* locales/nds_DE: Likewise.
* locales/nds_NL: Likewise.
* locales/pl_PL: Likewise.
* locales/sc_IT: Likewise.
* locales/sk_SK: Likewise.
2007-10-10  Jakub Jelinek  <jakub@redhat.com>

* locales/en_US: Add first_weekday and first_workday.
* locales/cs_CZ: Likewise.
* locales/fur_IT: Likewise.
* locales/fy_DE: Likewise.
* locales/hu_HU: Likewise.
* locales/i18n: Likewise.
* locales/li_BE: Likewise.
* locales/li_NL: Likewise.
* locales/nds_DE: Likewise.
* locales/nds_NL: Likewise.
* locales/pl_PL: Likewise.
* locales/sc_IT: Likewise.
* locales/sk_SK: Likewise.

16 years ago* stdio-common/printf-parse.h: Include string.h and wchar.h.
Ulrich Drepper [Wed, 10 Oct 2007 20:14:12 +0000 (20:14 +0000)]
* stdio-common/printf-parse.h: Include string.h and wchar.h.

(__find_specwc): Change into __extern_always_inline function.
(__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
(__parse_one_specmb): Remove ps argument.
* stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
Adjust __find_specmb and __parse_one_specmb callers.
* stdio-common/printf-prs.c (parse_printf_format): Likewise.
* stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
Removed.
(__parse_one_specmb): Remove ps argument, adjust __find_specmb
caller.

16 years ago* sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside of
Ulrich Drepper [Wed, 10 Oct 2007 16:00:14 +0000 (16:00 +0000)]
* sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside of

libc.so just clear NAME.
(__libc_rwlock_fini): Nop inside of libc.so.
* tst-initializers1.c (main): Test if PTHREAD_RWLOCK_INITIALIZER is
all zeros.

16 years ago* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
Ulrich Drepper [Wed, 10 Oct 2007 01:22:45 +0000 (01:22 +0000)]
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem

with some Pentium Ds.

16 years ago* locales/de_DE: Set first week day to Monday.
Ulrich Drepper [Tue, 9 Oct 2007 22:24:30 +0000 (22:24 +0000)]
* locales/de_DE: Set first week day to Monday.

* locales/fr_FR: Likewise.