mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-20 06:52:18 +00:00
Merge of the trunk's r3200:
Copyrights updated git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@3201 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#
|
||||
# Common makefile for SCSI target mid-level and its drivers
|
||||
#
|
||||
# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+16
-15
@@ -1,24 +1,25 @@
|
||||
#
|
||||
# Makefile for the kernel part of iSCSI-SCST.
|
||||
# Makefile for the kernel part of iSCSI-SCST.
|
||||
#
|
||||
# Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation, version 2
|
||||
# of the License.
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation, version 2
|
||||
# of the License.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# Note! Dependencies are done automatically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (not a .c file).
|
||||
# Note! Dependencies are done automatically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (not a .c file).
|
||||
#
|
||||
# Note 2! The CFLAGS definitions are now in the main makefile.
|
||||
# Note 2! The CFLAGS definitions are now in the main makefile.
|
||||
|
||||
cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
|
||||
> /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2004 - 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
*
|
||||
* Copyright (C) 2004 - 2006 Xiranet Communications GmbH
|
||||
* <arne.redlich@xiranet.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* iSCSI digest handling.
|
||||
*
|
||||
* Copyright (C) 2004 Xiranet Communications GmbH <arne.redlich@xiranet.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* Event notification code.
|
||||
*
|
||||
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* Network threads.
|
||||
*
|
||||
* Copyright (C) 2004 - 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+12
-11
@@ -1,18 +1,19 @@
|
||||
#
|
||||
# Makefile for the user space part of iSCSI-SCST.
|
||||
# Makefile for the user space part of iSCSI-SCST.
|
||||
#
|
||||
# Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation, version 2
|
||||
# of the License.
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation, version 2
|
||||
# of the License.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
SRCS_D = iscsid.c iscsi_scstd.c conn.c session.c target.c message.c ctldev.c \
|
||||
log.c chap.c event.c param.c config.c isns.c md5.c sha1.c
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
*
|
||||
* Copyright (C) 2004 Xiranet Communications GmbH <arne.redlich@xiranet.com>
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>,
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* and code taken from UNH iSCSI software:
|
||||
* Copyright (C) 2001-2003 InterOperability Lab (IOL)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2004 - 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* Event notification code.
|
||||
*
|
||||
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* iscsi_adm - manage iSCSI-SCST Target software.
|
||||
*
|
||||
* Copyright (C) 2004 - 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* iSNS functions
|
||||
*
|
||||
* Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* iSNS protocol data types
|
||||
*
|
||||
* Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2004 - 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2005 FUJITA Tomonori <tomof@acm.org>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2002 - 2003 Ardis Technolgies <roman@ardistech.com>
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#
|
||||
# Qlogic 2x00 SCSI target driver makefile
|
||||
#
|
||||
# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
# Copyright (C) 2006 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
/*
|
||||
* qla2x00t.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2006 Nathaniel Clark <nate@misrule.us>
|
||||
* Copyright (C) 2006 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* QLogic 22xx/23xx/24xx/25xx FC target driver.
|
||||
*
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
/*
|
||||
* qla2x00t.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2006 Nathaniel Clark <nate@misrule.us>
|
||||
* Copyright (C) 2006 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* QLogic 22xx/23xx/24xx/25xx FC target driver.
|
||||
*
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
/*
|
||||
* qla2x_tgt.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2006 Nathaniel Clark <nate@misrule.us>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Additional file for the target driver support.
|
||||
*
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
/*
|
||||
* qla2x_tgt_def.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2006 Nathaniel Clark <nate@misrule.us>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Additional file for the target driver support.
|
||||
*
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
#
|
||||
# Common makefile for SCSI target mid-level and its drivers
|
||||
#
|
||||
# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* include/scst.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Main SCSI target mid-level include file.
|
||||
*
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* include/scst_const.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Contains common SCST constants.
|
||||
*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* include/scst_debug.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Contains macroses for execution tracing and error reporting
|
||||
*
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* include/scst_sgv.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Include file for SCST SGV cache.
|
||||
*
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* include/scst_user.h
|
||||
*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Contains constants and data structures for scst_user module.
|
||||
* See http://scst.sourceforge.net/doc/scst_user_spec.txt or
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
#
|
||||
# SCSI target mid-level makefile
|
||||
#
|
||||
# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
#
|
||||
# SCSI target mid-level dev handler's makefile
|
||||
#
|
||||
# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_cdrom.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI CDROM (type 5) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_changer.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI medium changer (type 8) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_disk.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI disk (type 0) dev handler
|
||||
* &
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_modisk.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI MO disk (type 7) dev handler
|
||||
* &
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_processor.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI medium processor (type 3) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_raid.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI raid(controller) (type 0xC) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_tape.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI tape (type 1) dev handler
|
||||
* &
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* scst_user.c
|
||||
*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI virtual user space device handler
|
||||
*
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
/*
|
||||
* scst_vdisk.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 Ming Zhang <blackmagic02881 at gmail dot com>
|
||||
* Copyright (C) 2007 Ross Walker <rswwalker at hotmail dot com>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* SCSI disk (type 0) and CDROM (type 5) dev handler using files
|
||||
* on file systems or block devices (VDISK)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_debug.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Contains helper functions for execution tracing and error reporting.
|
||||
* Intended to be included in main .c file.
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_lib.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_main.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* scst_mem.c
|
||||
*
|
||||
* Copyright (C) 2006 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2006 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* scst_mem.h
|
||||
*
|
||||
* Copyright (C) 2006 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2006 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_module.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Support for loading target modules. The usage is similar to scsi_module.c
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2009 - 2010 Alexey Obitotskiy <alexeyo1@open-e.com>
|
||||
* Copyright (C) 2009 - 2010 Open-E, Inc.
|
||||
* Copyright (C) 2009 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2009 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2009 - 2010 Alexey Obitotskiy <alexeyo1@open-e.com>
|
||||
* Copyright (C) 2009 - 2010 Open-E, Inc.
|
||||
* Copyright (C) 2009 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2009 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_priv.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_proc.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
* scst_sysfs.c
|
||||
*
|
||||
* Copyright (C) 2009 Daniel Henrique Debonzi <debonzi@linux.vnet.ibm.com>
|
||||
* Copyright (C) 2009 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2009 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2009 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* scst_targ.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2008 - 2010 Richard Sharpe
|
||||
* Copyright (C) 1992 Eric Youngdale
|
||||
* Copyright (C) 2008 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2008 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
*
|
||||
* Simulate a host adapter and an SCST target adapter back to back
|
||||
*
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
#
|
||||
# SCSI target mid-level makefile
|
||||
#
|
||||
# Copyright (C) 2007 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
# Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* common.c
|
||||
*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* common.h
|
||||
*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* debug.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Contains helper functions for execution tracing and error reporting.
|
||||
* Intended to be included in main .c file.
|
||||
|
||||
+2
-1
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* debug.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* Contains macroses for execution tracing and error reporting
|
||||
*
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
* fileio.c
|
||||
*
|
||||
* Copyright (C) 2007 - 2010 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2011 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2010 ID7 Ltd.
|
||||
* Copyright (C) 2010 - 2011 SCST Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
Reference in New Issue
Block a user