Subject: CVS commit: [netbsd-4] src/dist/iscsi/src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/21/2008 20:02:48
Module Name:	src
Committed By:	bouyer
Date:		Mon Jan 21 20:02:48 UTC 2008

Modified Files:
	src/dist/iscsi/src [netbsd-4]: Makefile.in TODO conffile.c configure
	    configure.ac disk.c driver.c initiator.c iscsi-harness.8
	    iscsi-harness.c iscsi-target.c iscsi.c netmask.c osd-target.c osd.c
	    osd_ops.c osdfs.c parameters.c so.c storage.c strtoll.c target.c
	    targets.5 tests.c usocktest.c util.c uuid.c
Removed Files:
	src/dist/iscsi/src [netbsd-4]: auths iscsiconfig.c ktarget.c ktest.c
	    md5.c mknodes.c mount_iscsi.c targets

Log Message:
Apply patch (requested by agc in ticket #1038):
	dist/iscsi/src/Makefile.in		patch
	dist/iscsi/src/TODO			patch
	dist/iscsi/src/auths			patch
	dist/iscsi/src/conffile.c		patch
	dist/iscsi/src/configure		patch
	dist/iscsi/src/configure.ac		patch
	dist/iscsi/src/disk.c			patch
	dist/iscsi/src/driver.c			patch
	dist/iscsi/src/initiator.c		patch
	dist/iscsi/src/iscsi-harness.8		patch
	dist/iscsi/src/iscsi-harness.c		patch
	dist/iscsi/src/iscsi-target.c		patch
	dist/iscsi/src/iscsi.c			patch
	dist/iscsi/src/iscsiconfig.c		patch
	dist/iscsi/src/ktarget.c		patch
	dist/iscsi/src/ktest.c			patch
	dist/iscsi/src/md5.c			patch
	dist/iscsi/src/md5c.c			patch
	dist/iscsi/src/md5hl.c			patch
	dist/iscsi/src/mknodes.c		patch
	dist/iscsi/src/mount_iscsi.c		patch
	dist/iscsi/src/netmask.c		patch
	dist/iscsi/src/osd-target.c		patch
	dist/iscsi/src/osd.c			patch
	dist/iscsi/src/osd_ops.c		patch
	dist/iscsi/src/osdfs.c			patch
	dist/iscsi/src/parameters.c		patch
	dist/iscsi/src/so.c			patch
	dist/iscsi/src/storage.c		patch
	dist/iscsi/src/strtoll.c		patch
	dist/iscsi/src/target.c			patch
	dist/iscsi/src/targets			patch
	dist/iscsi/src/targets.5		patch
	dist/iscsi/src/tests.c			patch
	dist/iscsi/src/usocktest.c		patch
	dist/iscsi/src/util.c			patch
	dist/iscsi/src/uuid.c			patch
Sync the iscsi-target up to current, fixing a number of bugs
(including "multiple targets show up as one").
Delete unused files.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.4.1 src/dist/iscsi/src/Makefile.in \
    src/dist/iscsi/src/iscsi-harness.c src/dist/iscsi/src/tests.c
cvs rdiff -r1.9 -r1.9.4.1 src/dist/iscsi/src/TODO
cvs rdiff -r1.1.1.1 -r0 src/dist/iscsi/src/auths src/dist/iscsi/src/ktest.c \
    src/dist/iscsi/src/mknodes.c src/dist/iscsi/src/targets
cvs rdiff -r1.4 -r1.4.4.1 src/dist/iscsi/src/conffile.c \
    src/dist/iscsi/src/osd_ops.c src/dist/iscsi/src/targets.5
cvs rdiff -r1.15 -r1.15.4.1 src/dist/iscsi/src/configure \
    src/dist/iscsi/src/configure.ac
cvs rdiff -r1.21 -r1.21.4.1 src/dist/iscsi/src/disk.c
cvs rdiff -r1.3 -r1.3.4.1 src/dist/iscsi/src/driver.c \
    src/dist/iscsi/src/iscsi-harness.8
cvs rdiff -r1.7 -r1.7.4.1 src/dist/iscsi/src/initiator.c \
    src/dist/iscsi/src/iscsi.c src/dist/iscsi/src/parameters.c
cvs rdiff -r1.11 -r1.11.4.1 src/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.3 -r0 src/dist/iscsi/src/iscsiconfig.c \
    src/dist/iscsi/src/mount_iscsi.c
cvs rdiff -r1.2 -r0 src/dist/iscsi/src/ktarget.c src/dist/iscsi/src/md5.c
cvs rdiff -r1.7 -r1.7.2.1 src/dist/iscsi/src/netmask.c
cvs rdiff -r1.5 -r1.5.4.1 src/dist/iscsi/src/osd-target.c \
    src/dist/iscsi/src/osd.c src/dist/iscsi/src/storage.c
cvs rdiff -r1.2 -r1.2.4.1 src/dist/iscsi/src/osdfs.c src/dist/iscsi/src/so.c \
    src/dist/iscsi/src/strtoll.c src/dist/iscsi/src/usocktest.c \
    src/dist/iscsi/src/uuid.c
cvs rdiff -r1.17.4.1 -r1.17.4.2 src/dist/iscsi/src/target.c
cvs rdiff -r1.13 -r1.13.4.1 src/dist/iscsi/src/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.