summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl/gpioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new ioctl to allow the setting of GPIO pin names.loos2015-03-081-3/+23
* Free the buffer returned by gpio_pin_list() after the use.loos2014-12-311-0/+1
* gpioctl: don't print the command line arguments.rpaulo2014-12-021-3/+0
* Rewrite parts of gpioctl(8) to use the gpio(3) library.rpaulo2014-12-021-61/+45
* Assume that the -f argument is /dev/gpioc0 if it is not passed.sbruno2013-09-171-5/+7
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
* Add gpioctl(8). Utility for configuring/accessing GPIO pinsgonzo2010-09-281-0/+323
OpenPOWER on IntegriCloud