platform/upstream/glibc.git
23 years agoFix missing backslash in last change.
Andreas Schwab [Sun, 29 Apr 2001 14:19:13 +0000 (14:19 +0000)]
Fix missing backslash in last change.

23 years agoUpdate.
Andreas Jaeger [Sun, 29 Apr 2001 12:31:29 +0000 (12:31 +0000)]
Update.

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.

23 years ago* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
Andreas Jaeger [Sun, 29 Apr 2001 12:30:59 +0000 (12:30 +0000)]
* 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.

23 years agoUpdate.
Ulrich Drepper [Sat, 28 Apr 2001 04:21:54 +0000 (04:21 +0000)]
Update.

* nis/Makefile (libnss_compat-rountines): Add nss-nisplus.

23 years agoUpdate.
Ulrich Drepper [Sat, 28 Apr 2001 02:20:30 +0000 (02:20 +0000)]
Update.

2001-04-27  Ulrich Drepper  <drepper@redhat.com>

* nis/nss-nis.h: Correct test for invalid error number.
* nis/nss-nisplus.h: Likewise.

23 years agoUpdate. cvs/glibc-2_2_3 glibc-2.2.3
Ulrich Drepper [Thu, 26 Apr 2001 20:56:45 +0000 (20:56 +0000)]
Update.

* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind.

23 years agoUpdate.
Ulrich Drepper [Thu, 26 Apr 2001 20:45:18 +0000 (20:45 +0000)]
Update.

* string/strcoll.c: Fix two memory allocation problems.
* string/Makefile (tests): Add bug-strcoll1.
* string/bug-strcoll1.c: New file.

23 years agoCorrect last entries.
Ulrich Drepper [Thu, 26 Apr 2001 14:33:48 +0000 (14:33 +0000)]
Correct last entries.

* 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.

23 years agoUpdate.
Ulrich Drepper [Thu, 26 Apr 2001 14:11:35 +0000 (14:11 +0000)]
Update.

* 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.

23 years agoUpdate.
Ulrich Drepper [Thu, 26 Apr 2001 14:03:39 +0000 (14:03 +0000)]
Update.

* 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.

23 years agoUpdate.
Ulrich Drepper [Thu, 26 Apr 2001 13:46:43 +0000 (13:46 +0000)]
Update.

* malloc/mcheck.c (mcheck): Call malloc once before setting the
hooks to allow the internal check hooks to be set up if necessary.

23 years agoUpdate.
Ulrich Drepper [Thu, 26 Apr 2001 13:44:29 +0000 (13:44 +0000)]
Update.

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>.

23 years agoSome more optimizations.
Ulrich Drepper [Thu, 26 Apr 2001 13:15:39 +0000 (13:15 +0000)]
Some more optimizations.

23 years agoUpdate.
Andreas Jaeger [Thu, 26 Apr 2001 06:51:16 +0000 (06:51 +0000)]
Update.

2001-04-26  Andreas Jaeger  <aj@suse.de>

* po/zh_TW.po: Update.
Patch by Tung-Han Hsieh <thhsieh@tlug.sinica.edu.tw>.

23 years agoUpdate from taiwanese translation team.
Andreas Jaeger [Thu, 26 Apr 2001 06:51:00 +0000 (06:51 +0000)]
Update from taiwanese translation team.

23 years agoUpdate.
Ulrich Drepper [Thu, 26 Apr 2001 00:07:06 +0000 (00:07 +0000)]
Update.

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.

23 years agoUpdate.
Ulrich Drepper [Wed, 25 Apr 2001 20:50:21 +0000 (20:50 +0000)]
Update.

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.

23 years agoUpdatte.
Ulrich Drepper [Wed, 25 Apr 2001 20:20:41 +0000 (20:20 +0000)]
Updatte.

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.

23 years agoUpdate.
Ulrich Drepper [Wed, 25 Apr 2001 19:18:43 +0000 (19:18 +0000)]
Update.

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.

