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:   manu
Date:           Tue Nov 11 17:31:59 UTC 2003

Modified Files:
        src/sys/arch/powerpc/include: darwin_machdep.h
        src/sys/arch/powerpc/powerpc: mach_machdep.c
        src/sys/compat/mach: mach_host.h mach_namemap.c mach_thread.c
            mach_thread.h
Added Files:
        src/sys/arch/macppc/include: mach_machdep.h
        src/sys/arch/powerpc/include: mach_machdep.h

Log Message:
Implement mach_thread_get_state.
While we are here, try to tag machine dependent functions in header files.
also transformed darwin_ppc_*_state into mach_ppc_*_state, as this is
what they really are (COMPAT_DARWIN is on the top of COMPAT_MACH, not the
other way around)


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/macppc/include/mach_machdep.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/powerpc/include/darwin_machdep.h
cvs rdiff -r0 -r1.1 src/sys/arch/powerpc/include/mach_machdep.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/powerpc/powerpc/mach_machdep.c
cvs rdiff -r1.10 -r1.11 src/sys/compat/mach/mach_host.h \
    src/sys/compat/mach/mach_thread.h
cvs rdiff -r1.33 -r1.34 src/sys/compat/mach/mach_namemap.c
cvs rdiff -r1.21 -r1.22 src/sys/compat/mach/mach_thread.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