about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Andreas Jaeger2001-05-081-0/+8
| | | | | | | | | | 2001-05-07 H.J. Lu <hjl@gnu.org> * elf/ldconfig.c (dir_entry): Add ino and dev. (add_single_dir): Compare ino and dev to check if 2 directory paths are the same or not. Free entry->path for duplicates. (add_dir): Initialize ino and dev for entry. (search_dir): Handle symlink to directory.
* Update.Andreas Jaeger2001-05-075-6/+26
| | | | | | | | | | * sysdeps/i386/fpu/libm-test-ulps: Add ulps for new exp tests. * math/libm-test.inc (exp_test): Add some more tests. (pow_test): Run double only test also for long double. * math/test-ldouble.c (TEST_LDOUBLE): Define. * math/test-ildoubl.c (TEST_LDOUBLE): Likewise.
* Update.Andreas Jaeger2001-05-073-2/+6
| | | | | | * sysdeps/generic/bits/confname.h: Remove extra comma at end of enumeration. Closes PR libc/2240.
* Update.Andreas Jaeger2001-05-073-322/+384
| | | | | | | | 2001-05-07 Andreas Jaeger <aj@suse.de> * scripts/config.guess: Imported from gnu.org. * scripts/config.sub: Likewise.
* Update.Andreas Jaeger2001-05-076-10/+20
| | | | | | | | | | | | | 2001-05-05 Jakub Jelinek <jakub@redhat.com> * include/features.h (__USE_EXTERN_INLINES): Don't define if __NO_INLINE__ is defined. * ctype/ctype.h (tolower, toupper): Change the guard condition to __USE_EXTERN_INLINES check only. * stdlib/stdlib.h (strtod, ...): Likewise. * wcsmbs/wchar.h (mbrlen): Likewise. * string/string.h: Only include bits/string.h and bits/string2.h if __NO_INLINE__ is not defined.
* Update.Andreas Jaeger2001-05-077-40/+52
| | | | | | | | | | | | 2001-05-07 Andreas Jaeger <aj@suse.de> * debug/Makefile ($(objpfx)xtrace): Substitute @SLIBDIR@ instead of @LIBDIR@. 2001-05-04 H.J. Lu <hjl@gnu.org> * malloc/Makefile ($(objpfx)memusage): Substitute @SLIBDIR@ not @LIBDIR@.
* Update.Andreas Jaeger2001-05-061-0/+4
| | | | | | | * sysdeps/i386/fpu/e_fmodl.c: New, rewrite of e_fmodl.S. * sysdeps/i386/fpu/e_fmodl.S: Removed. * sysdeps/i386/fpu/e_atan2l.c: New, rewrite of e_atan2l.S. * sysdeps/i386/fpu/e_atan2l.S: Removed.
* Update.Andreas Jaeger2001-05-066-46/+64
| | | | | | | | | | | 2001-05-06 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/e_acosl.c: New, rewrite of e_acos.S. * sysdeps/i386/fpu/s_atanl.c: New, rewrite of e_atanl.S. * sysdeps/i386/fpu/e_sqrtl.c: New, rewrite of e_sqrt.S. * sysdeps/i386/fpu/e_acosl.S: Removed. * sysdeps/i386/fpu/s_atanl.S: Removed. * sysdeps/i386/fpu/e_sqrtl.S: Removed.
* Stylistic changes to make HTML generation easier.Andreas Jaeger2001-05-051-23/+23
|
* * sysdeps/mach/hurd/bits/environments.h: Add comment from ↵Mark Kettenis2001-05-052-3/+29
| | | | | | | | | sysdeps/generic/bits/environments.h. Define _POSIX_V6_* values. 2001-05-05 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/bits/environments.h: Add comment from sysdeps/generic/bits/environments.h. Define _POSIX_V6_* values.
* Update.Andreas Jaeger2001-04-302-13/+20
| | | | | | | | 2001-04-30 Jakub Jelinek <jakub@redhat.com> * posix/confstr.c (confstr) [_CS_V6_WIDTH_RESTRICTED_ENVS]: Move so that _CS_LFS_CFLAGS can fall through to the empty returned string case. Add FALLTHROUGH comment.
* Update.Andreas Jaeger2001-04-304-61/+136
| | | | | | | | | 2001-04-29 Ralf Baechle <ralf@gnu.org> * sysdeps/unix/sysv/linux/mips/bits/sem.h: Make structure definitions match the kernel definitions. * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
* Update.Andreas Jaeger2001-04-3024-266/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-29 Ben Collins <bcollins@debian.org> * sysdeps/sparc/sparc64/dl-machine.h: Fix multiline strings warnings. * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
* (PF_WANPIPE): New, from Linux 2.4.4. (AF_WANPIPE): Likewise. ↵Andreas Jaeger2001-04-291-1/+5
| | | | (MSG_MORE): New.
* * sysdeps/unix/sysv/linux/kernel-features.h: Fix missing backslashAndreas Schwab2001-04-291-0/+5
| | | | in last change.
* Fix missing backslash in last change.Andreas Schwab2001-04-291-1/+1
|
* Update.Andreas Jaeger2001-04-291-0/+19
| | | | | | | | | | | | | | | | | | | | | 2001-04-29 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64): Define for Arm, PowerPC and SH if kernel is 2.4.4 or newer. * sysdeps/unix/sysv/linux/bits/socket.h (PF_WANPIPE): New, from Linux 2.4.4. (AF_WANPIPE): Likewise. (MSG_MORE): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Add same changes as for Linux generic version. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise. * sysdeps/gnu/netinet/tcp.h (TCP_QUICKACK): New.
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64): Andreas Jaeger2001-04-297-5/+33
| | | | | | | | | | | | | | | | | Define for Arm, PowerPC and SH if kernel is 2.4.4 or newer. * sysdeps/unix/sysv/linux/bits/socket.h (PF_WANPIPE): New, from Linux 2.4.4. (AF_WANPIPE): Likewise. (MSG_MORE): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Add same changes as for Linux generic version. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise. * sysdeps/gnu/netinet/tcp.h (TCP_QUICKACK): New.
* Update.Ulrich Drepper2001-04-282-1/+3
| | | | * nis/Makefile (libnss_compat-rountines): Add nss-nisplus.
* Update.Ulrich Drepper2001-04-283-4/+9
| | | | | | | 2001-04-27 Ulrich Drepper <drepper@redhat.com> * nis/nss-nis.h: Correct test for invalid error number. * nis/nss-nisplus.h: Likewise.
* Update. glibc-2.2.3 cvs/glibc-2_2_3Ulrich Drepper2001-04-262-0/+5
| | | | * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind.
* Update.Ulrich Drepper2001-04-264-4/+33
| | | | | | * string/strcoll.c: Fix two memory allocation problems. * string/Makefile (tests): Add bug-strcoll1. * string/bug-strcoll1.c: New file.
* Correct last entries.Ulrich Drepper2001-04-261-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | * nis/nss_nisplus/nisplus-alias.c: Remove unnecessary initializations. * nis/nss_nisplus/nisplus-ethers.c: Likewise. * nis/nss_nisplus/nisplus-grp.c: Likewise. * nis/nss_nisplus/nisplus-hosts.c: Likewise. * nis/nss_nisplus/nisplus-network.c: Likewise. * nis/nss_nisplus/nisplus-proto.c: Likewise. * nis/nss_nisplus/nisplus-pwd.c: Likewise. * nis/nss_nisplus/nisplus-rpc.c: Likewise. * nis/nss_nisplus/nisplus-service.c: Likewise. * nis/nss_nisplus/nisplus-spwd.c: Likewise. * nis/nss_nis/nis-alias.c: Likewise. * nis/nss_nis/nis-ethers.c: Likewise. * nis/nss_nis/nis-grp.c: Likewise. * nis/nss_nis/nis-network.c: Likewise. * nis/nss_nis/nis-proto.c: Likewise. * nis/nss_nis/nis-pwd.c: Likewise. * nis/nss_nis/nis-spwd.c: Likewise. * nis/nss_compat/compat-grp.c: Likewise. * nis/nss_compat/compat-initgroups.c: Likewise. * nis/nss_compat/compat-pwd.c: Likewise. * nis/nss_compat/compat-spwd.c: Likewise.
* Update.Ulrich Drepper2001-04-2622-82/+93
| | | | | | | | | | | | | | * nss_nis/nis-alias.c: Likewise. * nss_nis/nis-ethers.c: Likewise. * nss_nis/nis-grp.c: Likewise. * nss_nis/nis-network.c: Likewise. * nss_nis/nis-proto.c: Likewise. * nss_nis/nis-pwd.c: Likewise. * nss_nis/nis-spwd.c: Likewise. * nss_compat/compat-grp.c: Likewise. * nss_compat/compat-initgroups.c: Likewise. * nss_compat/compat-pwd.c: Likewise. * nss_compat/compat-spwd.c: Likewise.
* Update.Ulrich Drepper2001-04-264-55/+101
| | | | | | | | | | | | | | | | | | | * nis/nss-nisplus.h: Move niserr2nss_tab definition into separate file and rename to __niserr2nss_tab. Change NISERR_COUNT into variable __niserr2nss_count. * nis/nss-nisplus.c: New file. (libnss_nisplus-routines): Add nss-nisplus. * nss_nisplus/nisplus-alias.c: Remove unnecessary initializations. * nss_nisplus/nisplus-ethers.c: Likewise. * nss_nisplus/nisplus-grp.c: Likewise. * nss_nisplus/nisplus-hosts.c: Likewise. * nss_nisplus/nisplus-network.c: Likewise. * nss_nisplus/nisplus-proto.c: Likewise. * nss_nisplus/nisplus-pwd.c: Likewise. * nss_nisplus/nisplus-rpc.c: Likewise. * nss_nisplus/nisplus-service.c: Likewise. * nss_nisplus/nisplus-spwd.c: Likewise.
* Update.Ulrich Drepper2001-04-262-0/+7
| | | | | * malloc/mcheck.c (mcheck): Call malloc once before setting the hooks to allow the internal check hooks to be set up if necessary.
* Update.Ulrich Drepper2001-04-264-25/+66
| | | | | | | | | | | | | | 2001-04-26 Ulrich Drepper <drepper@redhat.com> * nis/nss-nis.h: Move yperr2nss_tab definition into separate file and rename to __yperr2nss_tab. Change YPERR_COUNT into variable __yperr2nss_count. * nis/nss-nis.c: New file. * nis/Makefile (libnss_compat-routines): Add nss-nis. (libnss_nis-routines): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Some more optimizations. Patch by Jakub Jelinek <jakub@redhat.com>.
* Some more optimizations.Ulrich Drepper2001-04-261-11/+10
|
* Update.Andreas Jaeger2001-04-261-0/+5
| | | | | | | 2001-04-26 Andreas Jaeger <aj@suse.de> * po/zh_TW.po: Update. Patch by Tung-Han Hsieh <thhsieh@tlug.sinica.edu.tw>.
* Update from taiwanese translation team.Andreas Jaeger2001-04-261-664/+649
|
* Update.Ulrich Drepper2001-04-265-26/+39
| | | | | | | | | 2001-04-25 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c: Allow MALLOC_ALIGNMENT to be defined on the compiler command line. * sysdeps/hppa/Makefile: Add -DMALLOC_ALIGNMENT=16 to compiler command line for malloc.c.
* Update.Ulrich Drepper2001-04-2510-392/+291
| | | | | | | | | | | | | | | | | | | | | | | 2001-04-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc64/bits/time.h: Move to... * sysdeps/unix/sysv/linux/sparc/bits/time.h: ...here. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/bits/time.h: Remove. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/socket.h: Move to... * sysdeps/unix/sysv/linux/sparc/bits/socket.h: ...here. Adjust struct msghdr for __WORDSIZE == 32. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: Move to... * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: ...here. Adjust for __WORDSIZE == 32. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Remove. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_siglongjmp): Rename from longjmp, make longjmp weak alias to it. 2001-04-24 David S. Miller <davem@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: New file.
* Updatte.Ulrich Drepper2001-04-256-2/+263
| | | | | | | | | | | 2001-04-25 Matthew Wilcox <willy@ldl.fc.hp.com> * sysdeps/hppa/stackinfo.h: New file. * sysdeps/unix/sysv/linux/hppa/getdents64.c: New file. * sysdeps/unix/sysv/linux/hppa/mmap64.c: New file. * sysdeps/unix/sysv/linux/hppa/bits/resource.h: New file. * sysdeps/unix/sysv/linux/kernel-features.h: Add descriptions of PA kernel features.
* Update.Ulrich Drepper2001-04-253-2/+9
| | | | | | | | | 2001-04-25 Ulrich Drepper <drepper@redhat.com> * locale/programs/localedef.c (main): Always set a file name for the initial locale. * locale/programs/locfile.c (locfile_read): filename is allowed to be NULL.
* Update.Ulrich Drepper2001-04-252-1/+6
| | | | | | | 2001-04-12 Paul Bame <paul_bame@hp.com> * sysdeps/hppa/fpu/fclrexcpt.c: Clear the exception flags, not the enable flags.
* Update.Ulrich Drepper2001-04-253-5/+11
| | | | | | * sysdeps/generic/bits/environments.h (_POSIX_V6_LPBIG_OFFBIG, _XBS5_LPBIG_OFFBIG): Define to -1. Fix typos.
* Update.Ulrich Drepper2001-04-253-4/+6
| | | | * sysdeps/generic/bits/environments.h: Fix typos.
* Update.Ulrich Drepper2001-04-256-106/+154
| | | | | | | * sysdeps/generic/bits/confname.h: Add _CS_V6_WIDTH_RESTRICTED_ENVS. * posix/confstr.c: Handle _CS_V6_WIDTH_RESTRICTED_ENVS. * posix/getconf.c: Handle _POSIX_V6_WIDTH_RESTRICTED_ENVS. * posix/tst-getconf.sh: Add _POSIX_V6_WIDTH_RESTRICTED_ENVS.
* Update.Ulrich Drepper2001-04-243-73/+6
| | | | | | | 2001-04-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/Implies: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/bits/time.h: Removed.
* Update.Ulrich Drepper2001-04-242-5/+36
| | | | | | | | | | | | | 2001-03-21 Alan Modra <alan@one.net.au> * sysdeps/hppa/dl-machine.h (RTLD_START): Set up dp with DT_PLTGOT value from application so that constructors in non-PIC libs work. 2000-12-13 Jes Sorensen <jes@linuxcare.com> * sysdeps/hppa/dl-machine.h (RTLD_START): _dl_init now returns a function pointer, hence load the jump address and gp from the function pointer before jumping.
* Fix typos in last patch.Ulrich Drepper2001-04-241-2/+2
|
* send returns ssize_t.Andreas Jaeger2001-04-2412-40/+40
|
* Update.Andreas Jaeger2001-04-243-2/+28
| | | | | | | | | | | | | | | | | | | | 2001-04-24 Andreas Jaeger <aj@suse.de> * sysdeps/generic/send.c (__send): Return ssize_t. * sysdeps/mach/hurd/send.c (__send): Likewise. * sysdeps/mach/hurd/recv.c (recv): Likewise. * sysdeps/mach/hurd/sendto.c (sendto): Likewise. * sysdeps/generic/sendto.c (sendto): Likewise. * sysdeps/generic/recvmsg.c (recvmsg): Likewise. * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise. * sysdeps/generic/recvfrom.c (recvfrom): Likewise. * sysdeps/generic/sendmsg.c (sendmsg): Likewise. * socket/sys/socket.h: send* and recv* return ssize_t. * include/sys/socket.h: send returns ssize_t. * sysdeps/i386/fpu_control.h: Fix comments.
* Fix comments.Andreas Jaeger2001-04-241-4/+4
|
* Update.Ulrich Drepper2001-04-245-3/+13
| | | | | | | | | 2001-04-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Dist: Add hp-timing.c. * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h. * posix/Makefile (distribute): Add tst-getconf.sh. * po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
* Update.Ulrich Drepper2001-04-244-3/+9
| | | | * sysdeps/generic/get_clockfreq.c (__get_clockfreq): Likewise.
* Update.Ulrich Drepper2001-04-2412-58/+218
| | | | | | | | | | | | | | | | * sysdeps/ia64/Makefile [subdir=csu] (sysdep_routines): Add hp-timing. * sysdeps/ia64/Versions: Add _dl_cpuclock_offset for ld in 2.2.3. * sysdeps/ia64/hp-timing.c: New file. * sysdeps/ia64/hp-timing.h: New file. * sysdeps/unix/sysv/linux/ia64/bits/time.h: Add definitions for CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/generic/clock_getcpuclockid.c: Make function generic, test using #ifdef whether the clock is available. * sysdeps/unix/i386/clock_getcpuclockid.c: Not needed anymore. * sysdeps/generic/dl-sysdep.c: Initialize _dl_cpuclock_offset to move it into data section.
* Update.Ulrich Drepper2001-04-243-27/+3
| | | | | | * sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init): We don't have to call __gmon_start__ in the libpthread DSO. * sysdeps/pthread/pt-initfini.c (_init): Likewise.
* Update.Ulrich Drepper2001-04-241-0/+3
| | | | | * sysdeps/pthread/pt-initfini.c (_init): We don't have to call __gmon_start__ in the libpthread DSO.
* Update.Ulrich Drepper2001-04-232-2/+4
| | | | | * internals.h: Fix parameter type for __pthread_clock_gettime and __pthread_clock_settime.