aboutsummaryrefslogtreecommitdiff
path: root/net/libiscsi
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/libiscsi: fix build on GCC architecturesPiotr Kubaj2020-06-061-1/+1
| | | | | | | | | Use newer GCC to support missing flags: cc1: error: unrecognized command line option "-Wno-unknown-warning-option" cc1: error: unrecognized command line option "-Wno-stringop-truncation" Notes: svn path=/head/; revision=538072
* [NEW] net/libiscsi: Client-side library to implement the iSCSI protocolMuhammad Moinur Rahman2020-05-306-0/+79
Libiscsi is a client-side library to implement the iSCSI protocol that can be used to access the resources of an iSCSI target. The library is fully asynchronous with regards to iSCSI commands and SCSI tasks, but a synchronous layer is also provided for ease of use for simpler applications. WWW: https://github.com/sahlberg/libiscsi PR: 217355 Submitted by: d8zNeCFG@aon.at Notes: svn path=/head/; revision=537021