<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libcam/scsi_cmdparse.c, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-09-16T07:18:27Z</updated>
<entry>
<title>Don't depend on &lt;sys/types.h&gt; pollution in &lt;fcntl.h&gt;.</title>
<updated>2002-09-16T07:18:27Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-16T07:18:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52082f69a52af826fa0640d758f0b62d67cb01bc'/>
<id>urn:sha1:52082f69a52af826fa0640d758f0b62d67cb01bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Const'ify the CDB format string passed to the CDB parsing routines</title>
<updated>2001-12-18T00:48:44Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2001-12-18T00:48:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb28eb78cba4ab974c6bdd797b828009d5cdb923'/>
<id>urn:sha1:cb28eb78cba4ab974c6bdd797b828009d5cdb923</id>
<content type='text'>
(csio_decode_visit() and family).

Reviewed by:	ken
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libcam</title>
<updated>2001-09-30T21:13:43Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T21:13:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=090f02d93c6247853b1bcefdb5f4b3dfd0bc9f41'/>
<id>urn:sha1:090f02d93c6247853b1bcefdb5f4b3dfd0bc9f41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This is an overhaul of the mode page handling in camcontrol as well as</title>
<updated>2000-08-08T06:24:17Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2000-08-08T06:24:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e32b20d95deb61abb1200c43282ba7204a191c0'/>
<id>urn:sha1:7e32b20d95deb61abb1200c43282ba7204a191c0</id>
<content type='text'>
related patches. These include:
	* Mode page editting can be scripted. This involves two
	  things: first, if stdin is not a tty, changes are read from
	  stdin rather than invoking $EDITOR. Second, and more
	  importantly, not all modepage entries must be included in the
	  change set. This means that camcontrol can now gracefully handle
	  more intrusive editting from the $EDITOR, including removal or
	  rearrangement of lines. It also means that you can do stuff
	  like:
		# echo "WCE: 1" | camcontrol modepage da3 -m 8 -e
		# newfs /dev/da3
		# echo "WCE: 0" | camcontrol modepage da3 -m 8 -e
	* Range-checking on user-supplied input values. modeedit.c now
	  uses the field width specifiers to determine the maximum
	  allowable value for a field. If the user enters a value larger
	  than the maximum, it clips the value to the max and warns the
	  user. This also involved patching cam_cmdparse.c to be more
	  consistent with regards to the "count" parameter to arg_put
	  (previously is was the length of strings and 1 for all integral
	  types). The cam_cdbparse(3) man page was also updated to reflect
	  the revised semantics.
	* In the process, I removed the 64 entry limit on mode pages (not
	  that we were even close to hitting that limit). This was a nice
	  side-effect of the other changes.
	* Technically, the new mode editting functionality allows editting
	  of character array entries in mode pages (type 'c' or 'z'),
	  however since buff_encode doesn't grok them it is currently
	  useless.
	* Camcontrol gained two new options related to mode pages: -l and
	  -b. The former lists all available mode pages for a given
	  device. The latter forces mode page display in binary format
	  (the default when no mode page definition was found in
	  scsi_modes).
	* Added support for mode page names to scsi_modes. Allows names to
	  be displayed alongside mode numbers in the mode page
	  listing. Updated scsi_modes to use the new functionality. This
	  also adds the semicolon into the scsi_modes syntax as an
	  optional mode page definition terminator. This is needed to name
	  pages without providing a page format definition.
	* Updated scsi_all.h to include a structure describing mode page
	  headers.
	* Added $FreeBSD$ line to scsi_modes.

Inspired by:	dwhite
Reviewed by:	ken
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some Alpha portability problems, and add some belt-and-suspenders</title>
<updated>1998-09-16T20:42:19Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1998-09-16T20:42:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53398df2a8638989c3e7d9c85a30c238c5851b8c'/>
<id>urn:sha1:53398df2a8638989c3e7d9c85a30c238c5851b8c</id>
<content type='text'>
checking in some functions.

Submitted by:	dfr
Modified by:	ken
</content>
</entry>
<entry>
<title>CAM userland utility library, a replacement for libscsi.</title>
<updated>1998-09-15T06:16:46Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1998-09-15T06:16:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f736a45077330caa65c4d986ab03d39e872c6f55'/>
<id>urn:sha1:f736a45077330caa65c4d986ab03d39e872c6f55</id>
<content type='text'>
Submitted by: "Kenneth D. Merry" &lt;ken@FreeBSD.org&gt;
</content>
</entry>
</feed>
