aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ocs_fc
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-1/+1
* remove extraneous double ;s in sys/Ed Maste2020-03-304-4/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-33/+31
* schedlock 1/4Jeff Roberson2019-12-151-0/+2
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* Fixed issues reported by coverity scan.Ram Kishore Vegesna2019-01-239-69/+116
* ocs_fc: Ensure that we zero-initialize memory before copying it out.Mark Johnston2019-01-231-0/+1
* Remove accessing remote node and domain objects while processing cam actions.Ram Kishore Vegesna2019-01-112-11/+25
* Use the right buffer size when calling snprintf().Mark Johnston2018-07-221-2/+2
* Implemented Device Lost Timer, which is used to give target device the time t...Ram Kishore Vegesna2018-07-184-59/+270
* Fix build of ocs_fs with base gcc on i386Dimitry Andric2018-06-112-7/+7
* Issue:Ram Kishore Vegesna2018-06-051-2/+2
* Clear out the entire structure, not just the size of a pointer to it.Kenneth D. Merry2018-05-111-1/+1
* Moved opts-stack.h include before all other includes.Ram Kishore Vegesna2018-04-172-6/+6
* Check if STACK is defined before using the stack(9).Ram Kishore Vegesna2018-04-131-0/+3
* ocs_fc(4): Fix GCC build (-Wredundant-decls)Conrad Meyer2018-03-301-3/+0
* Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4).Kenneth D. Merry2018-03-3049-0/+69126