CVS commit: src/lib/libc/rpc

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 00:29:22 UTC 2021 Modified Files: src/lib/libc/rpc: getrpcent.c Log Message: pass dest buffer size to strncpy() and ensure nul termination. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/g

CVS commit: src/lib/libc/rpc

2020-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 3 18:31:29 UTC 2020 Modified Files: src/lib/libc/rpc: Makefile.inc auth_unix.c rpc_clnt_auth.3 Log Message: Add set_rpc_maxgrouplist To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/rpc/Makef

CVS commit: src/lib/libc/rpc

2018-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jul 25 23:59:08 UTC 2018 Modified Files: src/lib/libc/rpc: xdr_rec.c Log Message: Avoid undefined behavior in the definition of LAST_FRAG in xdr_rec.c Do not change the signedness bit with a left shift operation. Switch to uns

CVS commit: src/lib/libc/rpc

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 16:49:25 UTC 2017 Modified Files: src/lib/libc/rpc: rpc_svc_calls.3 Log Message: Add __svc_getcallercreds to the NAME section Remove Pp before It at various places To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/lib/libc/rpc

2017-08-12 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Aug 13 01:08:41 UTC 2017 Modified Files: src/lib/libc/rpc: rpcb_st_xdr.c Log Message: PR lib/15802: Shuuichirou Murata: Add missing xdr_rpcbs_rmtcalllist_ptr There was a missing call to xdr_rpcbs_rmtcalllist_ptr in xdr_rpcb

CVS commit: src/lib/libc/rpc

2017-06-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 30 10:03:34 UTC 2017 Modified Files: src/lib/libc/rpc: getnetconfig.c Log Message: Revert previous since it causes a double free (p->nc_netid == tmp == tmp2). >From Xin Li @ FreeBSD. XXX: pullup 7 To generate a diff of

CVS commit: src/lib/libc/rpc

2017-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 3 21:39:27 UTC 2017 Modified Files: src/lib/libc/rpc: rpc_generic.c rpcb_prot.c rpcb_st_xdr.c xdr.c Log Message: - limit size of buffers to RPC_MAXDATASIZE - don't leak memory - be more picky about bad parameters https:

CVS commit: src/lib/libc/rpc

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 11:35:34 UTC 2017 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: avoid calloc(1,0). from clang static analyzer ok christos To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/svc_

CVS commit: src/lib/libc/rpc

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 17:45:27 UTC 2017 Modified Files: src/lib/libc/rpc: svc_run.c Log Message: use correct type for poll To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/rpc/svc_run.c Please note that diffs a

CVS commit: src/lib/libc/rpc

2016-12-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 29 22:07:12 UTC 2016 Modified Files: src/lib/libc/rpc: rpc_soc.3 Log Message: Update prototypes to match current RPC code. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/rpc_soc.3

CVS commit: src/lib/libc/rpc

2016-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 26 15:39:30 UTC 2016 Modified Files: src/lib/libc/rpc: getnetconfig.c Log Message: PR/51578: Henning Petersen: Fix leak on error. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/getnetcon

CVS commit: src/lib/libc/rpc

2016-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 26 15:36:17 UTC 2016 Modified Files: src/lib/libc/rpc: getnetconfig.c Log Message: KNF, no real change (except malloc(x * y) -> calloc(x, y)) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/r

CVS commit: src/lib/libc/rpc

2016-08-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 8 04:16:45 UTC 2016 Modified Files: src/lib/libc/rpc: rpc_soc.3 Log Message: Typo. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/rpc/rpc_soc.3 Please note that diffs are not public domain

CVS commit: src/lib/libc/rpc

