summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidaction
AgeCommit message (Expand)Author
2012-03-23Ignore SIGCHLD because we don't really care what happened to the forkedRobert Nagy
2011-03-07- use fork(2)/exec(3) instead of system(3) to execute the specified action,Jasper Lievisse Adriaanse
2010-06-29please attempt to match the style of the codeTheo de Raadt
2010-06-29avoid a null pointer deref. ok jsgChris Kuethe
2010-03-27replace example that uses impossible uaudio(4) mixer item names andJacob Meuser
2009-10-21"usage:" is lowercase; spacing.Igor Sobrado
2009-10-14Call err() instead of crashing if hid_start_parse() fails. Don'tPhilip Guenthe
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-23signal handler flag must be volatile sig_atomic_tTheo de Raadt
2006-07-09Two fixes:Michael Knudsen
2006-04-23Avoid passing the device file descriptor to executed commands; deraadt@ okFederico G. Schwindt
2006-04-22update output after uaudio(4) changes.Federico G. Schwindt
2005-06-13fix syntax for out of date mixerctl(1) examples;Jason McIntyre
2004-10-27remove newlines in errx, syslog. ok henning, hshoexer, millertJared Yanovich
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of hi...Theo de Raadt
2004-04-03- correct SYNOPSISJason McIntyre
2003-06-10- section reorderJason McIntyre
2003-01-11Manpage fixups from jmc, plus a minor tweak by me.Hugh Graham
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.Nathan Binkert