summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidaction/usbhidaction.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Store PID after becoming a daemon() and not before to ensure theHans Petter Selasky2015-09-281-8/+6
* Add missing static keywords to usbhidaction(1)Ed Schouten2011-11-061-1/+1
* MFprojects/hid:Alexander Motin2011-09-281-16/+27
* MFprojects/hid:Alexander Motin2011-07-301-5/+23
* For consistency, cast result of getpid() to longKevin Lo2010-08-311-1/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Build fixups for the new USB stack.Andrew Thompson2009-02-231-1/+1
* src/usr.bin/usbhidaction/usbhidaction.cAlfred Perlstein2009-02-021-5/+2
* Add support using an alternate table file to usbhidaction(1).Warner Losh2007-06-301-3/+7
* Misc fixes brought to light by WARNS=6:David Malone2004-03-091-14/+17
* Fix debounce. I forgot these bits in my last commit.Matthew N. Dodd2003-04-101-1/+3
* - Implement debounce support.Matthew N. Dodd2003-04-091-11/+53
* Add usbhidaction(1).Matthew N. Dodd2003-04-091-0/+449