summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove usr.sbin/burncd, useless after legacy ATA stack removal.mav2013-04-041-6/+0
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* burncd(8) doesn't handle signals and interrupting burncd during operation.obrien2008-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>
* Make fully WARNS=5 clean.obrien2002-12-301-2/+2
| | | | Tested on: sparc64, x86
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.wollman2002-12-291-1/+1
| | | | | | | Checked on Alpha and IA32. Reviewed by: maintainer timeout MFC after: 1 week
* Argh...save buffer before committing. NO_WERROR takes a value ofmikeh2001-12-241-1/+1
| | | | 'yes', not 2.
* WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.mikeh2001-12-241-0/+2
| | | | PR: bin/32567
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Fix 'make world' breakage caused by missing comment character.archie2000-01-101-1/+1
|
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-061-0/+6
OpenPOWER on IntegriCloud