summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in gpioctl, the flags list must be null terminated.Luiz Souza2017-07-201-0/+1
* Add initial GPIO PWM support.Luiz Souza2017-07-201-12/+54
* MFC r314659,r314676:ngie2017-05-291-1/+1
* Fix gcc warnings about possibly uninitialized variables in gpioctl.c.dim2016-03-121-2/+1
* Make it possible for operations to refer to GPIO pins by namegonzo2016-03-112-42/+127
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-274-74/+89
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-2/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge headsjg2014-04-281-1/+3
| |\ \
| * \ \ Merge head@256284sjg2013-10-132-10/+16
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| | | | |
| | \ \ \
| *-. \ \ \ Sync from headsjg2012-11-041-1/+1
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / / | |/| | | |
* | | | | | Put the new sentence on a new line.loos2015-03-081-2/+3
* | | | | | Add a new ioctl to allow the setting of GPIO pin names.loos2015-03-082-7/+34
* | | | | | Free the buffer returned by gpio_pin_list() after the use.loos2014-12-311-0/+1
* | | | | | mdoc: sort SEE ALSO.joel2014-12-261-2/+2
* | | | | | Switch gpioctl(8) to LIBADD.rpaulo2014-12-031-2/+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-022-61/+50
| |_|_|_|/ |/| | | |
* | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+1
| |_|_|/ |/| | |
* | | | Adds gpioiic.4 and gpioled.4 man pages. Moves some of the information thatloos2013-11-121-1/+3
| |_|/ |/| |
* | | Assume that the -f argument is /dev/gpioc0 if it is not passed.sbruno2013-09-172-9/+13
* | | Add gpio(4) man page to attempt to document the current hints based setup ofsbruno2013-09-131-1/+3
| |/ |/|
* | More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
|/
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-5/+5
* Bump the date of the man page to the date of the actual commit.bcr2011-05-251-1/+1
* Document the device name change from gpioctl to gpioc in thebcr2011-05-251-5/+5
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* Add gpioctl(8). Utility for configuring/accessing GPIO pinsgonzo2010-09-283-0/+453
OpenPOWER on IntegriCloud