1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

17 Commits

Author SHA1 Message Date
deraadt
1a0afcde32 Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
ton of namespace intrusion).  Create local sizes, and refactor some code
along the way.
ok millert
2021-11-28 19:28:41 +00:00
mortimer
c52ec6b035 Extern tracks list to avoid linker issues with -fno-common.
ok deraadt@
2021-01-18 00:44:00 +00:00
krw
dc4cd921ad Add printing of current profile and feature information to 'info'
command with -v. Make a second -v cause printing of raw feature
data and a full list of profiles. A few minor tweaks to the feature
bitmap handling. Helps in debugging media problems in cdio.

Suggestions from fgsch@, man page fixes from jmc@ as usual.

ok beck@ deraadt@
2010-03-01 02:09:44 +00:00
fgsch
7299f7a21f use a bitmap to store the features. simplify the code a bit and allow for
future work.  ok av@ a similar diff.
2008-08-30 10:41:38 +00:00
av
f560e73702 Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW
write feature. Add additional check for media type before blanking.
The patch fixes problem for Giovanni.
ok fgsch
2008-08-13 12:21:19 +00:00
av
7b34dc5ff0 set speed for writing tracks in TAO.
ok and tweaks by fgsch
manual page by jmc
2008-06-30 23:35:39 +00:00
av
f7dfecd4ed Automatically distinguish between CD-DA track and WAVE audio file writing them
in TAO mode. For WAVE files we should skip header.

ok and comments by fgsch
2008-06-22 21:04:01 +00:00
av
c7402b7cd3 add ability to determine media capabilities (what we can do with media).
ok fgsch
2008-06-08 21:01:24 +00:00
fgsch
4ab9ef179e add two missing prototypes. 2008-04-30 17:10:55 +00:00
krw
8cecacc606 /* $OpenBSD $*/ -> /* $OpenBSD$ */ 2006-08-26 14:10:21 +00:00
deraadt
618f50a189 print updates on the same line, per second, as we go along writing, in
the following form:
    track 01 'd' 00328891/00328891 100%
checked lots, but nobody replied to my mail...
2006-08-26 03:48:50 +00:00
mjc
e6deffc0da put fd into track's struct so we can fail earlier
'looks good' pat@
2006-06-15 23:49:58 +00:00
mjc
dca2c10894 add checks for disc size before we set out trying to burn 4gb
onto an unsuspecting cdr
2006-06-01 07:12:18 +00:00
mjc
cf22b6b503 better command line usage as suggested by deraadt@
ok @deraadt
2006-06-01 06:32:17 +00:00
mjc
7993cded49 add rewritable blanking and track-at-once burning support
ok deraadt@
2006-05-31 01:14:41 +00:00
espie
ae359c1c7d Reuse cddb code to support FreeBSD new cdid command.
(who knows ? scripts might use it).
ok fgs@, pval@
2002-04-18 22:17:04 +00:00
espie
9ed7639af4 Add cddb support. 2002-04-18 20:18:31 +00:00