#
f354e0e6 |
| 28-Mar-2020 |
Sascha Wildner <saw@online.de> |
kernel: Remove <sys/mutex.h> from all files that don't need it.
98% of these were remains from porting from FreeBSD which could have been removed after converting to lockmgr(), etc.
While here, do
kernel: Remove <sys/mutex.h> from all files that don't need it.
98% of these were remains from porting from FreeBSD which could have been removed after converting to lockmgr(), etc.
While here, do the same for <sys/mutex2.h>.
show more ...
|
#
e25c779e |
| 24-Aug-2009 |
Matthew Dillon <dillon@apollo.backplane.com> |
Bring in ISCSI initiator support.
* Port ISCSI initiator support from FreeBSD.
* Additional work to help stabilize it.
Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net> Taken-from: F
Bring in ISCSI initiator support.
* Port ISCSI initiator support from FreeBSD.
* Additional work to help stabilize it.
Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net> Taken-from: FreeBSD
show more ...
|