History log of /src/usr.bin/radioctl |
Revision | Date | Author | Comments |
1.1 | 01-Jan-2002 |
augustss | Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov and Vladimir Popov for OpenBSD.
|
1.3 | 01-Jan-2002 |
wiz | Sort sections.
|
1.2 | 01-Jan-2002 |
augustss | Add NetBSD to HISTORY.
|
1.1 | 01-Jan-2002 |
augustss | Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov and Vladimir Popov for OpenBSD.
|
1.13 | 06-Sep-2011 |
joerg | static + __dead
|
1.12 | 31-Aug-2011 |
plunky | NULL does not need a cast
|
1.11 | 21-Aug-2011 |
christos | use const char [] for format.
|
1.10 | 17-Aug-2011 |
christos | fix non-literal format stringg.
|
1.9 | 24-May-2011 |
joerg | Properly use format strings.
|
1.8 | 13-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
|
1.7 | 11-May-2006 |
mrg | branches: 1.7.30; u_long -> u_int in many places. i guess radioctl(1) was broken on sparc64.
|
1.6 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
1.5 | 23-Jun-2003 |
agc | Add NetBSD RCS Ids.
|
1.4 | 03-Jan-2002 |
augustss | Make flag parsing work. Print more capabilities.
|
1.3 | 02-Jan-2002 |
briggs | Use getprogname() instead of __progname. Make usage look more like sysctl(8) usage since it's similar. exit(1) after dumping usage().
|
1.2 | 02-Jan-2002 |
briggs | getopt returns int, not char, so make 'optchar' an int.
|
1.1 | 01-Jan-2002 |
augustss | Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov and Vladimir Popov for OpenBSD.
|
1.7.30.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|