CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/11/22 17:25:05
Modified files: sys/arch/amd64/amd64: cpu.c vector.S sys/arch/i386/i386: locore.s Log message: Make sure the direction bit is cleared on entry to the kernel by syscall or interrupt, as specified by the ABIs. Our current gcc doesn't assume this bit of the ABI, but future compilers may and some ASM can be simplified by assuming it. in snaps for a bit