about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #2549]Ulrich Drepper2007-10-282-5/+24
| | | | | | | 2006-04-14 H.J. Lu <hongjiu.lu@intel.com> [BZ #2549] * math/libm-test.inc (check_float_internal): Support denormalized return.
* [BZ #5208]Ulrich Drepper2007-10-286-8/+54
| | | | | | | | 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
* * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.Ulrich Drepper2007-10-282-0/+8
|
* * nscd/cache.c (prune_cache): Move test for modified file outsideUlrich Drepper2007-10-261-0/+5
| | | | of locking.
* (prune_cache): Move test for modified file outside of locking.Ulrich Drepper2007-10-261-16/+22
|
* * manual/texinfo.tex: Update to latest version.Andreas Jaeger2007-10-226-373/+817
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * elf/Makefile ($(objpfx)ld.so): Use $(AWK).Roland McGrath2007-10-201-0/+4
|
* 2007-10-19 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-201-1/+1
| | | | | * elf/Makefile ($(objpfx)ld.so): Use $(AWK). * scripts/check-errnos.sh: Likewise.
* 2007-10-06 David S. Miller <davem@davemloft.net>Jakub Jelinek2007-10-1911-9/+780
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom callUlrich Drepper2007-10-181-0/+6
| | | | | even if the poll result indicates there is data to read. Patch by Jeff Moyer <jmoyer@redhat.com>.
* (clntudp_call): Don't block in recvfrom call even if the poll result ↵Ulrich Drepper2007-10-181-1/+1
| | | | indicates there is data to read.
* * elf/elf.h (NT_PPC_VMX): New macro.Roland McGrath2007-10-181-1/+4
| | | | 2007-10-17 Ulrich Drepper <drepper@redhat.com>
* 2007-10-18 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-181-0/+1
| | | | * elf/elf.h (NT_PPC_VMX): New macro.
* Start 2.8 development.Ulrich Drepper2007-10-183-4/+12
| | | | | | | 2007-10-17 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Set to 2.7.90.
* * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add glibc-2.7 cvs/glibc-2_7-base cvs/glibc-2_7Jakub Jelinek2007-10-182-2/+8
| | | | | | | | weak_alias. 2007-10-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add weak_alias.
* * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.Roland McGrath2007-10-171-0/+5
| | | | * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
* 2007-10-17 Roland McGrath <roland@frob.com>Roland McGrath2007-10-172-3/+14
| | | | | * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New. * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
* Remade for stable-2.7 cvs/fedora-glibc-20071017T2029Ulrich Drepper2007-10-171-2/+2
|
* * include/features.h (__GLIBC_MINOR__): Bump to 7.Ulrich Drepper2007-10-172-1/+2
|
* * version.h (VERSION): Bump to 2.7.Ulrich Drepper2007-10-172-2/+4
|
* [BZ #5186]Ulrich Drepper2007-10-172-4/+8
| | | | | | * 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.
* * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC. cvs/fedora-glibc-20071017T2007Ulrich Drepper2007-10-179-0/+27
| | | | | | | | | | * 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.
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addressesUlrich Drepper2007-10-172-6/+27
| | | | | and admin selects to be able to replace the gai.conf file, lock data structures around the qsort call.
* * sysdeps/x86_64/cacheinfo.c: Comment out code added in support ofUlrich Drepper2007-10-173-21/+24
| | | | | | new memset. too high for the improvements. Implement bzero unconditionally for use in libc.
* * sysdeps/x86_64/memset.S: Revert to old version for now. The cost isUlrich Drepper2007-10-172-1231/+112
| | | | | | | too high for the improvements. 2007-10-17 Ulrich Drepper <drepper@redhat.com> Jakub Jelinek <jakub@redhat.com>
* * time/tzfile.c (__tzfile_read): Read POSIX TZ string if availableUlrich Drepper2007-10-171-1/+14
| | | | | | | | | | | | | 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>
* (__tzfile_read): Read POSIX TZ string if available even when time_t is ↵Ulrich Drepper2007-10-171-6/+57
| | | | 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.
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New Jakub Jelinek2007-10-172-1/+25
| | | | | | | | 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.
* Help the compiler recognize unreachable code on 32-bit machines.Ulrich Drepper2007-10-163-7/+12
| | | | | | | 2007-10-16 Ulrich Drepper <drepper@redhat.com> * time/tzfile.c (__tzfile_read): Help the compiler recognize unreachable code on 32-bit machines.
* [BZ #5184]Ulrich Drepper2007-10-162-30/+49
| | | | | | | | | | | | | 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 ().
* (__tzfile_read): Take extra memory requested by caller into account when ↵Ulrich Drepper2007-10-164-49/+48
| | | | | | | | | 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.
* (__tzfile_compute): For use_last case set i to num_transition rather than ↵Ulrich Drepper2007-10-161-2/+3
| | | | num_transitions - 1.
* * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move Jakub Jelinek2007-10-162-1/+4
| | | | | | PIC indirect jump. * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move PIC indirect jump.
* * sysdeps/x86_64/memset.S: Jump from bzero to memset using Jakub Jelinek2007-10-162-1/+7
| | | | | | | | 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.
* * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.Ulrich Drepper2007-10-163-111/+1274
| | | | | | | | | | | | | | | | | | (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
* Make an empty file.Ulrich Drepper2007-10-161-3/+1
|
* * po/libc.pot: Regenerated.Roland McGrath2007-10-161-0/+4
|
* 2007-10-15 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-161-878/+882
| | | | * po/libc.pot: Regenerated.
* * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle start and start_fctUlrich Drepper2007-10-151-0/+3
| | | | pointers.
* (REENTRANT_NAME): Mangle start and start_fct pointers.Ulrich Drepper2007-10-151-8/+24
|
* * init.c (__pthread_initialize_minimal): Initialize word to appease Jakub Jelinek2007-10-152-1/+6
| | | | | | | | valgrind. 2007-10-15 Jakub Jelinek <jakub@redhat.com> * init.c (__pthread_initialize_minimal): Initialize word to appease valgrind.
* [BZ #3425]Ulrich Drepper2007-10-152-2/+13
| | | | | | | | 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.
* * posix/glob.c: Reimplement link_exists_p to use fstatat64. cvs/fedora-glibc-20071015T0728Ulrich Drepper2007-10-152-3/+30
|
* * posix/glob.c: Add some branch prediction throughout.Ulrich Drepper2007-10-152-9/+11
|
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successfulUlrich Drepper2007-10-152-10/+11
| | | | read from nscd.
* (rfc3484_sort): Make sure that even if qsort doesn't supportUlrich Drepper2007-10-141-2/+2
| | | | stable sorting out sorting here is stable by comparing service_order.
* * posix/tst-rfc3484-2.c (do_test): Likewise.Ulrich Drepper2007-10-143-0/+6
|
* * posix/tst-rfc3484.c (do_test): Adjust for addition ofUlrich Drepper2007-10-141-0/+2
| | | | service_order field to sorting structure.
* [BZ #4098] cvs/fedora-glibc-20071014T2102Ulrich Drepper2007-10-143-20/+31
| | | | | | | 2007-10-14 Ulrich Drepper <drepper@redhat.com> [BZ #4098] * locales/pl_PL: Change abmon, abday, and d_fmt according to results of vote.
* * sysdeps/posix/getaddrinfo.c (struct sort_result): Add cvs/fedora-glibc-20071014T1847Ulrich Drepper2007-10-142-2/+13
| | | | | | | 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.