freebsd-dev/contrib/smbfs
Maxime Henrion 56cb1e8cca Re-add the code to automatically load the smbfs.ko module if necessary.
We can't realy on the mount(2) system call to do it for us here because
smb_lib_init() needs the module and we call it before mount().  The old
code has been slightly modified to not use the getvfsent(3) API which
is now retired.

Noticed by:     many
2004-06-20 14:30:33 +00:00
..
examples Import smbfs-1.4.4. 2002-04-22 16:15:20 +00:00
include Import smbfs-1.4.2. 2001-12-20 16:16:25 +00:00
lib Fine-tune the last change even more and use the return value as error 2004-06-19 19:03:01 +00:00
mount_smbfs Re-add the code to automatically load the smbfs.ko module if necessary. 2004-06-20 14:30:33 +00:00
smbutil Remove the # ("stringify") operator from the printf() arguments in 2003-08-23 13:05:13 +00:00
config.mk.in Import smbfs-1.4.1. 2001-12-14 11:06:03 +00:00
configure Import smbfs-1.4.1. 2001-12-14 11:06:03 +00:00
COPYRIGHT Import smbfs-1.4.1. 2001-12-14 11:06:03 +00:00
CREDITS Import smbfs-1.4.4. 2002-04-22 16:15:20 +00:00
FREEBSD-upgrade Detail the smbfs-1.4.1 import. 2001-12-14 11:11:31 +00:00
HISTORY Import smbfs 1.4.5. This release intended to fix problem with iconv 2002-07-22 09:50:09 +00:00
INSTALL Import smbfs-1.4.1. 2001-12-14 11:06:03 +00:00
Makefile Import smbfs-1.4.1. 2001-12-14 11:06:03 +00:00
Makefile.inc Import smbfs-1.4.4. 2002-04-22 16:15:20 +00:00
README Import smbfs-1.4.2. 2001-12-20 16:16:25 +00:00


    SMB/CIFS protocol and SMB/CIFS file system implementation
		for FreeBSD, version 1.4.
    
    This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
It is a complete, kernel side implementation of SMB requester and filesystem.

    Supported platform		Comment
	FreeBSD 4.X		Port

	FreeBSD 4.5		Everything available in the base system.

	FreeBSD-current		Everything available in the base system.

	Darwin			maintained in the Darwin's  tree.

    I'm would be very grateful for any feedback, bug reports etc.

    Supported SMB servers:
	Samba
	Windows 95/98/ME/2000/NT4.0 (SPs 4, 5, 6)
	IBM LanManager
	NetApp

    An updated versions of this package can be retrieved from ftp server:

    ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz

    Perfomance
    ==========
    
    There is some perfomance benchmarks over 10Mbit network:
    
    Win95 machine as server:
IOZONE: auto-test mode
	MB      reclen  bytes/sec written   bytes/sec read
	1       512     339791              323416
	1       1024    481067              431568
	1       2048    648394              588674
	1       4096    630130              583555
	1       8192    671088              618514

    Samba 2.0.6 as server:
IOZONE: auto-test mode
	MB      reclen  bytes/sec written   bytes/sec read
	1       512     409200              437191
	1       1024    545600              596523
	1       2048    729444              798915
	1       4096    871543              919299
	1       8192    900790              1024562

Author: Boris Popov <bp@freebsd.org>