<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/cdcontrol, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Syncs and diff reductions with -current.  This includes:</title>
<updated>2003-03-12T22:08:16+00:00</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-03-12T22:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=934e84453674513cea1eabfc7745e60ec7869801'/>
<id>934e84453674513cea1eabfc7745e60ec7869801</id>
<content type='text'>
- Remove an instance of pseudo-device.
- Add an EXAMPLES section to boot0cfg.8.
- A few spelling fixes.
- The .Nm utility.
- Eliminate hard sentence breaks.
- Fix some mdoc(7) markup.
- Change phk's email address to @FreeBSD.org.
- Mark up files and pathnames with .Pa macro.

Approved by:	re (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove an instance of pseudo-device.
- Add an EXAMPLES section to boot0cfg.8.
- A few spelling fixes.
- The .Nm utility.
- Eliminate hard sentence breaks.
- Fix some mdoc(7) markup.
- Change phk's email address to @FreeBSD.org.
- Mark up files and pathnames with .Pa macro.

Approved by:	re (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-11-20T00:26:19+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2002-11-20T00:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd0056fd2b41f4d93a2b43469b81e998636654e5'/>
<id>cd0056fd2b41f4d93a2b43469b81e998636654e5</id>
<content type='text'>
  * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4).  Units are in KB/sec.
  * Change atapi-cd ioctls to use the same units.
  * Change burncd, cdcontrol to convert CDROM speed to KB/sec before
  calling the ioctl.  Add a "max" speed option for their command lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4).  Units are in KB/sec.
  * Change atapi-cd ioctls to use the same units.
  * Change burncd, cdcontrol to convert CDROM speed to KB/sec before
  calling the ioctl.  Add a "max" speed option for their command lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev. 1.41: do not add a start offset time to the track duration time.</title>
<updated>2002-10-10T18:43:05+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2002-10-10T18:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1dbe4aa890ff5e4d828a503b75338ee1869137da'/>
<id>1dbe4aa890ff5e4d828a503b75338ee1869137da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-06-21T16:42:43+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-06-21T16:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fa3742c11b02e9d779addf5f8987faa2bc6faaba'/>
<id>fa3742c11b02e9d779addf5f8987faa2bc6faaba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev. 1.38 cdcontrol.c and rev. 1.34 cdcontrol.1: implement 'speed' command.</title>
<updated>2002-05-17T09:40:49+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2002-05-17T09:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1253256cc6eaa6b9788840764066f8cdddb8833e'/>
<id>1253256cc6eaa6b9788840764066f8cdddb8833e</id>
<content type='text'>
MFC rev. 1.39 cdcontrol.c: remove an EOF space.

Approved by:	re (jhb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC rev. 1.39 cdcontrol.c: remove an EOF space.

Approved by:	re (jhb)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: WARNS cleanup and whitespace cleanup</title>
<updated>2002-03-15T22:34:25+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2002-03-15T22:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b74a12572f717f56b456972dfefcbb7fd4668001'/>
<id>b74a12572f717f56b456972dfefcbb7fd4668001</id>
<content type='text'>
  1.8       +3 -1      src/usr.sbin/cdcontrol/Makefile
  1.35      +19 -11    src/usr.sbin/cdcontrol/cdcontrol.c
  1.36      +94 -93    src/usr.sbin/cdcontrol/cdcontrol.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  1.8       +3 -1      src/usr.sbin/cdcontrol/Makefile
  1.35      +19 -11    src/usr.sbin/cdcontrol/cdcontrol.c
  1.36      +94 -93    src/usr.sbin/cdcontrol/cdcontrol.c
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-16T15:56:44+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-16T15:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9ab03c494d82791b71814633ddd6c9030f4d5fd8'/>
<id>9ab03c494d82791b71814633ddd6c9030f4d5fd8</id>
<content type='text'>
Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: remove whitespace at EOL.</title>
<updated>2001-07-22T12:41:39+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8432a67785074390b432b40233c9cddbf5913a9a'/>
<id>8432a67785074390b432b40233c9cddbf5913a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r1.31, r1.32</title>
<updated>2001-07-19T03:59:02+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-07-19T03:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c8e01f8b99060ce2a815d96235f7118494a11021'/>
<id>c8e01f8b99060ce2a815d96235f7118494a11021</id>
<content type='text'>
Add the 'next' and 'prev' commands (aliased to '+' and '-') which skip
forward or backward by a specified number of tracks (defaulting to 1).
Use strvisx() to display the media catalog in case it contains unprintable
characters.  Sort includes.  Based on two patches submitted by PR, plus
style fixes and other changes of my own.

Don't complain about deprecated environment variables, like MUSIC_CD,
being present in the environment if the user has CDROM defined, or
has specified a device on the command line.

This avoids users of ports like 'workman' that use these variables
getting gratuitous warnings from cdcontrol.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the 'next' and 'prev' commands (aliased to '+' and '-') which skip
forward or backward by a specified number of tracks (defaulting to 1).
Use strvisx() to display the media catalog in case it contains unprintable
characters.  Sort includes.  Based on two patches submitted by PR, plus
style fixes and other changes of my own.

Don't complain about deprecated environment variables, like MUSIC_CD,
being present in the environment if the user has CDROM defined, or
has specified a device on the command line.

This avoids users of ports like 'workman' that use these variables
getting gratuitous warnings from cdcontrol.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: MAN[1-9] -&gt; MAN.</title>
<updated>2001-04-25T12:11:16+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T12:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=83fa067d8f6c24828328a87151d5e41db217a994'/>
<id>83fa067d8f6c24828328a87151d5e41db217a994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
