Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: elad
Date: Tue Oct 6 21:07:06 UTC 2009
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
src/sys/kern: init_main.c kern_stub.c
src/sys/secmodel/suser: secmodel_suser.c
src/sys/sys: systm.h
Log Message:
Add a (weak aliased) machdep_init() as a place to do machdep initialization
that can't happen as early as the other init functions as called from
cpu_startup() -- for example, register kauth(9) listeners.
Put unprivileged policy in the x86 code; used by i386, amd64, and xen.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -u -r1.405 -r1.406 src/sys/kern/init_main.c
cvs rdiff -u -r1.19 -r1.20 src/sys/kern/kern_stub.c
cvs rdiff -u -r1.28 -r1.29 src/sys/secmodel/suser/secmodel_suser.c
cvs rdiff -u -r1.235 -r1.236 src/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index