From owner-cvs-all@FreeBSD.ORG Tue Jul 24 18:30:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6762316A420; Tue, 24 Jul 2007 18:30:34 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id EB52213C45A; Tue, 24 Jul 2007 18:30:33 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (obsolete.xs4all.nl [82.95.250.254]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6OIFi3L012596; Tue, 24 Jul 2007 20:15:45 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.8/8.13.3) with ESMTP id l6OIFiiU037039; Tue, 24 Jul 2007 20:15:44 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.8/8.13.6/Submit) id l6OIFhlD037038; Tue, 24 Jul 2007 20:15:43 +0200 (CEST) (envelope-from wb) Date: Tue, 24 Jul 2007 20:15:43 +0200 From: Wilko Bulte To: Scott Long Message-ID: <20070724181543.GA37022@freebie.xs4all.nl> References: <200707241535.l6OFZ3sQ056616@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707241535.l6OFZ3sQ056616@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 18:30:34 -0000 On Tue, Jul 24, 2007 at 03:35:02PM +0000, 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. Very nice indeed! -- Wilko Bulte wilko@FreeBSD.org