History log of /openbsd/usr.bin/radioctl/radioctl.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 3aaa63eb 28-Jun-2019 deraadt <deraadt@openbsd.org>

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

show more ...


# 4247594d 21-Dec-2013 guenther <guenther@openbsd.org>

Don't use a non-constant format string with printf() that gcc can't
figure out how to trust. Shuts up gcc -Wformat=2

ok deraadt@


# c289699d 26-Nov-2013 deraadt <deraadt@openbsd.org>

unsigned char casts for ctype
ok okan


# 5269675a 29-Jun-2010 tedu <tedu@openbsd.org>

isdigit() is more readable than comparing ascii codes


# 7de77aca 16-Oct-2008 jmc <jmc@openbsd.org>

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


# 68e62796 16-Oct-2008 jakemsr <jakemsr@openbsd.org>

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

ok sthen@, looks good to oga@


# 2aad0ccb 27-Sep-2007 sobrado <sobrado@openbsd.org>

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

ok deanna@, jakemsr@


# 560472d3 05-Feb-2006 jakemsr <jakemsr@openbsd.org>

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
- rep

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@

show more ...


# ccbd017c 05-Dec-2005 robert <robert@openbsd.org>

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@


# 52034df6 28-Jul-2005 robert <robert@openbsd.org>

Use proper type for 32 bit entity. s/long/int
This is needed for radioctl(1) to work on sparc64.

ok mickey@


# f139fca4 08-Aug-2004 deraadt <deraadt@openbsd.org>

spacing


# 1cdfc80a 08-Aug-2004 jaredy <jaredy@openbsd.org>

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

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

show more ...


# 4518352f 22-Jan-2002 mickey <mickey@openbsd.org>

open for writing only if needed so, accept multiple var assignments for -w; from meself and Vladimir Popov <jumbo@narod.ru>


# d97ad7ff 02-Jan-2002 mickey <mickey@openbsd.org>

make usage() exit(1) and look like sysctl(8), getopt returns int


# 64a3f4d4 01-Jan-2002 deraadt <deraadt@openbsd.org>

KNF


# 974435da 18-Dec-2001 mickey <mickey@openbsd.org>

fix an #include path, from Peter Valchev <pvalchev@sightly.net>


# a546debc 06-Dec-2001 mickey <mickey@openbsd.org>

long leftovers


# 04df18bb 05-Dec-2001 mickey <mickey@openbsd.org>

update from Nsk dudes


# f56d1515 04-Oct-2001 gluk <gluk@openbsd.org>

$OpenBSD$ tag.


# 5b8f7b89 04-Oct-2001 gluk <gluk@openbsd.org>

Configuration utility for radio devices.

Work by Vladimir Popov <jumbo@narod.ru>