glibc/sunrpc
Ulrich Drepper c1301d9a76 Update.
2000-01-23  Philip Blundell  <philb@gnu.org>

	Add basic support for RPC over IPv6:
	* sunrpc/rpc/svc.h (struct SVCXPRT): Use `struct sockaddr_storage'
	for remote address.
	(svcudp6_create, svcudp6_bufcreate, svctcp6_create): New
	prototypes.
	* sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create,
	clntudp6_bufcreate): New prototypes.
	* inet/netinet/in.h (bindresport6): Likewise.
	* sunrpc/Makefile (routines): Add svc_tcp6, svc_udp6, bindrsvprt6.
	* sunrpc/Versions: Add svcfd6_create, svctcp6_create,
	svcudp6_create, svcudp6_bufcreate, svcudp6_enablecache,
	bindresvport6 for GLIBC_2.2.
	* sunrpc/rpc_main.c: Support `tcp6' and `udp6' transport types.
	* sunrpc/rpc_svcout.c: Likewise.
	* sunrpc/svc_tcp.c (rendezvous_request): Use memcpy rather than
	simple assignment when copying addresses.
	* sunrpc/svc_udp.c (cache_get): Likewise.
	* sunrpc/svc_unix.c (rendezvous_request): Likewise.
	* sunrpc/bindrsvprt6.c, sunrpc/clnt_tcp6.c, sunrpc/clnt_udp6.c,
	sunrpc/svc_tcp6.c, sunrpc/svc_udp6.c: New files.

2000-01-05  Philip Blundell  <philb@gnu.org>

	* sysdeps/unix/sysv/linux/arm/mmap64.S: Correct check for ENOSYS.

2000-01-23  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Pass right
	parameter to fstat calls.

