glibc/sunrpc
Ulrich Drepper b2bffca2e3 Update.
2002-05-11  Jakub Jelinek  <jakub@redhat.com>

	* include/netinet/in.h (bindresvport_internal): Add prototype.
	* include/rpc/auth.h  (authunix_create_internal,
	authunix_create_default_internal, authnone_create_internal,
	authdes_pk_create_internal): Add prototypes.
	* include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
	clntudp_create_internal, clntudp_bufcreate_internal,
	clntunix_create_internal): Add prototypes.
	* include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
	svc_getreq_internal, svc_getreq_common_internal,
	svc_getreqset_internal, svc_getreq_poll_internal,
	svc_register_internal, svc_unregister_internal,
	svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
	* include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
	* include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
	__setsockopt, __getsockname, __bind, __listen): Add prototypes.
	* inet/rexec.c (rexec_af): Use __listen and __getsockname.
	* inet/rcmd.c (rcmd_af): Use __listen.
	(rresvport_af): Use __bind.
	* sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
	authunix_create, authunix_create_default, authnone_create,
	authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
	clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
	svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
	svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
	_authenticate, add INTDEF after such function definitions.
	Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
	__setsockopt, __getsockname instead of non-__ variants.
	* sunrpc/pmap_rmt.c: Likewise.
	* sunrpc/rtime.c: Likewise.
	* sunrpc/svc_udp.c: Likewise.
	* sunrpc/clnt_unix.c: Likewise.
	* sunrpc/svc_unix.c: Likewise.
	* sunrpc/bindrsvprt.c: Likewise.
	* sunrpc/svc_tcp.c: Likewise.
	* sunrpc/auth_none.c: Likewise.
	* sunrpc/clnt_raw.c: Likewise.
	* sunrpc/clnt_tcp.c: Likewise.
	* sunrpc/auth_unix.c: Likewise.
	* sunrpc/key_call.c: Likewise.
	* sunrpc/clnt_gen.c: Likewise.
	* sunrpc/pm_getmaps.c: Likewise.
	* sunrpc/clnt_simp.c: Likewise.
	* sunrpc/pmap_clnt.c: Likewise.
	* sunrpc/svc_run.c: Likewise.
	* sunrpc/svc.c: Likewise.
	* sunrpc/svc_simple.c: Likewise.
	* sunrpc/pm_getport.c: Likewise.
	* sunrpc/auth_des.c: Likewise.
	* sunrpc/svc_auth.c: Likewise.
	* sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
	__register_frame_info_table_bases, __deregister_frame_info_bases):
	Add INTDEF.
	(__register_frame_info_bases_internal,
	__register_frame_info_table_bases_internal,
	__deregister_frame_info_bases_internal): Add prototypes.
	(__register_frame_info, __register_frame): Use INTUSE in call to
	__register_frame_info_bases.
	(__register_frame_info_table): Similarly.
	(__deregister_frame_info, __deregister_frame): Similarly.
	* sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
	sendto as weak alias.
	* sysdeps/mach/hurd/sendto.c: Likewise.
	* sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
	recvfrom as weak alias.
	* sysdeps/mach/hurd/recvfrom.c: Likewise.
	* sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
	* sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
	recvmsg as weak alias.
	* sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
	* sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
	sendmsg as weak alias.
	* sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
	* sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
	setsockopt, add setsockopt as weak alias.
	* sysdeps/mach/hurd/setsockopt.c: Likewise.
	* sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
	weak alias.
	* sysdeps/mach/hurd/bind.c: Likewise.
	* sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
	as weak alias.
	* sysdeps/mach/hurd/listen.c: Likewise.
	* sysdeps/generic/getsockname.c (__getsockname): Renamed from
	getsockname, add getsockname as weak alias.
	* sysdeps/mach/hurd/getsockname.c: Likewise.
	* sysdeps/unix/sysv/aix/getsockname.c: Likewise.
	* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
	* sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
	* sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
	__recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
	* sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
	Add aliases.
	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
	* sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
	* sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
	* sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
	* sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
	* sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
	* sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
	* sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.

2002-05-10  Jakub Jelinek  <jakub@redhat.com>

	* locale/programs/localedef.h (show_archive_content): Add verbose
	argument.
	* locale/programs/localedef.c (main): Adjust caller.
	* locale/programs/locarchive.c (struct nameent, struct dataent): New.
	(nameentcmp, dataentcmp): New functions.
	(xstrcmp): Remove.
	(show_archive_content): Print verbose listing with --list-archive -v.

	* locale/programs/locarchive.c (open_archive): Take extra argument
	readonly.  If true open file with O_RDONLY and don't create the
	archive if it doesn't exist.
	Adapt all callers.
	(close_archive): Don't do anything if fd element is -1.
	* locale/programs/localedef.h (open_archive): Adjust prototype.
	* locale/programs/locfile.c (write_all_categories): Adjust open_archive
	call.

	* malloc/malloc.c (__posix_memalign): Correct check for size of
	alignment value [PR libc/3444].
