NetBSD/sys/external
chs 64838c167e fix Xorg coredumps that have started happening recently.
the problem is that we get a SIGALRM while we're sleeping during a page fault
on a mapping of a GEM object, and since we're sleeping interruptibly,
the GEM operation fails with EINTR.  this error is returned all the way back
through uvm_fault() to the trap handler, which responds to that error
by delivering a SIGSEGV.

fix this by doing like the linux version of the GEM fault handler and converting
EINTR into success, which results in delivering the original signal and
retrying the fault.
2015-06-25 16:01:20 +00:00
..
bsd fix Xorg coredumps that have started happening recently. 2015-06-25 16:01:20 +00:00
isc/atheros_hal Revert troublesome ath_hal config definitions back to the original. 2014-10-14 08:17:27 +00:00