23 years agoUpdate.
Ulrich Drepper [Wed, 25 Apr 2001 18:29:10 +0000 (18:29 +0000)]
Update.

2001-04-12  Paul Bame  <paul_bame@hp.com>

* sysdeps/hppa/fpu/fclrexcpt.c: Clear the exception flags, not the
enable flags.

23 years agoUpdate.
Ulrich Drepper [Wed, 25 Apr 2001 06:10:50 +0000 (06:10 +0000)]
Update.

* sysdeps/generic/bits/environments.h (_POSIX_V6_LPBIG_OFFBIG,
_XBS5_LPBIG_OFFBIG): Define to -1.
Fix typos.

23 years agoUpdate.
Ulrich Drepper [Wed, 25 Apr 2001 01:31:54 +0000 (01:31 +0000)]
Update.

* sysdeps/generic/bits/environments.h: Fix typos.

23 years agoUpdate.
Ulrich Drepper [Wed, 25 Apr 2001 01:11:30 +0000 (01:11 +0000)]
Update.

* 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.

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 22:48:59 +0000 (22:48 +0000)]
Update.

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.

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 19:40:16 +0000 (19:40 +0000)]
Update.

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.

23 years agoFix typos in last patch.
Ulrich Drepper [Tue, 24 Apr 2001 14:18:02 +0000 (14:18 +0000)]
Fix typos in last patch.

23 years agosend returns ssize_t.
Andreas Jaeger [Tue, 24 Apr 2001 13:36:50 +0000 (13:36 +0000)]
send returns ssize_t.

23 years agoUpdate.
Andreas Jaeger [Tue, 24 Apr 2001 13:33:26 +0000 (13:33 +0000)]
Update.

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.

23 years agoFix comments.
Andreas Jaeger [Tue, 24 Apr 2001 13:26:10 +0000 (13:26 +0000)]
Fix comments.

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 08:01:09 +0000 (08:01 +0000)]
Update.

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).

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 05:40:23 +0000 (05:40 +0000)]
Update.

* sysdeps/generic/get_clockfreq.c (__get_clockfreq): Likewise.

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 05:18:27 +0000 (05:18 +0000)]
Update.

* 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.

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 04:40:38 +0000 (04:40 +0000)]
Update.

* 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.

23 years agoUpdate.
Ulrich Drepper [Tue, 24 Apr 2001 04:12:51 +0000 (04:12 +0000)]
Update.

* sysdeps/pthread/pt-initfini.c (_init): We don't have to call
__gmon_start__ in the libpthread DSO.

23 years agoUpdate.
Ulrich Drepper [Mon, 23 Apr 2001 20:03:56 +0000 (20:03 +0000)]
Update.

* internals.h: Fix parameter type for __pthread_clock_gettime and
__pthread_clock_settime.

23 years agoUpdate.
Ulrich Drepper [Mon, 23 Apr 2001 19:01:10 +0000 (19:01 +0000)]
Update.

* sysdeps/unix/i386/i586/clock_getres.c: Removed.
* sysdeps/unix/i386/i586/clock_gettime.c: Removed.
* sysdeps/unix/i386/i586/clock_nanosleep.c: Removed.
* sysdeps/unix/i386/i586/clock_settime.c: Removed.
* sysdeps/unix/i386/i586/cpuclock-init.h: Removed.
* sysdeps/generic/cpuclock-init.h: Removed.
* sysdeps/unix/i386/i686/Implies: Removed.
* sysdeps/unix/i386/i686/tempname.c: Removed.
* sysdeps/i386/i686/Versions: New file.
* sysdeps/unix/i386/i586/Versions: Removed.

* sysdeps/posix/clock_getres.c: If HP_TIMING_AVAIL is nonzero handle
CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
* sysdeps/unix/clock_gettime.c: Likewise.
* sysdeps/unix/clock_nanosleep.c: Likewise.
* sysdeps/unix/clock_settime.c: Likewise.
* sysdeps/posix/tempname.c: Is HP_TIMING_AVAIL is nonzero define
RANDOM_BITS use CPU clock.

* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/bits/time.h: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/bits/time.h: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/time.h: New file.
* sysdeps/sparc/Versions: New file.

* elf/dl-support.c: Don't use cpuclock-init.h definitions, use
hp-timing.h definitions.
* sysdeps/generic/dl-sysdep.c: Likewise.

* include/libc-internal.h: Include hp-timing.h.  Use hp_timing_t in
__get_clockfreq prototype.

* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
Use hp_timing_t type.

* sysdeps/unix/sysv/linux/ia64/get_clockfreq.c: New file.

23 years agoUpdate.
Ulrich Drepper [Mon, 23 Apr 2001 09:06:27 +0000 (09:06 +0000)]
Update.

2001-04-23  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/pathconf.c (__pathconf): For _PC_ASYNC_IO test
whether named file is a regular file or a block device.
* sysdeps/posix/fpathconf.c (__fpathconf): Likewise.

23 years ago(__pathconf): For _PC_ASYNC_IO test whether named file is a regular file or a block...
Ulrich Drepper [Mon, 23 Apr 2001 09:04:59 +0000 (09:04 +0000)]
(__pathconf): For _PC_ASYNC_IO test whether named file is a regular file or a block device.

23 years agoUpdate.
Andreas Jaeger [Mon, 23 Apr 2001 06:04:31 +0000 (06:04 +0000)]
Update.

2001-04-23  Andreas Jaeger  <aj@suse.de>

* nscd/nscd.h: Add noreturn attribute for start_threads.

23 years agoAdd noreturn attribute for start_threads.
Andreas Jaeger [Mon, 23 Apr 2001 06:04:16 +0000 (06:04 +0000)]
Add noreturn attribute for start_threads.

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 17:37:40 +0000 (17:37 +0000)]
Update.

2001-04-22  Ulrich Drepper  <drepper@redhat.com>

* posix/getconf.c: Fix names of XBS5 LFS test variables.
Add missing configuration variables from XPG6.
* posix/tst-getconf.c: New file.
* posix/Makefile (generated): Add tst-getconf.out.
(tests): Add ($objpfx)tst-getconf.out.
Add rule to run tst-getconf.sh.
* sysdeps/generic/bits/confname.h: Add missing _PC_ and _SC_ values
from XPG6.
* sysdeps/posix/fpathconf.c: Add handling of _PC_ALLOC_SIZE_MIN and
_PC_SYMLINK_MAX.
* sysdeps/posix/pathconf.c: Likewise.
* sysdeps/posix/sysconf.c: Correct spelling of _SC_MULTI_PROCESS
and _SC_SYMLOOP_MAX.

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 14:33:16 +0000 (14:33 +0000)]
Update.

* sysdeps/arm/fpu/feenablxcpt.c: New file.
* sysdeps/arm/fpu/fedisablxcpt.c: New file.
* sysdeps/arm/fpu/fegetexcpt.c: New file.

2001-04-22  Philip Blundell  <philb@gnu.org>

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 14:12:27 +0000 (14:12 +0000)]
Update.

2001-04-22  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/arm/sys/user.h (struct user_fpregs):
Renamed from struct user_fp.
(struct user_regs): New.
(struct user): Use struct user_regs rather than struct pt_regs to
avoid dependency on asm/ptrace.h.  Use struct user_fpregs in place
of struct user_fp and struct user_fp_struct.
* sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Include sys/procfs.h
not sys/elf.h.

2001-04-22  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/arm/sys/elf.h: Move contents to
sys/procfs.h, and tell the user to include that file instead.
* sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove old cruft
surrounded with #if 0.
(elf_greg_t, ELF_NGREG, elf_gregset_t, elf_fpregset_t): Moved here
from sys/elf.h.
(prgregset_t, prfpregset_t): Define in terms of elf_gregset_t and
elf_fpregset_t respectively.

2001-04-22  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/arm/register-dump.h: Also print the
address that faulted.

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 06:21:54 +0000 (06:21 +0000)]
Update.