2000-01-18  Roland McGrath  <roland@baalperazim.frob.com>

	* sysdeps/generic/bits/socket.h
	(__ss_aligntype, struct sockaddr_storage): Make these like Linux
	version, replacing old type name `__ss_align'.

2000-01-05  Roland McGrath  <roland@baalperazim.frob.com>

	* sysdeps/generic/lseek64.c (__libc_lseek64): Renamed from __lseek64.
	(__lseek64, lseek64): Make these weak aliases for __libc_lseek64.
	* sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek.
	(__lseek, lseek): Make these weak aliases for __libc_lseek.
	* sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl.
	(__fcntl, fcntl): Make these weak aliases for __libc_fcntl.
	* sysdeps/mach/hurd/open.c (__libc_open): Renamed from __open.
	(__open, open): Make these weak aliases for __libc_open.

	* sysdeps/generic/bits/socket.h (enum __socket_type): Remove
	trailing comma.
	(anonymous enum for MSG_*): Likewise.
	(anonymous enum for SO_*): Likewise.

2000-01-23  Ulrich Drepper  <drepper@cygnus.com>

	* string/bits/string2.h: Fix typo (__GNU_SOURCE -> __USE_GNU)
	(PR libc/1553).
2000-01-24 02:22:13 +00:00
..
rpc Update. 2000-01-24 02:22:13 +00:00
rpcsvc Update. 1999-12-31 18:51:25 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 2000-01-24 02:22:13 +00:00
Versions Update. 2000-01-24 02:22:13 +00:00
auth_des.c Update. 1999-04-15 13:54:57 +00:00
auth_none.c Update. 1999-04-15 13:54:57 +00:00
auth_unix.c Update. 1999-06-19 09:58:37 +00:00
authdes_prot.c Update. 1999-04-15 13:54:57 +00:00
authuxprot.c Update. 1999-04-15 13:54:57 +00:00
bindrsvprt.c Update. 1999-04-15 13:54:57 +00:00
bindrsvprt6.c Update. 2000-01-24 02:22:13 +00:00
clnt_gen.c Update. 1999-06-30 17:41:35 +00:00
clnt_perr.c Update. 2000-01-21 05:18:41 +00:00
clnt_raw.c Update. 1999-06-19 09:58:37 +00:00
clnt_simp.c Update. 1999-06-30 17:41:35 +00:00
clnt_tcp.c Update. 1999-06-19 09:58:37 +00:00
clnt_tcp6.c Update. 2000-01-24 02:22:13 +00:00
clnt_udp.c Update. 1999-08-03 17:22:13 +00:00
clnt_udp6.c Update. 2000-01-24 02:22:13 +00:00
clnt_unix.c Update. 1999-06-19 09:58:37 +00:00
create_xid.c Update. 1998-11-18 11:05:09 +00:00
des_crypt.c Update. 1997-08-29 21:01:47 +00:00
des_soft.c Update. 1999-04-28 23:13:52 +00:00
etc.rpc Update. 1999-05-16 10:14:25 +00:00
get_myaddr.c Update. 1999-06-19 09:58:37 +00:00
getrpcport.c Update. 1999-06-30 17:41:35 +00:00
key_call.c Update. 1999-11-13 18:04:57 +00:00
key_prot.c Update. 1998-03-27 22:57:26 +00:00
netname.c Update. 1999-04-28 23:13:52 +00:00
openchild.c Update. 1999-04-28 23:13:52 +00:00
pm_getmaps.c Update. 1999-06-19 09:58:37 +00:00
pm_getport.c Update. 1997-03-27 01:59:53 +00:00
pmap_clnt.c Update. 1999-06-19 09:58:37 +00:00
pmap_prot.c Update. 1997-03-27 01:59:53 +00:00
pmap_prot2.c Update. 1997-03-27 01:59:53 +00:00
pmap_rmt.c Update. 1999-06-19 09:58:37 +00:00
proto.h Update. 1998-02-16 17:42:46 +00:00
publickey.c Update. 1999-04-28 23:13:52 +00:00
rpc_clntout.c (printbody): Fix -CLMNab output. 1999-11-23 17:10:21 +00:00
rpc_cmsg.c Update. 1999-04-15 13:54:57 +00:00
rpc_common.c Update. 1999-07-31 06:11:24 +00:00
rpc_cout.c Update. 1999-04-18 01:01:00 +00:00
rpc_dtable.c Update. 1998-07-16 11:44:36 +00:00
rpc_hout.c Update. 1998-12-01 11:25:26 +00:00
rpc_main.c Update. 2000-01-24 02:22:13 +00:00
rpc_parse.c Update. 1998-02-16 17:42:46 +00:00
rpc_parse.h Update. 1997-05-21 01:48:59 +00:00
rpc_prot.c Update. 1997-03-27 01:59:53 +00:00
rpc_sample.c Update. 1998-11-16 12:02:08 +00:00
rpc_scan.c Update. 1999-06-19 09:58:37 +00:00
rpc_scan.h update from main archive 961016 1996-10-17 01:51:38 +00:00
rpc_svcout.c Update. 2000-01-24 02:22:13 +00:00
rpc_tblout.c Update. 1997-03-27 01:59:53 +00:00
rpc_util.c Update. 1998-02-16 17:42:46 +00:00
rpc_util.h Update. 1998-02-16 17:42:46 +00:00
rpcinfo.c Update. 1997-12-14 22:24:57 +00:00
rtime.c Update. 1999-04-15 13:54:57 +00:00
svc.c Update. 1999-08-10 05:41:26 +00:00
svc_auth.c Update. 1997-08-29 21:01:47 +00:00
svc_authux.c Update. 1999-04-15 13:54:57 +00:00
svc_raw.c Update. 1997-03-27 01:59:53 +00:00
svc_run.c Update. 1999-08-10 05:41:26 +00:00
svc_simple.c Update. 1999-12-29 17:52:49 +00:00
svc_tcp.c Update. 2000-01-24 02:22:13 +00:00
svc_tcp6.c Update. 2000-01-24 02:22:13 +00:00
svc_udp.c Update. 2000-01-24 02:22:13 +00:00
svc_udp6.c Update. 2000-01-24 02:22:13 +00:00
svc_unix.c Update. 2000-01-24 02:22:13 +00:00
svcauth_des.c Update. 1999-04-15 13:54:57 +00:00
xcrypt.c Update. 1999-04-28 23:13:52 +00:00
xdr.c 1999-04-01 Thorsten Kukuk <kukuk@suse.de> 1999-04-08 02:10:39 +00:00
xdr_array.c Update. 1998-07-16 11:44:36 +00:00
xdr_float.c Update. 1999-10-11 23:52:07 +00:00
xdr_intXX_t.c 1999-04-01 Thorsten Kukuk <kukuk@suse.de> 1999-04-08 02:10:39 +00:00
xdr_mem.c Update. 1999-04-15 13:54:57 +00:00
xdr_rec.c Update. 2000-01-23 08:54:19 +00:00
xdr_ref.c Update. 1999-06-19 09:58:37 +00:00
xdr_sizeof.c Update. 1999-06-18 18:31:58 +00:00
xdr_stdio.c Update. 1999-04-15 13:54:57 +00:00