aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* libcam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-253-26/+26
* gpart(8): Improve manual page syntaxTom Hukins2023-06-021-1/+1
* cam(3): Add a manual page cross referenceTom Hukins2023-06-021-2/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* cam_get_device: resolve path links before parsing device nameAndriy Gapon2022-01-261-3/+6
* libcam: Define depop structures and introduce scsi_wrapWarner Losh2021-09-203-2/+221
* libcam(3): make cam_getccb(3) zero the whole ccb, not just the headerEdward Tomasz Napierala2020-12-292-5/+4
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* Clean up cam.3Mateusz Piotrowski2020-07-061-9/+11
* Remove unused cam ccb flagsWarner Losh2020-03-101-18/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+2
* Update the spelling of my name (continuation of r346571)Enji Cooper2019-04-221-2/+1
* Make cam_error_print() decode NVMe commands.Alexander Motin2019-04-021-1/+2
* SPDX: Small for a license ID tags.Pedro F. Giffuni2017-12-271-1/+1
* Fix a null-pointer dereference and a tautological check in cam_get_deviceAlan Somers2017-12-061-2/+7
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Add a test case for cam_get_device with sa(4) devicesAlan Somers2017-11-221-0/+28
* Fix multiple bugs in cam_strmatchAlan Somers2017-11-203-0/+114
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-2/+7
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+20
* Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper2017-08-021-0/+1
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+1
* cam: EOL whitespace cleanup and line wrapping changesEd Maste2017-07-041-2/+3
* Remove stdlib.h #include added in r319844Enji Cooper2017-06-121-1/+0
* Add positive and negative testcases for cam_get_device(3)Enji Cooper2017-06-121-0/+75
* Use __FBSDID instead of the license agreement to embed the $FreeBSD$ RCS keywordEnji Cooper2017-04-061-2/+3
* Fix up r316081 by using nitems(cam_errbuf) instead of sizeof(cam_errbuf)Enji Cooper2017-03-291-27/+27
* libcam: use __func__ instead of hardcoding the function name as `func_name`Enji Cooper2017-03-281-36/+30
* Use `sizeof(cam_errbuf)` instead of `CAM_ERRBUF_SIZE` in snprintf callsEnji Cooper2017-03-281-80/+79
* Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE descriptionEnji Cooper2017-03-281-2/+2
* libcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm.patterns` pointersEnji Cooper2017-03-201-0/+5
* Start adding basic tests for cam(3)Enji Cooper2017-03-153-0/+230
* lib/libcam/cam_cdbparse.3: fix manpage warningsEnji Cooper2017-03-131-13/+16
* lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-opEnji Cooper2017-03-131-0/+5
* lib/libcam/cam.3: fix manpage warningsEnji Cooper2017-03-121-4/+4
* Use .Dv when referencing NULLEnji Cooper2017-03-121-7/+14
* Fix up r314189Enji Cooper2017-02-241-1/+1
* Fix some minor style nits: put parentheses around return valuesEnji Cooper2017-02-241-10/+10
* Fix up NULL/'\0' uses and fix 2 derefs after NULLEnji Cooper2017-02-241-18/+19
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-4/+3
* Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-34/+40
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-1/+1
* Fix va_list handlingEnji Cooper2016-04-281-38/+41