glibc/sysdeps/unix/sysv/linux/alpha
Ulrich Drepper cb34385453 Update.
1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>

	* config.make.in (ldd-rewrite-script): New variable.
	* configure.in: Substitute ldd-rewrite-script.
	* elf/Makefile: Rewrite rules to generate ldd script.
	* elf/ldd.bash.in: Allow handling of non-ELF binaries.
	* elf/ldd.sh.in: Likewise.
	* sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
	* sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
	point to sed script for libc4 handling insertion for ix86, m68, SPARC.
	* sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.

1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* inet/rcmd.c (iruserok): Remain setuid to the local user
	while .rhosts is actually read, to make .rhosts-over-NFS work
	(PR libc/524).  Use iruserfopen() for security checks on both
	hosts.equiv and .rhosts.  General cleanup.
	(iruserfopen): New function, performs careful checking on
	hosts.equiv/.rhosts files.  Disallows all the old forbidden
	stuff plus hard links to files.

1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>

	* setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.

1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>

	* sysdeps/i386/i486/bits/string.h: Fix typos.

	* nss/nsswitch.c (__nss_lookup): Fix the bogus checking for
	"adjusted for next function".

1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>

	* sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
	strong alias.

	* sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.

	* libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
	Added.  Used by libm.so on alpha.

1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
	defined.

1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>

	* Makerules (object-suffixes-for-rules): Add .oS only for
	building shared library.
	Add ranlib rule for nonshared library.
	(rmobjs): Fix typo.

	* Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
	into for shared library only.
	(CPPFLAGS-.oS): Add -DPIC.
	(libtypes): Use $(object-suffixes-for-rules) instead of
	$(object-suffixes).

1998-03-28  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
	and install lddlibc4.

1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* iconvdata/gap.pl: Gobble rest of line with a scalar, not a
	hash.
	* iconvdata/gaptab.pl: Likewise.
1998-03-29 17:03:23 +00:00
..
alpha
bits Update. 1998-02-26 17:17:05 +00:00
net Update. 1997-12-28 16:01:53 +00:00
sys * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration of the trampoline function into the macro. * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; kernel 2.1.82 has this fixed. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file. 1998-01-26 22:04:53 +00:00
adjtime.c * shlib-versions: Match alpha*. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex. * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove. * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New. Implement copysign* with and without __ prefix. Likewise for fabs; use builtin for gcc 2.8. (floor*): New. (fdim*): New. * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New. (R_SPARC*): Match current v9 ABI. * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long. * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t. * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise. * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise. * sysdeps/generic/getresgid.c: Use prototype form because of warning. * sysdeps/unix/sysv/linux/getdents.c: Likewise. * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise. * sysdeps/unix/grantpt.c (argv): Fix consts. * sysdeps/unix/sysv/linux/getpt.c: Include <string.h> * sysdeps/unix/sysv/linux/sigaction.c: Likewise. 1998-03-01 00:56:42 +00:00
brk.S Update. 1997-06-21 02:59:26 +00:00
clone.S * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos. * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval): Follow POSIX and make tv_sec a time_t. * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle new tv64 syscall as well as fall back to tv32. * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise. * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise. * sysdeps/unix/sysv/linux/alpha/select.S: Likewise. * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise. * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise. * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise. * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries. 1998-02-04 10:17:52 +00:00
Dist Update. 1998-03-25 16:38:08 +00:00
fstatfs64.c Update. 1997-12-22 20:53:38 +00:00
ftruncate64.c Update. 1997-12-22 20:53:38 +00:00
fxstat64.c Update. 1997-10-31 22:55:02 +00:00
getitimer.S Update. 1998-02-26 17:17:05 +00:00
getrlimit64.c Update. 1997-12-22 20:53:38 +00:00
getrusage.S Update. 1998-02-26 17:17:05 +00:00
gettimeofday.S Update. 1998-02-26 17:17:05 +00:00
ieee_get_fp_control.S Update. 1997-05-31 00:47:04 +00:00
ieee_set_fp_control.S Update. 1997-05-31 00:47:04 +00:00
init-first.h Update. 1997-12-22 20:53:38 +00:00
ioperm.c Update. 1998-02-16 18:16:04 +00:00
kernel_sigaction.h Update. 1998-02-24 15:22:29 +00:00
kernel_stat.h Update. 1997-10-31 22:55:02 +00:00
kernel_termios.h Update. 1997-12-01 17:16:22 +00:00
lxstat64.c Update. 1997-10-31 22:55:02 +00:00
Makefile Update. 1998-02-26 17:17:05 +00:00
mmap64.c Update. 1997-12-28 16:01:53 +00:00
pipe.S Updated. 1997-06-26 22:23:01 +00:00
pread64.c Update. 1997-10-26 20:13:00 +00:00
pwrite64.c Update. 1997-10-26 20:13:00 +00:00
readdir.c Update. 1998-03-29 17:03:23 +00:00
readdir64.c Update. 1997-12-22 20:53:38 +00:00
readdir64_r.c Update. 1997-12-22 20:53:38 +00:00
readdir_r.c Update. 1997-12-22 20:53:38 +00:00
rt_sigaction.S Update. 1998-02-17 15:51:21 +00:00
select.S Update. 1998-02-26 17:17:05 +00:00
setfpucw.c Update. 1997-05-31 00:47:04 +00:00
setitimer.S Update. 1998-02-26 17:17:05 +00:00
setrlimit64.c Update. 1997-12-22 20:53:38 +00:00
settimeofday.S Update. 1998-02-26 17:17:05 +00:00
sigprocmask.c update from main arhive 970119 1997-01-20 02:49:49 +00:00
sigsuspend.S update from main arhive 970119 1997-01-20 02:49:49 +00:00
sizes.h Update. 1998-02-12 18:22:41 +00:00
statfs64.c Update. 1997-12-22 20:53:38 +00:00
syscall.S Update. 1997-05-31 00:47:04 +00:00
syscalls.list Update. 1998-03-29 17:03:23 +00:00
sysdep.h Update. 1997-06-23 21:55:26 +00:00
truncate64.c Update. 1997-12-22 20:53:38 +00:00
ustat.c
utimes.S Update. 1998-02-26 17:17:05 +00:00
wait4.S Update. 1998-02-26 17:17:05 +00:00
xmknod.c update from main arhive 970119 1997-01-20 02:49:49 +00:00
xstat64.c Update. 1997-10-31 22:55:02 +00:00
xstatconv.c Update. 1997-11-12 00:06:02 +00:00