summaryrefslogtreecommitdiff
path: root/usr.bin/radioctl/radioctl.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2013-12-21Don't use a non-constant format string with printf() that gcc can'tPhilip Guenther
2013-11-26unsigned char casts for ctypeTheo de Raadt
2010-06-29isdigit() is more readable than comparing ascii codesTed Unangst
2008-10-16sync with previous, which made -a optional: update synopsis/usage()Jason McIntyre
2008-10-16make -a the default, for consistency with other *ctl programs ...Jacob Meuser
2007-09-27style(9) fixes, optional flags without arguments come first;Igor Sobrado
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
2005-12-05Add support for tuning channel and channel set. This allowsRobert Nagy
2005-07-28Use proper type for 32 bit entity. s/long/intRobert Nagy
2004-08-08spacingTheo de Raadt
2004-08-08deprecate the need of specifying -w for setting variables.Jared Yanovich
2002-01-22open for writing only if needed so, accept multiple var assignments for -w; f...Michael Shalayeff
2002-01-02make usage() exit(1) and look like sysctl(8), getopt returns intMichael Shalayeff
2002-01-01KNFTheo de Raadt
2001-12-18fix an #include path, from Peter Valchev <pvalchev@sightly.net>Michael Shalayeff
2001-12-06long leftoversMichael Shalayeff
2001-12-05update from Nsk dudesMichael Shalayeff
2001-10-04$OpenBSD$ tag.Grigoriy Orlov
2001-10-04Configuration utility for radio devices.Grigoriy Orlov