* sysdeps/generic/bits/confname.h: Add _SC_V6_* and _CS_POSIX_V6_*
values.
* sysdeps/generic/bits/environments.h: Define _POSIX_V6_* values.
* posix/confstr.c: Handle _CS_POSIX_V6_* values.
* posix/getconf.c: Handle _CS_POSIX_V6_* and _SC_V6_* values.
* sysdeps/posix/sysconf.c: Handle _SC_V6_* values.

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 04:57:01 +0000 (04:57 +0000)]
Update.

* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 03:36:36 +0000 (03:36 +0000)]
Update.

2001-04-21  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/powerpc/fpu/libm-test-ulps: Add deltas for atan2f.

23 years agoUpdate.
Ulrich Drepper [Sun, 22 Apr 2001 03:33:47 +0000 (03:33 +0000)]
Update.

2001-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct check for invalid
offset.

2001-04-21  Ulrich Drepper  <drepper@redhat.com>

* posix/getopt.h: Treat __cplusplus like __STDC__.

2001-04-20  John S. Marvin  <jsm@fc.hp.com>

* sysdeps/unix/sysv/linux/hppa/clone.S: Fix clone system call
entry point stub.

2001-04-20  Richard Hirst  <rhirst@linuxcare.com>

* elf/elf.h: Corrected R_PARISC_DIR14R (should be 6, not 5),
and added R_PARISC_DPREL21L and R_PARISC_DPREL14R for modutils.

* sysdeps/unix/sysv/linux/hppa/syscalls.list: Removed ptrace
entry so the ptrace.c wrapper is used.

2001-04-20  Alan Modra  <amodra@one.net.au>

* sysdeps/hppa/dl-lookupcfg.h (_dl_function_address): Prototype.
(DL_FUNCTION_ADDRESS): Define.
(DL_DT_INIT_ADDRESS): Define.
(DL_DT_FINI_ADDRESS): Define.
* sysdeps/hppa/Versions: Add _dl_function_address.
* sysdeps/hppa/dl-machine.h (ELF_MACHINE_START_ADDRESS): Define.
* sysdeps/hppa/dl-symaddr.c (_dl_start_address): Rename to
_dl_function_address.

23 years ago(Formatted Output Functions): Fix description of snprintf.
Ulrich Drepper [Sun, 22 Apr 2001 03:20:24 +0000 (03:20 +0000)]
(Formatted Output Functions): Fix description of snprintf.

23 years ago(thread_func): Fix comment as suggested by Jakub Jelinek.
Andreas Jaeger [Sat, 21 Apr 2001 20:42:42 +0000 (20:42 +0000)]
(thread_func): Fix comment as suggested by Jakub Jelinek.

(thread_func): Fix comment as suggested by Jakub Jelinek.

23 years ago(thread_func): Remove mutex_unlock call since it's never executed.
Andreas Jaeger [Sat, 21 Apr 2001 20:17:26 +0000 (20:17 +0000)]
(thread_func): Remove mutex_unlock call since it's never executed.

(thread_func): Remove mutex_unlock call since it's never executed.

23 years agoUpdate.
Andreas Jaeger [Sat, 21 Apr 2001 18:46:32 +0000 (18:46 +0000)]
Update.

* rt/aio_misc.c (handle_fildes_io): Add noreturn attribute.
* resolv/gai_misc.c (handle_requests): Likewise.
* malloc/obstack.c (print_and_abort): Likewise.
* malloc/mcheck.c (mabort): Likewise.

23 years ago* sysdeps/pthread/timer_routines.c (thread_func): Add
Andreas Jaeger [Sat, 21 Apr 2001 18:45:05 +0000 (18:45 +0000)]
* sysdeps/pthread/timer_routines.c (thread_func): Add

noreturn attribute, remove statements that will never be executed.
* sysdeps/pthread/timer_routines.c (thread_func): Add noreturn
attribute, remove statements that will never be executed.

