The NetBSD Project

src/lib/libc/rpc/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libc / rpc


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] xdr_float.c  1.42   7 days  christos   avoid lint warning on the vax
[TXT] svc.c  1.41   2 months  christos   fix nested extern warnings
[TXT] xdr_rec.c  1.41   3 weeks  andvar   Fix few typos in comments.
[TXT] svc_vc.c  1.37   2 months  christos   fix nested extern warnings
[TXT] clnt_raw.c  1.34   2 months  christos   fix nested extern warnings
[TXT] pmap_rmt.c  1.34   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] svc_simple.c  1.34   2 months  christos   fix nested extern warnings
[TXT] clnt_dg.c  1.33   2 months  christos   fix nested extern warnings
[TXT] clnt_generic.c  1.33   9 years  christos   CID 975113: Ignore __rpc_setnodelay error, it is not fatal
[TXT] clnt_simple.c  1.33   9 years  christos   Fix non _REENTRANT build.
[TXT] rpcb_clnt.c  1.32   2 months  christos   fix nested extern warnings
[TXT] clnt_perror.c  1.30   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] rpc_generic.c  1.30   6 years  christos   - limit size of buffers to RPC_MAXDATASIZE - don't leak memory - be more picky a...
[TXT] clnt_vc.c  1.29   2 months  christos   fix nested extern warnings
[TXT] svc_run.c  1.29   2 months  christos   fix nested extern warnings
[TXT] Makefile.inc  1.28   10 months  lukem   bsd.own.mk: rename GCC_NO_* to CC_WNO_* Rename compiler-warning-disable variabl...
[TXT] auth_unix.c  1.28   2 months  christos   fix nested extern warnings
[TXT] clnt_bcast.c  1.27   2 months  christos   fix nested extern warnings
[TXT] svc_raw.c  1.26   2 months  christos   fix nested extern warnings
[TXT] bindresvport.c  1.25   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] getnetconfig.c  1.25   6 years  christos   Revert previous since it causes a double free (p->nc_netid == tmp == tmp2). From...
[TXT] rpc.3  1.25   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] getrpcent.c  1.24   3 years  mrg   pass dest buffer size to strncpy() and ensure nul termination.
[TXT] rpc_soc.c  1.24   2 months  christos   fix nested extern warnings
[TXT] rpc_prot.c  1.21   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] svc_auth_unix.c  1.21   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] pmap_clnt.c  1.20   2 months  christos   fix nested extern warnings
[TXT] rpc_callmsg.c  1.20   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] pmap_getport.c  1.19   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] svc_auth.c  1.19   2 months  christos   fix nested extern warnings
[TXT] xdr_reference.c  1.19   2 years  andvar   fix few typos in comments and log message.
[TXT] xdr_stdio.c  1.19   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] getnetpath.c  1.18   2 years  andvar   s/compnent/component/
[TXT] getrpcport.c  1.18   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] pmap_getmaps.c  1.18   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] svc_dg.c  1.18   2 months  christos   fix nested extern warnings
[TXT] svc_generic.c  1.18   2 months  christos   fix nested extern warnings
[TXT] pmap_prot2.c  1.17   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] rpc_soc.3  1.17   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] auth_none.c  1.16   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] authunix_prot.c  1.16   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] rpc_dtablesize.c  1.16   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] svc_fdset.c  1.16   7 years  maya   avoid calloc(1,0). from clang static analyzer ok christos
[TXT] getrpcent.3  1.15   16 months  uwe   Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS
[TXT] bindresvport.3  1.14   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] rpc_commondata.c  1.14   8 years  christos   Only do the compat cruft if we are compiling libc.
[TXT] xdr.3  1.14   12 years  wiz   Bump date for xdr_sizeof. Remove trailing whitespace.
[TXT] rpc_clnt_create.3  1.13   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] rpc_svc_calls.3  1.13   6 years  abhinav   Add __svc_getcallercreds to the NAME section Remove Pp before It at various plac...
[TXT] pmap_prot.c  1.12   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] rpcb_prot.c  1.12   6 years  christos   - limit size of buffers to RPC_MAXDATASIZE - don't leak memory - be more picky a...
[TXT] rpcb_st_xdr.c  1.12   6 years  ginsbach   PR lib/15802: Shuuichirou Murata: Add missing xdr_rpcbs_rmtcalllist_ptr There w...
[TXT] rpcbind.3  1.12   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] rpc_svc_create.3  1.11   14 years  joerg   Use .In for header files instead of .Ar Pa and variations.
[TXT] rpc_svc_reg.3  1.11   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] mt_misc.c  1.9   12 years  matt   Use C89 definitions Remove use of __P
[TXT] rpc_internal.h  1.9   2 months  christos   fix nested extern warnings
[TXT] rpc_xdr.3  1.8   15 years  joerg   Fix markup.
[TXT] getnetconfig.3  1.7   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] getnetpath.3  1.7   16 months  uwe   getnetpath(3): Sprinkle some markup
[TXT] rpc_clnt_auth.3  1.7   3 years  christos   Add set_rpc_maxgrouplist
[TXT] rpc_clnt_calls.3  1.7   18 years  yamt   - constify and remove __UNCONST from caller of clnt_call(). - use __UNCONST wher...
[TXT] rpc_svc_err.3  1.6   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] getrpcport.3  1.5   21 years  thorpej   Merge the nathanw_sa branch.
[TXT] svc_fdset.h  1.5   3 years  kamil   Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users via ...
[TXT] xdr_sizeof.c  1.5   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] __rpc_getxid.c  1.4   2 months  christos   fix nested extern warnings
[TXT] DISCLAIMER  1.3   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] README  1.2   26 years  perry   RCS Id Police.
[TXT] svc_dg.h  1.2   11 years  tron   Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause lic...
[TXT] clnt_tcp.c (in the Attic) [Hide]  1.22   23 years  fvdl   Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but socket...
[TXT] clnt_udp.c (in the Attic) [Hide]  1.22   23 years  fvdl   Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but socket...
[TXT] get_myaddress.c (in the Attic) [Hide]  1.12   23 years  fvdl   Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but socket...
[TXT] rpc_com.h (in the Attic) [Hide]  1.4   21 years  fvdl   * Adapt include files for rpc_com.h/rpc_internal.h split. * Add rpc_control to s...
[TXT] rpcb_prot.x (in the Attic) [Hide]  1.3   23 years  fvdl   Move rpcb_prot.x to include/rpc.
[TXT] svc_tcp.c (in the Attic) [Hide]  1.28   23 years  fvdl   Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but socket...
[TXT] svc_udp.c (in the Attic) [Hide]  1.21   23 years  fvdl   Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but socket...
[TXT] xdr.c (in the Attic) [Hide]  1.35   4 years  hannken   Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc. No fu...
[TXT] xdr_array.c (in the Attic) [Hide]  1.20   4 years  hannken   Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc. No fu...
[TXT] xdr_mem.c (in the Attic) [Hide]  1.21   4 years  hannken   Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc. No fu...


CVSweb <webmaster@jp.NetBSD.org>