History log of /src/lib/libc/rpc/rpc_commondata.c |
Revision | | Date | Author | Comments |
1.15 |
| 06-May-2025 |
uwe | libc: g/c duplicate definition of rpc_createerr for !_REENTRANT
rpc_createerr is defined in rpc/mt_misc.c along with the __rpc_createerr() wrapper. Apparently nobody tried to compile libc !_REENTRANT since gcc became -fno-common by default.
I'm not sure if that global variable should not be defined for _REENTRANT at all, so I'm not touching the other definition.
|
1.14 |
| 08-Nov-2015 |
christos | branches: 1.14.28; Only do the compat cruft if we are compiling libc.
|
1.13 |
| 07-Nov-2015 |
christos | don't compile with SVC_LEGACY
|
1.12 |
| 07-Nov-2015 |
christos | Introduce a binary compatible __fd_set_256 that is what the original fdset size was for libc. Now we can bump it.
|
1.11 |
| 06-Nov-2015 |
christos | Cleanup and simplify. undef svc_fdset and svc_maxfd to get to the real data for the compat code.
|
1.10 |
| 06-Nov-2015 |
joerg | Don't use macros as types or variable names.
|
1.9 |
| 11-Mar-2013 |
tron | Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause license granted by Oracle America, Inc.. This license change was approved by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle Corporation.
This fixes PR lib/45293 by Pedro Giffuni.
|
1.8 |
| 18-Jan-2003 |
thorpej | branches: 1.8.56; 1.8.58; 1.8.62; Merge the nathanw_sa branch.
|
1.7 |
| 02-Jun-2000 |
fvdl | branches: 1.7.4; Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but sockets instead, internally. Old, backward compatible interfaces maintained.
|
1.6 |
| 13-Feb-1998 |
lukem | branches: 1.6.8; * in get_myaddress(); always return sockaddr_in containing localhost:PMAP_PORT. (as recommended in Weiste Venema's portmap5_beta distribution) * deprecate register * use memmove instead of bcopy * KNF includes * use err/warn() instead of perror/fprintf(stderr,) * fix some typos
|
1.5 |
| 13-Jul-1997 |
christos | Fix RCSID's Fix gcc warnings. Add missing prototypes
|
1.4 |
| 25-Feb-1995 |
cgd | branches: 1.4.4; save my sanity; stop using Id.
|
1.3 |
| 23-Aug-1994 |
deraadt | branches: 1.3.2; fix my dumb bug
|
1.2 |
| 20-Aug-1994 |
deraadt | rpc library no longer uses _rpc_dtablesize() internally -- keeps track of highest active file descriptor. limit fd usage to FD_SETSIZE, until a better solution is found. remove non-FD_SETSIZE code.
|
1.1 |
| 07-Oct-1993 |
cgd | move the rpc code into libc
|
1.3.2.2 |
| 23-Aug-1994 |
deraadt | fix my dumb bug
|
1.3.2.1 |
| 23-Aug-1994 |
deraadt | file rpc_commondata.c was added on branch netbsd-1-0 on 1994-08-23 18:42:11 +0000
|
1.4.4.1 |
| 16-Sep-1996 |
jtc | snapshot namespace cleanup: rpc & xdr
|
1.6.8.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.7.4.1 |
| 08-Aug-2001 |
nathanw | Convert to our threading style. __REENT -> _REENTRANT Statically initialize mutexes. Use pthread thread-specific data semantics and once_t instead of Sun thread semantics. Use __isthreaded to detect presence of thread universe instead of _thr_main().
|
1.8.62.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.8.58.1 |
| 14-Mar-2013 |
riz | Pull up following revision(s) (requested by tron in ticket #843): lib/libc/rpc/clnt_dg.c: revision 1.28 lib/libc/rpc/xdr_sizeof.c: revision 1.5 lib/libc/rpc/pmap_getport.c: revision 1.19 lib/libc/rpc/xdr_mem.c: revision 1.19 lib/libc/rpc/svc_run.c: revision 1.22 lib/libc/rpc/bindresvport.c: revision 1.25 lib/libc/rpc/svc_raw.c: revision 1.24 lib/libc/rpc/svc_dg.c: revision 1.17 lib/libc/rpc/getnetconfig.c: revision 1.21 lib/libc/rpc/auth_unix.c: revision 1.25 lib/libc/rpc/svc_auth.c: revision 1.17 lib/libc/rpc/clnt_vc.c: revision 1.21 lib/libc/rpc/svc_auth_unix.c: revision 1.21 lib/libc/rpc/rpcb_st_xdr.c: revision 1.10 lib/libc/rpc/pmap_getmaps.c: revision 1.18 lib/libc/rpc/getnetpath.c: revision 1.17 lib/libc/rpc/clnt_simple.c: revision 1.32 lib/libc/rpc/authunix_prot.c: revision 1.16 lib/libc/rpc/svc_dg.h: revision 1.2 lib/libc/rpc/svc_generic.c: revision 1.15 lib/libc/rpc/clnt_raw.c: revision 1.32 lib/libc/rpc/xdr_array.c: revision 1.19 lib/libc/rpc/pmap_prot.c: revision 1.12 lib/libc/rpc/clnt_bcast.c: revision 1.26 lib/libc/rpc/xdr_rec.c: revision 1.35 lib/libc/rpc/svc.c: revision 1.34 lib/libc/rpc/DISCLAIMER: revision 1.3 lib/libc/rpc/clnt_generic.c: revision 1.30 lib/libc/rpc/xdr.c: revision 1.33 lib/libc/rpc/auth_none.c: revision 1.16 lib/libc/rpc/pmap_rmt.c: revision 1.34 lib/libc/rpc/rpc_callmsg.c: revision 1.20 lib/libc/rpc/clnt_perror.c: revision 1.30 lib/libc/rpc/xdr_stdio.c: revision 1.19 lib/libc/rpc/rpc_commondata.c: revision 1.9 lib/libc/rpc/pmap_prot2.c: revision 1.17 lib/libc/rpc/pmap_clnt.c: revision 1.19 lib/libc/rpc/svc_simple.c: revision 1.33 lib/libc/rpc/rpcb_clnt.c: revision 1.29 lib/libc/rpc/rpc_prot.c: revision 1.21 lib/libc/rpc/rpc_dtablesize.c: revision 1.16 lib/libc/rpc/rpc_generic.c: revision 1.28 lib/libc/rpc/xdr_reference.c: revision 1.18 lib/libc/rpc/rpc_soc.c: revision 1.18 lib/libc/rpc/svc_vc.c: revision 1.30 lib/libc/rpc/getrpcent.c: revision 1.23 lib/libc/rpc/xdr_float.c: revision 1.38 lib/libc/rpc/rpcb_prot.c: revision 1.11 lib/libc/rpc/getrpcport.c: revision 1.18 Replace previous Sun Microsystems, Inc. license with a standard BSD 3-clause license granted by Oracle America, Inc.. This license change was approved by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle Corporation. This fixes PR lib/45293 by Pedro Giffuni.
|
1.8.56.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.14.28.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|