cvs commit: src/sbin Makefile src/share/man/man4 Makefile
iscsi_initiator.4 src/etc/mtree BSD.usr.dist src/sbin/iscontrol
Makefile auth_subr.c config.c fsm.c iscontrol.8 iscontrol.c iscontrol.h
iscsi.conf.5 login.c misc.c pdu.c pdu.h src/sys/conf ...
Maxim Sobolev
sobomax at FreeBSD.org
Tue Jul 24 22:34:15 UTC 2007
Cool! Do you have any plans for 6.x MFC? I am pretty sure many corporate
FreeBSD users will welcome such addition.
-Maxim
Scott Long wrote:
> scottl 2007-07-24 15:35:02 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin Makefile
> share/man/man4 Makefile
> etc/mtree BSD.usr.dist
> sys/conf NOTES files options
> Added files:
> share/man/man4 iscsi_initiator.4
> sbin/iscontrol Makefile auth_subr.c config.c fsm.c
> iscontrol.8 iscontrol.c iscontrol.h
> iscsi.conf.5 login.c misc.c pdu.c pdu.h
> sys/dev/iscsi/initiator isc_cam.c isc_sm.c isc_soc.c
> isc_subr.c iscsi.c iscsi.h
> iscsi_subr.c iscsivar.h
> sys/modules/iscsi Makefile
> sys/modules/iscsi/initiator Makefile
> Log:
> Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read the
> included man pages on how to use it. This code is still somewhat experimental
> but has been successfully tested on a number of targets. Many thanks to
> Danny for contributing this.
>
> Approved by: re
>
> Revision Changes Path
> 1.328 +2 -0 src/etc/mtree/BSD.usr.dist
> 1.168 +1 -0 src/sbin/Makefile
> 1.1 +13 -0 src/sbin/iscontrol/Makefile (new)
> 1.1 +208 -0 src/sbin/iscontrol/auth_subr.c (new)
> 1.1 +376 -0 src/sbin/iscontrol/config.c (new)
> 1.1 +721 -0 src/sbin/iscontrol/fsm.c (new)
> 1.1 +116 -0 src/sbin/iscontrol/iscontrol.8 (new)
> 1.1 +227 -0 src/sbin/iscontrol/iscontrol.c (new)
> 1.1 +159 -0 src/sbin/iscontrol/iscontrol.h (new)
> 1.1 +204 -0 src/sbin/iscontrol/iscsi.conf.5 (new)
> 1.1 +440 -0 src/sbin/iscontrol/login.c (new)
> 1.1 +225 -0 src/sbin/iscontrol/misc.c (new)
> 1.1 +175 -0 src/sbin/iscontrol/pdu.c (new)
> 1.1 +134 -0 src/sbin/iscontrol/pdu.h (new)
> 1.390 +1 -0 src/share/man/man4/Makefile
> 1.1 +104 -0 src/share/man/man4/iscsi_initiator.4 (new)
> 1.1447 +5 -0 src/sys/conf/NOTES
> 1.1241 +6 -0 src/sys/conf/files
> 1.603 +3 -0 src/sys/conf/options
> 1.1 +424 -0 src/sys/dev/iscsi/initiator/isc_cam.c (new)
> 1.1 +786 -0 src/sys/dev/iscsi/initiator/isc_sm.c (new)
> 1.1 +576 -0 src/sys/dev/iscsi/initiator/isc_soc.c (new)
> 1.1 +258 -0 src/sys/dev/iscsi/initiator/isc_subr.c (new)
> 1.1 +810 -0 src/sys/dev/iscsi/initiator/iscsi.c (new)
> 1.1 +407 -0 src/sys/dev/iscsi/initiator/iscsi.h (new)
> 1.1 +567 -0 src/sys/dev/iscsi/initiator/iscsi_subr.c (new)
> 1.1 +556 -0 src/sys/dev/iscsi/initiator/iscsivar.h (new)
> 1.1 +5 -0 src/sys/modules/iscsi/Makefile (new)
> 1.1 +14 -0 src/sys/modules/iscsi/initiator/Makefile (new)
>
>
More information about the cvs-src
mailing list