Date: Sat, 15 Jan 2000 23:07:34 -0800 (PST) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c sys_machdep.c vm_machdep.c src/sys/alpha/include proc.h sysarch.h Message-ID: <200001160707.XAA95518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 2000/01/15 23:07:33 PST Modified files: sys/alpha/alpha trap.c sys_machdep.c vm_machdep.c sys/alpha/include proc.h sysarch.h Log: The kernel side of per-process unaligned access control (printing, fixing & delivering SIGBUS). This will allow a non-superuser to control unaligned access behaviour on a per-process basis once a userland control program (uac) is written. Reviewed by: obrien Tested by: obrien Revision Changes Path 1.24 +11 -7 src/sys/alpha/alpha/trap.c 1.7 +49 -1 src/sys/alpha/alpha/sys_machdep.c 1.28 +2 -2 src/sys/alpha/alpha/vm_machdep.c 1.7 +6 -1 src/sys/alpha/include/proc.h 1.5 +3 -1 src/sys/alpha/include/sysarch.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001160707.XAA95518>