History log of /freebsd-10.1-release/sys/modules/iscsi/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


255570 14-Sep-2013 trasz

Bring in the new iSCSI target and initiator.

Reviewed by: ken (parts)
Approved by: re (delphij)
Sponsored by: FreeBSD Foundation


254657 22-Aug-2013 trasz

Move the old iSCSI initiator source to a more appropriate place
(sys/dev/iscsi_initiator/ instead of sys/dev/iscsi/initiator/), to make
room for the new one. This is also more logical location (kernel module
being named iscsi_initiator.ko, for example). There is no ongoing work
on this I know of, so it shouldn't make life harder for anyone.

There are no functional changes, apart from "svn mv" and adjusting paths.


234481 20-Apr-2012 delphij

Fix build.


234425 18-Apr-2012 jpaetzel

Unbreak tinderbox.

Fix FreeBSD paradigms in the upstream code.

PR: bin/166933
Submitted by: Garrett Cooper <yanegomi@gmail.com>


234284 14-Apr-2012 bz

Fix LINT builds after r234233; not sure why modules need DEBUG by default.


234233 13-Apr-2012 jpaetzel

Update to version 2.3.1.0

Obtained from: Daniel Braniss <danny@cs.huji.ac.il>


171568 24-Jul-2007 scottl

Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read the
included man pages on how to use it. This code is still somewhat experimental
but has been successfully tested on a number of targets. Many thanks to
Danny for contributing this.

Approved by: re