summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/burncd.8
Commit message (Collapse)AuthorAgeFilesLines
* Document the device burncd uses by default.brueffer2005-05-021-1/+10
| | | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
* Sort sections.ru2005-01-181-11/+11
|
* The "fixate" command no longer terminates command processing,ru2004-12-211-4/+1
| | | | so that "eject" following it can happen.
* Document -F in usage() and SYNOPSIS.ru2004-12-211-1/+1
|
* My fingers keep typing 'burncd data foo fixate eject' instead of 'burncd -edes2004-09-151-2/+7
| | | | | | data foo fixate'. Humor them. MFC after: 4 weeks
* Refer to the sysutils/cdrtools port now that the sysutils/mkisofs portkeramida2004-07-161-1/+4
| | | | | | | | has been merged into the former. PR: docs/69087 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> MFC after: 3 days
* Catch up with the latest in device naming.obrien2003-11-181-5/+5
|
* Assorted mdoc(7) fixes.ru2003-05-221-3/+2
| | | | Approved by: re (blanket)
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-2/+2
| | | | Approved by: re (blanket)
* Add support for using the CDROM env var for device to use;sos2003-05-041-0/+10
| | | | PR: 38178
* Default speed is 4 not 1.sos2003-05-041-1/+1
| | | | PR: 50474
* mdoc(7) police: Scheduled sweep.ru2003-02-241-1/+1
|
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.johan2003-01-231-2/+2
| | | | Approved by: sos
* Uniformly refer to a file system as "file system".ru2002-12-121-3/+3
| | | | Approved by: re
* mdoc(7) police: markup fixes.ru2002-11-271-8/+10
| | | | Approved by: re
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-0/+1
| | | | | | | | | | | | | | | * 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
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-081-0/+9
| | | | | | | | | 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!
* The .Nm utilitycharnier2002-07-141-2/+2
|
* Mention the fact that you must burn an ISO image to your CDR (createdmurray2002-03-281-0/+8
| | | | | | | | | 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
* Update headerssos2002-03-041-1/+1
|
* mdoc(7) police:ru2001-12-081-5/+11
| | | | | | | | - bump document date - add -n to SYNOPSIS - remove whitespace at EOL - remove hard sentence break - be a bit verbose about "vcd" operation
* Add the ability to write VCD/SVCD disc's.sos2001-12-041-0/+8
| | | | | | 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)...
* Fixes from Ruslan Ermilov:sos2001-09-111-33/+22
| | | | | | | | | | | | | 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).
* Add DAO mode (Disk At Once).sos2001-09-101-4/+17
| | | | See burncd.8 for how to use it.
* mdoc(7) police:ru2001-08-071-1/+1
| | | | | | | 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.
* mkisofs is in section 8, not section 1.dd2001-04-211-1/+1
|
* mdoc(7) police: formatting fixes.ru2001-01-111-32/+52
|
* New option -m to select multisession mode.sos2001-01-101-12/+26
| | | | | | | | | | | | | | | | 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'
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
|
* Fix some spelling errors.mpp2000-03-241-2/+2
|
* mkisofs has the -C option for this, doh.sos2000-03-041-3/+3
|
* Add msinfo command, used for multisession CD generation withsos2000-03-031-0/+6
| | | | | | mkisofs. Gives the last track start LBA, and the next writable LBA. Inspired by: peter
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add mode2 and XAmode1 type CD tracks.sos2000-02-021-0/+6
|
* Enable the 't' option, and document it in the manpage.sos2000-01-151-0/+2
| | | | Submitted by: green@freebsd.org <Brian Fundakowski Feldman>
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-061-0/+111
OpenPOWER on IntegriCloud