glibc/sunrpc
Ulrich Drepper 609cf61467 [BZ #3313]
2006-10-17  Jakub Jelinek  <jakub@redhat.com>
	* sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
	as signed longs, check for x_base + pos overflow.
	* sunrpc/Makefile (tests): Add tst-xdrmem2.
	* sunrpc/tst-xdrmem2.c: New test.

2006-10-18  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
	_dl_lookup_symbol_x code.

2006-10-17  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-runtime.c: Include sysdep-cancel.h.
	(_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
	scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
	instead of catomic_* macros.
	* elf/dl-sym.c: Include sysdep-cancel.h.
	(do_sym): Use __rtld_mrlock_* and scoperec->nusers only
	if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
	* elf/dl-close.c: Include sysdep-cancel.h.
	(_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
	if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
	* elf/dl-open.c: Include sysdep-cancel.h.
	(dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
	if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.

2006-10-17  Jakub Jelinek  <jakub@redhat.com>

	[BZ #3313]
	* malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
	fastbin rather than end of fastbin array.

2006-10-18  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
	body macro.
	* sysdeps/x86_64/bits/atomic.h
	(__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
	(catomic_decrement): Use correct body macro.

2006-10-17  Jakub Jelinek  <jakub@redhat.com>

	* include/atomic.h: Add a unique prefix to all local variables
	in macros.
	* csu/tst-atomic.c (do_test): Test also catomic_* macros.

	* include/link.h: Include <rtld-lowlevel.h>.  Define struct
2006-10-18 19:26:30 +00:00
..
rpc Update. 2004-09-28 03:02:24 +00:00
rpcsvc
.cvsignore
Makefile [BZ #3313] 2006-10-18 19:26:30 +00:00
Versions Update. 2004-09-28 03:02:24 +00:00
auth_des.c * sunrpc/clnt_unix.c (unix_ops): Mark as const. 2005-12-20 22:56:06 +00:00
auth_none.c * sunrpc/auth_none.c (ops): Mark as const. 2005-12-20 19:00:19 +00:00
auth_unix.c * sunrpc/auth_unix.c (auth_unix_ops): Mark as const. 2005-12-20 19:25:53 +00:00
authdes_prot.c
authuxprot.c
bindrsvprt.c * sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport 2005-11-22 04:39:40 +00:00
clnt_gen.c
clnt_perr.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
clnt_raw.c (client_ops): Mark as const. 2005-12-20 22:00:50 +00:00
clnt_simp.c * include/rpc/rpc.h: Declare thread variables with their correct 2004-02-09 10:47:53 +00:00
clnt_tcp.c * sunrpc/clnt_unix.c (unix_ops): Mark as const. 2005-12-20 22:56:06 +00:00
clnt_udp.c * sunrpc/clnt_unix.c (unix_ops): Mark as const. 2005-12-20 22:56:06 +00:00
clnt_unix.c * sunrpc/clnt_unix.c (unix_ops): Mark as const. 2005-12-20 22:56:06 +00:00
create_xid.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
des_crypt.c
des_impl.c * sunrpc/svcauth_des.c (cache_init): Use calloc instead of 2006-05-05 16:18:45 +00:00
des_soft.c
etc.rpc
get_myaddr.c Update. 2004-09-30 02:24:51 +00:00
getrpcport.c
key_call.c * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if 2006-05-17 15:11:44 +00:00
key_prot.c
netname.c
openchild.c [BZ #681] 2005-01-19 19:28:21 +00:00
pm_getmaps.c [BZ #961] 2005-05-23 17:37:21 +00:00
pm_getport.c * sunrpc/pm_getport.c (__get_socket): New function. 2005-05-23 17:14:22 +00:00
pmap_clnt.c Update. 2004-09-30 02:24:51 +00:00
pmap_prot.c
pmap_prot2.c Update. 2004-06-18 02:40:54 +00:00
pmap_rmt.c * include/rpc/pmap_prot.h: Mark all functions as hidden. 2006-05-15 20:46:12 +00:00
proto.h
publickey.c
rpc_clntout.c .. 2005-11-21 15:45:19 +00:00
rpc_cmsg.c
rpc_common.c
rpc_cout.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
rpc_dtable.c
rpc_hout.c .. 2005-11-21 15:45:19 +00:00
rpc_main.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
rpc_parse.c * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_min 2006-04-07 20:25:36 +00:00
rpc_parse.h
rpc_prot.c
rpc_sample.c .. 2005-11-21 15:45:19 +00:00
rpc_scan.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
rpc_scan.h
rpc_svcout.c .. 2005-11-21 15:45:19 +00:00
rpc_tblout.c .. 2005-11-21 15:45:19 +00:00
rpc_thread.c * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire 2006-05-04 18:08:28 +00:00
rpc_util.c .. 2005-11-21 15:45:19 +00:00
rpc_util.h
rpcinfo.c
rtime.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
svc.c (svc_getreq_poll): Fix inefficient loop test. 2005-11-04 00:55:03 +00:00
svc_auth.c
svc_authux.c
svc_raw.c * sunrpc/clnt_unix.c (unix_ops): Mark as const. 2005-12-20 22:56:06 +00:00
svc_run.c 2.5-18.1 2007-07-12 18:26:36 +00:00
svc_simple.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
svc_tcp.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
svc_udp.c * sunrpc/svcauth_des.c (cache_init): Use calloc instead of 2006-05-05 16:18:45 +00:00
svc_unix.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
svcauth_des.c * sunrpc/svcauth_des.c (cache_init): Use calloc instead of 2006-05-05 16:18:45 +00:00
thrsvc.c
tst-getmyaddr.c Update. 2004-09-28 23:08:14 +00:00
tst-xdrmem.c * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR 2005-06-26 18:28:35 +00:00
tst-xdrmem2.c [BZ #3313] 2006-10-18 19:26:30 +00:00
xcrypt.c [BZ #560, BZ #573] 2004-12-19 20:49:12 +00:00
xdr.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
xdr_array.c * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero. 2006-05-04 20:56:12 +00:00
xdr_float.c
xdr_intXX_t.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
xdr_mem.c [BZ #3313] 2006-10-18 19:26:30 +00:00
xdr_rec.c * nis/nis_call.c (__prepare_niscall): New function. Split out 2006-05-20 19:22:30 +00:00
xdr_ref.c * sunrpc/svcauth_des.c (cache_init): Use calloc instead of 2006-05-05 16:18:45 +00:00
xdr_sizeof.c
xdr_stdio.c * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong): 2005-03-22 09:14:36 +00:00