OpenBSD CVS

CVS log for src/usr.bin/radioctl/radioctl.1


[BACK] Up to [local] / src / usr.bin / radioctl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sat Sep 12 16:35:19 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, HEAD
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored) to selected 1.4 (colored)

drop useless .Li macros

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 16 14:32:57 2008 UTC (15 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)

sync with previous, which made -a optional: update synopsis/usage()

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 16 02:21:26 2008 UTC (15 years, 7 months ago) by jakemsr
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)


make -a the default, for consistency with other *ctl programs ...

ok sthen@, looks good to oga@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 27 21:55:54 2007 UTC (16 years, 8 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored) to selected 1.4 (colored)

style(9) fixes, optional flags without arguments come first;
while here, some spacing fixes

ok deanna@, jakemsr@

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 31 19:20:14 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

convert to new .Dd format;

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:52:58 2006 UTC (18 years, 3 months ago) by jakemsr
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.10: +20 -6 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

improve support for TV tuning via radio(4) by:
- adding a TV or radio mode flag to struct radio_info for radio(4)
  and a similar flag to struct TUNER for bktr(4) to make tuning
  mode explicit
- reporting the proper frequency when in TV mode
- documenting the mode flag and cleaning up some grammar

OK mickey@, robert@

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 6 12:58:50 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.9: +23 -20 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

- new sentence, new line
- improve lists
- improve EXAMPLES

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 5 16:30:24 2005 UTC (18 years, 6 months ago) by robert
Branch: MAIN
Changes since 1.8: +32 -3 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

Add support for tuning channel and channel set. This allows
the user to tune his bktr(4) card with radioctl(4).
Also add a -v option prints out the available choices of channel
sets.

ok mickey@

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 8 00:21:55 2004 UTC (19 years, 9 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.7: +11 -10 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

deprecate the need of specifying -w for setting variables.
setting variables can be done with just name=value now,
like other ctl programs.
update manual, sort options, and fix a few mdoc macros

"go for it" deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:11 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.6: +13 -13 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 15 15:05:36 2003 UTC (21 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.5: +10 -10 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

typos; jmc@prioris.mini.pw.edu.pl

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 14 02:57:28 2002 UTC (21 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

use $ or # before commands in examples

Revision 1.4 / (download) - annotate - [selected], Thu Dec 6 10:14:32 2001 UTC (22 years, 6 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.3: +5 -0 lines
Diff to previous 1.3 (colored)

rcsid and hostory section

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 5 19:40:46 2001 UTC (22 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.2: +0 -1 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

update from Nsk dudes

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 4 22:43:45 2001 UTC (22 years, 8 months ago) by gluk
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

$OpenBSD$ tag.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 4 22:22:11 2001 UTC (22 years, 8 months ago) by gluk
Branch: MAIN
Diff to selected 1.4 (colored)

Configuration utility for radio devices.

Work by Vladimir Popov <jumbo@narod.ru>

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.