2016-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 15 11:07:48 UTC 2016 Modified Files: src/lib/libc/rpc: xdr_float.c Log Message: Avoid strict alias violation for VAX To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/rpc/xdr_float.c Please note

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 15:23:17 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: Generalize the test, compare on the protocol semantics instead of the name since it could be udp6... To generate a diff of this commit: cvs

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 15:22:12 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Do proper accounting for the extra -1 slot. Perhaps this is too confusing and it would be better to just access the array with [fd + 1] instead?

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 11:43:26 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Remove now unnecessary cast. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/rpc/svc.c Please note that diffs are not pu

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 11:23:08 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: Don't try to use listen(2) on a UDP socket which will always fail. Previously this was not a problem because the return value of listen(2) was ign

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 10:43:32 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Avoid broken state if realloc(3) fails. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/rpc/svc.c Please note that diffs

CVS commit: src/lib/libc/rpc

2015-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 20:56:20 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c svc_fdset.c svc_run.c svc_vc.c Log Message: fix compilation/lint To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/rpc/rpc_soc.c

CVS commit: src/lib/libc/rpc

2015-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 18:11:05 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: CID 1338520: Check NULL CID 1338521: Fix error (realloc returns different pointer) To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/lib/libc/rpc

2015-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 18:08:05 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: CID 1338517: Check negative returns To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/svc_fdset.c Please not

CVS commit: src/lib/libc/rpc

2015-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 18:06:53 UTC 2015 Modified Files: src/lib/libc/rpc: svc_run.c Log Message: CID 1338515: Make it clear that the pfd variable can't be NULL To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/rp

CVS commit: src/lib/libc/rpc

2015-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 18:01:16 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: CID 1338513: Check listen(2) return To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/rpc/rpc_soc.c Please note th

CVS commit: src/lib/libc/rpc

2015-11-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 8 19:30:53 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: Add debugging for pollfd To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/rpc/svc_fdset.c Please note that diff

CVS commit: src/lib/libc/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 8 02:46:53 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c svc_fdset.c svc_fdset.h Log Message: Only do the compat cruft if we are compiling libc. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1

CVS commit: src/lib/libc/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 23:17:09 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: initialize revents too. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/rpc/svc_fdset.c Please note that diffs

CVS commit: src/lib/libc/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 23:09:20 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_internal.h svc_fdset.c svc_run.c svc_vc.c Log Message: PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead of select(2), and the linux svc_poll

CVS commit: src/lib/libc/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 20:24:00 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: spell reserved. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/rpc/svc_fdset.c Please note that diffs are not p

CVS commit: src/lib/libc/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 17:34:33 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c svc_run.c svc_vc.c Log Message: check for errors and recover instead of core-dumping. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/l

CVS commit: src/lib/libc/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 14:21:32 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c Log Message: don't compile with SVC_LEGACY To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/rpc_commondata.c Please

CVS commit: src/lib/libc/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 03:06:33 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: simplify more. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/rpc/svc_fdset.c Please note that diffs are not pu

CVS commit: src/lib/libc/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 00:42:04 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c svc_fdset.c svc_fdset.h Log Message: Introduce a binary compatible __fd_set_256 that is what the original fdset size was for libc. Now we can bump i

CVS commit: src/lib/libc/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 6 23:11:09 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c svc_fdset.c Log Message: Cleanup and simplify. undef svc_fdset and svc_maxfd to get to the real data for the compat code. To generate a diff of th

CVS commit: src/lib/libc/rpc

2015-11-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 6 23:05:09 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c svc_fdset.c Log Message: Don't use macros as types or variable names. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/rpc/r

CVS commit: src/lib/libc/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 6 19:34:14 UTC 2015 Modified Files: src/lib/libc/rpc: Makefile.inc svc.c svc_fdset.c svc_fdset.h svc_run.c svc_vc.c Log Message: - Provide multi-threaded fdset's for everyone not just rump if requested. - Ab

CVS commit: src/lib/libc/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 6 19:32:08 UTC 2015 Modified Files: src/lib/libc/rpc: clnt_raw.c svc_raw.c Log Message: - Use -1 for the fake raw fd since we will be able to go beyond FD_SETSIZE. - Poster boy for why it is bad to initialize in declara

CVS commit: src/lib/libc/rpc

