Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/04/2007 21:24:13
Module Name:	src
Committed By:	pooka
Date:		Tue Dec  4 21:24:13 UTC 2007

Modified Files:
	src/lib/libpuffs: Makefile callcontext.c dispatcher.c framebuf.c
	    puffs.3 puffs.c puffs.h puffs_priv.h requests.c
Removed Files:
	src/lib/libpuffs: puffs_req.3

Log Message:
Part 3/n of extensive changes to message handling:

Get rid of the original puffs_req(3) framework and use puffs_framebuf(3)
instead for file system requests.  It has the advantage of being
suitable for transporting a distributed message passing protocol
and therefore us being able to run the file system server on any
host.

Ok, puffs is not quite here yet: libpuffs needs to grow request
routing support and the message contents need to be munged into a
host independent format.  Saying which format would be telling,
but it might begin with an X, end in an L and have the 13th character
in the middle.  Keep an eye out for the sequels: Parts 3+m/n.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/libpuffs/Makefile
cvs rdiff -r1.14 -r1.15 src/lib/libpuffs/callcontext.c
cvs rdiff -r1.24 -r1.25 src/lib/libpuffs/dispatcher.c \
    src/lib/libpuffs/framebuf.c
cvs rdiff -r1.35 -r1.36 src/lib/libpuffs/puffs.3
cvs rdiff -r1.78 -r1.79 src/lib/libpuffs/puffs.c
cvs rdiff -r1.97 -r1.98 src/lib/libpuffs/puffs.h
cvs rdiff -r1.32 -r1.33 src/lib/libpuffs/puffs_priv.h
cvs rdiff -r1.5 -r0 src/lib/libpuffs/puffs_req.3
cvs rdiff -r1.16 -r1.17 src/lib/libpuffs/requests.c

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