aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/util.c
Commit message (Expand)AuthorAgeFilesLines
* sbin/camcontrol: use calloc/strlcpy where appropriate.Xin LI2021-01-041-3/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Fix build.Xin LI2011-11-251-1/+1
* Add firmware update support for SCSI devices.Ed Maste2011-11-251-0/+28
* Make this WARNS=6 clean by:Johan Karlsson2003-08-051-1/+1
* Use __FBSDID.David E. O'Brien2003-05-021-4/+2
* Make camcontrol WARNS=2 clean.Johan Karlsson2003-02-201-2/+4
* Properly check malloc(3) return valuesChris D. Faulhaber2000-12-011-0/+4
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-081-354/+3
* Do some intptr_t casting for alpha.Matt Jacob2000-01-211-4/+4
* Use mkstemp(3) instead of tmpnam(3) when creating temporary files for modeKenneth D. Merry1999-09-281-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a new device specification syntax to camcontrol. It is now possible toKenneth D. Merry1999-05-101-3/+3
* Camcontrol - A utility for configuring/manipulating the CAM subsystemJustin T. Gibbs1998-09-151-0/+500