23 years agoUpdate.
Andreas Jaeger [Sat, 21 Apr 2001 18:41:05 +0000 (18:41 +0000)]
Update.

* manager.c (__pthread_manager): Add noreturn
attribute.
(pthread_start_thread): Likewise, remove return statement.
(pthread_start_thread_event): Likewise.
Add noreturn attribute for pthread_handle_exit.
* weaks.c: Add noreturn attribute for pthread_exit.

23 years agoAdd __pthread_clock_gettime and __pthread_clock_settime prototypes.
Andreas Jaeger [Sat, 21 Apr 2001 18:38:24 +0000 (18:38 +0000)]
Add __pthread_clock_gettime and __pthread_clock_settime prototypes.

2001-04-21  Andreas Jaeger  <aj@suse.de>

* internals.h: Add __pthread_clock_gettime and
__pthread_clock_settime prototypes.

23 years agoUpdate.
Andreas Jaeger [Sat, 21 Apr 2001 16:29:05 +0000 (16:29 +0000)]
Update.

2001-04-21  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/i386/i586/clock_settime.c: Include
"libc-internal.h" for __get_clockfreq declaration.

23 years agoInclude "libc-internal.h" for __get_clockfreq declaration.
Andreas Jaeger [Sat, 21 Apr 2001 16:22:05 +0000 (16:22 +0000)]
Include "libc-internal.h" for __get_clockfreq declaration.

23 years agoUpdate.
Ulrich Drepper [Sat, 21 Apr 2001 07:55:01 +0000 (07:55 +0000)]
Update.

2001-04-21  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-support.c: Include cpuclock-init.h.  Use CPUCLOCK_VARDEF and
CPUCLOCK_INIT if defined.
* sysdeps/generic/dl-sysdep.c: Likewise.
* sysdeps/generic/cpuclock-init.h: New file.
* sysdeps/unix/i386/i586/cpuclock-init.h: New file.
* sysdeps/unix/i386/i586/Versions: New file.
* sysdeps/unix/i386/i586/clock_settime.c: New file.
* sysdeps/unix/i386/i586/clock_gettime.c: Handle thread CPU clock
separately by calling __pthread_clock_gettime if this function is
available.  Subtract offset from tsc value before computing time value.

23 years agoUpdate.
Ulrich Drepper [Fri, 20 Apr 2001 17:33:29 +0000 (17:33 +0000)]
Update.

* iconv/iconv_prog.c (print_known_names): If printing goes not to
a tty print in a more machine-friendly way.

23 years agoUpdate.
Ulrich Drepper [Fri, 20 Apr 2001 16:00:24 +0000 (16:00 +0000)]
Update.

2001-04-20  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/ieee754/ldbl-128/e_asinl.c: New file.
Contributed by Stephen L Moshier <moshier@mediaone.net>.

* intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.

23 years agoArcsine implementation for IEEE 128-bit long double.
Ulrich Drepper [Fri, 20 Apr 2001 15:48:37 +0000 (15:48 +0000)]
Arcsine implementation for IEEE 128-bit long double.

23 years agoUpdate.
Andreas Jaeger [Fri, 20 Apr 2001 13:28:21 +0000 (13:28 +0000)]
Update.

2001-04-20  Andreas Jaeger  <aj@suse.de>

* intl/Makefile (tests): Reorder conditions, tst-gettext needs
msgfmt.

23 years ago (tests): Reorder conditions, tst-gettext needs msgfmt.
Andreas Jaeger [Fri, 20 Apr 2001 13:26:23 +0000 (13:26 +0000)]
 (tests): Reorder conditions, tst-gettext needs msgfmt.

23 years ago* sysdeps/m68k/fpu/libm-test-ulps: Update.
Andreas Schwab [Fri, 20 Apr 2001 13:02:01 +0000 (13:02 +0000)]
* sysdeps/m68k/fpu/libm-test-ulps: Update.

2001-04-20  Andreas Schwab  <schwab@suse.de>

* sysdeps/m68k/fpu/libm-test-ulps: Update.

