plan9fox/sys
cinap_lenrek 760e539811 kernel: avoid panic with segio and SG_FAULT segments
the problem is that segio doesnt check segment attributes
and it can't really in case of SG_FAULT which can be
inherited from pseg and toggle at any time.

so instead of returning -1 from fault into the fault$cputype
handler which then panics when fault happend kernel mode,
we jump into segio's waserror() block just like in the
demand load i/o error case (faulterror()).
2017-05-21 16:36:11 +02:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib fortunes: does that me a dipshit 2016-10-16 14:16:17 -04:00
include update ape/bio.h (thanks jpm) 2017-05-06 14:33:52 +00:00
lib /sys/lib/acid/port: make line() also print the line number 2017-05-11 19:34:54 +00:00
man ssh: add -h flag to pass host (for compatibility) 2017-05-05 21:04:31 +02:00
src kernel: avoid panic with segio and SG_FAULT segments 2017-05-21 16:36:11 +02:00