Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/storage/dist/iscsi



Module Name:    othersrc
Committed By:   agc
Date:           Wed Apr 16 08:20:17 UTC 2008

Removed Files:
        othersrc/storage/dist/iscsi/docs: PERFORMANCE README README_OSD license
        othersrc/storage/dist/iscsi/include: compat.h conffile.h config.h.in
            defs.h device.h driver.h initiator.h iscsi.h md5.h osd.h osd_ops.h
            parameters.h scsi_cmd_codes.h so.h storage.h target.h tests.h
            util.h
        othersrc/storage/dist/iscsi/src: Makefile.in TODO conffile.c configure
            configure.ac disk.c driver.c initiator.c install-sh iscsi-harness.8
            iscsi-harness.c iscsi-target.8 iscsi-target.c iscsi.c ktarget.c
            ktest.c lint.mk md5.c mknodes.c mount_iscsi.c osd-target.c osd.c
            osd_ops.c osdfs.c parameters.c snprintf.c so.c start_osd stop_osd
            strlcpy.c strtoll.c target.c targets.5 tests.c usocktest.c utest.c
            util.c
        othersrc/storage/dist/iscsi/src/etc: auths passwd targets
        othersrc/storage/dist/iscsi/src/etc/rc.d: iscsi_target
        othersrc/storage/dist/iscsi/src/examples: 1.conf 2.conf 3.conf 4.conf

Log Message:
iSCSI development is continuing in src - remove the outdated code in
othersrc.

With thanks to Hubert for the nudge.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r0 othersrc/storage/dist/iscsi/docs/PERFORMANCE \
    othersrc/storage/dist/iscsi/docs/README \
    othersrc/storage/dist/iscsi/docs/README_OSD \
    othersrc/storage/dist/iscsi/docs/license
cvs rdiff -r1.1.1.1 -r0 othersrc/storage/dist/iscsi/include/compat.h \
    othersrc/storage/dist/iscsi/include/driver.h \
    othersrc/storage/dist/iscsi/include/md5.h \
    othersrc/storage/dist/iscsi/include/osd.h \
    othersrc/storage/dist/iscsi/include/scsi_cmd_codes.h \
    othersrc/storage/dist/iscsi/include/so.h
cvs rdiff -r1.5 -r0 othersrc/storage/dist/iscsi/include/conffile.h
cvs rdiff -r1.3 -r0 othersrc/storage/dist/iscsi/include/config.h.in \
    othersrc/storage/dist/iscsi/include/defs.h \
    othersrc/storage/dist/iscsi/include/device.h
cvs rdiff -r1.2 -r0 othersrc/storage/dist/iscsi/include/initiator.h \
    othersrc/storage/dist/iscsi/include/iscsi.h \
    othersrc/storage/dist/iscsi/include/osd_ops.h \
    othersrc/storage/dist/iscsi/include/parameters.h \
    othersrc/storage/dist/iscsi/include/storage.h \
    othersrc/storage/dist/iscsi/include/tests.h
cvs rdiff -r1.6 -r0 othersrc/storage/dist/iscsi/include/target.h
cvs rdiff -r1.4 -r0 othersrc/storage/dist/iscsi/include/util.h
cvs rdiff -r1.2 -r0 othersrc/storage/dist/iscsi/src/Makefile.in \
    othersrc/storage/dist/iscsi/src/initiator.c \
    othersrc/storage/dist/iscsi/src/ktarget.c \
    othersrc/storage/dist/iscsi/src/mount_iscsi.c \
    othersrc/storage/dist/iscsi/src/osd-target.c \
    othersrc/storage/dist/iscsi/src/osd_ops.c \
    othersrc/storage/dist/iscsi/src/snprintf.c \
    othersrc/storage/dist/iscsi/src/tests.c
cvs rdiff -r1.9 -r0 othersrc/storage/dist/iscsi/src/TODO \
    othersrc/storage/dist/iscsi/src/target.c
cvs rdiff -r1.3 -r0 othersrc/storage/dist/iscsi/src/conffile.c \
    othersrc/storage/dist/iscsi/src/configure \
    othersrc/storage/dist/iscsi/src/configure.ac \
    othersrc/storage/dist/iscsi/src/iscsi-harness.8 \
    othersrc/storage/dist/iscsi/src/util.c
cvs rdiff -r1.17 -r0 othersrc/storage/dist/iscsi/src/disk.c
cvs rdiff -r1.1.1.1 -r0 othersrc/storage/dist/iscsi/src/driver.c \
    othersrc/storage/dist/iscsi/src/install-sh \
    othersrc/storage/dist/iscsi/src/iscsi.c \
    othersrc/storage/dist/iscsi/src/ktest.c \
    othersrc/storage/dist/iscsi/src/lint.mk \
    othersrc/storage/dist/iscsi/src/md5.c \
    othersrc/storage/dist/iscsi/src/mknodes.c \
    othersrc/storage/dist/iscsi/src/osd.c \
    othersrc/storage/dist/iscsi/src/osdfs.c \
    othersrc/storage/dist/iscsi/src/so.c \
    othersrc/storage/dist/iscsi/src/start_osd \
    othersrc/storage/dist/iscsi/src/stop_osd \
    othersrc/storage/dist/iscsi/src/usocktest.c \
    othersrc/storage/dist/iscsi/src/utest.c
cvs rdiff -r1.1 -r0 othersrc/storage/dist/iscsi/src/iscsi-harness.c \
    othersrc/storage/dist/iscsi/src/strlcpy.c \
    othersrc/storage/dist/iscsi/src/strtoll.c
cvs rdiff -r1.5 -r0 othersrc/storage/dist/iscsi/src/iscsi-target.8
cvs rdiff -r1.16 -r0 othersrc/storage/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.4 -r0 othersrc/storage/dist/iscsi/src/parameters.c
cvs rdiff -r1.6 -r0 othersrc/storage/dist/iscsi/src/targets.5
cvs rdiff -r1.1 -r0 othersrc/storage/dist/iscsi/src/etc/auths
cvs rdiff -r1.1.1.1 -r0 othersrc/storage/dist/iscsi/src/etc/passwd
cvs rdiff -r1.4 -r0 othersrc/storage/dist/iscsi/src/etc/targets
cvs rdiff -r1.2 -r0 othersrc/storage/dist/iscsi/src/etc/rc.d/iscsi_target
cvs rdiff -r1.3 -r0 othersrc/storage/dist/iscsi/src/examples/1.conf \
    othersrc/storage/dist/iscsi/src/examples/3.conf
cvs rdiff -r1.2 -r0 othersrc/storage/dist/iscsi/src/examples/2.conf \
    othersrc/storage/dist/iscsi/src/examples/4.conf

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



Home | Main Index | Thread Index | Old Index