| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | cam: Remove redunant static __inline forward decls | Warner Losh | 2022-05-02 | 1 | -4/+0 |
* | cam(4): Fix a few typos in source code comments | Gordon Bergling | 2022-02-06 | 1 | -1/+1 |
* | cam: fix UB behavior | Warner Losh | 2021-06-28 | 1 | -17/+10 |
* | cam: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -4/+2 |
* | Eliminate camq_alloc() and camq_free() | Warner Losh | 2020-03-11 | 1 | -24/+0 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -1/+1 |
* | cam: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-15 | 1 | -1/+1 |
* | sys/cam: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | CAM ccbq sanity: checks on insert and remove | Mark Johnston | 2016-10-05 | 1 | -2/+5 |
* | sys/cam: spelling fixes. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | Update CAM CCB accounting for the new status quo. | Alexander Motin | 2014-09-14 | 1 | -2/+0 |
* | Merge CAM locking changes from the projects/camlock branch to radically | Alexander Motin | 2013-10-21 | 1 | -4/+9 |
* | MFprojects/camlock r249505: | Alexander Motin | 2013-08-05 | 1 | -23/+8 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | Alexander Motin | 2013-04-14 | 1 | -17/+4 |
* | Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements. | Alexander Motin | 2012-10-11 | 1 | -2/+3 |
* | Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to make | Alexander Motin | 2012-09-28 | 1 | -9/+7 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -3/+3 |
* | MFp4: | Alexander Motin | 2009-11-14 | 1 | -1/+0 |
* | After thinking again, implement cam_ccbq_fini(). | Alexander Motin | 2009-10-22 | 1 | -1/+8 |
* | - Providing fine-grained malloc statistic by replacing M_DEVBUF with | Tai-hwa Liang | 2005-07-01 | 1 | -13/+18 |
* | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+4 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Fix a long standing bug in the camq teardown code. | Justin T. Gibbs | 1999-08-16 | 1 | -3/+3 |
* | cam_periph.c: | Justin T. Gibbs | 1999-04-19 | 1 | -21/+36 |
* | Remove camq_regen(). We already perform modular comparisons | Justin T. Gibbs | 1999-04-07 | 1 | -44/+6 |
* | CAM Transport Layer (XPT). | Justin T. Gibbs | 1998-09-15 | 1 | -0/+441 |