From owner-source-changes@NetBSD.ORG Mon Feb 20 04:00:07 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id EAA14345; Mon, 20 Feb 1995 04:00:04 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id FAA08028 for source-changes-outgoing; Mon, 20 Feb 1995 05:30:39 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id FAA08024 for ; Mon, 20 Feb 1995 05:30:29 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id DAA05228 for source-changes; Mon, 20 Feb 1995 03:10:06 -0800 Date: Mon, 20 Feb 1995 03:10:06 -0800 From: The Source Master Message-Id: <199502201110.DAA05228@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG mycroft Mon Feb 20 03:04:22 PST 1995 Update of /b/source/CVS/src/sys/lib/libsa In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/lib/libsa Modified Files: arp.c bootp.c ether.c net.c net.h nfs.c rarp.c rpc.c rpc.h Log Message: Various: * Fix some misused types. * Encapsulate the protocols better. * Rearrange the RPC stuff to work more like the kernel. (Needs more work.) * Remove a bunch of extra hair when reading a file over NFS. * Use RPCAUTH_UNIX when talking to the NFS server.