2015-03-26 Thread Justin Cormack
Module Name:src Committed By: justin Date: Thu Mar 26 11:31:57 UTC 2015 Modified Files: src/lib/libc/rpc: rpcb_clnt.c xdr_rec.c Log Message: Fix definitions to match headers To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/rpc/rpcb_clnt.c cvs rd

CVS commit: src/lib/libc/rpc

2014-08-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 24 17:07:00 UTC 2014 Modified Files: src/lib/libc/rpc: xdr_float.c Log Message: Assume anything not vax has IEEEFP. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/rpc/xdr_float.c Please note th

CVS commit: src/lib/libc/rpc

2014-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 29 12:35:45 UTC 2014 Modified Files: src/lib/libc/rpc: svc_generic.c Log Message: Don't try to listen on UDP sockets. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/rpc/svc_generic.c Please

CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 28 14:49:28 UTC 2014 Modified Files: src/lib/libc/rpc: svc_generic.c Log Message: CID 975117: check listen(2) return . To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/svc_generic.c Pleas

CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 28 14:45:20 UTC 2014 Modified Files: src/lib/libc/rpc: clnt_generic.c Log Message: CID 975113: Ignore __rpc_setnodelay error, it is not fatal To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/r

CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 28 14:45:57 UTC 2014 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: CID 97511{4,5}: Ignore bindresvport return. It only works for root. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/li

CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 28 14:41:48 UTC 2014 Modified Files: src/lib/libc/rpc: clnt_generic.c Log Message: CID 975112: Ignore bindresvport() return. This is can only succeed for root To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.

CVS commit: src/lib/libc/rpc

2014-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 21 17:39:24 UTC 2014 Modified Files: src/lib/libc/rpc: clnt_vc.c Log Message: Increment to the value, not the pointer. (Thorsten Brehm) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/rpc/cln

CVS commit: src/lib/libc/rpc

2014-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 2 20:12:23 UTC 2014 Modified Files: src/lib/libc/rpc: rpcb_clnt.c Log Message: don't lose the RPC error from CLNT_CALL. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/rpcb_clnt.c Pleas

CVS commit: src/lib/libc/rpc

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 23:58:05 UTC 2013 Modified Files: src/lib/libc/rpc: clnt_vc.c Log Message: Avoid casting gymnastics that lead to pointer aliasing by introducing an inline function. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libc/rpc

2013-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 7 21:08:45 UTC 2013 Modified Files: src/lib/libc/rpc: clnt_dg.c clnt_generic.c clnt_vc.c rpc_internal.h Log Message: - add __clnt_sigfillset() that does not blindly block all signals but excludes the tty generated one

CVS commit: src/lib/libc/rpc

2013-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 17 16:36:47 UTC 2013 Modified Files: src/lib/libc/rpc: clnt_vc.c Log Message: PR/47747: Thorsten Brehm: TCP-based RPC client calls no longer terminate when connections break. Return proper error code. XXX: pullup 6 To

CVS commit: src/lib/libc/rpc

2013-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Apr 5 03:17:38 UTC 2013 Modified Files: src/lib/libc/rpc: rpc_generic.c Log Message: stdlib.h, not malloc.h To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/rpc/rpc_generic.c Please note that di

CVS commit: src/lib/libc/rpc

2013-03-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Mar 11 20:19:30 UTC 2013 Modified Files: src/lib/libc/rpc: DISCLAIMER auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c cln

CVS commit: src/lib/libc/rpc

2013-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 19:55:23 UTC 2013 Modified Files: src/lib/libc/rpc: bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_vc.c rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_dg.c svc_generic.c svc_run.c svc_

CVS commit: src/lib/libc/rpc

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 17:17:57 UTC 2013 Modified Files: src/lib/libc/rpc: auth_unix.c clnt_raw.c svc_generic.c svc_simple.c svc_vc.c xdr.c xdr_array.c xdr_rec.c xdr_reference.c Log Message: fix error messages and warnings. To

CVS commit: src/lib/libc/rpc

