Source-Changes archive

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

CVS commit: src/usr.sbin/puffs/rump_smbfs



Module Name:    src
Committed By:   pooka
Date:           Sun Sep  6 20:26:47 UTC 2009

Added Files:
        src/usr.sbin/puffs/rump_smbfs: Makefile rump_smbfs.8 rump_smbfs.c
            smb_rumpops.c

Log Message:
Add rump_smbfs.  It's innards are different from most file systems
in two respects:
    * in addition to vfs (and networking), it depends on kernel
      device code to provide /dev/nsmb
    * mounting involves having lengthy chats with the kernel smb
      device instead of the typical "parse args and mount(2) away".

Seems to be pretty stable, at least data seems to flow over it
faster than over in-kernel nfs.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_smbfs/Makefile \
    src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8 \
    src/usr.sbin/puffs/rump_smbfs/rump_smbfs.c \
    src/usr.sbin/puffs/rump_smbfs/smb_rumpops.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