about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #3112]Ulrich Drepper2007-10-281-0/+8
| | | | | | | | | 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.
* [BZ #2549]Ulrich Drepper2007-10-281-0/+6
| | | | | | | 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-281-0/+7
| | | | | | | | 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-281-0/+4
|
* * nscd/cache.c (prune_cache): Move test for modified file outsideUlrich Drepper2007-10-261-0/+5
| | | | of locking.
* * manual/texinfo.tex: Update to latest version.Andreas Jaeger2007-10-221-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-06 David S. Miller <davem@davemloft.net>Jakub Jelinek2007-10-191-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>.
* * elf/elf.h (NT_PPC_VMX): New macro.Roland McGrath2007-10-181-1/+4
| | | | 2007-10-17 Ulrich Drepper <drepper@redhat.com>
* Start 2.8 development.Ulrich Drepper2007-10-181-0/+5
| | | | | | | 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-181-0/+5
| | | | | | | | 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.
* * include/features.h (__GLIBC_MINOR__): Bump to 7.Ulrich Drepper2007-10-171-0/+1
|
* * version.h (VERSION): Bump to 2.7.Ulrich Drepper2007-10-171-0/+2
|
* [BZ #5186]Ulrich Drepper2007-10-171-0/+5
| | | | | | * 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-171-0/+11
| | | | | | | | | | * 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-171-0/+6
| | | | | 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-171-1/+4
| | | | | | 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-171-0/+6
| | | | | | | 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>
* Help the compiler recognize unreachable code on 32-bit machines.Ulrich Drepper2007-10-161-0/+5
| | | | | | | 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-161-0/+9
| | | | | | | | | | | | | 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-161-0/+5
| | | | | | | | | 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.
* * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move Jakub Jelinek2007-10-161-0/+3
| | | | | | 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-161-0/+5
| | | | | | | | 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-161-1/+18
| | | | | | | | | | | | | | | | | | (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
* * po/libc.pot: Regenerated.Roland McGrath2007-10-161-0/+4
|
* * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle start and start_fctUlrich Drepper2007-10-151-0/+3
| | | | pointers.
* [BZ #3425]Ulrich Drepper2007-10-151-0/+7
| | | | | | | | 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-151-0/+2
|
* * posix/glob.c: Add some branch prediction throughout.Ulrich Drepper2007-10-151-0/+2
|
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successfulUlrich Drepper2007-10-151-0/+3
| | | | 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-141-0/+1
|
* * posix/tst-rfc3484.c (do_test): Adjust for addition ofUlrich Drepper2007-10-141-0/+2
| | | | service_order field to sorting structure.
* * sysdeps/posix/getaddrinfo.c (struct sort_result): Add cvs/fedora-glibc-20071014T1847Ulrich Drepper2007-10-141-0/+6
| | | | | | | 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.
* * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-141-0/+18
| | | | | | | | | | | | | | | | | | | * 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.
* [BZ #1140]Ulrich Drepper2007-10-141-0/+9
| | | | | | | | | | 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.
* [BZ #3195]Ulrich Drepper2007-10-131-0/+8
| | | | | | | | | * 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.
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simplerUlrich Drepper2007-10-131-0/+4
| | | | | read mechanism when there are no group members and avoid no-op read syscall in this case.
* [BZ #3242]Ulrich Drepper2007-10-131-0/+8
| | | | | | | | | 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.
* * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lockUlrich Drepper2007-10-131-0/+5
| | | | when we cannot recode the message.
* * libio/Makefile (tests): Add tst-ext2.Ulrich Drepper2007-10-131-0/+2
| | | | * libio/tst-ext2.c: New file.
* write-only streams. For read/write streams, check whether weUlrich Drepper2007-10-131-1/+2
| | | | performed a read operation already.
* [BZ #4359]Ulrich Drepper2007-10-131-0/+6
| | | | | | | 2007-10-13 Ulrich Drepper <drepper@redhat.com> [BZ #4359] * libio/__freading.c (__freading): Don't return true for write-only streams.
* * locale/programs/repertoire.c (repertoire_read): Always freeUlrich Drepper2007-10-131-0/+3
| | | | memory for repertoire file name [Coverity CID 270].
* * elf/cache.c (save_aux_cache): Free memory allocated forUlrich Drepper2007-10-131-0/+5
| | | | temporary file name [Coverity CID 267].
* * misc/Makefile (headers): Add bits/error.h.Jakub Jelinek2007-10-121-0/+4
| | | | | | 2007-10-12 Jakub Jelinek <jakub@redhat.com> * misc/Makefile (headers): Add bits/error.h.
* * posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper2007-10-121-0/+5
| | | | | | findidx return value into account when accessing weights. * posix/regcomp.c: Likewise. * posix/regexec.c: Likewise.