aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/burncd
Commit message (Expand)AuthorAgeFilesLines
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
* Fix the "only wrote -1 of 32768 bytes: Input/output error" error message.Ruslan Ermilov2005-05-131-2/+5
* Document the device burncd uses by default.Christian Brueffer2005-05-021-1/+10
* Sort sections.Ruslan Ermilov2005-01-181-11/+11
* The "fixate" command no longer terminates command processing,Ruslan Ermilov2004-12-211-4/+1
* Document -F in usage() and SYNOPSIS.Ruslan Ermilov2004-12-212-2/+2
* Make "burncd ... fixate eject" really work as promised.Ruslan Ermilov2004-12-211-1/+1
* err() -> errx()Ruslan Ermilov2004-12-171-6/+6
* My fingers keep typing 'burncd data foo fixate eject' instead of 'burncd -eDag-Erling Smørgrav2004-09-152-2/+11
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-09-151-37/+37
* Refer to the sysutils/cdrtools port now that the sysutils/mkisofs portGiorgos Keramidas2004-07-161-1/+4
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Use intmax_t to avoid wrap on large images in verbose output.Alfred Perlstein2003-12-281-3/+4
* Catch up with the latest in device naming.David E. O'Brien2003-11-181-5/+5
* Fix "write from stdin".Pierre Beyssac2003-07-261-3/+6
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-3/+2
* Fixed troff(1) and mdoc(7) warnings.Ruslan Ermilov2003-05-181-2/+2
* Add support for using the CDROM env var for device to use;Søren Schmidt2003-05-042-1/+14
* Fix filename printing when using -l option.Søren Schmidt2003-05-041-2/+2
* Dont fixate when doing dvdrw or test writing.Søren Schmidt2003-05-041-1/+1
* Default speed is 4 not 1.Søren Schmidt2003-05-041-1/+1
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-1/+1
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.Johan Karlsson2003-01-231-2/+2
* Make fully WARNS=5 clean.David E. O'Brien2002-12-302-6/+6
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.Garrett Wollman2002-12-292-23/+28
* On drives that returns 00 as 100% done, lower the criteriaSøren Schmidt2002-12-181-13/+13
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-3/+3
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-8/+10
* Take care of the case for the default speed (no -s option) also.Nate Lawson2002-10-271-3/+2
* Move speed units conversion to right before it is used. This catches theNate Lawson2002-10-271-1/+2
* Convert speed into KB/s. This was missed by the previous commit to this file.Nate Lawson2002-10-261-1/+1
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-182-1/+5
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-082-19/+140
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Dont quit prematurely when writing from stdin...Søren Schmidt2002-04-051-2/+5
* Mention the fact that you must burn an ISO image to your CDR (createdMurray Stokely2002-03-281-0/+8
* Update headersSøren Schmidt2002-03-041-1/+1
* fix the wildrunning % counter.Søren Schmidt2002-03-041-4/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* Write the "msinfo" result to stdout instead of stderrSøren Schmidt2002-01-051-2/+2
* Fix the msinfo command, as mentioned in several PR's.Søren Schmidt2001-12-271-5/+8
* Argh...save buffer before committing. NO_WERROR takes a value ofMike Heffner2001-12-241-1/+1
* WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.Mike Heffner2001-12-242-12/+15
* mdoc(7) police:Ruslan Ermilov2001-12-081-5/+11
* Add the ability to write VCD/SVCD disc's.Søren Schmidt2001-12-042-58/+82
* Change the way DAO/TAO modes are init'ed.Søren Schmidt2001-10-011-4/+6
* Use getprogname(3) instead of hardcoding the name..Søren Schmidt2001-09-111-2/+2
* Fixes from Ruslan Ermilov:Søren Schmidt2001-09-112-41/+30
* Add DAO mode (Disk At Once).Søren Schmidt2001-09-102-79/+304