summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/burncd.c
Commit message (Expand)AuthorAgeFilesLines
* Make fully WARNS=5 clean.obrien2002-12-301-4/+4
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.wollman2002-12-291-22/+27
* On drives that returns 00 as 100% done, lower the criteriasos2002-12-181-13/+13
* 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-181-1/+4
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-081-19/+131
* 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
* 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
* WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.mikeh2001-12-241-12/+13
* Add the ability to write VCD/SVCD disc's.sos2001-12-041-58/+74
* 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-111-8/+8
* Add DAO mode (Disk At Once).sos2001-09-101-75/+287
* Change to spell erasing right.sos2001-05-301-6/+7
* New option -m to select multisession mode.sos2001-01-101-80/+164
* Update to match the progress interface on blank command.sos2000-12-261-1/+16
* Add msinfo command, used for multisession CD generation withsos2000-03-031-7/+19
* Add a percentage-meter to the progress report.sos2000-03-021-10/+16
* Dont allow burn when format not selected.sos2000-02-181-6/+9
* Add mode2 and XAmode1 type CD tracks.sos2000-02-021-0/+14
* Update to keep track of next_writeable in userland.sos2000-01-241-1/+1
* Change the buffer size to 16 blocks, some crappy drives have troublesos2000-01-171-2/+8
* Enable the 't' option, and document it in the manpage.sos2000-01-151-1/+2
* Oops, still leftovers from yesterdays remote commit problems.sos2000-01-071-3/+3
* Correct a typo.sos2000-01-061-1/+1
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-061-0/+190
OpenPOWER on IntegriCloud