summaryrefslogtreecommitdiff
path: root/lib/libcam
AgeCommit message (Expand)Author
2025-06-05libcam: Include nvme opcode and status code routines from nvme_util.cJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-24libcam: Migrate to modern uintXX_t from u_intXX_tWarner Losh
2023-06-01gpart(8): Improve manual page syntaxTom Hukins
2023-06-01cam(3): Add a manual page cross referenceTom Hukins
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-01-26cam_get_device: resolve path links before parsing device nameAndriy Gapon
2021-09-20libcam: Define depop structures and introduce scsi_wrapWarner Losh
2020-12-29libcam(3): make cam_getccb(3) zero the whole ccb, not just the headerEdward Tomasz Napierala
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2020-07-06Clean up cam.3Mateusz Piotrowski
2020-03-10Remove unused cam ccb flagsWarner Losh
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-04-22Update the spelling of my name (continuation of r346571)Enji Cooper
2019-04-02Make cam_error_print() decode NVMe commands.Alexander Motin
2017-12-27SPDX: Small for a license ID tags.Pedro F. Giffuni
2017-12-06Fix a null-pointer dereference and a tautological check in cam_get_deviceAlan Somers
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-22Add a test case for cam_get_device with sa(4) devicesAlan Somers
2017-11-20Fix multiple bugs in cam_strmatchAlan Somers
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper
2017-07-09An MMC/SD/SDIO stack using CAMWarner Losh
2017-07-04cam: EOL whitespace cleanup and line wrapping changesEd Maste
2017-06-12Remove stdlib.h #include added in r319844Enji Cooper
2017-06-12Add positive and negative testcases for cam_get_device(3)Enji Cooper
2017-04-06Use __FBSDID instead of the license agreement to embed the $FreeBSD$ RCS keywordEnji Cooper
2017-03-29Fix up r316081 by using nitems(cam_errbuf) instead of sizeof(cam_errbuf)Enji Cooper
2017-03-28libcam: use __func__ instead of hardcoding the function name as `func_name`Enji Cooper
2017-03-28Use `sizeof(cam_errbuf)` instead of `CAM_ERRBUF_SIZE` in snprintf callsEnji Cooper
2017-03-28Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE descriptionEnji Cooper
2017-03-20libcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm.patterns` pointersEnji Cooper
2017-03-15Start adding basic tests for cam(3)Enji Cooper
2017-03-13lib/libcam/cam_cdbparse.3: fix manpage warningsEnji Cooper
2017-03-13lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-opEnji Cooper
2017-03-12lib/libcam/cam.3: fix manpage warningsEnji Cooper
2017-03-12Use .Dv when referencing NULLEnji Cooper
2017-02-24Fix up r314189Enji Cooper
2017-02-24Fix some minor style nits: put parentheses around return valuesEnji Cooper
2017-02-24Fix up NULL/'\0' uses and fix 2 derefs after NULLEnji Cooper
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2017-01-07Make do_buff_decode() not read past the end of the buffer.Alexander Motin