aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/burncd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* burncd(8) doesn't handle signals and interrupting burncd during operation.David E. O'Brien2008-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Make fully WARNS=5 clean.David E. O'Brien2002-12-301-2/+2
| | | | | | | 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-291-1/+1
| | | | | | | | | | Checked on Alpha and IA32. Reviewed by: maintainer timeout MFC after: 1 week Notes: svn path=/head/; revision=108416
* Argh...save buffer before committing. NO_WERROR takes a value ofMike Heffner2001-12-241-1/+1
| | | | | | | 'yes', not 2. Notes: svn path=/head/; revision=88453
* WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.Mike Heffner2001-12-241-0/+2
| | | | | | | PR: bin/32567 Notes: svn path=/head/; revision=88452
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* Fix 'make world' breakage caused by missing comment character.Archie Cobbs2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=55782
* New ATAPI burner utility. Replaces wormcontrol.Søren Schmidt2000-01-061-0/+6
Notes: svn path=/head/; revision=55522