History log of /src/lib/libc/rpc/rpc_dtablesize.c |
Revision | | Date | Author | Comments |
1.16 |
| 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.15 |
| 20-Mar-2012 |
matt | branches: 1.15.2; Use C89 definitions Remove use of __P
|
1.14 |
| 15-Nov-1998 |
christos | branches: 1.14.70; 1.14.72; delint
|
1.13 |
| 13-Feb-1998 |
lukem | * 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.12 |
| 12-Feb-1998 |
lukem | revert; we can't break the existing ABI and API
|
1.11 |
| 10-Feb-1998 |
lukem | major cleanup (to sync with changes made in include/rpc/*.h): * use int32_t, size_t, in_port_t instead of long, u_int, u_short as appropriate * use uid_t and gid_t instead of int * KNF, fix typos and spellos * use const as appropriate * deprecate register * use memmove instead of bcopy * use err/warn()
|
1.10 |
| 21-Jul-1997 |
jtc | If port provides __weak_alias(), provide an Standard C and POSIX pure identifier namespace by renaming non standard functions and variables such that they have a leading underscore. The library will use those names internally. Weak aliases are used to provide the original names to the API.
This is only the first part of this change. It is most of the functions which are implemented in C for all NetBSD ports. Subsequent changes are to add the same support to the remaining C files, to assembly files, and to the automagically generated assembly source used for system calls. When all of the above is done, ports with weak alias support should add a definition for __weak_alias to <sys/cdefs.h>.
|
1.9 |
| 13-Jul-1997 |
christos | Fix RCSID's Fix gcc warnings. Add missing prototypes
|
1.8 |
| 18-Dec-1996 |
cgd | sysconf() definitions are in unistd.h; use it rather than sys/param.h and sys/sysctl.h. (without this, the previous checkin doesn't work.)
|
1.7 |
| 18-Dec-1996 |
mrg | oops; use _SC_OPEN_MAX instead of sysctl.
|
1.6 |
| 17-Dec-1996 |
cgd | repeat after me: size_t != int, especially when you're taking pointers.
|
1.5 |
| 17-Dec-1996 |
mrg | use sysctl() instead of getdtablesize()
|
1.4 |
| 29-Mar-1996 |
jtc | branches: 1.4.2; Add explict function return types
|
1.3 |
| 25-Feb-1995 |
cgd | save my sanity; stop using Id.
|
1.2 |
| 15-Aug-1994 |
andrew | branches: 1.2.2; Limit the upper bound of the value returned by _rpc_dtablesize() to not break select(2) calls.
|
1.1 |
| 07-Oct-1993 |
cgd | move the rpc code into libc
|
1.2.2.2 |
| 15-Aug-1994 |
andrew | Limit the upper bound of the value returned by _rpc_dtablesize() to not break select(2) calls.
|
1.2.2.1 |
| 15-Aug-1994 |
andrew | file rpc_dtablesize.c was added on branch netbsd-1-0 on 1994-08-15 07:56:51 +0000
|
1.4.2.1 |
| 16-Sep-1996 |
jtc | snapshot namespace cleanup: rpc & xdr
|
1.14.72.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.14.70.2 |
| 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.70.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.15.2.1 |
| 23-Jun-2013 |
tls | resync from head
|