aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_queue.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-251-6/+6
* 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-24/+0
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* Eliminate camq_alloc() and camq_free()Warner Losh2020-03-111-12/+0
* 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-1/+10
* Update CAM CCB accounting for the new status quo.Alexander Motin2014-09-141-11/+7
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-4/+7
* MFprojects/camlock r249505:Alexander Motin2013-08-051-3/+52
* Remove some more pieces of multilevel freeze mechanism, missed in r249466.Alexander Motin2013-04-141-16/+4
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-86/+5
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-5/+100
* MFp4:Alexander Motin2009-11-141-6/+1
* After thinking again, implement cam_ccbq_fini().Alexander Motin2009-10-221-0/+2
* cam_ccbq_fini() declared for 11 years, but never implemented. Remove it.Alexander Motin2009-10-221-2/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* cam_periph.c:Justin T. Gibbs1999-04-191-1/+5
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-5/+1
* Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues.Justin T. Gibbs1998-12-151-3/+5
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+236