Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/lib/libc/rpc



Module Name:    src
Committed By:   tron
Date:           Mon Nov 21 20:15:20 UTC 2005

Modified Files:
        src/lib/libc/rpc [netbsd-3]: clnt_dg.c clnt_raw.c svc_dg.c svc_raw.c
            xdr_rec.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #964):
        lib/libc/rpc/svc_dg.c: revision 1.11
        lib/libc/rpc/clnt_dg.c: revision 1.15
        lib/libc/rpc/svc_raw.c: revision 1.18
        lib/libc/rpc/xdr_rec.c: revision 1.25
        lib/libc/rpc/clnt_raw.c: revision 1.26
use malloc rather than mem_alloc (which is implemented using calloc)
for receive/send buffers to avoid unnecessarily anonymous memory bloat.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 src/lib/libc/rpc/clnt_dg.c
cvs rdiff -r1.25 -r1.25.2.1 src/lib/libc/rpc/clnt_raw.c
cvs rdiff -r1.10 -r1.10.6.1 src/lib/libc/rpc/svc_dg.c
cvs rdiff -r1.17 -r1.17.6.1 src/lib/libc/rpc/svc_raw.c
cvs rdiff -r1.24 -r1.24.6.1 src/lib/libc/rpc/xdr_rec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index