summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl/gpioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bzero -> memset. No binary change.mmcc2015-12-261-8/+8
* - sync usage() and SYNOPSISjmc2011-10-041-2/+2
* Add a 'flag' locator to gpioiic(4), and define a first flagmatthieu2011-10-031-11/+19
* delete unused prototype, from lint; ok mbalmer@stevesk2008-12-031-2/+1
* Fix output.mbalmer2008-11-301-2/+2
* Allow the words "on", "off", or "toggle" to be used instead of thembalmer2008-11-291-7/+16
* Reorder variables, add my copyright.mbalmer2008-11-261-8/+6
* Use the new gpio(4) semantics and change the command line syntax to ambalmer2008-11-261-105/+151
* - tweak previousjmc2008-11-241-3/+3
* Add and document -A and -D options to attach or detach devices atmbalmer2008-11-241-4/+68
* GPIO pins can be programmed to invert input or output on some devices.mbalmer2007-11-171-1/+3
* pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,mbalmer2007-11-171-1/+2
* use strtonum() to avoid out of range values, way simpler than thederaadt2007-03-181-6/+7
* Unbreak; noticed by evol@online.ptt.ru.grange2005-11-171-2/+2
* no need for -h, any illegal option is finederaadt2005-11-161-6/+4
* spacingderaadt2004-08-081-4/+4
* gpioctl -- program to control GPIO devices.grange2004-06-031-0/+231