#
dda190fa |
| 16-Jan-2025 |
claudio <claudio@openbsd.org> |
Implement kvp_free() and free the key or value depending on the flags.
Diff provided by Jack Burton (jack at saosce.com.au) with minor modifcation by myself.
|
#
f58e16f5 |
| 12-Apr-2021 |
claudio <claudio@openbsd.org> |
Spaces, no functional change
|
#
f75ac035 |
| 16-Aug-2016 |
tedu <tedu@openbsd.org> |
stop including sys/param.h for nitems. define locally as needed. ok natano reyk
|
#
83094010 |
| 20-Mar-2016 |
krw <krw@openbsd.org> |
Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) idioms.
Adopt the more concise fcntl(n, F_GETFL) over fcntl(n, F_GETFL, 0) where it is obvious further investigation will not yield
Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) idioms.
Adopt the more concise fcntl(n, F_GETFL) over fcntl(n, F_GETFL, 0) where it is obvious further investigation will not yield and even better way.
Obviousness evaluation and ok guenther@
show more ...
|
#
2f43ab01 |
| 05-Dec-2015 |
mmcc <mmcc@openbsd.org> |
strings.h -> string.h as necessary to prevent implicit declaration warnings
|
#
ea0867c0 |
| 16-Jan-2015 |
deraadt <deraadt@openbsd.org> |
move to <limits.h> where possible, annotate <sys/param.h> otherwise
|
#
f73922b8 |
| 21-Apr-2014 |
claudio <claudio@openbsd.org> |
Redo most of the control message handling. Switch it back to use SOCK_SEQPACKET and provide functions to build the control messages that can also be used by iscsictl.
|
#
a86db512 |
| 19-Apr-2014 |
claudio <claudio@openbsd.org> |
COnveret the bcopy() to memcpy()
|
#
7aed54e1 |
| 25-Sep-2010 |
sobrado <sobrado@openbsd.org> |
spacing, no binary changes.
|
#
bde1ae23 |
| 24-Sep-2010 |
claudio <claudio@openbsd.org> |
iSCSI Initiatior daemon using vscsi(4). Currently implements the absolute minimum of the protocol to make it work against targets. Many things still in flux but we're annoyed to work outside of the t
iSCSI Initiatior daemon using vscsi(4). Currently implements the absolute minimum of the protocol to make it work against targets. Many things still in flux but we're annoyed to work outside of the tree. Commited from a source tree on an iSCSI disk served via iscsid but it is not yet production ready. OK dlg@, matthew@, deraadt@
show more ...
|