aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_queue.c
Commit message (Expand)AuthorAgeFilesLines
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-061-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-251-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cam: Remove redunant static __inline forward declsWarner Losh2022-05-021-4/+0
* cam(4): Fix a few typos in source code commentsGordon Bergling2022-02-061-1/+1
* cam: fix UB behaviorWarner Losh2021-06-281-17/+10
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+2
* Eliminate camq_alloc() and camq_free()Warner Losh2020-03-111-24/+0
* 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