summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/modeedit.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r317854:ken2017-05-081-1/+14
* MFC r313893ken2017-02-241-20/+24
* MFC r311897: Add checks for received mode page length.mav2017-01-211-3/+6
* MFC r311636: Make 'camcontrol modepage' support subpages.mav2017-01-211-103/+146
* MFC r311623: Make do_buff_decode() not read past the end of the buffer.mav2017-01-211-1/+8
* Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so thengie2015-10-251-1/+1
* Fix mode page length calculation to remove last garbage line from themav2013-10-111-2/+2
* More -Wmissing-variable-declarations fixes.ed2012-10-191-2/+0
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Add missing static keywords to global variables in camcontrol.ed2011-12-111-3/+3
* Initialize variables before usage.uqs2010-06-111-0/+1
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-4/+6
* Fix alignment of the trailing \imp2003-08-221-1/+1
* Make this WARNS=6 clean by:johan2003-08-051-24/+21
* Use __FBSDID.obrien2003-05-021-4/+2
* Fixed (soon might be fatal) -Wformat warnings.ru2003-03-151-3/+3
* Make camcontrol WARNS=2 clean.johan2003-02-201-1/+1
* Fix syntax errors (labels with no statement).wollman2002-05-301-4/+4
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Fix an order-of-operations bug and properly shift page_control values forkbyanc2000-08-101-6/+8
* Fix a typo in the last commit so that this compiles.jhb2000-08-091-1/+1
* Fix some whitespace errors.kbyanc2000-08-081-12/+12
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-081-373/+780
* Do some intptr_t casting for alpha.mjacob2000-01-211-4/+4
* Use mkstemp(3) instead of tmpnam(3) when creating temporary files for modeken1999-09-281-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a new device specification syntax to camcontrol. It is now possible token1999-05-101-3/+3
* Camcontrol - A utility for configuring/manipulating the CAM subsystemgibbs1998-09-151-0/+500
OpenPOWER on IntegriCloud