23 years agoUpdate.
Ulrich Drepper [Fri, 20 Apr 2001 06:06:55 +0000 (06:06 +0000)]
Update.

2001-04-19  Alan Modra  <amodra@one.net.au>

* Makerules (libc_pic.os): Add $(LDFLAGS-c_pic.os).
* sysdeps/hppa/Makefile (LDFLAGS-c_pic.os): Define.
(CFLAGS-.os): Remove.

* sysdeps/unix/sysv/linux/hppa/sysdep.h (CALL_MCOUNT): Update comment.

* sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG, NFPREG,
gregset): Correct for new kernel definitions.

2001-04-19  Alan Modra  <alan@linuxcare.com.au>

* sysdeps/hppa/elf/initfini.c: Change dlt reg save to r3 and
generate unwind info by hand.

2001-04-19  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Optimize a bit.

* configure.in: Correct regular expression for msgfmt.
Patch by Bruno Haible <haible@ilog.fr>.

23 years ago(__mmap64): Optimize a bit.
Ulrich Drepper [Fri, 20 Apr 2001 04:53:42 +0000 (04:53 +0000)]
(__mmap64): Optimize a bit.

23 years agoUpdate.
Andreas Jaeger [Fri, 20 Apr 2001 04:46:49 +0000 (04:46 +0000)]
Update.

2001-04-19  Andreas Jaeger  <aj@suse.de>

* po/el.po: Add comment explaining what's broken.

* po/Makefile (BROKEN_LINGUAS): New.
(ALL_LINGUAS): Don't add broken languages.

23 years ago* po/el.po: Add comment explaining what's broken.
Andreas Jaeger [Fri, 20 Apr 2001 04:45:54 +0000 (04:45 +0000)]
* po/el.po: Add comment explaining what's broken.

* po/Makefile (BROKEN_LINGUAS): New.
(ALL_LINGUAS): Don't add broken languages.

23 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Fri, 20 Apr 2001 02:51:46 +0000 (02:51 +0000)]
Regenerated: autoconf  configure.in

23 years agoCorrect regular expression for msgfmt.
Ulrich Drepper [Fri, 20 Apr 2001 02:40:55 +0000 (02:40 +0000)]
Correct regular expression for msgfmt.

23 years ago* sysdeps/mach/hurd/mlock.c: New file.
Roland McGrath [Thu, 19 Apr 2001 23:25:40 +0000 (23:25 +0000)]
* sysdeps/mach/hurd/mlock.c: New file.

* sysdeps/mach/hurd/munlock.c: New file.
* sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK_RANGE): Define it.

* misc/Makefile (routines): Add mlock munlock mlockall munlockall.
* sysdeps/generic/mlock.c: New file.
* sysdeps/generic/munlock.c: New file.
* sysdeps/generic/mlockall.c: New file.
* sysdeps/generic/munlockall.c: New file.
* sysdeps/generic/bits/mman.h (MCL_CURRENT, MCL_FUTURE): New macros.
* sysdeps/unix/sysv/linux/syscalls.list (mlock, munlock,
mlockall, munlockall): Change caller field to - from EXTRA.
Don't use __ names; not used (and not declared in include/sys/mman.h).

23 years ago* hurd/privports.c (__get_privileged_ports): Renamed with __.
Roland McGrath [Thu, 19 Apr 2001 22:53:58 +0000 (22:53 +0000)]
* hurd/privports.c (__get_privileged_ports): Renamed with __.

Use __ names for calls we make.
(get_privileged_ports): Add alias.
* hurd/hurd.h: Declare it with the __ name.
* sysdeps/mach/hurd/reboot.c (reboot): Use __get_privileged_ports.
* sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
* sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.

23 years ago* hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do
Roland McGrath [Thu, 19 Apr 2001 22:09:15 +0000 (22:09 +0000)]
* hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do

nothing if it's zero.

