about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2001-07-164-11/+24
| | | | | | | | | | | | | | | 2001-07-16 Andreas Schwab <schwab@suse.de> * sysdeps/posix/spawni.c: Fix typo when iterating over signal numbers. 2001-07-16 Andreas Schwab <schwab@suse.de> * math/libm-test.inc (check_float_internal): Fix sign bit test of infinities. 2001-07-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/fpu/e_expl.c (__ieee754_expl): Make it PIC friendly.
* Update.Ulrich Drepper2001-07-168-40/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-15 Ulrich Drepper <drepper@redhat.com> * malloc/obstack.c: Define __attribute__ for non-gcc compilers. Patch by Jim Meyering <jim@meyering.net>. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Reorder fields in the sigaction struct to match the definition in the kernel. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Correct the test for ENOSYS. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-32/bits/setjmp.h: Add leading underscores to the entries in the __jmp_buf structure. * sysdeps/s390/s390-64/bits/setjmp.h: Likewise. 2001-07-12 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-32/bcopy.S: Use mvcle for big blocks (> 64K) and a mvc loop for small blocks. * sysdeps/s390/s390-32/memcpy.S: Likewise. * sysdeps/s390/s390-64/bcopy.S: Likewise. * sysdeps/s390/s390-64/memcpy.S: Likewise.
* Use mvcle for big blocks (> 64K) and a mvc loop for small blocks.Ulrich Drepper2001-07-164-14/+61
|
* * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: New file.Andreas Schwab2001-07-153-0/+238
| | | | * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: New file.
* * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Check _dl_pagesizeAndreas Schwab2001-07-152-1/+9
| | | | first. Default to 4096, not EXEC_PAGESIZE.
* * iconv/loop.c (put16) [!_STRING_ARCH_unaligned && BIG_ENDIAN]:Andreas Schwab2001-07-151-0/+5
| | | | Fix index.
* (put16) [!_STRING_ARCH_unaligned && BIG_ENDIAN]: Fix index.Andreas Schwab2001-07-151-1/+1
|
* Update.Andreas Jaeger2001-07-143-4/+13
| | | | | | | | | 2001-07-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Name entry for xmm2. * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Add HWCAP_I386_XMM, HWCAP_I386_XMM2 to enum.
* Update.Andreas Jaeger2001-07-131-0/+5
| | | | | | | 2001-07-13 Andreas Jaeger <aj@suse.de> * libio/fileops.c: Include unistd.h for lseek64 prototype. Closes PR libc/2372.
* Include unistd.h for lseek64 prototype. Closes PR libc/2372.Andreas Jaeger2001-07-131-1/+2
|
* Update.Ulrich Drepper2001-07-132-1/+5
| | | | | | 2001-07-12 Ulrich Drepper <drepper@redhat.com> * Makeconfig: Add some more changes to handle AIX linker better.
* Update.Ulrich Drepper2001-07-122-0/+5
| | | | | | 2001-07-12 H.J. Lu <hjl@gnu.org> * sysdeps/generic/segfault.c: Include <errno.h>.
* Update.Ulrich Drepper2001-07-124-15/+30
| | | | | | | | | | | | | | | | | | | | | | | | 2001-07-01 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk): Remove duplicate sbrk. Closes PR libc/2312. 2001-07-01 Andreas Jaeger <aj@suse.de> * sysdeps/generic/segfault.c (install_handler): Handle case that the output file does not exists. Closes PR libc/2345. 2001-07-11 Ulrich Drepper <drepper@redhat.com> * intl/locale.alias: Use he language code for hebrew, not il [PR libc/2382]. 2001-07-11 Jakub Jelinek <jakub@redhat.com> * iconv/gconv_int.h: Fix comment typo. * hurd/hurdsig.c (_hurdsig_init): Remove a useless line of code. backwards conditional in test for x == 1.0.
* Fix comment typo.Ulrich Drepper2001-07-121-1/+1
|
* 2001-07-11 Igor Khavkine <i_khavki@alcor.concordia.ca>Roland McGrath2001-07-111-0/+8
| | | | | | | | * hurd/hurdsig.c (_hurdsig_init): Remove a useless line of code. 2001-07-07 Roland McGrath <roland@frob.com> * hurd/hurdsig.c (_hurd_thread_sigstate): Use MACH_PORT_NULL, not 0.
* 2001-07-11 Igor Khavkine <i_khavki@alcor.concordia.ca>Roland McGrath2001-07-111-2/+1
| | | | | | | * hurd/hurdsig.c (_hurdsig_init): Remove a useless line of code. 2001-07-07 Roland McGrath <roland@frob.com> * hurd/hurdsig.c (_hurd_thread_sigstate): Use MACH_PORT_NULL, not 0.
* Update.Andreas Jaeger2001-07-112-1/+6
| | | | | | | 2001-07-10 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Fix backwards conditional in test for x == 1.0.
* Update.Andreas Jaeger2001-07-102-0/+11
| | | | | | | 2001-07-10 Andreas Jaeger <aj@suse.de> * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Add ulps for tanh (-0.7).
* * sysdeps/unix/sysv/linux/configure.in: Revert patch from Andreas Jaeger2001-07-095-7/+23
| | | | | | | | | | | | | | | 2001-07-05 for sysconfdir handling. * config.make.in (sysconfdir): Likewise. * configure.in: Likewise. * configure.in: Always assign libc_cv_sysconfdir. 2001-07-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/configure.in: Revert patch from 2001-07-05 for sysconfdir handling. * config.make.in (sysconfdir): Likewise. * configure.in: Likewise. * configure.in: Always assign libc_cv_sysconfdir.
* Update.Ulrich Drepper2001-07-083-2/+7
| | | | | | | * Makerules [AIX] (build-shlib-helper): Precede linker options with -Wl. * Makeconfig (config-LDFLAGS): Add ld.so only for ELF.
* Update.Ulrich Drepper2001-07-082-5/+8
| | | | | * sysdeps/unix/make_errlist.c: Adjust sys_errlist declaration to what we define in <stdio.h>.
* Update.Ulrich Drepper2001-07-082-0/+5
| | | | | * iconv/iconv_prog.c (main): Don't unconditionally define variables only use if _POSIX_MAPPED_FILES is defined.
* Update.Ulrich Drepper2001-07-088-23/+70
| | | | | | | | | | | | | | | | | | 2001-07-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/aix/sendmsg.c (sendmsg): Fix return type. * sysdeps/unix/sysv/aix/recvmsg.c (recvmsg): Likewise. * sysdeps/unix/sysv/aix/recv.c: New file. * sysdeps/unix/sysv/aix/recvfrom.c: Fix various types. * sysdeps/generic/recv.c: Fix return type. * sysdeps/unix/sysv/aix/dl-libc.c (__libc_dlclose): Fix typo. * sysdeps/unix/sysv/aix/gettimeofday.c (__gettimeofday): Add declarations for asm functions.
* Update.Ulrich Drepper2001-07-083-0/+17
| | | | | * include/libc-symbols.h: Provide more dummy definitions for the case if GNU ld isn't used.
* Update.Ulrich Drepper2001-07-083-0/+5
| | | | | * libio/freopen.c: Include <stdlib.h> for free declaration. * libio/freopen64.c: Likewise.
* Update.Ulrich Drepper2001-07-083-1/+10
| | | | | | 2001-07-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
* Update.Ulrich Drepper2001-07-077-8/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-06 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/sigaction.c (RESTORE2): Put asm explicitly into .text section. 2001-04-16 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext): Add 16 longwords reserved for future use to match changes in the kernel. 2001-07-03 Jes Sorensen <jes@trained-monkey.org> * sysdeps/ia64/strncpy.S: Call strnlen() when determining the string length rather than strlen(). Solves the performance problem of doing strlen on a 5MB string when strncpy was called with a length argument of 5 bytes. 2001-07-02 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle R_SPARC_UA16 and R_SPARC_UA32. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise. 2001-07-01 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): acosh(x) = ln(2x) if x > 2^30. * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl): acosh(x) = ln(2x) if x > 2^54. * sysdeps/hppa/dl-machine.h (elf_machine_rela): Handle relocs
* (__ieee754_acoshl): acosh(x) = ln(2x) if x > 2^30.Ulrich Drepper2001-07-071-1/+1
|
* * sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Generate ↵Mark Kettenis2001-07-072-2/+10
| | | | | | | | | | SIGSEGV instead of SIGBUS for KERN_INVALID_ADDRESS and KERN_WRITE_PROTECTION_FAILURE. 2001-07-07 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Generate SIGSEGV instead of SIGBUS for KERN_INVALID_ADDRESS and KERN_WRITE_PROTECTION_FAILURE.
* Update.Ulrich Drepper2001-07-074-3/+16
| | | | | * posix/regex.c: Limit string length printed in debug messages to 100 chars.
* Update.Ulrich Drepper2001-07-071-0/+4
| | | | | | 2001-07-07 Ulrich Drepper <drepper@redhat.com> * configure.in: Don't warn about versioning if not on ELF system.
* Don't warn about versioning if not on ELF system.Ulrich Drepper2001-07-071-1/+1
|
* Update.Andreas Jaeger2001-07-071-0/+4
| | | | | | 2001-07-07 Andreas Jaeger <aj@suse.de> * sysdeps/*: Put files from GNU MP Library under LGPL v2.1.
* Put under LGPL v2.1.Andreas Jaeger2001-07-07138-552/+552
|
* Update.Ulrich Drepper2001-07-061-0/+4
| | | | | | 2001-07-06 Ulrich Drepper <drepper@redhat.com> * po/gl.po: Update from translation team.
* Update from translation team.Ulrich Drepper2001-07-061-1449/+2394
|
* Update.Andreas Jaeger2001-07-062-3/+4
| | | | | * sysdeps/unix/sysv/linux/configure.in: Fix handling of sysconfdir.
* Update.Andreas Jaeger2001-07-0610-42/+52
| | | | | | | | | | * manual/libc-texinfo.sh: Add note for the FDL. * manual/argp.texi (Argp Example 4): Fix texinfo warning. * manual/libc.texinfo: Regenerated. * manual/fdl.texi: Fix node.
* Update. cvs/post-lgplv2_1Andreas Jaeger2001-07-063-87/+12
| | | | | | | | | | | | | | * config.make.in (sysconfdir): Replace correctly. Closes PR libc/2369, reported by Peter Simons <simons@cryp.to>. * sysdeps/unix/sysv/linux/alpha/configure.in: Removed, it's no longer needed. * sysdeps/unix/sysv/linux/configure.in (libc_cv_linuxVER): Add case for alpha. Rework handling of missing linuxthreads add-on. * configure.in: Remove unused sysconfdir substitution.
* Update.Andreas Jaeger2001-07-0653-432/+853
| | | | | | | | | | | | | 2001-07-06 Andreas Jaeger <aj@suse.de> * manual/Makefile (texis): Add fdl.texi. * manual/fdl.texi: New. * manual/socket.texi (Host Names): Improve grammar, fix overflow hbox. * manual/libc.texinfo: Add fdl, update titlepage. Patches by Brian Youmans <3diff@gnu.org>. * sysdeps/unix/make_errlist.c (main): Print LGPL v2.1 for generated file.
* * COPYING: Fix Y2k bug in sample copyright notices.Andreas Jaeger2001-07-0614-341/+399
| | | | | | * manual/lesser.texi: Renamed from manual/lgpl.texinfo, as fsf.org uses the name "lesser.texi". * manual/Makefile (texis): Follow rename.
* Update to LGPL v2.1.Andreas Jaeger2001-07-064869-40546/+40756
| | | | | | | | | | | | | | 2001-07-06 Paul Eggert <eggert@twinsun.com> * manual/argp.texi: Remove ignored LGPL copyright notice; it's not appropriate for documentation anyway. * manual/libc-texinfo.sh: "Library General Public License" -> "Lesser General Public License". 2001-07-06 Andreas Jaeger <aj@suse.de> * All files under GPL/LGPL version 2: Place under LGPL version 2.1.
* Update. cvs/pre-lgplv2_1Andreas Jaeger2001-07-051-1/+1
| | | | Synch with Linux 2.4.6:
* Update.Andreas Jaeger2001-07-051-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-05 Andreas Jaeger <aj@suse.de> Synch with Linux 2.4.5: * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/ia64/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE80211): New. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (N_HCI): New. * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h (N_HCI): New. * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_HCI): New.
* Synch with Linux 2.4.5: Andreas Jaeger2001-07-0510-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/ia64/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE80211): New. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (N_HCI): New. * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h (N_HCI): New. * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_HCI): New.
* * hurd/hurdsig.c (_hurd_internal_post_signal): For SS->suspendedRoland McGrath2001-07-042-5/+7
| | | | | wakeup message, use MACH_MSG_TYPE_MAKE_SEND for the receiver port rather than doing a mach_port_insert_right call first.
* * hurd/hurdioctl.c: Include <string.h> for memcpy decl.Roland McGrath2001-07-041-0/+4
|
* 2001-06-26 Roland McGrath <roland@frob.com>Roland McGrath2001-07-041-1/+1
| | | | * hurd/hurdioctl.c: Include <string.h> for memcpy decl.
* Update.Andreas Jaeger2001-07-031-0/+5
| | | | | | | 2001-07-03 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Remove check for crypt add-on.
* Remove check for crypt add-on.Andreas Jaeger2001-07-032-54/+0
|