about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):Ulrich Drepper2008-04-102-22/+33
| | | | | Always set ELF_RTYPE_CLASS_PLT. (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
* * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.Ulrich Drepper2008-04-104-2/+191
| | | | | | | | | * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file. * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW): For ISA 2.01 and later replace mftb with mfspr 268. * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned buffers.
* [BZ #5768]Ulrich Drepper2008-04-106-14/+457
| | | | | | | | | | | | | | | 2008-02-19 Steven Munroe <sjmunroe@us.ibm.com> [BZ #5768] * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan. * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file. 2008-02-18 Steven Munroe <sjmunroe@us.ibm.com> [BZ #5768] * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file. * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed. * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file. * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
* isnan implementation for ppc32.Ulrich Drepper2008-04-101-0/+56
|
* * stdlib/tst-makecontext.c (othervar): New variable. Jakub Jelinek2008-04-102-1/+7
| | | | | | | | (cf): Test sign extending the argument to long. 2008-04-10 Jakub Jelinek <jakub@redhat.com> * stdlib/tst-makecontext.c (othervar): New variable. (cf): Test sign extending the argument to long.
* isnan implementation for Power6x 64-bitUlrich Drepper2008-04-101-0/+59
|
* * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.Ulrich Drepper2008-04-109-1/+353
| | | | | | | | | * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file. * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file. * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file. * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file. * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file. * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
* * elf/Makefile (tests): Substitute tests-vis-yes here.Ulrich Drepper2008-04-102-7/+11
| | | | | (tests-vis-yes): Delete. (modules-name, modules-vis-yes): Similarly.
* [BZ #4407]Ulrich Drepper2008-04-102-0/+12
| | | | | | | 2008-02-12 Pete Eberlein <eberlein@us.ibm.com> [BZ #4407] * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Preserve sign in signgamp when x is zero.
* * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.Ulrich Drepper2008-04-108-124/+491
| | | | | | | | * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed. * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File. * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed. * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File. * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
* [BZ #4314]Ulrich Drepper2008-04-092-11/+49
| | | | * sysdeps/i386/i686/memcpy.S: Optimize copying of aligned buffers.
* * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't returnUlrich Drepper2008-04-092-1/+5
|
* [BZ #5209]Ulrich Drepper2008-04-093-1/+10
| | | | | * sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return an error value.
* [BZ #5436]Ulrich Drepper2008-04-097-35/+60
| | | | | | | | | | | | | | 2008-04-09 Ulrich Drepper <drepper@redhat.com> * stdlib/tst-makecontext.c: Change parameter to cf to negative value to check for correct sign extension. [BZ #5436] * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): Copy 64-bit parameter values even though this is not required in the standard. * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return PC save.
* * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record returnUlrich Drepper2008-04-091-0/+5
| | | | PC save.
* * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.Ulrich Drepper2008-04-093-269/+234
|
* [BZ #5998]Ulrich Drepper2008-04-093-4/+19
| | | | | | | | 2008-04-09 Ulrich Drepper <drepper@redhat.com> [BZ #5998] * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing in line-buffered stream failed. * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
* [BZ #6024]Ulrich Drepper2008-04-092-0/+8
| | | | | | * scripts/abi-versions.awk: If the version specified by --enable-oldest-abi is older than the first version for this architecture, use the default version.
* * locale/programs/ld-collate.c (collate_read): Ignore script linesUlrich Drepper2008-04-081-0/+5
| | | | as well when ignoring the whole category.
* (collate_read): Ignore script lines as well when ignoring the whole category.Ulrich Drepper2008-04-081-1/+9
|
* [BZ #6020] cvs/fedora-glibc-20080408T0706Jakub Jelinek2008-04-082-2/+9
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_futex_wake_unlock): Add private argument to the pre-v9 macro. Patch by Sunil Amitkumar Janki <devel.sjanki@gmail.com>. 2008-04-08 Jakub Jelinek <jakub@redhat.com> [BZ #6020] * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_futex_wake_unlock): Add private argument to the pre-v9 macro. Patch by Sunil Amitkumar Janki <devel.sjanki@gmail.com>.
* [BZ #6042]Ulrich Drepper2008-04-083-2064/+15
| | | | | | | | 2008-04-07 Ulrich Drepper <drepper@redhat.com> [BZ #6042] * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more ETHERTYPE_* definitions. Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
* [BZ #6040]Ulrich Drepper2008-04-083-25/+47
| | | | * locales/fr_FR: Fix abmon, abday, d_ftm, grouping.
* [BZ #6004]Ulrich Drepper2008-04-071-0/+5
| | | | | | * locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68. Patch by Jesse Thilo <unixweenie@gmail.com>.
* Fix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68.Ulrich Drepper2008-04-071-423/+423
|
* * stdlib/mbtowc.c (__no_r_state): Remove. Jakub Jelinek2008-04-074-13/+26
| | | | | | | | | | | | | | | | | | | | | | (mbtowc): New static state variable. Use it instead of __no_r_state. * stdlib/wctomb.c (__no_r_state): Remove extern decl. (__wctomb_state): New hidden variable. (wctomb): Use __wctomb_state instead of __no_r_state. * debug/wctomb_chk.c (__no_r_state): Remove extern decl. (__wctomb_state): New extern decl. (__wctomb_chk): Use __wctomb_state instead of __no_r_state. 2008-04-07 Jakub Jelinek <jakub@redhat.com> * stdlib/mbtowc.c (__no_r_state): Remove. (mbtowc): New static state variable. Use it instead of __no_r_state. * stdlib/wctomb.c (__no_r_state): Remove extern decl. (__wctomb_state): New hidden variable. (wctomb): Use __wctomb_state instead of __no_r_state. * debug/wctomb_chk.c (__no_r_state): Remove extern decl. (__wctomb_state): New extern decl. (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
* [BZ #5475]Ulrich Drepper2008-04-073-2/+12
| | | | | | 2008-04-07 Ulrich Drepper <drepper@redhat.com> [BZ #5475] * resolv/res_init.c: Handle scope IDs in resolv.conf.
* Handle scope IDs in resolv.conf.Ulrich Drepper2008-04-071-10/+36
|
* * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.Jakub Jelinek2008-04-072-1/+5
| | | | | | 2008-04-07 Jakub Jelinek <jakub@redhat.com> * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
* * po/nl.po: Update from translation team.Ulrich Drepper2008-04-062-27/+32
|
* [BZ #6007]Ulrich Drepper2008-03-312-12/+17
| | | | | | 2008-03-31 Ulrich Drepper <drepper@redhat.com> [BZ #6007] * string/strfry.c: Handle empty strings again.
* * locales/iso14651_t1_common: Add support for Gujarati script.Ulrich Drepper2008-03-312-0/+265
| | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* [BZ #5443]Ulrich Drepper2008-03-317-21/+48
| | | | | | | | | | | | 2008-03-30 Ulrich Drepper <drepper@redhat.com> [BZ #5443] * intl/dcigettext.c (__dcigettext): Get reader lock for locale data before looking for translation. * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock. * locale/freelocale.c: Likewise. * locale/newlocale.c: Likewise. * locale/setlocale.c: Likewise. Based partially on a patch by ryo@np.css.fujitsu.com.
* * intl/dcigettext.c (_nl_find_msg): Reread nconversions afterUlrich Drepper2008-03-306-15/+166
| | | | | | | acquiring wrlock. Do conv_tab allocation while holding lock. * intl/Makefile: Add rules to build and run tst-gettext6. * intl/tst-gettext6.c: New test. * intl/tst-gettext6.sh: New file.
* * po/nl.po: Update from translation team.Ulrich Drepper2008-03-302-50/+52
|
* * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for sizeUlrich Drepper2008-03-302-8/+25
| | | | provided through st_blksize, try the default size before giving up.
* * stdio-common/vfprintf.c (vfprintf): Correct overflow test.Ulrich Drepper2008-03-302-1/+4
|
* [BZ #5939]Ulrich Drepper2008-03-302-1/+4
| | | | * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
* * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demandedUlrich Drepper2008-03-292-19/+9
| | | | | error message. POSIX today does not require the messages to be in a specific form. Suggested by Jim Meyering <jim@meyering.net>.
* [BZ #5979]Ulrich Drepper2008-03-2915-22/+39
| | | | | | | | | | | | | | | | | * sunrpc/auth_unix.c: Unify printed strings. * sunrpc/clnt_tcp.c: Likewise. * sunrpc/clnt_udp.c: Likewise. * sunrpc/clnt_unix.c: Likewise. * sunrpc/svc_tcp.c: Likewise. * sunrpc/svc_udp.c: Likewise. * sunrpc/svc_unix.c: Likewise. * sunrpc/xdr.c: Likewise. * sunrpc/xdr_array.c: Likewise. * sunrpc/xdr_rec.c: Likewise. * sunrpc/xdr_ref.c: Likewise. * locale/programs/ld-time.c (time_finish): Unify messages. * locale/programs/locfile.c (handle_copy): Fix typo. * nscd/nscd.c (options): Fix typo.
* [BZ #5995]Ulrich Drepper2008-03-292-1/+8
| | | | | | | | 2008-03-29 Ulrich Drepper <drepper@redhat.com> [BZ #5995] * stdlib/strtod_l.c: Use correct sign for result in one more underflow case. Patch by Eric Blake <ebb9@byu.net>.
* * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open cvs/fedora-glibc-20080328T1347Ulrich Drepper2008-03-277-12/+14
| | | | | | | | | | | and creat system calls. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system call. * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat system calls. * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX ifUlrich Drepper2008-03-2710-12/+95
| | | | | | | | | <linux/limits.h> has defined it. * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy ARG_MAX value and prevent ARG_MAX from being defined by the kernel headers. * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use it instead of ARG_MAX.
* * posix/gai.conf: Fix comment for scope nullbits.Ulrich Drepper2008-03-262-0/+7
| | | | | * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present, default to 128 bits for v4 mapped addresses.
* Fix comment for scope nullbits.Ulrich Drepper2008-03-261-1/+1
|
* [BZ #5983] cvs/fedora-glibc-20080326T1041Roland McGrath2008-03-261-0/+1
|
* * structs.def: Add pid field of struct pthread.Roland McGrath2008-03-261-0/+8
| | | | | | | * td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID. If a thread's pid does not match nor is < 0 while its tid matches nor is < 0 and equal to -MATCH_PID, ignore it. * td_thr_validate.c (td_thr_validate): Validate thread's pid/tid.
* 2008-03-25 Roland McGrath <roland@redhat.com>Roland McGrath2008-03-263-24/+70
| | | | | | | | * structs.def: Add pid field of struct pthread. * td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID. If a thread's pid does not match nor is < 0 while its tid matches nor is < 0 and equal to -MATCH_PID, ignore it. * td_thr_validate.c (td_thr_validate): Validate thread's pid/tid.
* * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSERUlrich Drepper2008-03-244-18/+13
| | | | | | | | ptrace call to get the ieee_instruction_pointer from the kernel. * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER ptrace call to set the ieee_instructtion_pointer. * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct): Add comment that ieee_instruction_pointer is always 0.
* [BZ #5857]Ulrich Drepper2008-03-244-3/+36
| | | | | | | | | | | 2008-03-09 Andreas Jaeger <aj@suse.de> [BZ #5857] * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18. * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise. Patch by Mark Elliott <mark.h.elliott@lmco.com>. * math/libm-test.inc (nearbyint_test): Add new test cases from #5857. (rint_test): Likewise.