aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi_initiator/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-2/+2
* iscsi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use getsock_cap() instead of deprecated fgetsock().Gleb Smirnoff2017-01-131-11/+5
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* iscsi_initiator(4): Fix use-after-free, double-freeConrad Meyer2016-04-261-2/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-7/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-7/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Improve error handling in the old initiator, preventing panic on attemptEdward Tomasz Napierala2013-09-241-9/+14
* Prevent "lock (iscsi) sx does not match earlier (sleep mutex) lock" panicEdward Tomasz Napierala2013-09-231-1/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+5
* Move the old iSCSI initiator source to a more appropriate placeEdward Tomasz Napierala2013-08-221-0/+879