Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   lukem
Date:           Wed Jan 20 11:37:41 UTC 1999

Modified Files:
        src/lib/libc/rpc: auth_none.c auth_unix.c authunix_prot.c
            bindresvport.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c
            clnt_udp.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_rmt.c
            rpc_callmsg.c rpc_prot.c svc.c svc_run.c svc_simple.c svc_tcp.c
            svc_udp.c xdr_array.c
Log Message:
* ensure memory is released if operations fail (in authunix_create(),
xdr_callmsg(), xprt_register(), svc_tcp(), svc_udp(), etc)
* don't attempt to close a socket filedescriptor if it's -1 (some from
freebsd, some i found)
* make the initial xid a little more random (from freebsd)
* fix some spelos and tyops in comments (some from freebsd)
* use warn() instead of warnx() for many errors; the user probably
wants to know what the error code was.
* knf & whitespace nitpicks




Home | Main Index | Thread Index | Old Index