summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd
Commit message (Expand)AuthorAgeFilesLines
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-1/+1
* Use intmax_t to avoid wrap on large images in verbose output.alfred2003-12-281-3/+4
* Catch up with the latest in device naming.obrien2003-11-181-5/+5
* Fix "write from stdin".pb2003-07-261-3/+6
* Assorted mdoc(7) fixes.ru2003-05-221-3/+2
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-2/+2
* Add support for using the CDROM env var for device to use;sos2003-05-042-1/+14
* Fix filename printing when using -l option.sos2003-05-041-2/+2
* Dont fixate when doing dvdrw or test writing.sos2003-05-041-1/+1
* Default speed is 4 not 1.sos2003-05-041-1/+1
* 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
* Make fully WARNS=5 clean.obrien2002-12-302-6/+6
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.wollman2002-12-292-23/+28
* On drives that returns 00 as 100% done, lower the criteriasos2002-12-181-13/+13
* Uniformly refer to a file system as "file system".ru2002-12-121-3/+3
* mdoc(7) police: markup fixes.ru2002-11-271-8/+10
* Take care of the case for the default speed (no -s option) also.njl2002-10-271-3/+2
* Move speed units conversion to right before it is used. This catches thenjl2002-10-271-1/+2
* Convert speed into KB/s. This was missed by the previous commit to this file.njl2002-10-261-1/+1
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-182-1/+5
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-082-19/+140
* The .Nm utilitycharnier2002-07-141-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Dont quit prematurely when writing from stdin...sos2002-04-051-2/+5
* Mention the fact that you must burn an ISO image to your CDR (createdmurray2002-03-281-0/+8
* Update headerssos2002-03-041-1/+1
* fix the wildrunning % counter.sos2002-03-041-4/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* Write the "msinfo" result to stdout instead of stderrsos2002-01-051-2/+2
* Fix the msinfo command, as mentioned in several PR's.sos2001-12-271-5/+8
* Argh...save buffer before committing. NO_WERROR takes a value ofmikeh2001-12-241-1/+1
* WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.mikeh2001-12-242-12/+15
* mdoc(7) police:ru2001-12-081-5/+11
* Add the ability to write VCD/SVCD disc's.sos2001-12-042-58/+82
* Change the way DAO/TAO modes are init'ed.sos2001-10-011-4/+6
* Use getprogname(3) instead of hardcoding the name..sos2001-09-111-2/+2
* Fixes from Ruslan Ermilov:sos2001-09-112-41/+30
* Add DAO mode (Disk At Once).sos2001-09-102-79/+304
* mdoc(7) police:ru2001-08-071-1/+1
* Change to spell erasing right.sos2001-05-301-6/+7
* mkisofs is in section 8, not section 1.dd2001-04-211-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* mdoc(7) police: formatting fixes.ru2001-01-111-32/+52
* New option -m to select multisession mode.sos2001-01-102-92/+190
* Update to match the progress interface on blank command.sos2000-12-261-1/+16
* 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
OpenPOWER on IntegriCloud