aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/iscsi
Commit message (Collapse)AuthorAgeFilesLines
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-2/+22
| | | | | | | | | Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation Notes: svn path=/head/; revision=255570
* Move the old iSCSI initiator source to a more appropriate placeEdward Tomasz Napierala2013-08-221-14/+0
| | | | | | | | | | | | (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. Notes: svn path=/head/; revision=254657
* Fix build.Xin LI2012-04-201-9/+5
| | | | Notes: svn path=/head/; revision=234481
* Unbreak tinderbox.Josh Paetzel2012-04-181-0/+2
| | | | | | | | | | Fix FreeBSD paradigms in the upstream code. PR: bin/166933 Submitted by: Garrett Cooper <yanegomi@gmail.com> Notes: svn path=/head/; revision=234425
* Fix LINT builds after r234233; not sure why modules need DEBUG by default.Bjoern A. Zeeb2012-04-141-1/+1
| | | | Notes: svn path=/head/; revision=234284
* Update to version 2.3.1.0Josh Paetzel2012-04-131-5/+7
| | | | | | | Obtained from: Daniel Braniss <danny@cs.huji.ac.il> Notes: svn path=/head/; revision=234233
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read theScott Long2007-07-242-0/+19
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 Notes: svn path=/head/; revision=171568