aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/modeedit.c
Commit message (Expand)AuthorAgeFilesLines
* 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