aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl/gpioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warnings about possibly uninitialized variables in gpioctl.c.Dimitry Andric2016-03-121-2/+1
* Make it possible for operations to refer to GPIO pins by nameOleksandr Tymoshenko2016-03-111-40/+87
* Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza2015-03-081-3/+23
* Free the buffer returned by gpio_pin_list() after the use.Luiz Otavio O Souza2014-12-311-0/+1
* gpioctl: don't print the command line arguments.Rui Paulo2014-12-021-3/+0
* Rewrite parts of gpioctl(8) to use the gpio(3) library.Rui Paulo2014-12-021-61/+45
* Assume that the -f argument is /dev/gpioc0 if it is not passed.Sean Bruno2013-09-171-5/+7
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* Add gpioctl(8). Utility for configuring/accessing GPIO pinsOleksandr Tymoshenko2010-09-281-0/+323