]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r237433:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Sep 2012 12:32:00 +0000 (12:32 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Sep 2012 12:32:00 +0000 (12:32 +0000)
commit216abc875738d0892729960b4c1ccfc1d8f3a1b8
tree636c79a1366799ac2e190f6ec6bcfc0a709ae126
parent5290029e73d64b7af3085427a1f51488b351d7e6
MFC r237433:
Implement mechanism to export some kernel timekeeping data to
usermode, using shared page.

MFC r237474:
Stop updating the struct vdso_timehands from even handler executed in
the scheduled task from tc_windup(). Do it directly from tc_windup in
interrupt context.

git-svn-id: svn://svn.freebsd.org/base/stable/9@240815 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
21 files changed:
sys/amd64/include/vdso.h [new file with mode: 0644]
sys/arm/include/vdso.h [new file with mode: 0644]
sys/conf/files.arm
sys/conf/files.ia64
sys/conf/files.mips
sys/conf/files.powerpc
sys/conf/files.sparc64
sys/i386/include/vdso.h [new file with mode: 0644]
sys/ia64/include/vdso.h [new file with mode: 0644]
sys/kern/imgact_elf.c
sys/kern/kern_exec.c
sys/kern/kern_tc.c
sys/kern/subr_dummy_vdso_tc.c [new file with mode: 0644]
sys/mips/include/vdso.h [new file with mode: 0644]
sys/pc98/include/vdso.h [new file with mode: 0644]
sys/powerpc/include/vdso.h [new file with mode: 0644]
sys/sparc64/include/vdso.h [new file with mode: 0644]
sys/sys/sysent.h
sys/sys/vdso.h [new file with mode: 0644]
sys/x86/include/vdso.h [new file with mode: 0644]
sys/x86/x86/tsc.c