summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/burncd.c
Commit message (Expand)AuthorAgeFilesLines
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelrodrigc2011-10-091-0/+7
* Give the right value when complaining it being wrong.delphij2010-01-201-1/+1
* Add support of using environment variable BURNCD_SPEED to specifydelphij2009-12-211-7/+13
* Correct the type for the global var accessed in sig handlers.obrien2009-01-051-1/+1
* Make signal handler safer.obrien2008-12-231-5/+7
* burncd(8) doesn't handle signals and interrupting burncd during operation.obrien2008-12-191-5/+36
* Fix the "only wrote -1 of 32768 bytes: Input/output error" error message.ru2005-05-131-2/+5
* Document -F in usage() and SYNOPSIS.ru2004-12-211-1/+1
* Make "burncd ... fixate eject" really work as promised.ru2004-12-211-1/+1
* err() -> errx()ru2004-12-171-6/+6
* My fingers keep typing 'burncd data foo fixate eject' instead of 'burncd -edes2004-09-151-0/+4
* Mechanical whitespace cleanup.des2004-09-151-37/+37
* 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
* Fix "write from stdin".pb2003-07-261-3/+6
* Add support for using the CDROM env var for device to use;sos2003-05-041-1/+4
* 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
* 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
OpenPOWER on IntegriCloud