23 years ago2001-04-19 Roland McGrath <roland@frob.com>
Roland McGrath [Thu, 19 Apr 2001 22:08:27 +0000 (22:08 +0000)]
2001-04-19  Roland McGrath  <roland@frob.com>

* hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do
nothing if it's zero.

23 years agoUpdate.
Ulrich Drepper [Thu, 19 Apr 2001 21:24:46 +0000 (21:24 +0000)]
Update.

2001-04-19  Matthew Wilcox  <willy@ldl.fc.hp.com>

* sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL):
Change to return a signed result for compatibility with other
architectures, and correctness.

23 years agoUpdate.
Ulrich Drepper [Thu, 19 Apr 2001 20:48:04 +0000 (20:48 +0000)]
Update.

2001-04-19  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS):
HPPA always had them.  Patch by Matthew Wilcox <matthew@wil.cx>.

* manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.

23 years ago(__ASSUME_32BITUIDS): HPPA always had them.
Ulrich Drepper [Thu, 19 Apr 2001 20:45:18 +0000 (20:45 +0000)]
(__ASSUME_32BITUIDS): HPPA always had them.

23 years agoUpdate.
Andreas Jaeger [Thu, 19 Apr 2001 20:15:22 +0000 (20:15 +0000)]
Update.

* configure.in: Require gettext 0.10.36 or newer.

* manual/install.texi (Tools for Compilation): Mention gettext
0.10.36.

23 years agoUpdate.
Andreas Jaeger [Thu, 19 Apr 2001 20:01:21 +0000 (20:01 +0000)]
Update.

2001-04-19  Andreas Jaeger  <aj@suse.de>

* po/zh_TW.po: Remove extraneous backslashes.

* sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove unused
variables b and n.

23 years ago(__ieee754_sqrt): Remove unused variables b and n.
Andreas Jaeger [Thu, 19 Apr 2001 19:14:52 +0000 (19:14 +0000)]
(__ieee754_sqrt): Remove unused variables b and n.

23 years agoUpdate.
Ulrich Drepper [Thu, 19 Apr 2001 16:31:12 +0000 (16:31 +0000)]
Update.

2001-04-18  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
* sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S (__setcontext):
Copy first word of uc_sigmask into __uc_sigmask.
* sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S (__getcontext):
Save uc_link around trap. Copy __uc_sigmask into first word of
uc_sigmask, clear the rest. Make sure setcontext to the created
context doesn't do this though.
* sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: New file.
* sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Add
uc_stack and uc_sigmask, rename old uc_sigmask to __uc_sigmask in the
64bit version, make uc_sigmask __sigset_t in the 32bit version.

* rt/Makefile (otherlibs): Added for static NSS.
* glibcbug.in (BUGGLIBC): Send to new alias.

23 years agoPut specs into $generated, not $postclean-generated.
Ulrich Drepper [Thu, 19 Apr 2001 16:21:58 +0000 (16:21 +0000)]
Put specs into $generated, not $postclean-generated.

23 years agoFix typos in last patch.
Andreas Jaeger [Thu, 19 Apr 2001 09:35:01 +0000 (09:35 +0000)]
Fix typos in last patch.

2001-04-19  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.

23 years ago(BUGGLIBC): Send to new alias.
Andreas Jaeger [Wed, 18 Apr 2001 20:03:28 +0000 (20:03 +0000)]
(BUGGLIBC): Send to new alias.

        * rt/Makefile (otherlibs): Added.

        * glibcbug.in (BUGGLIBC): Send to new alias.

23 years agoUpdate.
Andreas Jaeger [Wed, 18 Apr 2001 16:08:09 +0000 (16:08 +0000)]
Update.

2001-04-18  Andreas Jaeger  <aj@suse.de>

* rt/Makefile (otherlibs): Added.

23 years ago(otherlibs): Added.
Andreas Jaeger [Wed, 18 Apr 2001 16:06:52 +0000 (16:06 +0000)]
(otherlibs): Added.

2001-04-18  Andreas Jaeger  <aj@suse.de>

* Makefile (otherlibs): Added.

