Ulrich Drepper [Fri, 11 Jul 2008 17:05:42 +0000 (17:05 +0000)]
* locales/iso14651_t1_common: Add Kannada collation support.
Patch by Pravin Satpute <psatpute@redhat.com>.
Ulrich Drepper [Wed, 9 Jul 2008 22:41:56 +0000 (22:41 +0000)]
* resolv/res_send.c: Remove unnecessary res_pquery prototype.
Ulrich Drepper [Wed, 9 Jul 2008 20:48:04 +0000 (20:48 +0000)]
* resolv/res_query.c (__libc_res_nquery): Issue debug message only
if DEBUG is defined.
Ulrich Drepper [Wed, 9 Jul 2008 17:59:15 +0000 (17:59 +0000)]
* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
query. Adjust buffer size computation for padding.
Ulrich Drepper [Tue, 8 Jul 2008 16:32:55 +0000 (16:32 +0000)]
* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
* stdio-common/tst-setvbuf1.c: New file.
* stdio-common/tst-setvbuf1.expect: New file.
Ulrich Drepper [Tue, 8 Jul 2008 16:21:11 +0000 (16:21 +0000)]
[BZ #6719]
2008-07-08 Ulrich Drepper <drepper@redhat.com>
[BZ #6719]
* libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
when selecting fully-buffered stream.
Patch by Wang Xin <wxinee@gmail.com>.
Ulrich Drepper [Tue, 8 Jul 2008 12:43:50 +0000 (12:43 +0000)]
[BZ #6713]
2008-07-08 Ulrich Drepper <drepper@redhat.com>
[BZ #6713]
* charmaps/UTF-8: Fix U1DBA entry representation.
Patch by Colin Watson.
Ulrich Drepper [Tue, 8 Jul 2008 12:43:04 +0000 (12:43 +0000)]
Fix U1DBA entry representation.
Roland McGrath [Mon, 7 Jul 2008 00:41:09 +0000 (00:41 +0000)]
* sysdeps/mach/hurd/open.c: Include <stdio.h>.
(__open_2): New function.
(__open64_2): New alias to __open_2.
* sysdeps/mach/hurd/openat.c: Include <stdio.h>.
(__openat_2): New function.
(__openat64_2): New alias to __openat_2.
Roland McGrath [Mon, 7 Jul 2008 00:41:05 +0000 (00:41 +0000)]
2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/mach/hurd/open.c: Include <stdio.h>.
(__open_2): New function.
(__open64_2): New alias to __open_2.
* sysdeps/mach/hurd/openat.c: Include <stdio.h>.
(__openat_2): New function.
(__openat64_2): New alias to __openat_2.
Ulrich Drepper [Sun, 6 Jul 2008 21:19:37 +0000 (21:19 +0000)]
[BZ #6723]
..
2008-07-06 Ulrich Drepper <drepper@redhat.com>
[BZ #6723]
* time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
Ulrich Drepper [Sun, 6 Jul 2008 21:17:58 +0000 (21:17 +0000)]
(__mktime_internal): Normalize tp->tm_isdst value.
Roland McGrath [Wed, 2 Jul 2008 19:35:02 +0000 (19:35 +0000)]
* sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
* hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
* hurd/get-host.c (_hurd_get_host_config): Likewise.
* sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
Roland McGrath [Wed, 2 Jul 2008 09:54:02 +0000 (09:54 +0000)]
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
* hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
* sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
__hurd_dfail.
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
* sysdeps/mach/hurd/send.c (__send): Likewise.
* sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
* sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
Roland McGrath [Wed, 2 Jul 2008 09:53:29 +0000 (09:53 +0000)]
2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
* hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
* sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
__hurd_dfail.
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise
* sysdeps/mach/hurd/send.c (__send): Likewise
* sysdeps/mach/hurd/sendfrom.c (__sendfrom): Likewise
* sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise
Ulrich Drepper [Fri, 27 Jun 2008 21:36:13 +0000 (21:36 +0000)]
Remove use of __P.
Ulrich Drepper [Fri, 27 Jun 2008 18:27:27 +0000 (18:27 +0000)]
* resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
Ulrich Drepper [Fri, 27 Jun 2008 17:27:39 +0000 (17:27 +0000)]
[BZ #6657]
2008-06-27 Ulrich Drepper <drepper@redhat.com>
[BZ #6657]
* time/strptime_l.c: Don't clear s.era_cnt after successful match
of %EY.
Patch by Petr Baudis.
Ulrich Drepper [Fri, 27 Jun 2008 04:45:06 +0000 (04:45 +0000)]
* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
Patch by Peter Jones <pjones@redhat.com>.
Ulrich Drepper [Thu, 26 Jun 2008 00:42:12 +0000 (00:42 +0000)]
[BZ #6654]
2008-06-25 Ulrich Drepper <drepper@redhat.com>
[BZ #6654]
* stdlib/canonicalize.c (__realpath): readlink can write too much
into the buffer on platforms without PATH_MAX.
Ulrich Drepper [Wed, 25 Jun 2008 23:27:16 +0000 (23:27 +0000)]
[BZ #6653]
Ulrich Drepper [Wed, 25 Jun 2008 23:26:07 +0000 (23:26 +0000)]
* posix/tst-regex.c (main): Rename to...
(do_test): ... this. Remove cmdline option processing.
(TIMEOUT): Define.
(TEST_FUNCTION): Define.
(CMDLINE_OPTIONS): Define.
Ulrich Drepper [Wed, 25 Jun 2008 19:37:46 +0000 (19:37 +0000)]
[BZ #5210]
2008-06-25 Ulrich Drepper <drepper@redhat.com>
[BZ #5210]
* configure.in: Add -Werror to -fstack-protector test to catch
unsupported architectures.
Patch by Gilles Esponasse <g.esp@free.fr>.
Ulrich Drepper [Wed, 25 Jun 2008 19:33:49 +0000 (19:33 +0000)]
[BZ #5814]
2008-06-25 Ulrich Drepper <drepper@redhat.com>
[BZ #5814]
* locales/fi_FI: Fix separator for hours, minutes, and seconds.
Ulrich Drepper [Wed, 25 Jun 2008 17:59:16 +0000 (17:59 +0000)]
* stdlib/tst-setcontext.c: Set back_in_main before exit if
getcontext returns ENOSYS.
Ulrich Drepper [Tue, 24 Jun 2008 16:59:47 +0000 (16:59 +0000)]
* locales/iso14651_t1_common: Add support for Gurumukhi script.
Patch by Pravin Satpute <psatpute@redhat.com>.
Ulrich Drepper [Wed, 18 Jun 2008 22:28:58 +0000 (22:28 +0000)]
* nscd/connections.c (main_loop_poll): Fix test for read error.
(main_loop_epoll): Likewise.
Ulrich Drepper [Fri, 13 Jun 2008 23:35:47 +0000 (23:35 +0000)]
* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
better place so it is not called when nscd is used.
Ulrich Drepper [Fri, 13 Jun 2008 16:31:07 +0000 (16:31 +0000)]
* nscd/connections.c: Also recognize and handle changes to the
resolver configuration file.
Ulrich Drepper [Fri, 13 Jun 2008 06:08:54 +0000 (06:08 +0000)]
[BZ #6612]
* time/strftime.c: Pass reference to tzset_called around to handle
recursive calls.
[BZ #6612]
* time/strftime.c (__strftime_internal): Call tzset() only
when printing timezone-dependent values.
Based on a patch by Petr Baudis <pasky@suse.cz>.
Ulrich Drepper [Fri, 13 Jun 2008 04:36:35 +0000 (04:36 +0000)]
* resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
unconditionally use second gaih_getanswer_slice result.
Ulrich Drepper [Fri, 13 Jun 2008 02:12:05 +0000 (02:12 +0000)]
* sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
(getaddrinfo): RES must always be non-NULL.
Ulrich Drepper [Fri, 13 Jun 2008 01:18:22 +0000 (01:18 +0000)]
* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
cr[34] registers.
* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
* sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
register.
Ulrich Drepper [Thu, 12 Jun 2008 22:40:27 +0000 (22:40 +0000)]
* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
fields.
* nscd/connections.c (inotify_fd): New variable.
(nscd_init): Try to open an inotify descriptor.
If successful, watch files for databases using inotify instead of
having prune threads stat the files.
(nscd_run_prune): Recognize clear_cache flag being set and call
prune_cache appropriately.
(main_loop_poll): Add inotify descriptor to wait set and handle the
reported changes.
(main_loop_epoll): Likewise.
* nscd/cache.c (prune_cache): Don't stat files for databases if
inotify is used.
* sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
(CFLAGS-connections.c): Add -DHAVE_INOTIFY.
Ulrich Drepper [Thu, 12 Jun 2008 16:16:38 +0000 (16:16 +0000)]
* nscd/grpcache.c (cache_addgr): Correctly compute size of
fixed-size portion of the record.
* nscd/servicescache.c (cache_addserv): Likewise.
* nscd/pwdcache.c (cache_addpw): Likewise.
* nscd/initgrcache.c (addinitgroupsX): Likewise.
Ulrich Drepper [Thu, 12 Jun 2008 04:52:39 +0000 (04:52 +0000)]
* nscd/mem.c (gc): Initialize obstack earlier so that if we jump
out we don't use uninitialized memory.
* nscd/hstcache.c (cache_addhst): Send correct number of bytes to
the client.
Ulrich Drepper [Tue, 10 Jun 2008 22:36:45 +0000 (22:36 +0000)]
* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
ignore T_DNAME messages.
* resolv/arpa/nameser_compat.h (T_DNAME): Define.
Ulrich Drepper [Tue, 10 Jun 2008 22:35:01 +0000 (22:35 +0000)]
(T_DNAME): Define.
Jakub Jelinek [Fri, 6 Jun 2008 19:23:39 +0000 (19:23 +0000)]
* misc/regexp.h (compile): Use __REPB_PREFIX macro.
Avoid segfault if first GETC returns eof/'\0'/'\n'.
2008-06-05 Jakub Jelinek <jakub@redhat.com>
* misc/regexp.h (compile): Use __REPB_PREFIX macro.
Avoid segfault if first GETC returns eof/'\0'/'\n'.
Jakub Jelinek [Tue, 3 Jun 2008 10:22:52 +0000 (10:22 +0000)]
* nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
instead of portstr to nscd_getserv_r. Patch by
Roman Kagan <rkagan@mail.ru>.
2008-06-03 Jakub Jelinek <jakub@redhat.com>
* nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
instead of portstr to nscd_getserv_r. Patch by
Roman Kagan <rkagan@mail.ru>.
Ulrich Drepper [Sat, 31 May 2008 08:56:14 +0000 (08:56 +0000)]
(tests): Add tst-rwlock2a.
Ulrich Drepper [Thu, 29 May 2008 14:53:01 +0000 (14:53 +0000)]
* sysdeps/pthread/pthread.h: Fix typo in comment.
Ulrich Drepper [Thu, 29 May 2008 05:53:30 +0000 (05:53 +0000)]
* sysdeps/pthread/createthread.c (do_clone): Pass accurate length
of CPU set to the kernel.
Ulrich Drepper [Thu, 29 May 2008 05:53:18 +0000 (05:53 +0000)]
(do_clone): Pass accurate length of CPU set to the kernel.
Roland McGrath [Wed, 28 May 2008 00:18:33 +0000 (00:18 +0000)]
typo
Remove more useless "if" tests before "free".
Ulrich Drepper [Tue, 27 May 2008 06:04:07 +0000 (06:04 +0000)]
Remove useless more "if" tests before "free".
* include/inline-hashtab.h (htab_delete): Likewise.
* libio/freopen.c (freopen): Likewise.
* libio/freopen64.c (freopen64): Likewise.
* locale/programs/ld-collate.c (collate_read): Likewise.
* misc/fstab.c (libc_freeres_fn): Likewise.
* posix/glob.c (globfree): Likewise.
Ulrich Drepper [Mon, 26 May 2008 17:02:55 +0000 (17:02 +0000)]
* tst-typesizes.c: Explicitly check __SIZEOF_PTHREAD_* constants.
David S. Miller <davem@davemloft.net>
Ulrich Drepper [Sun, 25 May 2008 00:17:34 +0000 (00:17 +0000)]
* string/Makefile (strop-tests): Add memmem.
* string/test-memmem.c: New file.
* string/test-string.h (BUF1PAGES): Define to 1 if undefined.
(test_init): Size buf1 according to BUF1PAGES.
* stdio-common/scanf16.c: New file.
* stdio-common/scanf17.c: New file.
* scripts/data/localplt-sparc64-linux-gnu.data: New file.
Ulrich Drepper [Sat, 24 May 2008 19:17:41 +0000 (19:17 +0000)]
answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
Jakub Jelinek [Sat, 24 May 2008 18:14:36 +0000 (18:14 +0000)]
* libio/stdio.h (vscanf): Fix -std=c99 redirect.
* stdio-common/Makefile (tests): Add scanf16 and scanf17.
(CFLAGS-scanf17.c): New.
* stdio-common/scanf14.c (main): Add fscanf and scanf tests.
* stdio-common/scanf15.c (main): Likewise.
* stdio-common/scanf16.c: New test.
* stdio-common/scanf17.c: New test.
2008-05-24 Jakub Jelinek <jakub@redhat.com>
* libio/stdio.h (vscanf): Fix -std=c99 redirect.
* stdio-common/Makefile (tests): Add scanf16 and scanf17.
(CFLAGS-scanf17.c): New.
* stdio-common/scanf14.c (main): Add fscanf and scanf tests.
* stdio-common/scanf15.c (main): Likewise.
* stdio-common/scanf16.c: New test.
* stdio-common/scanf17.c: New test.
Ulrich Drepper [Sat, 24 May 2008 17:51:45 +0000 (17:51 +0000)]
* resolv/res_send.c (send_dg): If we already have one of two
answers and the server reports SERVFAI, NOTIMP, or REFUSED, then
use the one answer insted of failing.
Ulrich Drepper [Thu, 22 May 2008 20:00:18 +0000 (20:00 +0000)]
* math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
being executed on PowerPC as the expected result exceeds IBM
long double 128 __LDBL_MAX__.
Ulrich Drepper [Thu, 22 May 2008 19:59:10 +0000 (19:59 +0000)]
Work around braindead IBM128 long double format.
Roland McGrath [Thu, 22 May 2008 00:04:21 +0000 (00:04 +0000)]
* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
* Makefile (check-data): Use $(abi-name) before other guesses.
Look in $(add-ons) dirs before scripts/data/.
* elf/Makefile (check-data): Likewise.
* scripts/soversions.awk: Grok ABI line.
* Makeconfig ($(common-objpfx)soversions.mk): Likewise.
Emit definition for abi-name variable.
if [__USE_BSD].
Roland McGrath [Thu, 22 May 2008 00:03:36 +0000 (00:03 +0000)]
2008-05-21 Roland McGrath <roland@redhat.com>
* scripts/soversions.awk: Grok ABI line.
* Makeconfig ($(common-objpfx)soversions.mk): Likewise.
Emit definition for abi-name variable.
Ulrich Drepper [Wed, 21 May 2008 23:39:35 +0000 (23:39 +0000)]
* string/endian.h: Define new fixed-size hto* and *toh macros only
is __USE_BSD.
Ulrich Drepper [Wed, 21 May 2008 22:45:53 +0000 (22:45 +0000)]
* iconvdata/Depend: Add localedata.
Ulrich Drepper [Wed, 21 May 2008 22:45:28 +0000 (22:45 +0000)]
Add localedata.
Roland McGrath [Wed, 21 May 2008 19:37:15 +0000 (19:37 +0000)]
* bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
Roland McGrath [Wed, 21 May 2008 19:37:10 +0000 (19:37 +0000)]
2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
* bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
Ulrich Drepper [Wed, 21 May 2008 15:13:02 +0000 (15:13 +0000)]
Remove U0C0D entry added for Telugu.
Ulrich Drepper [Wed, 21 May 2008 15:12:48 +0000 (15:12 +0000)]
* locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.
Reported by Pravin Satpute.
Jakub Jelinek [Wed, 21 May 2008 09:29:07 +0000 (09:29 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
HIDDEN_JUMPTARGET.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(__SYSCALL_CLOBBERS): Remove %g* registers.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(__SYSCALL_CLOBBERS): Likewise.
* scripts/data/localplt-sparc-linux-gnu.data: New file.
* scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
2008-05-08 David S. Miller <davem@davemloft.net>
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
HIDDEN_JUMPTARGET.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(__SYSCALL_CLOBBERS): Remove %g* registers.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(__SYSCALL_CLOBBERS): Likewise.
* scripts/data/localplt-sparc-linux-gnu.data: New file.
* scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
Jakub Jelinek [Wed, 21 May 2008 08:48:21 +0000 (08:48 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(CALL_ERRNO_LOCATION): Define.
(__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(CALL_ERRNO_LOCATION): Define.
(__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
* sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2008-05-21 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(CALL_ERRNO_LOCATION): Define.
(__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(CALL_ERRNO_LOCATION): Define.
(__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
* sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
HIDDEN_JUMPTARGET for __errno_location call in libc.so.
Jakub Jelinek [Wed, 21 May 2008 06:47:47 +0000 (06:47 +0000)]
2008-05-20 Jakub Jelinek <jakub@redhat.com>
David S. Miller <davem@davemloft.net>
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
Ulrich Drepper [Tue, 20 May 2008 22:57:05 +0000 (22:57 +0000)]
* include/inline-hashtab.h (higher_prime_number): Fix type of mid
variable.
Ulrich Drepper [Tue, 20 May 2008 22:55:47 +0000 (22:55 +0000)]
(higher_prime_number): Fix type of mid variable.
Jakub Jelinek [Tue, 20 May 2008 19:23:00 +0000 (19:23 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
(FIRST_FRAME_POINTER): Define.
* sysdeps/sparc/sparc64/backtrace.c: New file.
2008-05-20 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
(FIRST_FRAME_POINTER): Define.
2008-05-09 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/sparc64/backtrace.c: New file.
Jakub Jelinek [Tue, 20 May 2008 07:48:50 +0000 (07:48 +0000)]
* sysdeps/sparc/machine-gmon.h: New file.
* sysdeps/sparc/sparc-mcount.S: Likewise.
* sysdeps/sparc/Makefile: Add sparc-mcount target to
sysdep_routines in gmon directory.
2008-05-14 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/machine-gmon.h: New file.
* sysdeps/sparc/sparc-mcount.S: Likewise.
* sysdeps/sparc/Makefile: Add sparc-mcount target to
sysdep_routines in gmon directory.
Jakub Jelinek [Tue, 20 May 2008 07:42:00 +0000 (07:42 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
2008-05-19 Jakub Jelinek <jakub@redhat.com>
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
Jakub Jelinek [Mon, 19 May 2008 18:43:36 +0000 (18:43 +0000)]
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2008-05-19 Jakub Jelinek <jakub@redhat.com>
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
Ulrich Drepper [Mon, 19 May 2008 17:34:14 +0000 (17:34 +0000)]
* resolv/res_query.c (__libc_res_nquery): In case one of two
answer was too short don't try to read that answer's header.
* resolv/res_send.c (send_dg): In case of timeout and there are
two queries and one has been answered, return value indicating
success.
Ulrich Drepper [Sun, 18 May 2008 21:54:43 +0000 (21:54 +0000)]
* nscd/cache.c (cache_add): Take additional parameter specifying
whether this is in response of a cache refill. Check alignment
of package data. Revamp waking of pruning thread.
(prune_cache): Small optimization.
* nscd/nscd.h: Adjust cache_add prototypes.
* nscd/aicache.c: Adjust cache_add calls.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/pwdcache.c: Likewise.
* nscd/servicescache.c: Likewise.
* nscd/connections.c (restart): Really disable cache use before
exec attempt. If it fails, reenable cache.
(nscd_run_prune): Initialize wakeup_time. After wakeup, set wakeup
time to max to be able to notice concurrent cache additions. Unlock
prune_lock while performing gc. Afterwards compute wakeup time with
current wakeup_time value in mind.
Ulrich Drepper [Sun, 18 May 2008 06:29:10 +0000 (06:29 +0000)]
* nscd/mem.c (gc): Avoid stack overflow when allocating move list.
Ulrich Drepper [Sun, 18 May 2008 04:25:44 +0000 (04:25 +0000)]
* nscd/mem.c (gc): Correctly determine highest used array element
in mark.
Ulrich Drepper [Sun, 18 May 2008 04:17:14 +0000 (04:17 +0000)]
* nscd/mem.c (markrange): Add assert to check entries are all
aligned. Small cleanup in bitmap use.
Ulrich Drepper [Sun, 18 May 2008 03:57:19 +0000 (03:57 +0000)]
* nscd/nscd.h (mem_in_flight): Replace blockaddr field with
blockoff of type nscd_ssize_t.
* nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
(mempoll_alloc): Record block offset and not address.
Ulrich Drepper [Sun, 18 May 2008 02:45:46 +0000 (02:45 +0000)]
* nscd/mem.c (gc): Fix test for stack overuse.
Ulrich Drepper [Sat, 17 May 2008 22:51:15 +0000 (22:51 +0000)]
* nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
more asserts.
Ulrich Drepper [Sat, 17 May 2008 21:44:56 +0000 (21:44 +0000)]
* sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
entry is available, believe it.
Ulrich Drepper [Sat, 17 May 2008 19:54:58 +0000 (19:54 +0000)]
* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
no answers return NSS_STATUS_NOTFOUND.
(gaih_getanswer): Don't call gaih_getanswer_slice if the answer
buffer does not have any content.
* nscd/servicescache.c: Likewise.
Ulrich Drepper [Fri, 16 May 2008 18:19:18 +0000 (18:19 +0000)]
* string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
Ulrich Drepper [Fri, 16 May 2008 15:36:26 +0000 (15:36 +0000)]
* sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
lookup, don't assign canon unconditionally.
Ulrich Drepper [Thu, 15 May 2008 04:42:20 +0000 (04:42 +0000)]
* string/Makefile (distribute): Add str-two-way.h.
2008-03-29 Eric Blake <ebb9@byu.net>
Rewrite string searches to O(n) rather than O(n^2).
* string/str-two-way.h: New file. For linear fixed-allocation
string searching.
* string/memmem.c: New implementation.
* string/strstr.c: New implementation.
* string/strcasestr.c: New implementation.
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
Ulrich Drepper [Thu, 15 May 2008 03:06:50 +0000 (03:06 +0000)]
* posix/regcomp.c (optimize_utf8): Add a note on why we test
opr.ctx_type.
(calc_first): Initialize constraint field.
(duplicate_node_closure): Use it instead of special casing ANCHORS.
Use search_duplicated_node to avoid loops. Fix grammar.
(duplicate_node): Merge constraint field for all node types.
(calc_eclosure_iter): Look at constraint field for all node types.
* posix/regex_internal.c (create_cd_newstate): Don't look at
create_cd_newstate.
* posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
* posix/tst-rfc3484-2.c: Likewise.
* posix/tst-rfc3484-3.c: Likewise.
Ulrich Drepper [Thu, 15 May 2008 02:58:18 +0000 (02:58 +0000)]
[BZ #6428]
* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
Ulrich Drepper [Thu, 15 May 2008 02:54:33 +0000 (02:54 +0000)]
[BZ #6442]
* string/endian.h: Add macros for fixed-size endian conversion.
* bits/byteswap.h: Allow inclusion from <endian.h>.
* sysdeps/i386/bits/byteswap.h: Likewise.
* sysdeps/ia64/bits/byteswap.h: Likewise.
* sysdeps/s390/bits/byteswap.h: Likewise.
* sysdeps/x86_64/bits/byteswap.h: Likewise.
* string/Makefile (tests): Add tst-endian.
* string/tst-endian.c: New file.
Ulrich Drepper [Thu, 15 May 2008 01:59:59 +0000 (01:59 +0000)]
* iconvdata/run-iconv-test.sh: Use = instead of == in test.
Patch by Reuben Thomas.
Ulrich Drepper [Thu, 15 May 2008 01:57:05 +0000 (01:57 +0000)]
* iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
* iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
Ulrich Drepper [Wed, 14 May 2008 22:53:12 +0000 (22:53 +0000)]
[BZ #6461]
* iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
Add missing braces.
(BODY for __gconv_transform_internal_ascii): Likewise.
Ulrich Drepper [Wed, 14 May 2008 22:47:15 +0000 (22:47 +0000)]
(match_prefix): Don't treat IPv4 loopback address special when
converting to v4 mapped addressed.
Ulrich Drepper [Wed, 14 May 2008 22:35:44 +0000 (22:35 +0000)]
[BZ #6472]
Ulrich Drepper [Wed, 14 May 2008 22:33:51 +0000 (22:33 +0000)]
* sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
to be treated like link-local addresses.
Ulrich Drepper [Wed, 14 May 2008 21:53:48 +0000 (21:53 +0000)]
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_init
if necessary.
Ulrich Drepper [Wed, 14 May 2008 17:55:57 +0000 (17:55 +0000)]
* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
and SCTP.
Ulrich Drepper [Wed, 14 May 2008 17:33:37 +0000 (17:33 +0000)]
* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP and
UDPlite.
* nss/getent.c (ahosts_keys_int): Handle all known socket types.
* inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
* sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
Ulrich Drepper [Tue, 13 May 2008 22:49:03 +0000 (22:49 +0000)]
* po/lt.po: New file. From Lituanian translation team.
sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
Ulrich Drepper [Tue, 13 May 2008 05:41:30 +0000 (05:41 +0000)]
Introduce TLS descriptors for i386 and x86_64.
* include/inline-hashtab.h: New file, copied from 2005's
libiberty, with fix for memory leak imported afterwards by
Glauber de Oliveira Costa.
* elf/tlsdeschtab.h: New file.
* elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
(_dl_allocate_static_tls): ... here. Rearrange failure path.
(CHECK_STATIC_TLS): Move to...
* elf/dynamic-link.h: ... this file.
(TRY_STATIC_TLS): New macro.
* elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
* elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
R_386_TLS_DESC): Define.
(R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
binutils.
(R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
R_X86_64_TLSDESC): Define.
(R_386_NUM, R_X86_64_NUM): Adjust.
* sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
systep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
(gen-as-const-headers): Add tlsdesc.sym to csu subdir.
* sysdeps/i386/dl-lookupcfg.h: New file. Introduce _dl_unmap to
release tlsdesc_table.
* sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
(elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
(elf_machine_rel): Handle R_386_TLS_DESC.
(elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
(elf_machine_lazy_rela): Likewise.
* sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
* sysdeps/i386/dl-tlsdesc.S: New file.
* sysdeps/i386/dl-tlsdesc.h: New file.
* sysdeps/i386/tlsdesc.c: New file.
* sysdeps/i386/tlsdesc.sym: New file.
* sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
tlsdesc_table.
* sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
systep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
(gen-as-const-headers): Add tlsdesc.sym to csu subdir.
* sysdeps/x86_64/dl-lookupcfg.h: New file. Introduce _dl_unmap to
release tlsdesc_table.
* sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
(elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
(elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
(elf_machine_rel): Handle R_X86_64_TLSDESC.
(elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
(__tls_get_addr): Do not declare for non-shared compiles.
* sysdeps/x86_64/dl-tlsdesc.S: New file.
* sysdeps/x86_64/dl-tlsdesc.h: New file.
* sysdeps/x86_64/tlsdesc.c: New file.
* sysdeps/x86_64/tlsdesc.sym: New file.
* sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
tlsdesc_table for both 32- and 64-bit structs.
Ulrich Drepper [Mon, 12 May 2008 05:36:02 +0000 (05:36 +0000)]
* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
its own function. This reduces the frame setup costs and more.
Ulrich Drepper [Sun, 11 May 2008 17:49:25 +0000 (17:49 +0000)]
[BZ #3406]
2008-02-11 Joseph Myers <joseph@codesourcery.com>
[BZ #3406]
* sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
* math/libm-test.inc (exp_test): Test 88.
72269439697265625.