History log of /freebsd-9.3-release/contrib/smbfs/mount_smbfs/mount_smbfs.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 187583 22-Jan-2009 trhodes

Document the "-U" option. While it is not part of the
getopt(), it is accepted through smb_ctx_init() in
lib/smb/ctx.c.

PR: 117013
Submitted by: Tom Evans <tevans.uk@googlemail.com> (original version)


# 152523 16-Nov-2005 ru

Unbreak on amd64.


# 152467 16-Nov-2005 rodrigc

Convert mount_smbfs to use nmount().

Reviewed by: bp (smbfs maintainer)


# 134801 05-Sep-2004 tjr

Correctly check the return value of kldload() to determine whether an
error occurred.


# 130789 20-Jun-2004 mux

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


# 128140 11-Apr-2004 mux

Sync with other mount_*fs(8) utilities; we don't need to try to
load the smbfs module because the mount(2) syscall will do it
if it's needed.


# 117804 20-Jul-2003 tjr

Pass getvfsbyname() the address of a struct xvfsconf instead of
struct vfsconf. This silences a warning, but could also prevent
stack corruption problems if xvfsconf ever became larger than vfsconf.

PR: 53863
Submitted by: Lukas Ertl


# 95268 22-Apr-2002 sheldonh

This commit was generated by cvs2svn to compensate for changes in r95267,
which included commits to RCS files with non-trunk default branches.


# 95267 22-Apr-2002 sheldonh

Import smbfs-1.4.4.


# 88492 26-Dec-2001 sheldonh

Import smbfs-1.4.3.


# 88282 20-Dec-2001 sheldonh

Import smbfs-1.4.2.


# 87866 14-Dec-2001 sheldonh

Import smbfs-1.4.1.

This is Boris Popov's SMB/CIFS file system implementation for FreeBSD.

Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/