aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/burncd
Commit message (Collapse)AuthorAgeFilesLines
* Remove usr.sbin/burncd, useless after legacy ATA stack removal.Alexander Motin2013-04-043-1003/+0
| | | | Notes: svn path=/head/; revision=249090
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-302-2/+2
| | | | Notes: svn path=/head/; revision=228976
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelCraig Rodrigues2011-10-092-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | option is defined. This sysctl can be queried by feature_present(3). Query for this feature in /sbin/atacontrol and /usr/sbin/burncd. If these utilities detect that ATA_CAM is enabled, then these utilities will error out. These utilities are compatible with the old ATA driver, but are incomptible with the new ATA_CAM driver. By erroring out, we give end-users an idea as to what remedies to use, and reduce the need for them to file PR's. For atacontrol, camcontrol must be used instead, and for burncd, alternative utilties from the ports collection must be used such as sysutils/cdrtools. In future, maybe someone can re-write burncd to work with ATA_CAM, but at least for now, we give a somewhat useful error message to end users. PR: 160979 Reviewed by: jh, Arnaud Lacombe <lacombar at gmail dot com> Reported by: Joe Barbish <fbsd8 at a1poweruser dot com> MFC after: 3 days Notes: svn path=/head/; revision=226179
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Give the right value when complaining it being wrong.Xin LI2010-01-201-1/+1
| | | | | | | | Reported by: danfe MFC after: 3 days Notes: svn path=/head/; revision=202709
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| | | | Notes: svn path=/head/; revision=201390
* Add support of using environment variable BURNCD_SPEED to specifyXin LI2009-12-212-9/+19
| | | | | | | | | | | recodring speed. PR: bin/140530 Submitted by: Alexander Best <alexbestms wwu.de> MFC after: 1 month Notes: svn path=/head/; revision=200795
* Correct the type for the global var accessed in sig handlers.David E. O'Brien2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=186784
* Make signal handler safer.David E. O'Brien2008-12-231-5/+7
| | | | | | | Submitted by: Jaakko Heinonen <jh@saunalahti.fi> Notes: svn path=/head/; revision=186444
* burncd(8) doesn't handle signals and interrupting burncd during operation.David E. O'Brien2008-12-192-6/+37
| | | | | | | | | | | | | | | | | | | | For example, ^C (SIGINT) may leave the drive spinning and locked. This may also happen if you try to write a too-large image to a disc and burncd(8) exits with an I/O error. Add signal handling by doing a CDRIOCFLUSH ioctl to attempt to leave burner in a sane state when burning is interrupted with SIGHUP, SIGINT, SIGTERM, or in case an I/O error occurs during write. Note, that blanking will still continue after interrupt but it seems to finish correctly even after burncd(8) has quit. Also, while I'm here bump WARNS to "6". PR: 48730 Submitted by: Jaakko Heinonen <jh@saunalahti.fi> Notes: svn path=/head/; revision=186337
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
| | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Notes: svn path=/head/; revision=148011
* Fix the "only wrote -1 of 32768 bytes: Input/output error" error message.Ruslan Ermilov2005-05-131-2/+5
| | | | Notes: svn path=/head/; revision=146195
* Document the device burncd uses by default.Christian Brueffer2005-05-021-1/+10
| | | | | | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days Notes: svn path=/head/; revision=145802
* Sort sections.Ruslan Ermilov2005-01-181-11/+11
| | | | Notes: svn path=/head/; revision=140442
* The "fixate" command no longer terminates command processing,Ruslan Ermilov2004-12-211-4/+1
| | | | | | | so that "eject" following it can happen. Notes: svn path=/head/; revision=139130
* Document -F in usage() and SYNOPSIS.Ruslan Ermilov2004-12-212-2/+2
| | | | Notes: svn path=/head/; revision=139129
* Make "burncd ... fixate eject" really work as promised.Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139128
* err() -> errx()Ruslan Ermilov2004-12-171-6/+6
| | | | Notes: svn path=/head/; revision=138973
* My fingers keep typing 'burncd data foo fixate eject' instead of 'burncd -eDag-Erling Smørgrav2004-09-152-2/+11
| | | | | | | | | data foo fixate'. Humor them. MFC after: 4 weeks Notes: svn path=/head/; revision=135273
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-09-151-37/+37
| | | | Notes: svn path=/head/; revision=135271
* Refer to the sysutils/cdrtools port now that the sysutils/mkisofs portGiorgos Keramidas2004-07-161-1/+4
| | | | | | | | | | | has been merged into the former. PR: docs/69087 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> MFC after: 3 days Notes: svn path=/head/; revision=132251
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
| | | | | | | | | | | | | | | | | | that this provokes. "Wherever possible" means "In the kernel OR NOT C++" (implying C). There are places where (void *) pointers are not valid, such as for function pointers, but in the special case of (void *)0, agreement settles on it being OK. Most of the fixes were NULL where an integer zero was needed; many of the fixes were NULL where ascii <nul> ('\0') was needed, and a few were just "other". Tested on: i386 sparc64 Notes: svn path=/head/; revision=126643
* Use intmax_t to avoid wrap on large images in verbose output.Alfred Perlstein2003-12-281-3/+4
| | | | Notes: svn path=/head/; revision=123937
* Catch up with the latest in device naming.David E. O'Brien2003-11-181-5/+5
| | | | Notes: svn path=/head/; revision=122877
* Fix "write from stdin".Pierre Beyssac2003-07-261-3/+6
| | | | | | | | Reviewed by: sos MFC after: 1 week Notes: svn path=/head/; revision=118055
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-3/+2
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115221
* Fixed troff(1) and mdoc(7) warnings.Ruslan Ermilov2003-05-181-2/+2
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115143
* Add support for using the CDROM env var for device to use;Søren Schmidt2003-05-042-1/+14
| | | | | | | PR: 38178 Notes: svn path=/head/; revision=114661
* Fix filename printing when using -l option.Søren Schmidt2003-05-041-2/+2
| | | | | | | PR: 43574 Notes: svn path=/head/; revision=114660
* Dont fixate when doing dvdrw or test writing.Søren Schmidt2003-05-041-1/+1
| | | | | | | PR: 47195 Notes: svn path=/head/; revision=114659
* Default speed is 4 not 1.Søren Schmidt2003-05-041-1/+1
| | | | | | | PR: 50474 Notes: svn path=/head/; revision=114658
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=111447
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.Johan Karlsson2003-01-231-2/+2
| | | | | | | Approved by: sos Notes: svn path=/head/; revision=109728
* Make fully WARNS=5 clean.David E. O'Brien2002-12-302-6/+6
| | | | | | | Tested on: sparc64, x86 Notes: svn path=/head/; revision=108444
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.Garrett Wollman2002-12-292-23/+28
| | | | | | | | | | Checked on Alpha and IA32. Reviewed by: maintainer timeout MFC after: 1 week Notes: svn path=/head/; revision=108416
* On drives that returns 00 as 100% done, lower the criteriaSøren Schmidt2002-12-181-13/+13
| | | | | | | | | for wraparound, 99 was too much for fast drives since they do not give 99 as the last value, but instead something in the 90's range. Notes: svn path=/head/; revision=108022
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-3/+3
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-8/+10
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107312
* Take care of the case for the default speed (no -s option) also.Nate Lawson2002-10-271-3/+2
| | | | Notes: svn path=/head/; revision=106059
* Move speed units conversion to right before it is used. This catches theNate Lawson2002-10-271-1/+2
| | | | | | | case when the -s option is not used. Notes: svn path=/head/; revision=106052
* Convert speed into KB/s. This was missed by the previous commit to this file.Nate Lawson2002-10-261-1/+1
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=106007
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-182-1/+5
| | | | | | | | | | | | | | | | | | * Change atapi-cd ioctls to use the same units. * Change burncd, cdcontrol to convert CDROM speed to KB/sec before calling the ioctl. Add a "max" speed option for their command lines. This change does not break ABI but does change the units passed through the ioctl so 3rd party software that uses cdrio.h will have to convert (most likely by multiplying CDROM speed by 177 to get KB/s). PR: kern/36845 Submitted by: Philipp Mergenthaler <p@i609a.hadiko.de> (CAM ioctls) Reviewed by: sos, ken MFC after: 1 month Notes: svn path=/head/; revision=105421
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-082-19/+140
| | | | | | | | | | | | PR40430 by "Peter Haight <peterh@sapros.com>" that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy! Notes: svn path=/head/; revision=101502
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
| | | | Notes: svn path=/head/; revision=99968
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* Dont quit prematurely when writing from stdin...Søren Schmidt2002-04-051-2/+5
| | | | Notes: svn path=/head/; revision=93906
* Mention the fact that you must burn an ISO image to your CDR (createdMurray Stokely2002-03-281-0/+8
| | | | | | | | | | | | by mkisofs(8) or similar), if you actually intend to mount the data CD created by burncd. PR: bin/35524 Approved by: sos MFC after: 3 days Notes: svn path=/head/; revision=93329
* Update headersSøren Schmidt2002-03-041-1/+1
| | | | Notes: svn path=/head/; revision=91646
* fix the wildrunning % counter.Søren Schmidt2002-03-041-4/+2
| | | | Notes: svn path=/head/; revision=91644