Source-Changes archive

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

CVS commit: src/usr.sbin/puffs



Module Name:    src
Committed By:   pooka
Date:           Sat May  5 15:49:51 UTC 2007

Modified Files:
        src/usr.sbin/puffs/mount_9p: fs.c ninebuf.c nineproto.c ninepuffs.c
            ninepuffs.h node.c subr.c
        src/usr.sbin/puffs/mount_psshfs: fs.c node.c psbuf.c psshfs.c psshfs.h
            subr.c

Log Message:
Adapt to use puffs_framebuf.  This gets rid of most of the duplicated
code between mount_psshfs and mount_9p and clarifies the code
structure.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.sbin/puffs/mount_9p/fs.c \
    src/usr.sbin/puffs/mount_9p/ninebuf.c src/usr.sbin/puffs/mount_9p/subr.c
cvs rdiff -r1.2 -r1.3 src/usr.sbin/puffs/mount_9p/nineproto.c \
    src/usr.sbin/puffs/mount_9p/ninepuffs.h
cvs rdiff -r1.3 -r1.4 src/usr.sbin/puffs/mount_9p/ninepuffs.c \
    src/usr.sbin/puffs/mount_9p/node.c
cvs rdiff -r1.7 -r1.8 src/usr.sbin/puffs/mount_psshfs/fs.c
cvs rdiff -r1.21 -r1.22 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.4 -r1.5 src/usr.sbin/puffs/mount_psshfs/psbuf.c
cvs rdiff -r1.16 -r1.17 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.10 -r1.11 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -r1.13 -r1.14 src/usr.sbin/puffs/mount_psshfs/subr.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