Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/cpuctl



Module Name:    src
Committed By:   ad
Date:           Mon May  5 17:54:14 UTC 2008

Modified Files:
        src/usr.sbin/cpuctl: Makefile cpuctl.8 cpuctl.c
Added Files:
        src/usr.sbin/cpuctl: bitmask.c cpuctl.h
        src/usr.sbin/cpuctl/arch: i386-asm.S i386.c noarch.c x86_64-asm.S
            x86_64.c

Log Message:
PR port-amd64/37461 x86 cpu dmesg output is noisy

Port identifycpu() to userspace. The kernel lies and reports on cpuN while
actually using the values from cpu0, but this attempts to bind itself to the
requested CPU if running as root. That doesn't work properly yet due to
kern/38588, but will do once that's fixed.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.sbin/cpuctl/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/cpuctl/bitmask.c \
    src/usr.sbin/cpuctl/cpuctl.h
cvs rdiff -r1.3 -r1.4 src/usr.sbin/cpuctl/cpuctl.8
cvs rdiff -r1.4 -r1.5 src/usr.sbin/cpuctl/cpuctl.c
cvs rdiff -r0 -r1.1 src/usr.sbin/cpuctl/arch/i386-asm.S \
    src/usr.sbin/cpuctl/arch/i386.c src/usr.sbin/cpuctl/arch/noarch.c \
    src/usr.sbin/cpuctl/arch/x86_64-asm.S src/usr.sbin/cpuctl/arch/x86_64.c

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