summaryrefslogtreecommitdiff
path: root/sbin/camcontrol/modeedit.c
Commit message (Expand)AuthorAgeFilesLines
* Make GCC happy about math in r350676.Alexander Motin2019-08-071-4/+1
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-071-28/+234
* Make `camcontrol modepage` to use 10 byte commands.Alexander Motin2019-07-301-89/+122
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* When editing a mode page on a tape drive, do not clear the deviceKenneth D. Merry2017-05-051-1/+14
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-171-20/+24
* Add checks for received mode page length.Alexander Motin2017-01-101-3/+6
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-071-103/+146
* Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-1/+8
* Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so theEnji Cooper2015-10-251-1/+1
* Fix mode page length calculation to remove last garbage line from theAlexander Motin2013-10-111-2/+2
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Add missing static keywords to global variables in camcontrol.Ed Schouten2011-12-111-3/+3
* Initialize variables before usage.Ulrich Spörlein2010-06-111-0/+1
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-4/+6
* Fix alignment of the trailing \Warner Losh2003-08-221-1/+1
* Make this WARNS=6 clean by:Johan Karlsson2003-08-051-24/+21
* Use __FBSDID.David E. O'Brien2003-05-021-4/+2
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-151-3/+3
* Make camcontrol WARNS=2 clean.Johan Karlsson2003-02-201-1/+1
* Fix syntax errors (labels with no statement).Garrett Wollman2002-05-301-4/+4
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Fix an order-of-operations bug and properly shift page_control values forKelly Yancey2000-08-101-6/+8
* Fix a typo in the last commit so that this compiles.John Baldwin2000-08-091-1/+1
* Fix some whitespace errors.Kelly Yancey2000-08-081-12/+12
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-081-373/+780
* 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