summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/burncd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | PR: bin/32567
* Add the ability to write VCD/SVCD disc's.sos2001-12-041-58/+74
| | | | | | 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)...
* 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
| | | | | | | | | | | | | 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-75/+287
| | | | See burncd.8 for how to use it.
* Change to spell erasing right.sos2001-05-301-6/+7
| | | | PR 26306 but implemented differently by me.
* New option -m to select multisession mode.sos2001-01-101-80/+164
| | | | | | | | | | | | | | | | 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'
* 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
| | | | | | mkisofs. Gives the last track start LBA, and the next writable LBA. Inspired by: peter
* Add a percentage-meter to the progress report.sos2000-03-021-10/+16
| | | | Submitted by: peter
* Dont allow burn when format not selected.sos2000-02-181-6/+9
| | | | | | | | Use the right format in printfs. Fix the partial write error (the res variable). Reminder by: (Bill Fumerola <billf@FreeBSD.org>)
* 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
| | | | Recompile both kernel & burncd !!
* Change the buffer size to 16 blocks, some crappy drives have troublesos2000-01-171-2/+8
| | | | | | | with bigger chunks of data at a time. Add filesize to progress printout. Submitted by: green@FreeBSD.org <Brian Fundakowski Feldman>
* Enable the 't' option, and document it in the manpage.sos2000-01-151-1/+2
| | | | Submitted by: green@freebsd.org <Brian Fundakowski Feldman>
* Oops, still leftovers from yesterdays remote commit problems.sos2000-01-071-3/+3
| | | | Proberly restore blocksize on the device.
* Correct a typo.sos2000-01-061-1/+1
|
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-061-0/+190
OpenPOWER on IntegriCloud