summaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl/gpioctl.c
AgeCommit message (Expand)Author
2015-12-26bzero -> memset. No binary change.mmcc
2011-10-04- sync usage() and SYNOPSISJason McIntyre
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
2008-12-03delete unused prototype, from lint; ok mbalmer@Kevin Steves
2008-11-30Fix output.Marc Balmer
2008-11-29Allow the words "on", "off", or "toggle" to be used instead of theMarc Balmer
2008-11-26Reorder variables, add my copyright.Marc Balmer
2008-11-26Use the new gpio(4) semantics and change the command line syntax to aMarc Balmer
2008-11-24- tweak previousJason McIntyre
2008-11-24Add and document -A and -D options to attach or detach devices atMarc Balmer
2007-11-17GPIO pins can be programmed to invert input or output on some devices.Marc Balmer
2007-11-17pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,Marc Balmer
2007-03-18use strtonum() to avoid out of range values, way simpler than theTheo de Raadt
2005-11-17Unbreak; noticed by evol@online.ptt.ru.Alexander Yurchenko
2005-11-16no need for -h, any illegal option is fineTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-06-03gpioctl -- program to control GPIO devices.Alexander Yurchenko