Home
last modified time | relevance | path

Searched hist:a368f40f (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/usbhidaction/
H A Dusbhidaction.1diff a368f40f Mon Mar 07 14:59:06 GMT 2011 jasper <jasper@openbsd.org> - use fork(2)/exec(3) instead of system(3) to execute the specified action,
as the launched command used to be terminated when usbhidaction terminates.
using fork here prevents that.

from vadim zhukov
ok otto@
H A Dusbhidaction.cdiff a368f40f Mon Mar 07 14:59:06 GMT 2011 jasper <jasper@openbsd.org> - use fork(2)/exec(3) instead of system(3) to execute the specified action,
as the launched command used to be terminated when usbhidaction terminates.
using fork here prevents that.

from vadim zhukov
ok otto@