aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* MFC r249468:Alexander Motin2013-07-081-1/+1
* MFC 234223:Josh Paetzel2013-04-144-13/+128
* MFC r227293 (by ed):Alexander Motin2013-04-052-2/+2
* MFC r231378:Ed Schouten2012-03-021-2/+2
* MFC r226208:Konstantin Belousov2011-10-201-0/+1
* MFC r225950:Kenneth D. Merry2011-10-061-1/+6
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+3
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-6/+3
* Remove the freelist, which simply duplicates some of the zone allocator'sDag-Erling Smørgrav2010-09-022-31/+2
* Do not use %z to print a time_t. Fixes build on architectures where time_tJohn Baldwin2010-08-111-2/+2
* - Add full support for header / data digests.Dag-Erling Smørgrav2010-08-098-779/+766
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.Alexander Motin2009-08-181-0/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-251-3/+3
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-91/+1
* Big update to the iSCSI initiator code. Highlights include IPv6 support,Scott Long2008-11-258-230/+583
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-9/+9
* Record the dependency of the iscsi initiator on cam.Antoine Brodin2008-04-201-0/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-3/+3
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-202-4/+4
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read theScott Long2007-07-248-0/+4384