23 years agoUpdate.
Ulrich Drepper [Wed, 18 Apr 2001 16:03:07 +0000 (16:03 +0000)]
Update.

2001-04-02  Andreas Schwab  <schwab@suse.de>

* Makerules (build-module): Make sure exit codes get checked
properly and remove unnecessary slashes.

23 years agoUpdate.
Ulrich Drepper [Wed, 18 Apr 2001 14:45:36 +0000 (14:45 +0000)]
Update.

2001-04-18  Jakub Jelinek  <jakub@redhat.com>

* locales/be_BY: Fix syntax in LC_COLLATE section.
* locales/ru_UA: Likewise.
* locales/tr_TR: Likewise.
* locales/uk_UA: Likewise.

23 years agoUpdate.
Ulrich Drepper [Wed, 18 Apr 2001 04:49:34 +0000 (04:49 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
Handle kernels which report only three digits after the decimal point.
Reported by Van Okamura <van.okamura@oracle.com>.

23 years agoUpdate.
Ulrich Drepper [Wed, 18 Apr 2001 00:20:28 +0000 (00:20 +0000)]
Update.

2001-04-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.

23 years agoUpdate.
Ulrich Drepper [Tue, 17 Apr 2001 21:22:45 +0000 (21:22 +0000)]
Update.

2001-04-17  David S. Miller  <davem@redhat.com>

* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.

23 years agoUpdate.
Ulrich Drepper [Tue, 17 Apr 2001 19:00:41 +0000 (19:00 +0000)]
Update.

2001-04-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.

23 years agoPretty printing.
Ulrich Drepper [Tue, 17 Apr 2001 15:13:12 +0000 (15:13 +0000)]
Pretty printing.

23 years agoUpdate.
Andreas Jaeger [Tue, 17 Apr 2001 14:38:29 +0000 (14:38 +0000)]
Update.

2001-04-17  Andreas Jaeger  <aj@suse.de>

* configure.in: Move test for critical programs up.

23 years agoMove test for critical programs up.
Andreas Jaeger [Tue, 17 Apr 2001 14:37:40 +0000 (14:37 +0000)]
Move test for critical programs up.

23 years agoUpdate.
Ulrich Drepper [Tue, 17 Apr 2001 06:51:57 +0000 (06:51 +0000)]
Update.

2001-04-16  Stephen L Moshier  <moshier@mediaone.net>

* sysdeps/ieee754/flt-32/e_asinf.c (pio2_hi, pio2_lo, pio4_hi):
Correct the values. (pSx, qSx): Replace by shorter approximation.
Use f suffix on float constants.

* sysdeps/ieee754/ldbl-128/k_tanl.c: New file.
Contributed by Stephen L Moshier <moshier@mediaone.net>.

23 years agoUpdate.
Ulrich Drepper [Tue, 17 Apr 2001 04:20:22 +0000 (04:20 +0000)]
Update.

2001-04-16  Ulrich Drepper  <drepper@redhat.com>

* string/string.h: Replace const in attribute list with __const__.

23 years agoReplace const in attribute list with __const__.
Ulrich Drepper [Tue, 17 Apr 2001 04:19:13 +0000 (04:19 +0000)]
Replace const in attribute list with __const__.

23 years ago* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf
Roland McGrath [Tue, 17 Apr 2001 03:34:20 +0000 (03:34 +0000)]
* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf

instead of the constant NGROUPS_MAX.  That way, the limit can be
raised in the kernel configuration without having to recompile libc.

* sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
define NGROUPS_MAX; we don't use it here.

23 years ago2001-04-16 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 17 Apr 2001 03:33:58 +0000 (03:33 +0000)]
2001-04-16  Roland McGrath  <roland@frob.com>

* sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
define NGROUPS_MAX; we don't use it here.

23 years agoUpdate.
Andreas Jaeger [Mon, 16 Apr 2001 18:04:22 +0000 (18:04 +0000)]
Update.

* math/libm-test.inc (atan2_test): Add more testcases.