summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidaction (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace mixerctl with sndioctl; from benjamin baierjmc2020-06-241-7/+7
* Fix the example: now mixerctl uses /dev/audioctl0ratchov2020-04-201-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Markup SIGHUP and rework sentence; ok jmc@anton2017-12-251-3/+4
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* Last parameter to execl[e]() functions *must* be cast to a pointer.krw2016-03-171-2/+2
* remove libutil from dpadd tootedu2015-10-261-2/+2
* remove util.h include and -lutil after pidfile removaljung2015-10-262-4/+3
* stop using pidfile()deraadt2015-10-261-2/+1
* Bring example up to date with share/misc/usb_hid_usages.bentley2015-02-271-4/+4
* This size check was obviously commented out because of the incorrectmpi2015-01-181-3/+1
* Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)guenther2014-08-151-6/+2
* unsigned char for ctypederaadt2013-11-271-3/+3
* Ignore SIGCHLD because we don't really care what happened to the forkedrobert2012-03-231-1/+4
* - use fork(2)/exec(3) instead of system(3) to execute the specified action,jasper2011-03-072-10/+17
* please attempt to match the style of the codederaadt2010-06-291-3/+3
* avoid a null pointer deref. ok jsgckuethe2010-06-291-1/+7
* replace example that uses impossible uaudio(4) mixer item names andjakemsr2010-03-271-16/+16
* "usage:" is lowercase; spacing.sobrado2009-10-211-3/+3
* Call err() instead of crashing if hid_start_parse() fails. Don'tguenther2009-10-141-3/+12
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* signal handler flag must be volatile sig_atomic_tderaadt2007-02-231-2/+3
* Two fixes:mk2006-07-091-2/+5
* Avoid passing the device file descriptor to executed commands; deraadt@ okfgsch2006-04-231-1/+6
* update output after uaudio(4) changes.fgsch2006-04-221-6/+6
* fix syntax for out of date mixerctl(1) examples;jmc2005-06-131-6/+6
* remove newlines in errx, syslog. ok henning, hshoexer, millertjaredy2004-10-271-6/+6
* ARGSUSED before signal handler with unused signoderaadt2004-09-141-2/+3
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-041-19/+19
* - correct SYNOPSISjmc2004-04-032-9/+7
* - section reorderjmc2003-06-101-10/+13
* Manpage fixups from jmc, plus a minor tweak by me.hugh2003-01-111-2/+2
* use $ or # before commands in examplesderaadt2002-11-141-2/+2
* kill err(3) newlines; ok miod@, deraadt@jsyn2002-06-111-3/+3
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-103-0/+586