CVS commit: src/usr.bin/usbhidaction

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 02:07:35 UTC 2021 Modified Files: src/usr.bin/usbhidaction: usbhidaction.c Log Message: increase the size of a buffer by 1 byte. i think GCC 10 is right here. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.3

CVS commit: src/usr.bin/usbhidaction

2018-05-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 15 01:41:30 UTC 2018 Modified Files: src/usr.bin/usbhidaction: usbhidaction.1 usbhidaction.c Log Message: Add an optional '-p pidfile' parameter. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bi

CVS commit: src/usr.bin/usbhidaction

2016-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Dec 31 10:13:15 UTC 2016 Modified Files: src/usr.bin/usbhidaction: usbhidaction.c Log Message: PR 51754 Charlotte Koch: fix -v output of config parser. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.

CVS commit: src/usr.bin/usbhidaction

2015-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 29 14:27:00 UTC 2015 Modified Files: src/usr.bin/usbhidaction: usbhidaction.c Log Message: - PR/50291: Fix memory leak - estrdup/emalloc - use EXIT_FAILURE instead of 1 To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/usr.bin/usbhidaction

2013-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 24 17:46:00 UTC 2013 Modified Files: src/usr.bin/usbhidaction: usbhidaction.c Log Message: use O_CLOEXEC To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/usbhidaction/usbhidaction.c Please not