aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* cam: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* CAM ccbq sanity: checks on insert and removeMark Johnston2016-10-051-2/+5
* sys/cam: spelling fixes.Pedro F. Giffuni2016-04-291-1/+1
* Update CAM CCB accounting for the new status quo.Alexander Motin2014-09-141-2/+0
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-4/+9
* MFprojects/camlock r249505:Alexander Motin2013-08-051-23/+8
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-17/+4
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.Alexander Motin2012-10-111-2/+3
* Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to makeAlexander Motin2012-09-281-9/+7
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-3/+3
* MFp4:Alexander Motin2009-11-141-1/+0
* After thinking again, implement cam_ccbq_fini().Alexander Motin2009-10-221-1/+8
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withTai-hwa Liang2005-07-011-13/+18
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a long standing bug in the camq teardown code.Justin T. Gibbs1999-08-161-3/+3
* cam_periph.c:Justin T. Gibbs1999-04-191-21/+36
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-44/+6
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+441