]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve the ability to cancel an in-flight request by using an
authorTycho Nightingale <tychon@FreeBSD.org>
Tue, 4 Nov 2014 01:06:33 +0000 (01:06 +0000)
committerTycho Nightingale <tychon@FreeBSD.org>
Tue, 4 Nov 2014 01:06:33 +0000 (01:06 +0000)
commitae45750d6c3d578c9bf54bb9d339c51a98bfca0b
treed2f4a8343828533705926994ef4d5feb38141151
parent2f1217877e155a8a7de97e74eb7e82096a5ef316
Improve the ability to cancel an in-flight request by using an
interrupt, via SIGCONT, to force the read or write system call to
return prematurely.

Reviewed by: grehan
usr.sbin/bhyve/block_if.c