History log of /freebsd-9.3-release/usr.sbin/burncd/burncd.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 226800 26-Oct-2011 rodrigc

Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel
option is defined. This sysctl can be queried by feature_present(3).

Query for this feature in /sbin/atacontrol and /usr/sbin/burncd.
If these utilities detect that ATA_CAM is enabled, then these utilities
will error out. These utilities are compatible with the old ATA
driver, but are incomptible with the new ATA_CAM driver. By erroring out,
we give end-users an idea as to what remedies to use, and reduce the need for them
to file PR's. For atacontrol, camcontrol must be used instead,
and for burncd, alternative utilties from the ports collection must be used
such as sysutils/cdrtools.

In future, maybe someone can re-write burncd to work with ATA_CAM,
but at least for now, we give a somewhat useful error message to end users.

PR: 160979
Reviewed by: jh, Arnaud Lacombe <lacombar at gmail dot com>
Approved by: re (kib)
Reported by: Joe Barbish <fbsd8 at a1poweruser dot com>


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 200795 21-Dec-2009 delphij

Add support of using environment variable BURNCD_SPEED to specify
recodring speed.

PR: bin/140530
Submitted by: Alexander Best <alexbestms wwu.de>
MFC after: 1 month


# 148011 14-Jul-2005 brueffer

- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

MFC after: 3 days


# 145802 02-May-2005 brueffer

Document the device burncd uses by default.

Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 3 days


# 140442 18-Jan-2005 ru

Sort sections.


# 139130 21-Dec-2004 ru

The "fixate" command no longer terminates command processing,
so that "eject" following it can happen.


# 139129 21-Dec-2004 ru

Document -F in usage() and SYNOPSIS.


# 135273 15-Sep-2004 des

My fingers keep typing 'burncd data foo fixate eject' instead of 'burncd -e
data foo fixate'. Humor them.

MFC after: 4 weeks


# 132251 16-Jul-2004 keramida

Refer to the sysutils/cdrtools port now that the sysutils/mkisofs port
has been merged into the former.

PR: docs/69087
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
MFC after: 3 days


# 122877 18-Nov-2003 obrien

Catch up with the latest in device naming.


# 115221 22-May-2003 ru

Assorted mdoc(7) fixes.

Approved by: re (blanket)


# 115143 18-May-2003 ru

Fixed troff(1) and mdoc(7) warnings.

Approved by: re (blanket)


# 114661 04-May-2003 sos

Add support for using the CDROM env var for device to use;

PR: 38178


# 114658 04-May-2003 sos

Default speed is 4 not 1.
PR: 50474


# 111447 24-Feb-2003 ru

mdoc(7) police: Scheduled sweep.


# 109728 23-Jan-2003 johan

burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.

Approved by: sos


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 107312 27-Nov-2002 ru

mdoc(7) police: markup fixes.

Approved by: re


# 105421 18-Oct-2002 njl

* 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.

This change does not break ABI but does change the units passed through
the ioctl so 3rd party software that uses cdrio.h will have to convert
(most likely by multiplying CDROM speed by 177 to get KB/s).

PR: kern/36845
Submitted by: Philipp Mergenthaler <p@i609a.hadiko.de> (CAM ioctls)
Reviewed by: sos, ken
MFC after: 1 month


# 101502 08-Aug-2002 sos

Add DVD+RW support to the ATA driver and burncd. This also closes
PR40430 by "Peter Haight <peterh@sapros.com>" that has semilar patches
included and which I merged with my own work.

HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc

Enjoy!


# 99968 14-Jul-2002 charnier

The .Nm utility


# 93329 28-Mar-2002 murray

Mention the fact that you must burn an ISO image to your CDR (created
by mkisofs(8) or similar), if you actually intend to mount the data CD
created by burncd.

PR: bin/35524
Approved by: sos
MFC after: 3 days


# 91646 04-Mar-2002 sos

Update headers


# 87528 08-Dec-2001 ru

mdoc(7) police:

- bump document date
- add -n to SYNOPSIS
- remove whitespace at EOL
- remove hard sentence break
- be a bit verbose about "vcd" operation


# 87372 04-Dec-2001 sos

Add the ability to write VCD/SVCD disc's.
It is still nessesary to supply the tracks as individual files, burncd
can't read .cue files yet, but now the infrastructure to do it is
present we just need a .cue file parser (hint hint)...


# 83338 11-Sep-2001 sos

Fixes from Ruslan Ermilov:

1. FreeBSD should be spelled with "F" and "BSD" in capitals,
even in comments.

2. Please don't use hard sentence breaks. Always start a
new sentence from the new line.

3. Don't use `#' or `$' in EXAMPLES; this has been fixed
recently in share/examples/mdoc/ templates.

4. Nuke the prog_name variable burncd.c, use getprogname(3).


# 83297 10-Sep-2001 sos

Add DAO mode (Disk At Once).
See burncd.8 for how to use it.


# 81251 07-Aug-2001 ru

mdoc(7) police:

Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.


# 75805 21-Apr-2001 dd

mkisofs is in section 8, not section 1.


# 70918 11-Jan-2001 ru

mdoc(7) police: formatting fixes.


# 70903 10-Jan-2001 sos

New option -m to select multisession mode.
WARNING: until now all disks was closed as multisession disks, this is
no longer the case, if the -m option isn't used disks are closed as
singlesession. The reason is that some drives wont close a disk
with one large image on in multisession mode, probably because it
"knows" that a new session wont fit on the media resonably.

Also update burncd with new stuff from various places that I've collected
and modified to my taste, its actually amasing how many thinks up the
same enhancements (none mentioned none forgotten):

Allow '-' to be used as filename for using stdin.

Add 'l' option to take a list of image files from 'filename'


# 68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 68575 10-Nov-2000 ru

Avoid use of direct troff requests in mdoc(7) manual pages.


# 58513 23-Mar-2000 mpp

Fix some spelling errors.


# 57758 04-Mar-2000 sos

mkisofs has the -C option for this, doh.


# 57747 03-Mar-2000 sos

Add msinfo command, used for multisession CD generation with
mkisofs. Gives the last track start LBA, and the next writable LBA.

Inspired by: peter


# 57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 56958 02-Feb-2000 sos

Add mode2 and XAmode1 type CD tracks.


# 56047 15-Jan-2000 sos

Enable the 't' option, and document it in the manpage.

Submitted by: green@freebsd.org <Brian Fundakowski Feldman>


# 55522 06-Jan-2000 sos

New ATAPI burner utility. Replaces wormcontrol.