2002-05-15 00:22:23 +00:00
..
rpc Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rpcsvc Update to LGPL v2.1. 2001-07-06 04:58:11 +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. 2002-04-20 20:36:26 +00:00
Versions Update. 2002-02-01 23:24:05 +00:00
auth_des.c Update. 2002-05-15 00:22:23 +00:00
auth_none.c Update. 2002-05-15 00:22:23 +00:00
auth_unix.c Update. 2002-05-15 00:22:23 +00:00
authdes_prot.c Update. 2002-02-26 01:45:59 +00:00
authuxprot.c Update. 2002-02-26 01:45:59 +00:00
bindrsvprt.c Update. 2002-05-15 00:22:23 +00:00
clnt_gen.c Update. 2002-05-15 00:22:23 +00:00
clnt_perr.c Update. 2002-02-26 01:45:59 +00:00
clnt_raw.c Update. 2002-05-15 00:22:23 +00:00
clnt_simp.c Update. 2002-05-15 00:22:23 +00:00
clnt_tcp.c Update. 2002-05-15 00:22:23 +00:00
clnt_udp.c Update. 2002-05-15 00:22:23 +00:00
clnt_unix.c Update. 2002-05-15 00:22:23 +00:00
create_xid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
des_crypt.c Update. 1997-08-29 21:01:47 +00:00
des_impl.c * Makeconfig (rpath-dirs): Add crypt. 2000-03-04 00:47:31 +00:00
des_soft.c Add prototype for foo. 2000-12-27 19:58:36 +00:00
etc.rpc Update. 2001-08-30 08:27:57 +00:00
get_myaddr.c Update. 1999-06-19 09:58:37 +00:00
getrpcport.c Update. 2001-08-20 06:37:56 +00:00
key_call.c Update. 2002-05-15 00:22:23 +00:00
key_prot.c Update. 2002-02-26 01:45:59 +00:00
netname.c Update. 2002-04-03 00:36:12 +00:00
openchild.c Update. 2002-02-26 01:45:59 +00:00
pm_getmaps.c Update. 2002-05-15 00:22:23 +00:00
pm_getport.c Update. 2002-05-15 00:22:23 +00:00
pmap_clnt.c Update. 2002-05-15 00:22:23 +00:00
pmap_prot.c Update. 2002-02-26 01:45:59 +00:00
pmap_prot2.c Update. 2002-02-26 01:45:59 +00:00
pmap_rmt.c Update. 2002-05-15 00:22:23 +00:00
proto.h (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
publickey.c Update. 2002-04-03 00:36:12 +00:00
rpc_clntout.c (printbody): Fix -CLMNab output. 1999-11-23 17:10:21 +00:00
rpc_cmsg.c Update. 2002-02-26 01:45:59 +00:00
rpc_common.c Update. 2001-03-20 18:35:13 +00:00
rpc_cout.c Update. 2001-09-05 00:26:04 +00:00
rpc_dtable.c Update. 2000-12-28 08:28:43 +00:00
rpc_hout.c (pargdef): Function must take pointer to object. 2001-08-28 09:17:24 +00:00
rpc_main.c Update. 2001-11-02 02:16:01 +00:00
rpc_parse.c Update. 2001-04-04 17:39:59 +00:00
rpc_parse.h Update. 1997-05-21 01:48:59 +00:00
rpc_prot.c Update. 2002-02-26 01:45:59 +00:00
rpc_sample.c Update. 1998-11-16 12:02:08 +00:00
rpc_scan.c (symbols): Add entry for HYPER. 2001-04-04 17:26:50 +00:00
rpc_scan.h Update. 2001-04-04 17:39:59 +00:00
rpc_svcout.c Update. 2002-04-03 08:57:21 +00:00
rpc_tblout.c Update. 1997-03-27 01:59:53 +00:00
rpc_thread.c Update. 2002-04-20 18:57:50 +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. 2001-09-19 03:25:37 +00:00
rtime.c Update. 2002-05-15 00:22:23 +00:00
svc.c Update. 2002-05-15 00:22:23 +00:00
svc_auth.c Update. 2002-05-15 00:22:23 +00:00
svc_authux.c Update. 2002-02-26 01:45:59 +00:00
svc_raw.c Update. 2002-02-26 01:45:59 +00:00
svc_run.c Update. 2002-05-15 00:22:23 +00:00
svc_simple.c Update. 2002-05-15 00:22:23 +00:00
svc_tcp.c Update. 2002-05-15 00:22:23 +00:00
svc_udp.c Update. 2002-05-15 00:22:23 +00:00
svc_unix.c Update. 2002-05-15 00:22:23 +00:00
svcauth_des.c Update. 2001-08-20 06:37:56 +00:00
thrsvc.c Update. 2002-04-20 20:36:26 +00:00
xcrypt.c Update. 1999-04-28 23:13:52 +00:00
xdr.c Update. 2002-02-26 01:45:59 +00:00
xdr_array.c Update. 2002-02-26 01:45:59 +00:00
xdr_float.c Update. 1999-10-11 23:52:07 +00:00
xdr_intXX_t.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xdr_mem.c Update. 2002-02-26 01:45:59 +00:00
xdr_rec.c Update. 2002-02-26 01:45:59 +00:00
xdr_ref.c Update. 2002-02-26 01:45:59 +00:00
xdr_sizeof.c Update. 2001-01-28 17:53:49 +00:00
xdr_stdio.c Update. 2002-02-26 01:45:59 +00:00