Home | History | Annotate | only in /src/tests/dev/scsipi
History log of /src/tests/dev/scsipi
RevisionDateAuthorComments
 1.8 01-Mar-2020  christos Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
 1.7 23-Jan-2016  christos branches: 1.7.16;
Define _KERNTYPES for things that need it.
 1.6 10-Jun-2014  he Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
 1.5 25-Apr-2014  pooka obsolete the installed <rump/scsitest.h> header and make it private
to tests/dev/scsipi
 1.4 24-Apr-2014  pooka scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest
 1.3 11-Sep-2010  martin branches: 1.3.6; 1.3.12; 1.3.22;
Query the raw partition at runtime
 1.2 02-Sep-2010  he Re-order libraries so that this links statically as well.
 1.1 24-Aug-2010  pooka Test for cache sync noises after disk is ejected.

test case for PR kern/43785
 1.3.22.1 10-Aug-2014  tls Rebase.
 1.3.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.16.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.8 13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.7 25-Apr-2014  pooka branches: 1.7.6;
obsolete the installed <rump/scsitest.h> header and make it private
to tests/dev/scsipi
 1.6 15-Mar-2013  martin branches: 1.6.6;
The CD emulator has been fixed, no longer expect the test to die.
 1.5 14-Mar-2013  jmmv Expect a crash in the noisyeject test. Mention PR kern/47646.
 1.4 06-May-2012  martin branches: 1.4.2;
Comment out the expected failure, as it does not trigger anymore.
 1.3 27-Mar-2011  mlelstv branches: 1.3.4;
validate that getrawpartition() didn't fail.
 1.2 11-Sep-2010  martin Query the raw partition at runtime
 1.1 24-Aug-2010  pooka Test for cache sync noises after disk is ejected.

test case for PR kern/43785
 1.3.4.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.4.1 23-May-2012  yamt sync with head.
 1.4.2.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.2.1 23-Jun-2013  tls resync from head
 1.6.6.1 10-Aug-2014  tls Rebase.
 1.7.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.4 01-Jun-2020  christos LIBISPRIVATE=yes
 1.3 26-Apr-2014  christos branches: 1.3.2; 1.3.4; 1.3.8;
Include bsd.own.mk (hi pooka)
 1.2 25-Apr-2014  pooka CPPFLAGS for rump_private.h
 1.1 24-Apr-2014  pooka scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest
 1.3.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.8.1 26-Apr-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:46 +0000
 1.3.4.2 10-Aug-2014  tls Rebase.
 1.3.4.1 26-Apr-2014  tls file Makefile was added on branch tls-earlyentropy on 2014-08-10 06:57:05 +0000
 1.3.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.1 26-Apr-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:42:17 +0000
 1.1 24-Apr-2014  pooka branches: 1.1.2; 1.1.4; 1.1.8;
scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest
 1.1.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.1 24-Apr-2014  tls file SCSITEST.ioconf was added on branch tls-maxphys on 2014-08-20 00:04:46 +0000
 1.1.4.2 10-Aug-2014  tls Rebase.
 1.1.4.1 24-Apr-2014  tls file SCSITEST.ioconf was added on branch tls-earlyentropy on 2014-08-10 06:57:05 +0000
 1.1.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.2.1 24-Apr-2014  yamt file SCSITEST.ioconf was added on branch yamt-pagecache on 2014-05-22 11:42:17 +0000
 1.5 07-Aug-2021  cjep Convert the test to cfargs. OK @thorpej.
 1.4 25-Apr-2021  thorpej config_found_ia() -> config_found().
 1.3 06-Feb-2019  mrg use strncpy() into a buffer that may not be nul terminated.
 1.2 25-Apr-2014  pooka branches: 1.2.2; 1.2.4; 1.2.8; 1.2.30;
obsolete the installed <rump/scsitest.h> header and make it private
to tests/dev/scsipi
 1.1 24-Apr-2014  pooka scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest
 1.2.30.1 10-Jun-2019  christos Sync with HEAD
 1.2.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1 25-Apr-2014  tls file scsitest.c was added on branch tls-maxphys on 2014-08-20 00:04:46 +0000
 1.2.4.2 10-Aug-2014  tls Rebase.
 1.2.4.1 25-Apr-2014  tls file scsitest.c was added on branch tls-earlyentropy on 2014-08-10 06:57:05 +0000
 1.2.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.2.1 25-Apr-2014  yamt file scsitest.c was added on branch yamt-pagecache on 2014-05-22 11:42:17 +0000
 1.1 25-Apr-2014  pooka branches: 1.1.2; 1.1.4; 1.1.8;
obsolete the installed <rump/scsitest.h> header and make it private
to tests/dev/scsipi
 1.1.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.1 25-Apr-2014  tls file scsitest.h was added on branch tls-maxphys on 2014-08-20 00:04:46 +0000
 1.1.4.2 10-Aug-2014  tls Rebase.
 1.1.4.1 25-Apr-2014  tls file scsitest.h was added on branch tls-earlyentropy on 2014-08-10 06:57:05 +0000
 1.1.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.2.1 25-Apr-2014  yamt file scsitest.h was added on branch yamt-pagecache on 2014-05-22 11:42:17 +0000
 1.1 24-Apr-2014  pooka branches: 1.1.2; 1.1.4; 1.1.8;
scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest
 1.1.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.1 24-Apr-2014  tls file scsitest_component.c was added on branch tls-maxphys on 2014-08-20 00:04:46 +0000
 1.1.4.2 10-Aug-2014  tls Rebase.
 1.1.4.1 24-Apr-2014  tls file scsitest_component.c was added on branch tls-earlyentropy on 2014-08-10 06:57:05 +0000
 1.1.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.2.1 24-Apr-2014  yamt file scsitest_component.c was added on branch yamt-pagecache on 2014-05-22 11:42:17 +0000

RSS XML Feed