Ulrich Drepper
f160a450c9
[BZ #5204 ]
...
* crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
* crypt/sha512c-test.c: Likewise.
2007-10-28 19:46:50 +00:00
Ulrich Drepper
22c915ac42
* stdio-common/Makefile (tests): Add bug20.
...
* stdio-common/bug20.c: New file.
2007-10-28 16:45:27 +00:00
Ulrich Drepper
4c6b2202cb
[BZ #5225 ]
...
* stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
to keep track of end of %[ format string element.
2007-10-28 08:58:24 +00:00
Ulrich Drepper
88197030d5
[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.
2007-10-28 08:24:07 +00:00
Ulrich Drepper
94833f118b
[BZ #5040 ]
...
* sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
2007-10-28 01:34:10 +00:00
Ulrich Drepper
05d691474f
[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.
2007-10-28 01:29:21 +00:00
Ulrich Drepper
e6b29af8a3
[BZ #2549 ]
...
2006-04-14 H.J. Lu <hongjiu.lu@intel.com>
[BZ #2549 ]
* math/libm-test.inc (check_float_internal): Support
denormalized return.
2007-10-28 01:14:40 +00:00
Ulrich Drepper
ad3371fbac
[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
2007-10-28 01:08:55 +00:00
Ulrich Drepper
666aa0201b
* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
2007-10-28 00:59:34 +00:00
Ulrich Drepper
8ad343b3ec
* nscd/cache.c (prune_cache): Move test for modified file outside
...
of locking.
2007-10-26 23:52:34 +00:00
Ulrich Drepper
02aa27fe12
(prune_cache): Move test for modified file outside of locking.
2007-10-26 23:51:31 +00:00
Andreas Jaeger
9251c5687f
* 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.
2007-10-22 05:00:46 +00:00
Roland McGrath
260b2e06c2
* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
2007-10-20 00:54:29 +00:00
Roland McGrath
0a80eb74fd
2007-10-19 Roland McGrath <roland@redhat.com>
...
* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
* scripts/check-errnos.sh: Likewise.
2007-10-20 00:54:16 +00:00
Jakub Jelinek
46ae88502d
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.
2007-10-19 06:59:33 +00:00
Ulrich Drepper
6fbfbd8066
* 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>.
2007-10-18 22:25:09 +00:00
Ulrich Drepper
7e9f348f41
(clntudp_call): Don't block in recvfrom call even if the poll result indicates there is data to read.
2007-10-18 22:23:57 +00:00
Roland McGrath
39cfc9fab5
* elf/elf.h (NT_PPC_VMX): New macro.
...
2007-10-17 Ulrich Drepper <drepper@redhat.com>
2007-10-18 08:49:49 +00:00
Roland McGrath
6368c0bcea
2007-10-18 Roland McGrath <roland@redhat.com>
...
* elf/elf.h (NT_PPC_VMX): New macro.
2007-10-18 08:49:44 +00:00
Ulrich Drepper
28919a77d8
Start 2.8 development.
...
2007-10-17 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Set to 2.7.90.
2007-10-18 05:45:49 +00:00
Jakub Jelinek
ed13ccf1f7
* 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.
2007-10-18 00:09:32 +00:00
Roland McGrath
ee9fd869a1
* sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
...
* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
2007-10-17 22:32:40 +00:00
Roland McGrath
bd92328d5e
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.
2007-10-17 22:32:35 +00:00
Ulrich Drepper
f71cda6a38
Remade for stable-2.7
2007-10-17 20:27:29 +00:00
Ulrich Drepper
777bc4bfd9
* include/features.h (__GLIBC_MINOR__): Bump to 7.
2007-10-17 20:27:09 +00:00
Ulrich Drepper
50c9fbbfdf
* version.h (VERSION): Bump to 2.7.
2007-10-17 20:25:29 +00:00
Ulrich Drepper
58423c7dbb
[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.
2007-10-17 20:23:20 +00:00
Ulrich Drepper
1aa5e4d74f
* 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.
2007-10-17 18:55:39 +00:00
Ulrich Drepper
fc4837e5d7
* 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.
2007-10-17 16:05:34 +00:00
Ulrich Drepper
406f28dbe5
* 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.
2007-10-17 15:58:16 +00:00
Ulrich Drepper
ac1cb5da08
* 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>
2007-10-17 15:44:30 +00:00
Ulrich Drepper
62eaf7c899
* 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>
2007-10-17 14:46:12 +00:00
Ulrich Drepper
c6d381d3b3
(__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.
2007-10-17 14:44:26 +00:00
Jakub Jelinek
96c06e084b
* 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.
2007-10-17 14:34:44 +00:00
Ulrich Drepper
6a649d25bb
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.
2007-10-16 23:25:46 +00:00
Ulrich Drepper
800d6f9ee8
[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 ().
2007-10-16 22:50:20 +00:00
Ulrich Drepper
69819d9223
(__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.
2007-10-16 22:37:35 +00:00
Ulrich Drepper
e2cceb5a74
(__tzfile_compute): For use_last case set i to num_transition rather than num_transitions - 1.
2007-10-16 14:18:39 +00:00
Jakub Jelinek
8d137b6098
* 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.
2007-10-16 09:23:09 +00:00
Jakub Jelinek
0308ad66c1
* 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.
2007-10-16 08:54:19 +00:00
Ulrich Drepper
e2b393bc69
* 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
2007-10-16 05:59:53 +00:00
Ulrich Drepper
340779f775
Make an empty file.
2007-10-16 05:59:15 +00:00
Roland McGrath
0fbfcb7b19
* po/libc.pot: Regenerated.
2007-10-16 04:20:53 +00:00
Roland McGrath
9daf276159
2007-10-15 Roland McGrath <roland@redhat.com>
...
* po/libc.pot: Regenerated.
2007-10-16 04:20:48 +00:00
Ulrich Drepper
d96a2216f6
* nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle start and start_fct
...
pointers.
2007-10-15 23:02:32 +00:00
Ulrich Drepper
58058fa2e6
(REENTRANT_NAME): Mangle start and start_fct pointers.
2007-10-15 23:02:24 +00:00
Jakub Jelinek
e807818b5d
* 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.
2007-10-15 20:25:25 +00:00
Ulrich Drepper
2884dad43c
[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.
2007-10-15 16:30:38 +00:00
Ulrich Drepper
8d97ac1355
* posix/glob.c: Reimplement link_exists_p to use fstatat64.
2007-10-15 04:59:16 +00:00
Ulrich Drepper
1b6aa63f4e
* posix/glob.c: Add some branch prediction throughout.
2007-10-15 04:22:46 +00:00