aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/iscsi
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove unnecessary terminating slash in iscsi module MakefileDimitry Andric2022-07-271-1/+1
| | | | | | | The additional slash causes double slashes in the filenames that eventually get passed to the compiler. MFC after: 3 days
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
| | | | | | | | | and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-2/+2
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Build iscsi(4) with ICL_KERNEL_PROXY when building with WITH_OFED.Edward Tomasz Napierala2016-05-271-1/+6
| | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300838
* Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a partEdward Tomasz Napierala2016-05-171-1/+1
| | | | | | | | | | of software ICL backend. MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300061
* Add kobj interface between ICL and the rest of the iSCSI stack.Edward Tomasz Napierala2015-01-311-0/+5
| | | | | | | | | | Review note - icl.c was moved to icl_soft.c. MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=277963
* Remove cruft; ICL_RDMA was never actually working, and will be redoneEdward Tomasz Napierala2015-01-261-10/+0
| | | | | | | | | | in a completely different manner. MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=277769
* 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