2013-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 26 16:33:57 UTC 2013 Modified Files: src/lib/libc/rpc: clnt_vc.c Log Message: PR/13082: Thorsten Brehm: Fix wrong memcpy that caused possible memory corruption. XXX: pullup to 6. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/rpc

2012-05-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 13 15:47:38 UTC 2012 Modified Files: src/lib/libc/rpc: rpc.3 Log Message: Remove unneeded commas in table. >From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/rpc.3 Please note

CVS commit: src/lib/libc/rpc

2012-03-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 20 17:14:51 UTC 2012 Modified Files: src/lib/libc/rpc: auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c getnetconfig.c

CVS commit: src/lib/libc/rpc

2012-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 18 16:43:34 UTC 2012 Modified Files: src/lib/libc/rpc: xdr.c Log Message: parenthesize. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/xdr.c Please note that diffs are not public domain

CVS commit: src/lib/libc/rpc

2012-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 2 21:29:55 UTC 2012 Modified Files: src/lib/libc/rpc: xdr_sizeof.c Log Message: Remove unnecessary cast to caddr_t. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/rpc/xdr_sizeof.c Please not

CVS commit: src/lib/libc/rpc

2012-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 2 21:29:29 UTC 2012 Modified Files: src/lib/libc/rpc: svc_generic.c Log Message: stdlib.h, not malloc.h To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/rpc/svc_generic.c Please note that di

CVS commit: src/lib/libc/rpc

2011-07-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 8 19:28:22 UTC 2011 Modified Files: src/lib/libc/rpc: xdr.3 Log Message: Bump date for xdr_sizeof. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/rpc/xdr.3 Please no

CVS commit: src/lib/libc/rpc

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:01:41 UTC 2011 Modified Files: src/lib/libc/rpc: xdr_sizeof.c Log Message: insert some (uintptr_t) between int and pointer casts. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/rpc/xdr_sizeof

CVS commit: src/lib/libc/rpc

2011-07-04 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Jul 4 08:19:51 UTC 2011 Modified Files: src/lib/libc/rpc: xdr.3 Log Message: Document newly imported xdr_sizeof() To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/xdr.3 Please note that diffs ar

CVS commit: src/lib/libc/rpc

2011-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 4 17:38:15 UTC 2011 Modified Files: src/lib/libc/rpc: svc_vc.c Log Message: PR/44514: Andrey Simonenko: Buffer underflow in RPC library for non-blocking TCP sockets To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/lib/libc/rpc

2011-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 4 17:36:55 UTC 2011 Modified Files: src/lib/libc/rpc: svc_vc.c Log Message: knf - no functional changes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/rpc/svc_vc.c Please note that diffs a

CVS commit: src/lib/libc/rpc

2010-12-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Dec 8 02:06:38 UTC 2010 Modified Files: src/lib/libc/rpc: clnt_dg.c clnt_simple.c clnt_vc.c getnetconfig.c mt_misc.c rpc_generic.c rpc_soc.c Log Message: Use __isthreaded from reentrant.h and don't redeclare it.

CVS commit: src/lib/libc/rpc

2010-11-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 23 14:02:01 UTC 2010 Modified Files: src/lib/libc/rpc: xdr_rec.c Log Message: PR/44132: Wolfgang Stukenbrock: libc/rpc may overwrite not-allocated memory Return XPRT_DIED when realloc fails for lack of a better error.

CVS commit: src/lib/libc/rpc

2010-07-08 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Thu Jul 8 20:12:37 UTC 2010 Modified Files: src/lib/libc/rpc: svc.c Log Message: Explicitly cast argument of ffs(3) to fix lint error. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/svc.c Please n

CVS commit: src/lib/libc/rpc

2010-07-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 8 14:45:09 UTC 2010 Modified Files: src/lib/libc/rpc: svc.c Log Message: svc_getreq[set]: use unsigned when assigning to fds_bits. XXX: This code should not invade fd_set internals at all. To generate a diff of this comm