aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* Adds gpioiic.4 and gpioled.4 man pages. Moves some of the information thatLuiz Otavio O Souza2013-11-121-1/+3
| | | | | | | | | | was previously available on gpio.4 to their respectives pages. Add the cross references on gpioctl.8. Approved by: adrian (mentor) Notes: svn path=/head/; revision=258044
* Assume that the -f argument is /dev/gpioc0 if it is not passed.Sean Bruno2013-09-172-9/+13
| | | | | | | | | | | hrs@ provided this verison of the patch and showed me where all the needed changes were to be made outside of gpioctl.c Approved by: re (hrs) MFC after: 2 weeks Notes: svn path=/head/; revision=255629
* Add gpio(4) man page to attempt to document the current hints based setup ofSean Bruno2013-09-131-1/+3
| | | | | | | | | | | | | | | | | | | pin outputs, functions and setup. Add cross reference in gpioctl(8) for people to find. This is by no means complete and really only covers gpioled(4) and the Atheros based systems who expose a few extra hints at boot time. This should be updated by developers who know more about this system than I and viewed as the beginning of documentation, not the end. Reviewed by: adrian Approved by: re (joel) MFC after: 2 weeks Notes: svn path=/head/; revision=255528
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
| | | | | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'. Notes: svn path=/head/; revision=241737
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-5/+5
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Bump the date of the man page to the date of the actual commit.Benedict Reuschling2011-05-251-1/+1
| | | | | | | Noticed by: brix Notes: svn path=/head/; revision=222290
* Document the device name change from gpioctl to gpioc in theBenedict Reuschling2011-05-251-5/+5
| | | | | | | | | | | man page. PR: docs/157075 Submitted by: brix Reviewed by: gonzo Notes: svn path=/head/; revision=222288
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Notes: svn path=/head/; revision=216372
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
| | | | | | | | | No change in rendered output, less mandoc lint warnings. Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp Notes: svn path=/head/; revision=214054
* Add gpioctl(8). Utility for configuring/accessing GPIO pinsOleksandr Tymoshenko2010-09-283-0/+453
Notes: svn path=/head/; revision=213238