Subject: re: kcopy(9) & co. To: Chuck Silvers <chuq@chuq.com> From: matthew green <mrg@eterna.com.au> List: tech-kern Date: 04/05/2006 04:47:54
ideally, kcopy() (and copyin(), copyout(), etc) should return the return
value of the uvm_fault() call (ie. in the trap handler) that failed.
here's the change in i386/trap.c:
i'll update kcopy.9 (again..)