History log of /netbsd-src/tests/dev/scsipi/libscsitest/scsitest.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 05eb58f6 07-Aug-2021 cjep <cjep@NetBSD.org>

Convert the test to cfargs. OK @thorpej.


# 799aab80 25-Apr-2021 thorpej <thorpej@NetBSD.org>

config_found_ia() -> config_found().


# 7081cfef 06-Feb-2019 mrg <mrg@NetBSD.org>

use strncpy() into a buffer that may not be nul terminated.


# 0159a35e 25-Apr-2014 pooka <pooka@NetBSD.org>

obsolete the installed <rump/scsitest.h> header and make it private
to tests/dev/scsipi


# 8fa17e47 24-Apr-2014 pooka <pooka@NetBSD.org>

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

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

show more ...