summaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl
AgeCommit message (Expand)Author
2009-09-25Rename 'pulse' to 'pulsate' to make clear it is a continuous strain ofmbalmer
2009-09-25Jonatha Kollasch has a GPIO device that can pulse the output lines.mbalmer
2009-07-25Reworked gpioctl(8) command to reflect recent gpio(4) changes.mbalmer
2009-04-22Enable WARNS=4 by default, except for:lukem
2008-01-09Staticify fully now.xtraeme
2008-01-09KNF: bzero -> memset, use EXIT_{FAILURE,SUCCESS}, setprogname() andxtraeme
2008-01-09Pass WARNS=4.xtraeme
2008-01-09Add support for GPIO_PIN_PULLDOWN, GPIO_PIN_INVIN, GPIO_PIN_INVOUT,xtraeme
2008-01-09Xref gcscpcib(4).xtraeme
2005-09-27Remove default argument from .Nm. Add a missing article. Mention NetBSD import.wiz
2005-09-27Import userland utility for playing with gpio devices. From OpenBSD.jmcneill